@charset "UTF-8";
/* CSS Document */


/* clearfix */
.clearfix:after {
    visibility: hidden;
    /*見えなくする*/
    height: 0;
    /*見えなくする*/
    display: block;
    /*block要素にする*/
    font-size: 0;
    content: " ";
    clear: both;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
    zoom: 1;
}

/* IE7 */
* {
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*　汎用　*/

.center{
  margin:0 auto;}
  
.color_red {
    color: #f00;
}

.underline {
    text-decoration: underline;
}

.color_yello {
    color: #FFFC00;
    font-weight: bold;
}

.color_kon {
    color: #082357;
}

.b {
    font-weight: bolder;
}

.left {
    text-align: left;
}

.underline {
    text-decoration: underline;
}

.center {
    text-align: center;
}

.indent_endai {
    text-indent: -1em;
    padding-left: 1em;
}

.indent_sanka {
    text-indent: -2em;
    padding-left: 2em;
}

.indent {
    display: inline-block;
    margin-left: 1em;
    text-indent: -1em;
}

.indent_1 {
    display: inline-block;
    margin-left: 3em;
    text-indent: -2em;
}

.indent1em {
    text-indent: 1em;
}

.indent_4 {
    margin-left: 4em;
    text-indent: -4em;
}

.indent_5 {
    text-indent: -5em;
    padding-left: 5em;
}

.indent_6 {
    text-indent: -6em;
    padding-left: 6em;
}

.indent_8 {
    text-indent: -8em;
    padding-left: 8em;
}

.indent_9 {
    text-indent: -9em;
    padding-left: 9em;
}


.top-3 {
    top: -3em;
}

.indent2 {
    display: inline-block;
    margin-left: 1em;
}

.clear_f {
    clear: both;
}

.no-margin {
    margin: 0 !important;
}

.mb-1em {
    margin-bottom: -1em;
}

.mb_1 {
    margin-bottom: 1em;
}

.mb_2 {
    margin-bottom: 2em;
}

.mt-1 {
    margin-top: -1em;
}

.mt_1 {
    margin-top: 1em;
}

.ml-1em {
    margin-left: 1em;
}

.ml-1 {
    margin-left: -1em;
}

.ml_05 {
    margin-left: 0.5em;
}

.ml_2 {
    margin-left: 2em;
}

.ml_45 {
    margin-left: 4.5em;
}

.pl_1 {
    padding-left: 1em;
}



.ml-2 {
    margin-left: -2em;
}

.lt_no {
    letter-spacing: -0.02em;
}

.pb {
    padding-bottom: 0.5em;
}

.nolink {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.preparation {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    opacity: 0.3;
}

.disclist {
    list-style-type: disc;
    text-align: left;
    margin: 0 auto;
    width: 85%;
}

.decimallist {
    list-style-type: decimal;
    text-align: left;
    margin: 0 auto;
    width: 90%;
}

.general_tab {
    margin: 0 auto;
    width: 95%;
    border: 1px solid #000;
    border-collapse: collapse;
}

.general_tab th,
.general_tab td {
    text-align: left;
    border: 1px solid #000;
    padding: 5px;
}

.general_tab th {
    background: #eee;
    width: 10px;
}

.general_tab th.center,
.general_tab td.center {
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

a.no-underline {
    text-decoration: none;
}

.container-box {
    border: 1px solid;
    margin: 16px 0;
    padding: 0px 1em;
}

.limit {
    text-decoration: line-through;
    text-decoration-color: #f00;
}

.bold-text {
    font-weight: bold;
}

.limit {
    text-decoration: line-through;
    text-decoration-color: currentcolor;
    text-decoration-color: #f00;
}

.border1{
 width:100%;
 border:1px solid #000;	
}


/* 全体　*/

h2 {
    width: 100%;
    background: #14594A;
    background: linear-gradient(90deg,rgba(20, 89, 74, 1) 0%, rgba(0, 153, 70, 1) 47%, rgba(255, 255, 255, 1) 98%);
    text-align: left;
    color: #fff;
    padding-left: 10px;
    margin: 0;
    padding: 10px;
    letter-spacing: 0;
    font-size: 26px;
}

h3 {
    color: #0000000;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 0.3em 0 0.3em 0.5em;
    margin: 0.7em auto;
    position: relative;
    background: #F1E8BE;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    color: #333;
    background: #E9E9E9;
    border-left: 6px solid #424397;
    padding: 0.5em 0 0.5em 0.5em;
    line-height: 1.2;
    margin: 0.7em auto;
}

h5 {
    position: relative;
    border-bottom: solid 3px #9FC6DD;
}

h5:after {
    position: absolute;
    bottom: -3px;
    content: " ";
    display: block;
    width: 20%;
    border-bottom: solid 3px #008CD6;
}

h6 {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    color: #333;
    padding: 0.5em 0;
    line-height: 1.2;
}

h6::before {
    content: "■";
    color: #333;
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
}

h7 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.2rem;
    padding: 0.5em 0.5em;
    margin-bottom: 0.2em;
    color: #353535;
    border-top: 1px solid #52B2E5;
    border-bottom: 1px solid #52B2E5;
    text-align: center;
    display: inline-block;
    width: 100%;
    background-color: #DFF9F9;
}

/*ページベース
------------------------------------------------------*/
body {
    margin: 0;
    background: #ffffff;
background: #ffffff;
background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(191, 217, 155, 1) 50%, rgba(191, 217, 155, 1) 100%);
    z-index: -1;
}

body>#wrapper {
    height: auto;
}

header {
    width: 1000px;
    height: auto;
    z-index: 300;
    position: absolute;
    top: 0;
    margin: 0;
}

#wrapper {
    width: 100%;
    height: auto;
    position: relative;
    /*←相対位置*/
    padding-bottom: 2em;
    /*←footerの高さ*/
    box-sizing: border-box;
}

#wrapper .full-width {
    width: 100%;
    height: auto; /* 縦横比を保つ */
    display: block; /* 不要な余白防止 */
}


/*contents
------------------------------------------------------*/


#content {
/*    width: 1000px;*/
    justify-content: center;
    margin: 0 auto;
    display: flex;
	margin: -8px;
}

/*　サイドバー */

#side {
    width: 245px;
    position: relative;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 7px -3px rgba(0, 0, 0, 0.6);
    position: relative;
}

.btnbox,
.btnbox-red {
    width: 245px;
    height: 61px;
    margin: auto;
}

.btnbox a {
    display: inline-block;
    margin: 6px 6px 2px 10px;
    padding: 10px 82px;
    text-decoration: none;
background: #E8650C;
background: linear-gradient(0deg,rgba(232, 101, 12, 1) 26%, rgba(236, 203, 31, 1) 70%);
    border-radius: 10px;
    color: white;
    font-weight: bold;
    border: 1px solid #c2461d;
}





.btnbox-sanka a {
    display: inline-block;
    margin: 0px 6px 6px 10px;
    padding: 8px 38px;
    text-decoration: none;
	background: linear-gradient(180deg,rgba(255, 126, 5, 1) 0%, rgba(222, 55, 0, 1) 100%);
    border-radius: 10px;
    color: white;
    font-weight: bold;
    border: 1px solid #c2461d;
	text-align: center;
}




.btnbox-red a {
    margin-left: 0.2em;
    display: inline-block;
    background: linear-gradient(to bottom, #E1756F 8%, #C02332);
    background: -webkit-linear-gradient(top, #E1756F 8%, #C02332);
    background: -moz-linear-gradient(top, #E1756F 8%, #C02332);
    background: -o-linear-gradient(top, #E1756F 8%, #C02332);
    margin: 6px;
    padding: 10px 86px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    border: 1px solid #c2461d;
    color: #FFF799;
}

.btnbox-red a:before {
    content: "";
    width: 1em;
    height: 0;
    border-left: 0.5em solid #fff;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    display: inline-block;
    position: relative;
    top: 0.1em;
}

.btnbox a:hover,
.btnbox-sanka a:hover,
.btnbox-red a:hover {
    opacity: 0.6;
    /*透明度を設定*/
}

/*サイドバーのバナー*/
.banner {
    padding: 13% 0;
	background-color:  #EDE7D2;
	height: 450px;
}

.banner-item {
    margin-right: 1em;
    text-align: center;
}

.banner-item img {
    max-width: 200px;
    border: 1px solid #000;
}

/* ページトップ */

#page_top {
    position: fixed;
    right: 1em;
    bottom: 1.5em;
    z-index: 9999;
}

#page_top a img {
    width: 50px;
    height: 50px;
}

/* PCで表示しない改行 */
.sp320 {
    display: none;
}

.sp414 {
    display: none;
}

.sp400 {
    display: none;
}

.sp450 {
    display: none;
}

.sp500 {
    display: none;
}

.sp575 {
    display: none;
}

.sp600 {
    display: none;
}

.sp700 {
    display: none;
}

/* PCとSPの切り替え */
.sp {
    display: none;
}

/*PC表示*/





@media print,
screen and (min-width: 1000px) {
    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }

    .pc_pro {
        display: block !important;
        line-height: 0.2em;
    }

    .letter-spacing {
        letter-spacing: -0.1px;
    }

    .letter-spacing-li {
        letter-spacing: -0.5px;
    }

    /*　全体 */

    /*　ヘッダー */
    .logo a:hover {
        opacity: 0.6;
        /*透明度を設定*/
    }

    .logo img {
        width: 245px;
        background-color: #ffffff;
        display: inline-block;
        float: left;
    }

    .title img {
        width: 100%;
        display: inline-block;
        clear: both;
    }

    /*<!--サイドバー-->*/
    .nav {
        width: 245px;
        display: inline-block;
    }

    nav ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
    }

    nav ul li.daw {
        position: relative;
    }

    nav ul li.daw em {
        position: absolute;
        top: 15px;
        right: 5px;
        font-style: normal;
        font-weight: bolder;
        display: inline-block;
        font-size: 12px;
        line-height: 1;
        letter-spacing: normal;
        background-color: #ffd700;
        color: #0000f5;
        padding: 3px;
        z-index: 2;
    }

	
	
    nav.nav ul li a span.btn1l {
        width: 245px;
        height: 3em;
        display: inline-block;
        list-style: none;
        line-height: 3em;
        text-decoration: none;
        font-weight: bolder;
        color: #fff;
        padding-left: 1.2em;
        font-size: 15px;
        background-image: url(../img/btn1l.jpg);
        background-size: cover;
        border-bottom: 0.5px solid #fff;
    }

    nav.nav ul li a span.btn1l_g {
        width: 245px;
        height: 3em;
        display: inline-block;
        list-style: none;
        line-height: 3em;
        text-decoration: none;
        font-weight: bolder;
        color: #011961;
        padding-left: 1.2em;
        font-size: 15.5px;
        background-image: url(../img/btn1l_g.jpg);
        background-size: cover;
        border-bottom: 0.5px solid #fff;
    }

    nav.nav ul li a span.btn1l:hover {
        width: 245px;
        height: 3em;
        display: inline-block;
        list-style: none;
        line-height: 3em;
        text-decoration: none;
        font-weight: bolder;
        color: #1B4037;
        padding-left: 1.2em;
        font-size: 15px;
        background-image: url(../img/btn1l_yellow.jpg);
        background-size: cover;
        border-bottom: 0.5px solid #fff;
    }

    nav.nav ul li a span.btn1l_g:hover {
        width: 245px;
        height: 3em;
        display: inline-block;
        list-style: none;
        line-height: 3em;
        text-decoration: none;
        font-weight: bolder;
        color: #1B4037;
        padding-left: 1.2em;
        font-size: 15.5px;
        background-image: url(../img/btn1l_yellow.jpg);
        background-size: cover;
        border-bottom: 0.5px solid #fff;
    }

    nav.nav ul li a span.btn2l {
        width: 245px;
        height: 3em;
        display: inline-block;
        list-style: none;
        text-decoration: none;
        font-weight: bolder;
        color: #fff;
        padding-top: 0.03em;
        padding-left: 1.2em;
        font-size: 15px;
        background-image: url(../img/btn1l.jpg);
        background-size: cover;
        border-bottom: 0.5px solid #fff;
        align-self: flex-start;
    }

    nav.nav ul li a span.btn2l:hover {
        width: 245px;
        height: 3em;
        display: inline-block;
        list-style: none;
        text-decoration: none;
        font-weight: bolder;
        color: #1B4037;
        padding-top: 0.03em;
        padding-left: 1.2em;
        font-size: 15px;
        background-image: url(../img/btn1l_yellow.jpg);
        background-size: cover;
        border-bottom: 0.5px solid #fff;
        align-self: flex-start;
    }

    nav.nav ul li a span.btn3l {
        width: 245px;
        height: 5em;
        display: inline-block;
        list-style: none;
        line-height: 0.5em;
        text-decoration: none;
        font-weight: bolder;
        color: #fff;
        padding-top: 0.1em;
        padding-left: 1.2em;
        font-size: 15px;
        background-image: url(../img/btn3l.jpg);
        background-size: cover;
        border-bottom: 0.5px solid #fff;
        align-self: flex-start;
    }

    nav.nav ul li a span.btn3l:hover {
        width: 245px;
        height: 5em;
        display: inline-block;
        list-style: none;
        line-height: 0.5em;
        text-decoration: none;
        font-weight: bolder;
        color: #fff67f;
        padding-top: 0.1em;
        padding-left: 1.2em;
        font-size: 15px;
        background-image: url(../img/btn3l_red.jpg);
        background-size: cover;
        border-bottom: 0.5px solid #fff;
        align-self: flex-start;
    }
	

	
	
	
	
	
	
	

    /*safari表示用の記述*/
    /* safari */
    @media screen and (-webkit-min-device-pixel-ratio: 0) {

        _::-webkit-full-page-media,
        _:future,
        :root .nav ul li a span.btn2l,
        nav.nav ul li a span.btn2l:hover {
            padding-top: 0.3em;
            line-height: 1.2em;
        }
    }

    /*Chrome表示用の記述*/
    @media screen and (-webkit-min-device-pixel-ratio:0) {

        nav.nav ul li a span.btn2l,
        nav.nav ul li a span.btn2l:hover {
            padding-top: 0.5em;
            line-height: 1.1em;
        }

        nav.nav ul li a span.btn3l:hover,
        nav.nav ul li a span.btn3l {
            padding-top: 0.5em;
            line-height: 1.3em;
        }
    }

    /*Firefox表示用の記述*/
    @-moz-document url-prefix() {

        nav.nav ul li a span.btn2l,
        nav.nav ul li a span.btn2l:hover {
            padding-top: 0.00em;
            line-height: 0.9em;
        }

        nav.nav ul li a span.btn3l:hover,
        nav.nav ul li a span.btn3l {
            padding-top: 0.1em;
            line-height: 0.9em;
        }
    }

    .jua img {
        width: 245px;
        display: inline-block;
		margin-bottom: -0.5em;
    }

    /*動画田中追加ここから*/
    .livebtnbox {
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 0;
        max-width: 245px;
        /*	padding: 4px 10px 10px; 田中修正*/
        background-color: #000;
        position: relative;
    }

    video {
        width: 99%;
        /* 動画をレスポンシブ化 */
        /*	max-width: 245px;  動画の最大幅  田中修正*/
        margin: 0 auto;
    }

    .video_t {
        font-size: 12pt;
        color: #fff;
    }

    /*ポップアップ	*/

    .popup {
        display: none;
        position: fixed;
        width: 70%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        padding: 20px;
        border: 2px solid #008CD6;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 9999;
    }

    button {
        position: absolute;
        height: 26px;
        width: 26px;
        left: auto;
        right: -13px;
        bottom: auto;
        top: -13px;
        padding: 0px;
        color: #ffffff;
        font-family: Arial;
        font-weight: 100;
        font-size: 24px;
        line-height: 24px;
        border: 2px solid #ffffff;
        border-radius: 26px;
        box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
        background-color: rgba(0, 0, 0, 1.00);
    }

    /*動画田中追加ここまで*/
    /*　メイン */
    #main {
        width: 755px;
        height: auto;
        position: relative;
        padding: 0;
        margin: 0;
        background-color: #fff;
        -webkit-box-shadow: 0px 7px 7px -3px rgba(0, 0, 0, 0.6);
    }

    #main #mainpage img {
        width: 100%;
    }

    #mainpage {
        background-color: #fff;
        padding: 0;
        margin: 0 auto;
        position: relative;
    }

    #mainpage p {
/*        margin: 1em auto;*/
        width: 95%;
    }

    .announce {
        color: #fff;
        background-color: #E49000;
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 0.1em;
        padding: 0.1em 0 0.1em 1em;
    }

    .announce p {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        padding-left: 1rem;
    }

    .news {
        width: 100%;
        margin: 0 auto;
        height: 12em;
        background-color: #EFF4F7;
        margin-top: -1.7em;
    }

    .topics{
        width: 97.5%;
        /* margin: 0 auto; */
        overflow-y: scroll;
        height: 18em;
        margin: 10px;
        margin-top: 5px;
    }

    .topics dt {
        border-top: 1px solid #FFF;
        float: left;
        padding: 10px 15px 10px 15px;
        color: #333;
    }

    .topics dd {
        width: 95% margin-left: 1rem;
        margin-right: 40px;
        padding: 10px 80px;
        border-bottom: dotted 1px #231815;
        color: #333;
        text-align: left;
    }

    .topics dd a {
        color: #A33133;
    }

    .topics dd a:hover {
        color: #FFE8AF;
    }

    .new {
        background-color: #ffd700;
        padding: 3px;
        font-weight: bolder;
        color: #0000f5;
        vertical-align: middle;
        font-size: 12px;
    }

    .address {
        width: 100%;
        padding-bottom: 0;
    }

    /*<!--フッター-->*/
    footer {
        background: #009245;
background: #1B4037;
background: linear-gradient(270deg,rgba(27, 64, 55, 1) 46%, rgba(0, 146, 69, 1) 88%);
        margin: 0;
        width: 100%;
        padding: 0.5em 0;
        position: absolute;
        /*←絶対位置*/
        bottom: 0;
        /*下に固定*/
    }

    footer p {
        text-align: center;
        font-size: 0.6em;
        color: #fff;
    }

    .mainimg {
        position: relative;
        text-align: center;
    }
	
	
}



@media print {
    nav.nav ul li a span.btn2l {
        border-bottom: none !important; /* 印刷時だけ線を消す */
		padding-top: 0 !important;
		line-height: 1.4 !important; /* 適度に詰める */
    }
}






/*SP表示*/
@media screen and (max-width: 999px) {
    /* 全体 */

    h2 {
        font-size: 16pt;
        letter-spacing: 0;
        line-height: 1.2em;
        padding-left: 0;
        margin: 0;
        padding: 0.7em 0.5em;
    }


    .pc_fleft {
        float: none;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .pc_pro {
        display: none !important;
    }

    /*汎用*/
    .ml-2 {
        margin-left: -1em;
    }

    #side {
        display: block !important;
    }

    #wrapper {
        width: 100%;
        padding-top: 0;
        /*
  width: 100%;
  position: relative;
  padding-bottom:0;
  box-sizing: border-box;*/
    }

    #content {
/*        width: 100%;*/
    }

    /*　ヘッダー */
    header {
        width: 100%;
    }

    .logo img {
        width: 20%;
        background-color: none;
        display: inline-block;
        float: right;
        position: absolute;
        right: 3.6em;
        top: 1em;
        z-index: 300;
    }

    .title img {
        width: 100%;
        display: block;
    }

    /*　ハンバーガーボタン　*/
    .hamburger {
        display: block;
        position: fixed;
        z-index: 3000;
        right: 0.5em;
        top: 0.6em;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        background-color: #D8374B;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #fff;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    .livebtnbox img {
        margin-left: 10px;
        width: 95%;
    }

    .nowrap {
        white-space: normal;
    }
	
	
	.btnbox_top a {
		        display: block;
        position: fixed;
    padding: 8px 10px;
    text-decoration: none;
background: linear-gradient(0deg,rgba(232, 101, 12, 1) 26%, rgba(236, 203, 31, 1) 70%);
    border-radius: 10px;
    color: white;
    font-weight: bold;
    border: 1px solid #c2461d;
	  right: 3.5em;
        top: 0.6em;

}
	
	
	
	
	
	
	

    /* ナビ開いてる時のボタン */
    .hamburger.active {
        background-color: #000;
    }

    .hamburger.active span:nth-child(1) {
        top: 20px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 20px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    nav.nav {
        position: fixed;
        z-index: 2000;
        top: 0;
        left: 0;
        color: #000;
        background: #fff;
        text-align: center;
        transform: translateY(-100%);
        transition: all 0.6s;
        width: 100%;
        padding-bottom: 80px;
    }

    nav.nav ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.nav ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
    }

    nav.nav ul li a {
        border-bottom: 2px solid #fff;
        display: inline-block;
        color: #fff;
        text-align: left;
        text-decoration: none;
        width: 100%;
        padding-left: 15px;
        position: relative;
        font-weight: bolder;
        font-size: 15px;
        background: #006A3E;
background: linear-gradient(90deg,rgba(0, 106, 62, 1) 0%, rgba(0, 153, 70, 1) 54%, rgba(20, 89, 74, 1) 100%);
    }

    nav.nav ul li .btn1lg a {
        border-bottom: 2px solid #fff;
        display: inline-block;
        color: #011961;
        text-align: left;
        text-decoration: none;
        width: 100%;
        padding-left: 15px;
        position: relative;
        font-weight: bolder;
        font-size: 15px;
        background: repeating-linear-gradient(315deg, #94e320, #94e320 5px, rgba(161, 224, 113, 0.90) 0, rgba(161, 224, 113, 0.90) 10px);
    }

    nav.nav ul li a:hover {
        text-decoration: none;
        position: relative;
        font-weight: bolder;
        font-size: 15px;
       background: #BACE00;
       background: linear-gradient(90deg,rgba(186, 206, 0, 1) 77%, rgba(255, 255, 255, 1) 100%);
	color: #1B4037;
    }

    nav.nav ul li a span.btn1l:before,
    nav.nav ul li a span.btn1l_g:before {
        content: "";
        width: 1em;
        height: 0;
        border-left: 0.5em solid #fff;
        border-top: 0.5em solid transparent;
        border-bottom: 0.5em solid transparent;
        display: inline-block;
        position: relative;
        top: 0.1em;
    }
	
	
nav.nav ul li a:hover span.btn1l:before,
nav.nav ul li a:hover span.btn1l_g:before {
    content: "";
    width: 1em;
    height: 0;
    border-left: 0.5em solid #1B4037;    /* 変更したいならここを変える */
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    display: inline-block;
    position: relative;
    top: 0.1em;
	

}
	

	
	
	
	
	
	
	
	
	

    nav.nav ul li a span.btn2l:before {
        content: "";
        width: 1em;
        height: 0;
        border-left: 0.5em solid white;
        border-top: 0.5em solid transparent;
        border-bottom: 0.5em solid transparent;
        display: inline-block;
        position: relative;
        top: 0.1em;
    }

    nav.nav ul li a span.btn3l:before {
        content: "";
        width: 1em;
        height: 0;
        border-left: 0.5em solid #fff;
        border-top: 0.5em solid transparent;
        border-bottom: 0.5em solid transparent;
        display: inline-block;
        position: relative;
        top: 0.1em;
    }

    nav.nav>.menu li li {
        height: auto;
        overflow: visible;
    }

    nav.nav>.menu li li a {
        background: #fff;
        color: #000;
    }

    nav.nav ul li a span.btn1l {
        color: #fff;
        line-height: 2.8em;
    }

    nav.nav ul li a span.btn1l_g {
        color: #011961;
        line-height: 2.8em;
    }

    nav.nav ul li a span.btn2l {
        color: #fff;
        line-height: 1.2em;
        padding: 0.5em 0 0.5em 0;
    }

    nav.nav ul li a span.btn3l {
        color: #fff;
        line-height: 1.2em;
        padding: 0.5em 0 0.5em 0;
    }

    nav.nav ul li a span.btn2l {
        color: #fff;
        line-height: 1.2em;
        padding: 0.5em 0 0.5em 0;
    }

    nav.nav ul li a span.btn1l:hover,
    nav.nav ul li a span.btn1l_g:hover {
        color: #1B4037;
        display: inline-block;
        width: 100%;
        font-size: 16px;
        font-weight: bolder;
        text-align: left;
        padding-left: 0;
        position: relative;
        line-height: 2.8em;
    }


    nav.nav ul li a span.btn2l:hover,
    nav.nav ul li a span.btn3l:hover {
        color: #1B4037;
        display: inline-block;
        font-size: 16px;
        font-weight: bolder;
        text-align: left;
        position: relative;
        line-height: 1.2em;
        padding: 0;
    }

    /*バナーsp版	*/
	
.banner {
    padding: 4% 6px;
	background-color:  white;
	height: 1%;
}
.banner-item {
    text-align: center;
    margin: auto 0;

    display: flex;          /* 横並びにする */
    justify-content: center;/* 中央揃え */
    gap: 10px;              /* 画像同士の間隔（必要に応じて調整） */
}

.banner-item img {
max-width: 180px;
    height: auto;
	border: 1px solid #000;
}

	
	
	
	
    /*動画sp版	田中追加ここから*/

    .livebtnbox_main {
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 0;
        /*	padding: 4px 10px 10px; 田中修正*/
        background-color: #000;
        position: relative;
    }

    .livebtnbox_main img {
        width: 100%;
        margin-top: -33px;
    }

    video {
        width: 99%;
        /* 動画をレスポンシブ化 */
        /*	max-width: 245px;  動画の最大幅  田中修正*/
        margin: 0 auto;
    }

    .video_t_sp {
        font-size: 12pt;
        color: #fff;
    }

    /*ポップアップ	*/

    .popup_sp {
        display: none;
        position: fixed;
        width: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        padding: 20px;
        border: 2px solid #008CD6;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 9999;
    }

    button {
        position: absolute;
        height: 26px;
        width: 26px;
        left: auto;
        right: -13px;
        bottom: auto;
        top: -13px;
        padding: 0px;
        color: #ffffff;
        font-family: Arial;
        font-weight: 100;
        font-size: 24px;
        line-height: 24px;
        border: 2px solid #ffffff;
        border-radius: 26px;
        box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
        background-color: rgba(0, 0, 0, 1.00);
    }

    /*動画sp版	田中追加ここまで*/
    /*safari表示用の記述*/
    /* safari */
    @media screen and (-webkit-min-device-pixel-ratio: 0) {

        _::-webkit-full-page-media,
        _:future,
        :root .nav ul li a span.btn2l,
        nav.nav ul li a span.btn2l:hover {
            padding-top: 0.0em;
            line-height: 1.2em;
        }
    }

    /*Chrome表示用の記述*/
    @media screen and (-webkit-min-device-pixel-ratio:0) {

        nav.nav ul li a span.btn2l,
        nav.nav ul li a span.btn2l:hover {
            padding-top: 0.25em;
            line-height: 1.2em;
        }

        nav.nav ul li a span.btn3l:hover,
        nav.nav ul li a span.btn3l {
            padding-top: 0.25em;
            line-height: 1.2em;
        }
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.nav.active {
        transform: translateY(0%);
        overflow-y: scroll;
        height: 100%;
        top: 4em;
    }

    .sp_btn {
        display: inline-block !important;
        background: #27b4ea !important;
        width: 30% !important;
    }

    .nav_img {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }

    nav ul li.daw {
        position: relative;
    }

    nav ul li.daw em {
        position: absolute;
        top: 1em;
        right: 1em;
        font-style: normal;
        font-weight: bolder;
        display: inline-block;
        font-size: 12px;
        line-height: 1;
        letter-spacing: normal;
        background-color: #ffd700;
        color: #0000f5;
        padding: 3px;
        z-index: 2;
    }


    /*サイドバー*/
    #side {
        position: absolute;
        min-height: 50em;
    }

    .btnbox,
    .btnbox-red {
        margin-right: 0.2em;
        margin: 0.2em auto;
        width: 45%;
        display: inline-block;
        height: 3.5em;
    }

    .btnbox a,
    .btnbox-red a {
        margin: 0.3em;
        padding: 0.6em 2.5em;
    }

    .btnbox a:hover,
    .btnbox-red a:hover {
        color: #FFF799;
    }

    .jua img {
        width: 100%;
        display: inline-block;
		margin-bottom: -0.5em;
    }

    /*メイン*/
    #main {
        width: 100%;
        position: relative;
        top: 0;
        background-color: #fff;
        -webkit-box-shadow: none;
        box-sizing: border-box;
    }

    #main #mainpage img {
        width: 100%;
		margin-top: 8%;
    }

    #mainpage {
        top: 4em;
    }

    .news {
        height: 15em;
        background-color: #EFF4F7;
        margin-top: 0;
        margin-bottom: 1em;
        position: relative;
    }

    .mainimg {
        margin-top: 5em;
    }
}

.announce {
	width: 100%;
    color: #fff;
    background-color: #E49000;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 0.1em 0 0.1em 0.5em;
	margin-top: -3%;
}

.announce p {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-left: 0;
}

.topics {
    width: 100%;
    overflow-y: scroll;
    height: 8em;
    margin: 0;
    margin-top: 1em;
}

.topics dt {
    clear: both;
    padding: 0;
    padding-left: 1em;
    color: #333;
}

.topics dd {
    margin-left: 1rem;
    margin-right: 40px;
    padding: 0 0 0.5em 0;
    border-bottom: dotted 1px #231815;
    color: #333;
    text-align: left;
    width: 95%;
}

.topics dd a {
    color: #A33133;
}

.topics dd a:hover {
    color: #FFE8AF;
}

.new {
    background-color: #ffd700;
    padding: 3px;
    font-weight: bolder;
    color: #0000f5;
    vertical-align: middle;
    font-size: 12px;
}

.address {
    width: 100%;
    background-color: #fff;
    padding-bottom: 3em;
    padding-left: 1em;
}

/*<!--フッター-->*/
footer {
    position: absolute;
    /*←絶対位置*/
    bottom: 0;
    /*下に固定*/
background: #1B4037;
background: linear-gradient(270deg,rgba(27, 64, 55, 1) 68%, rgba(22, 87, 72, 1) 100%);
    margin: 0;
    width: 103%;
    padding: 0.5em 0;
}

footer p {
    text-align: center;
    font-size: 0.6em;
    color: #fff;
}
}



/*隙間調整　ここから*/
@media screen and (max-width: 700px) {
    .sp700 {
        line-height: 0.2em;
        display: block !important;
    }
}

@media screen and (max-width: 600px) {
    .sp600 {
        line-height: 0.2em;
        display: block !important;
    }
}

@media screen and (max-width: 575px) {
    .sp575 {
        line-height: 0.2em;
        display: block !important;
    }
}

@media screen and (max-width: 500px) {
    .sp500 {
        line-height: 0.2em;
        display: block !important;
    }
}

@media screen and (max-width: 450px) {
    .sp414 {
        line-height: 0.2em;
        display: block !important;
    }
}

@media screen and (max-width: 390px) {
    .sp400 {
        line-height: 0.2em;
        display: block !important;
    }
}

@media screen and (max-width: 320px) {
    .sp320 {
        line-height: 0.2em;
        display: block !important;
    }
}




