@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap');

@charset "utf-8";
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form, label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main,summary,time,mark,audio,video,a,input,textarea{ margin:0;padding:0; border:0; font-size:100%; background:transparent; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{ display:block;}
nav ul{ list-style:none;}
blockquote,q{ quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none;}
pre,code,kbd,samp{ font-family:monospace,monospace; font-size:inherit;}
table{ border-collapse:collapse; border-spacing:0;}
img{ border:0;}
address,caption,cite,code,dfn,em,th,var{ font-style:normal; font-weight:normal;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal}
sup{ vertical-align:text-top; font-size:75%;}
sub{ vertical-align:text-bottom; font-size:75%;}
input,textarea,select{ z-index:auto; font-family:inherit; font-size:inherit; font-weight:inherit; vertical-align:middle;}
a{ outline:none;}
audio:not([controls]){ display:none;}
time{ display:inline;}
[hidden]{ display:none;}
input::-ms-clear,input::-ms-reveal,input:focus::-ms-clear,input:focus::-ms-reveal{visibility:hidden; display:none;}
button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner{ padding:0; border:0;}
button{cursor:pointer;}

/* ===== Common ===== */
body,input,button,select,textarea{-webkit-text-size-adjust:100%; -webkit-font-smoothing:antialiased; line-height:1; color:#444;}
a:link{ color:#4eb148; text-decoration:underline;}
a:visited{ color:#4eb148; text-decoration:underline;}
a:hover{ color:#4eb148; text-decoration:none;}
a:active{ color:#4eb148;}
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
.clr{clear:both;}
section {clear:both; zoom:1;}
article:after,section:after,.clrFx:after{content:''; clear:both; display:block;}
a,button{transition:all .2s ease-in;}
a img{transition:all .3s ease-in;}
a:hover img{opacity:0.7;}
.aCt{text-align:center;}
.mCt{margin: 0 auto;}
.aLt{text-align:left;}
.aRt{text-align:right;}
.fLt{float:left;}
.fRt{float:right;}
.sp{display:none !important;}
.pc{display:block !important;}

@media screen and (min-width:768px){
.spbr{display:none;}
.pcbr{display:inline;}
}

/* ===== Font ===== */
@font-face {
font-family: 'NotoSansJP';
font-weight: 700;
src: local('Noto Sans CJK JP Bold'),
local('NotoSansCJKjp-Bold'),
local('NotoSansJP-Bold'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff');
}
.gfonto{font-family: 'Open Sans',  Helvetica, Arial, sans-serif;}
.gfontr{font-family: 'Roboto Slab', serif;}
body,button,select{font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;}
article h1,article h2,article h3,.top h1,
article h4,.secondBg h1,.mv .mvWrap h1{font-family: 'NotoSansJP',"メイリオ","Meiryo";}
#siteHeader,footer nav ul{font-family:'Noto Sans TC',"メイリオ","Meiryo";}
.blogPage aside h3,
footer address,article .listMd dt span{font-family:'Roboto',sans-serif;}

/* ===== Base ===== */
#wrapper{min-width:1050px; }
#siteHeader .spToggle{display:none;}
#siteHeader{background:url("../images/main.jpg") top center no-repeat; padding:15px; padding-top: 0px; z-index: 100; width: 100%; height:258px; border-bottom: 5px solid #4eb148;}
#siteHeader .headWrap{max-width:1150px; margin:0 auto;font-size:18px; position:relative; }
#siteHeader .headWrap .logo{position:absolute; top:57px; left:0px;}
#siteHeader .siteLogo{position:absolute; width:300px; top:30%; left:0px; margin-top:0px; padding:5px 10px 10px 11px; border-radius:0 0 10px 10px; background: #fff;}
#siteHeader .siteLogo img{width: 100%; height: auto;}
#siteHeader nav.gNav{position:absolute; top:10px; right:0px;}
#siteHeader nav.gNav ul li{display:inline-flex; margin-left:20px; font-weight: bold; font-size: 1.10rem; line-height: 1.3;}
#siteHeader nav.gNav ul li a{color:#4eb148; text-decoration: none;}
#siteFooter{background:#fff; text-align:center; color:#444; padding:40px 10px 50px; border-top:5px solid #4eb148;}
#siteFooter nav ul{}
#siteFooter .footwrap{max-width:1050px; margin: 0 auto; text-align: left;}
#siteFooter .footwrap p{line-height: 1.6; margin-bottom: 15px; font-size: 0.85rem;}
#siteFooter .footwrap p:last-child{margin: 0px;}
#siteFooter nav ul{ margin-bottom: 30px;}
#siteFooter nav ul li{display:inline-flex; position:relative; padding-right:20px; line-height: 1.4;}
#siteFooter nav ul li:after{content:"｜"; position:absolute; right:0px; top:0px;}
#siteFooter nav ul li:last-child{ padding-right:0px;}
#siteFooter nav ul li:last-child:after{content:"";}
#siteFooter a:link,footer a:visited,footer a:hover{color:#fff; text-decoration: none;}
#siteFooter address{font-size:16px; margin-top:20px;}
#siteFooter p{margin-bottom: 20px;line-height: 1.5;}
article .reTxt{color: #ff0000;}
article .blTxt{color:#444}
article .ogTxt{color:#ec6941}
article .txtBg{font-size: 1.25rem;}
article .txtRead,article h1.titH1{font-size: 2.0rem; background: rgb(156,233,151);
background: linear-gradient(180deg, rgba(156,233,151,1) 0%, rgba(76,226,66,1) 26%, rgba(70,145,66,1) 73%, rgba(40,122,35,1) 100%); padding: 10px 20px; width: 100%; color: #fff; font-weight: bold;}
section{max-width:1150px; padding:50px 25px; margin:0 auto;}
header.headTit h1{font-size:35px; border-bottom:1px solid #e0e0e0; color:#047c63; margin-bottom:60px; line-height:1.7;}
article{}
article strong{font-weight:bold;}
article h1{font-size:2.00rem; margin-bottom:40px; line-height: 1.5;}
article h2{font-size:1.875rem; margin-bottom:40px; line-height: 1.5;}
article h3{font-size:1.5625rem; margin-bottom:40px; color:#047c63; line-height: 1.4;}
article h2 small{display: block; font-size:1.56rem;}
article h3 small{display: block; font-size:1.23rem;}
article h4{margin-bottom:20px;}

article.listpcb h3{color:#444;}
article .tit small{display: block; font-size:1.25rem;}
article p{line-height:1.7; margin-bottom: 30px;}
article p+h3{margin-top:30px;}
article p.regtxt{margin-bottom: 0px;}
article p.regtxt+ul{margin-top: 0px;}
article .lead p{margin-bottom:15px;}
article .lead{font-size:1.25rem;}
section ul,section ol{margin:30px 0 30px 1.5em; line-height:1.5;}
section ul.listLink{}
section ul.list{list-style: none; margin-left: -1em;}
article .listMd{line-height:1.7; margin-bottom:30px;}
article .listMd dt{font-weight:bold; color:#047c63; border-bottom:1px dotted #444; }
article .listMd dd{margin-bottom:20px; position:relative;}
article .listMd.qa dt:before{position: absolute; top: 0px; left: 0px; height: 0px; content: "■";}
article .listMd.qa dt{color:#121212; padding-left: 1.5em; position: relative;}
article .listMd.btnon dt,article .listMd.btnon dd{font-size: 1.15rem;}
article .listMd.btnon dt small{font-size: 1.0rem;}
article .listMd.arrowFlow dt{border-bottom:1px solid #383838; margin-bottom:20px;}
article .listMd.arrowFlow dd{padding-bottom:100px; border-bottom:none;}
article .listMd.arrowFlow dd:after{content:""; background:url(/img/sprite.png) -320px 0; width:91px; height:77px; position:absolute; bottom:0px; left:50%; margin-left:-45px;}
article .listMd.arrowFlow dd:last-child{padding-bottom:0px;}
article .listMd.arrowFlow dd:last-child:after{background:none;}
article .fLt{margin:0 20px 20px 0px;}
article .fRt{margin:0 0px 20px 20px;}
article figure{margin-bottom: 30px;}
article figure figcaption{font-size:15px; padding-top: 5px; text-align: center;}
article .mc{display:flex; flex-wrap:wrap; justify-content:space-between;}
article .mc .col{margin-bottom:30px;}
article .mc .col img{width: 100%; height: auto;}
article .mc.duo .col{width:calc(50% - 10px);}
article .mc.trio .col.g2{width:calc(66% - 15px);}
article .mc.trio .col{width:calc(33.5% - 15px);}
article .mc.fort .col.g3{width:calc(75% - 15px);}
article .mc.fort .col{width:calc(25% - 15px);}
article .mc.fort .col img{width: 100%; height: auto;}
article .mc.fiv .col{width:calc(20% - 10px);}
article .mc.fiv .col.g4{width:calc(80% - 15px);}
article .mc.fiv .col.g3{width:calc(80% - 10px);}
article .mc .col.norse h3{margin-bottom: 15px; }
article .mc .col.norse p{margin-bottom: 10px;}
article .mc.trio.onde .col.norse{flex-direction: column; display: flex; width:calc(33.5% - 15px);}
article .mc.trio.onde .col.norse p.btn.onde{margin-top: auto; margin-bottom: 0px;}
article .bgColor{background: #ffa879;}
article .colBox{background:#fff; border:2px solid #9b9b9b; border-radius:10px; padding:30px; position:relative;}
article .btnNone{background:#959595;}
article a.btnB{background: rgb(39,114,179); background: linear-gradient(180deg, rgba(39,114,179,1) 0%, rgba(0,120,241,1) 58%, rgba(104,171,255,1) 100%); width:350px; padding:20px; display:block; margin:20px auto; text-align:center; text-decoration: none; border-radius: 10px; font-weight: bold; color: #fff; box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);}
article a.btnB.btnf{font-size: 1.25rem; width: 100%;}
article a.btnB:hover{text-decoration:none; background:#001b35;  box-shadow:none;}
/*article .btn span{background: #bcbcbc; width:350px; padding:20px; display:block; margin:20px 0; color: #fff; text-align: center;}*/
article a.arr span{position: relative;}
article a.arr span:before{content:"▶" }
article .btn.bggr span{width: 500px;}
article .btn.bgbtn a{width: 500px; font-size: 1.25rem; font-weight: bold;}
article .btn.onde a{width: 100%; font-weight: bold; border-radius: 10px; margin: 0px;}
article a.btn.bggr span{width: 500px;}
article a.btn.bgbtn{width: 500px; font-size: 1.25rem; font-weight: bold;}
article a.btn.btnB{background: #005eb5;}
article a.btn.btnB:hover{background:#004687;}
article p.subtit{margin:20px 0 20px 0 !important;}
article  a.btn.onde a{width: 100%; font-weight: bold; border-radius: 10px; margin: 0px;}
article .mc.topMenu .col{}
article a.btn.btnLv,article a.btn.btnOn,article a.btn.btnAd,article a.btn.btnMn,article a.btn.btnka,article .bBtn,article a.btn.btnBl,
article a.btn.btnRs,article a.btn.btnSb,article a.btn.btnMe,article a.btn.btnOr,article a.btn.btnPi,article .btnNone{width: 100%; border-radius: 10px; border: 1px solid #fff; font-size: 1.25rem; font-weight: bold; height: 120px; display: flex; justify-content: center; align-items: center; line-height: 1.4; text-decoration: none; padding: 0 10px;}
article a.btn span{display: block;}

article a.btn small{font-size: 1.0rem; display: block; margin-top: 10px;}
article a.btn.btnLv{color:#fff; background: rgb(254,208,234); background: linear-gradient(0deg, rgba(254,208,234,1) 0%, rgba(236,6,134,1) 100%);}
article a.btn.btnOn{color: #fff; background: rgb(190,227,255); background: linear-gradient(0deg, rgba(190,227,255,1) 0%, rgba(0,110,193,1) 100%);}
article a.btn.btnAd{color: #fff; background: rgb(244,250,255); background: linear-gradient(0deg, rgba(244,250,255,1) 0%, rgba(0,166,0,1) 100%);}
article a.btn.btnRs{color:#fff; background: rgb(244,250,255); background: linear-gradient(0deg, rgba(244,250,255,1) 0%, rgba(166,0,0,1) 100%);}
article a.btn.btnSb{color: #fff; background: rgb(244,250,255); background: linear-gradient(0deg, rgba(244,250,255,1) 0%, rgba(0,164,166,1) 100%);}
article a.btn.btnMe{color: #fff; background: rgb(244,250,255); background: linear-gradient(0deg, rgba(244,250,255,1) 0%, rgba(166,0,113,1) 100%);}
article a.btn.btnMn{color: #fff; background: rgb(147,237,255);background: linear-gradient(340deg, rgba(147,237,255,1) 0%, rgba(4,152,205,1) 46%, rgba(7,103,164,1) 100%);}
article a.btn.btnOr{color: #fff; background: rgb(252,236,226);background: linear-gradient(340deg, rgba(252,236,226,1) 0%, rgba(255,190,154,1) 46%, rgba(255,89,0,1) 100%);}
article a.btn.btnka{color: #fff; background: rgb(90,195,43); background: linear-gradient(340deg, rgba(90,195,43,1) 0%, rgba(117,241,80,1) 48%, rgba(168,241,162,1) 100%);}
article a.btn.btnPi{color: #fff; background: rgb(255,79,236); background: linear-gradient(340deg, rgba(255,79,236,0.896796218487395) 0%, rgba(229,160,219,1) 49%, rgba(255,199,247,1) 100%);}
article a.btn.btnBl{color: #fff; background: rgb(77,180,255); background: linear-gradient(340deg, rgba(77,180,255,1) 0%, rgba(98,205,255,1) 46%, rgba(162,190,241,1) 100%);}
article .btnNone{background: #868686; color: #fff;}
article a.btn.btnOn:hover{background: #0068b7;}
article a.btn.btnLv:hover{background: #ab005f;}
article a.btn.btnAd:hover{background: #00a600;}
article a.btn.btnRs:hover{background: #a40000;}
article a.btn.btnSb:hover{background: #007576;}
article a.btn.btnMe:hover{background: #710065;}
article a.btn.btnMn:hover{background: #0767a4;}
article a.btn.btnOr:hover{background: #ff5900;}
article a.btn.btnka:hover{background: #05ad01;}
article a.btn.btnPi:hover{background: #9d008c;}
article a.btn.btnBl:hover{background: #2778ff;}
article .bBtn{background:#a8a8a8; color: #fff;}
article section.secondBd{padding-bottom: 80px;}


article a.btn.gbtnL1,article a.btn.gbtnL2,article a.btn.gbtnL3,article a.btn.gbtnL6,article a.btn.gbtnL4,article a.btn.gbtnL5,
article a.btn.gbtnL7,article a.btn.gbtnL8,article a.btn.gbtnL9{width: 100%; border-radius: 10px; border: 1px solid #fff; font-size: 1.25rem; font-weight: bold; height: 120px; display: flex; justify-content: center; align-items: center; line-height: 1.4; text-decoration: none; padding: 0 10px;}

article a.btn.gbtnL1{background: #ffa725; color: #fff;}
article a.btn.gbtnL2{background: #e56915; color: #fff;}
article a.btn.gbtnL3{background: #b45210; color: #fff;}
article a.btn.gbtnL4{background: #53d2ff; color: #fff;}
article a.btn.gbtnL5{background: #00a4de; color: #fff;}
article a.btn.gbtnL6{background: #0078d2; color: #fff;}
article a.btn.gbtnL7{background: #9cd45e; color: #fff;}
article a.btn.gbtnL8{background: #74b230; color: #fff;}
article a.btn.gbtnL9{background: #517d21; color: #fff;}
article a.btn.gbtnL1:hover,article a.btn.gbtnL2:hover,article a.btn.gbtnL3:hover{background: #613d25;}
article a.btn.gbtnL6:hover,article a.btn.gbtnL4:hover,article a.btn.gbtnL5:hover{background: #0e4d7d;}
article a.btn.gbtnL7:hover,article a.btn.gbtnL8:hover,article a.btn.gbtnL9:hover{background: #365613;}


article{background:url("../images/bg.png") #f0f2f5;}
article#top .noteCont{border-radius: 25px; background: #fff;}
article .smWrap{max-width: 700px; margin: 0 auto;}
article .btn.rt{position:absolute; top:50%; right:30px; margin-top:-30px;}
article .btn.mCt span,
article .btn.mCt a{margin:20px auto 20px auto;}
article table{margin-bottom:30px; width:100%;}
article table th,article table td{border:1px solid #404040; padding:20px; line-height:1.5;}
article table th{font-weight:bold;}
article table tbody th{}
article table td p{margin-bottom: 15px;}
article table td p:last-child{margin-bottom: 0px;}
.map iframe{width:100%;}
article .agree_area{font-size: 1.35rem;}
article .agree_area input[type=checkbox] {width:1.5em; padding: 15px; transform: scale(1.5, 1.5);}
article .formTable{max-width:700px; margin:0 auto; }
article .formTable p{line-height:1.4; font-weight:bold;width:100%; display:block; }
article .formTable p:last-child{margin-bottom: 0px;}
article .formTable dt label{ }
article .formTable input,article .formTable textarea,
article .formTable select{font-size:16px; padding:15px; width:100%; border:1px solid #ccc; border-radius:5px;}

/*article .formTable dd input[type=radio] {width:1.5em; padding: 15px; transform: scale(1.5, 1.5);}
article .formTable dd label{line-height:2.5;}
article .formTable dd textarea{height:250px;}*/
article .formTable .btnSpace{text-align:center;}
article button{background:#047c63; color:#fff; width:45%; padding:20px; display:inline-table; margin:20px 0; font-size:18px; border:none;}
article button:hover{background:#ccc; color:#444;}
article .privacy p+p{margin-bottom: 20px;}
article section.secondBd{padding-bottom: 80px;}
article .noteCont{background:#fff799; padding: 20px; margin-bottom: 30px;}
article .noteCont.noteCont_bl{background: #98d2f2;}
article .noteCont h2,article .noteCont h3{font-size: 1.7rem; margin-bottom: 30px; color:#444; }
article .noteCont ul li{margin-bottom:15px;}
article .noteCont ul li ul{margin-top: 15px;}
article .noteCont p:last-child{margin-bottom: 0px;}
article .topBtn{font-size: 1.3rem; margin: 50px auto;}
article .topBtn a{width: 500px; padding: 20px; border-radius: 20px;}
article .textBig{font-size: 25px;}
article .noteBg{background: #fbe5d6; border-radius: 20px; padding:20px; margin: 20px 0;}
article .noteBg h3{color: #444;}
article .noteBg h3.titH3{color: #fff; text-shadow: 1px 2px 3px #808080; font-size: 1.7rem; border-left: 5px solid #fff; padding-left: 10px;}
article .noteBg a:link{ color:#0071bc; text-decoration:underline;}
article .noteBg a:visited{ color:#0071bc; text-decoration:underline;}
article .noteBg a:hover{ color:#0071bc; text-decoration:none;}
article .noteBg a:active{ color:#0071bc;}
article .noteBg .boxH3{background: #ff6900; padding: 5px; color: #fff;}
article .noteBg .boxlec{border:2px solid #ff6900; padding-bottom: 5px; background: #fff; text-align:center; margin:0 5px 20px 0; float: left;}
article .noteBg .boxlec span{display: block; margin-bottom:5px; background: #ff6900; color: #fff; padding: 3px;}
article .noteBg .titlec{padding-left: 30px;}
article .noteBg .txtBg+p{clear: both;}
article .noteBg .boxlec+strong{line-height: 1.5;} 
article .mc.trio .col:after{content:''; clear:both; display:block;}
article .noteBg .titlec{margin-bottom: 0px;}
article .noteBg .onTb thead th{background: #f06600; color: #fff; text-align: center;}
article .noteBg a.onBtn{background: #ff6900; padding: 15px; width:100%; display: block; border-radius: 10px; color: #fff; font-weight: bold; text-decoration: none;  box-shadow: 2px 2px 4px gray;
}
article .noteBg a.onBtn:hover{background: #b84c00; box-shadow:none;}
article .noteBg h4{margin-bottom: 30px;}

.dayList{margin-left: 0px; float: right;}
.dayList li{display: inline-block; width: 125px;}
.dayList a{color: #fff; padding: 5px; display: block; text-align: center; text-decoration: none; font-weight: bold;}
.dayList a.d12{background: #2f8fe6;}
.dayList a.d13{background: #004685;}
.dayList a.d14{background: #b6004d;}
.dayList a.d12:hover{background: #003c72;}
.dayList a.d13:hover{background: #002c54;}
.dayList a.d14:hover{background: #6c002e;}

/* ===== Top ===== */
.mv{text-align: center; min-width: 1050px; background: #fff;}
.mv{width:100%; text-align: center;overflow: hidden; }
.arrow{width: 0; height: 0; border-left: 80px solid transparent; border-right: 80px solid transparent; border-top:60px solid #047c63; margin: 0 auto 20px; }
ul.list li{margin-bottom: 20px;}
.bnr{max-width: 1050px; margin: 0 auto;}
.bnr ul{list-style: none;}
/*.programTabel{}
.programTabel ol{margin-left:1.5em;}
.programTabel thead td,.programTabel thead th{background: #047c63; color: #fff; font-weight:bold; text-align: center;}
.programTabel th{text-align: center; background:#c0edd4; vertical-align: top;}
.programTabel td.subTit{background: #ededed;}
.programTabel td.proTit{background: #c0edd4;}
.programTabel td.breakTit{background: #bababa;}
.programTabel th,.programTabel td{padding: 10px;}*/
article input[type=submit]{background:#0a7d63; color:#fff; width:100%; padding:20px; display:inline-table; margin:20px 0; font-size:20px; border:none; cursor: pointer; transition:all 1.0s; font-weight: bold;  box-shadow: 0 0 8px grey; border-radius: 10px;}
article input[type=submit]:hover{background:#ccc; color:#444; box-shadow: none;}

#pageCont{padding-bottom: 50px;}
#pageCont section{max-width: 1050px; background: #fff;box-shadow: 0 10px 5px -3px rgba(0,0,0,0.5), 0 -10px 5px -3px rgba(0,0,0,0.5); font-size: 1.05rem;}
#pageCont .programCont .mc{border-bottom: 1px solid #cfcfcf; margin-bottom: 30px;}

#pageCont section a.btnMovie,#pageCont section a.btnQuit{padding: 10px 10px 10px 40px; position: relative; width: 135px; display: block; line-height: 1.0; color: #fff; font-weight:bold; text-decoration: none; border-radius: 10px; box-shadow: 0 0 8px #606060;}
#pageCont section a.btnMovie{background: #0073af; }
#pageCont section a.btnQuit{background: #399eff; padding-left: 10px; line-height: 1.3; text-align: center;}
#pageCont section a.btnMovie:hover{text-decoration: none; background: #003550; box-shadow:none;}
#pageCont section a.btnMovie:before{content:""; background: url("../images/btnmove.png") left center no-repeat;position: absolute; top: 50%; left:10px; width: 20px; height: 17px; margin-top: -10px;}
#pageCont section .col a.btnMovie{width: 100%; padding:20px 10px 20px 40px;}
#pageCont section a.btnQuit:hover{text-decoration: none; background: #00274c; box-shadow:none;}

#pageCont section a.btnOnde{padding:15px 20px; position: relative; width:320px; display: block; line-height: 1.0; color: #fff; font-weight:bold; text-decoration: none; border-radius: 10px; box-shadow: 0 0 8px #606060; background: #4eb148; margin-bottom: 20px;}
#pageCont section a.btnOnde:hover{text-decoration: none; background: #002a3f; box-shadow:none;}


.pagenav{display:flex; flex-wrap:wrap; justify-content:space-between;align-items: center; margin:50px 0 30px 0; padding-bottom: 30px; list-style: none;border-bottom:3px solid #979797;}
.pagenav li{width:calc(50.5% - 10px); font-weight: bold; text-align: center; margin-bottom: 15px;}
.pagenav li a{background:#fff; width: 100%; height: 100%; display: block; padding: 15px; border-radius: 10px; color: #4eb148; border: 3px solid #4eb148; text-decoration: none;}
.pagenav li a:hover{text-decoration: none; background: #4eb148; color: #fff;}
.campany_box{border-bottom: 2px solid #B4B4B4; margin-bottom: 30px;}
.campany_box .col{margin-bottom: 0px;}
.campany_box .mc .col img{width: auto; height: auto;}
.campany_box dl{line-height: 1.5; margin-bottom: 30px;}
.campany_box dl dd{margin-bottom:30px;}
.campany_box dl dd:last-child{margin-bottom: 0px;}
.campany_box dl dt{font-weight: bold; font-size:1.25rem; margin-bottom: 20px;}
.campany_box img{width: 100%; height: auto;}
img.def{width:auto; height: auto;}
.campany_box .ptit{margin-bottom: 10px;}
.campany_box ul,.campany_box ol{margin:0px 0 30px 1.5em; }
.campany_box .noteCont{border-radius:20px;  word-break:break-all; background: #ecffbe;}
.campany_box .noteCont dl{margin-bottom:  0px;}
.campany_box .noteCont dl dt,.campany_box .noteCont dl dd{font-size:0.90rem; margin-bottom: 15px;}
.campany_box .noteCont dl dt{margin-bottom:5px;}
.campany_box .noteCont dl dd:last-child{margin-bottom: 0px;}
.listMd{line-height:1.7; margin-bottom:30px;}
.listMd dt{font-weight:bold; color:#047c63; margin-bottom: 10px;}
.listMd dd p:last-child{margin-bottom: 0px;}
.listMd span.blTxt{display: block;}
.prof:after{content:''; clear:both; display:block;}
.prof figure{width: 150px; position: relative; vertical-align: top;}
.prof figure img{width:100%; height: auto;}
.listtable th{background: #e3e3e3;}
.listtable.smta tbody th{background:#f7f4f4;}
.listtable ul{margin: 0px 0 15px 1.5em;}
.listtable ul li{margin-bottom: 5px;}
.listtable ul li:last-child{margin-bottom: 0px;}
.listtable ul:last-child{margin-bottom: 0px;}
.listtable.smta{font-size: 0.85rem;}
.listtable.smta th,.listtable.smta td{padding: 10px;}
.livep .ch p{margin-bottom: 15px;}
.livep .ch p:last-child{margin-bottom: 0px;}
.livep .ch{background: #d4d4d4; padding: 20px;}
.livep .ch.ch_p{background: #cdc6ff; }
.livep .ch.ch_y{background: #fff8a2; }
.livep .ch.ch_b{background: #a0e1ff;}
.livep .ch.ch_g{background: #75cd89;}
.livep .ch.ch_sk{background: #9efffe; }
.livep .ch.ch_pr{background: #ffd99e; text-align: center; padding: 10px;}
.toplogin{background: #fff; border-radius: 20px; padding: 20px; margin-bottom: 50px; box-shadow: 0 0 8px gray;}
.toplogin input{background: #fff;}
article .noteBg .boxlec+strong{line-height: 1.5;} 
article .mc.trio .col:after{content:''; clear:both; display:block;}
article .noteBg .titlec{margin-bottom: 0px;}
article .noteBg .onTb thead th{background: #f06600; color: #fff; text-align: center;}
article .noteBg a.onBtn{background: #ff6900; padding: 15px; width:100%; display: block; border-radius: 10px; color: #fff; font-weight: bold; text-decoration: none;  box-shadow: 2px 2px 4px gray;}
article .noteBg a.onBtn:hover{background: #b84c00; box-shadow:none;}
.top .noteCont{ padding: 30px; margin: 30px 0;}
.top .noteCont ul{margin-top: 0px;}
.top #siteHeader{padding: 0px; }
.top #siteHeader .headWrap{height:78px;}
.top #siteHeader .siteLogo{position:absolute; width:218px; top:30%; left:0px; margin-top:-15px;}
.top #siteHeader .headtxt{align-items: center; justify-content:flex-start; display: flex; height: 78px; color: #fff;}
.top #siteHeader .headRt{width:800px; float: right; background: url("../images/groupbg.jpg") right center no-repeat #2f8fe6; padding-left: 20px;}
.top #siteHeader .headRt p{line-height: 1.3;}
.bgbr{background: #2f8fe6; max-width: 1050px; margin: 0 auto; padding: 10px ;}
.bgbr p{margin-bottom: 0px; color: #fff;}
.btnfg,.btntit{text-align: center;}
.btnfg figcaption,.btntit{background: #333; border-radius: 10px; color: #fff; font-weight: bold; padding: 5px;}

.view h2{font-size:1.875rem;text-align: center;}
.view .h3h2tit{background: #2f8fe6; text-align: center; color:#fff;font-size:1.875rem;  padding: 5px;}
.view h3.h3h2tit:before{content: ""; position:static;border: 0px solid #047c63; height: 100%;}
.view h2#d12,.view h2#d13,.view h2#d14{font-size:1.875rem;text-align: center; color:#fff; padding: 5px;}
.view h2#d13{background:#004685;}
.view h2#d14{background:#b6004d;}
.view h3{padding-left: 1.0em; position: relative; padding-top: 5px;}
.view h3:before{content: ""; position: absolute; top: 0px; left: 0px; border: 5px solid #047c63; height: 100%;}
.view .mc .col p{margin-bottom: 5px;}
.view .mc .col p:last-child{margin-bottom: 0px;}

#pageCont section.program{max-width: 1300px;}

.programTable{margin-bottom: 0px;}
.programTable thead th{background: #047c63; color: #fff; border-bottom: 0px;}
.programTable tbody th{background: #fff; font-size: 0.75rem; padding:10px 0 !important; width:8%; border-bottom: 4px solid #a1a1a1;}
.programTable tbody th span{font-size: 5rem;}
.programTable tbody td{ border-bottom: 3px solid #a1a1a1;}
.programTable thead td.littleMenu {padding-bottom: 15px; font-size: 0.9rem; font-weight:bold; border-bottom: 4px solid #515151; background:#047c63; color: #fff;}
.programTable thead td.littleMenu:first-child{border-left: 4px solid #515151;}
.programTable thead td.littleMenu:last-child{border-right: 4px solid #515151;}
.programTable td.topBo{ border-top: 4px solid #515151;}
.programTable td.topLo{ border-left: 4px solid #515151;}
.programTable th,.programTable td{padding:5px;}
.programTable td,.programTable td p{ font-size: 0.80rem;}
.programTable td p.title{color: #015B48; font-weight: bold;}
.programTable td p.name{font-weight: bold; margin:13px 0 0 0px; }
.programTable th{text-align: center;}
.programTable .littleMenu{font-size: 0.75rem; width: 14%;}
.programTable .type1{background: #fff;}
.programTable .gray{background: #f3f3f3;}
.program .programTable td{position: relative; padding-bottom: 60px;}
.program .programTable td p.btnp{ position: absolute; bottom:15px; left:50%; margin-left: -55px;}
.program .programTable td a.pbtn{background: #047c63; padding: 10px 10px 10px 15px; border-radius: 5px; color: #fff; font-weight: bold; text-decoration: none;}
.program .programTable td a.pbtn:hover{background: #033329;}
.program .programTable td a.pbtn span{position: relative; padding-left: 30px;}
.program .programTable td a.pbtn span:before{content:""; background: url("../images/pbtn_w.png") center left no-repeat; position: absolute; top: 50%; left: 0px; margin-top: -12px; width:25px; height:23px;}
.program .programTable td a.obtn{background: #2fa520; padding: 10px 10px 10px 15px; border-radius: 5px; color: #fff; font-weight: bold; text-decoration: none;}
.program .programTable td a.obtn:hover{background: #205b19;}
.program .programTable td a.obtn span{position: relative; padding-left: 30px;}
.program .programTable td a.obtn span:before{content:""; background: url("../images/pbtn_w.png") center left no-repeat; position: absolute; top: 50%; left: 0px; margin-top: -12px; width:25px; height:23px;}
.programTable .thki{background: #e2f0d9; }
table.programTable td,table.programTable th{display:table-cell; padding:10px;}
.programTable td p.titleGr{color: #727272; font-weight: bold;}


.sub p.titP{font-size:1.8rem; color: #00479d; font-weight: bold;}
.sub .mc.fiv .col{width:calc(10% - 15px);}
.sub .mc.fiv .col p{margin-bottom: 15px;}
.sub .mc.fiv .col.g4{width:calc(90% - 15px);}
.sub .mc.duo .col a.btn{width: 100%;}
.sub .mc.duo .col a small{font-size: 0.85rem;}
a.pdf_link{ display: block; padding:10px 10px 10px 40px; border-radius: 10px; color: #fff; background:#4eb148; text-decoration: none; font-weight: bold;position: relative;}
a.pdf_link:hover{text-decoration: none; background: #31732d;}
a.pdf_link:before{content:""; background: url("../images/pdfBtn_w.png") center left no-repeat; position: absolute; top: 50%; left: 5px; margin-top: -12px; width:19px; height:23px;}

/*.sub .h3bgtit{background: #00479d; color: #fff; padding: 10px; font-weight: bold; border-bottom: 0px;}
.sub table th{background: #d5ecf9;}*/

.menua {background: #003677;　color:#fff; border-radius: 10px 10px 0 0; padding: 15px; cursor: pointer; user-select: none; margin-top: 40px;}
.menua h3,.menua p{font-size: 1.35rem; margin-bottom: 0px; color: #fff;} 
.menu:hover,.menu:active,.menu.is-active {background-color: black;}
.subCont {line-height: 0; height: 0;  overflow: hidden; opacity: 0; transition-duration: 0.4s;}
.listLink dt,.listLink dd{ }
.listLink dt{float: left; clear: both; font-weight: bold; color: #2660AD; width: 330px; text-align: center;}
.listLink dd{ padding-left: 350px; border-bottom:3px solid #9d9d9d; line-height: 108px; font-size: 1.25rem; font-weight: bold;}
.page_booth .smWrap{max-width: 700px; margin: 30px auto;}
.page_booth  h1{font-size:2.00rem; margin-bottom:40px; line-height: 1.5;}
.page_booth  h2.mtitle{font-size:1.95rem; margin-bottom:40px; line-height: 1.5; color:#107f80; padding-left: 20px; position: relative;}
.page_booth  h2.mtitle:before{content:""; position: absolute; top: 0px; left: 0px; border:5px solid #107f80; height: 100%;}
.page_booth  h3.bH3tit{font-size:1.5rem; margin-bottom:40px; line-height: 1.4; border-bottom: 1px solid #9c9c9c; color:#107f80; }
.pagenav{display:flex; flex-wrap:wrap; justify-content:space-between;align-items: center; margin:30px 0; list-style: none;}
.page_booth .pagenav li{width:calc(50% - 25px); font-weight: bold; text-align: center; font-size: 0.85rem;}
.page_booth .pagenav li a{position: relative; margin-bottom: 5px; background: #ecffbe;}
.page_booth .pagenav li a:hover{background: #80c269;}

a.pdfBtn{ display: block; padding:10px; border-radius: 10px; color: #fff; background:#00479d; }
a.pdfBtn:hover{text-decoration: none; background: #001245;}
a.pdfBtn span{position: relative; padding-left: 30px;}
a.pdfBtn span:before{content:""; background: url("../images/pdfBtn_w.png") center left no-repeat; position: absolute; top: 50%; left: 0px; margin-top: -12px; width:19px; height:23px;}
article .listMd2 dt{font-weight:bold; color:#ec76b4;}

/* モーダル全体(背景＋本体) */
.modal{display: none; position: fixed; top: 0; height: 100vh; width: 100%;}
/* モーダル背景 */
.modal-bg{position: absolute; height: 100vh; width: 100%; background: rgba(0, 0, 0, 0.8); }
/* モーダル本体 */
.modal-content{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); overflow: scroll; /* はみ出た部分はスクロールさせる */ height:650px; width:670px;background: white; padding: 10px;}
/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {position: fixed; width: 100%; height: 100%; left: 0;}
a.js-modal-close{background: #2fa520; padding: 15px; border-radius: 5px; color: #fff; text-decoration: none; width: 150px; margin: 0 auto; display: block; text-align: center; font-size: 16px; font-weight: bold;}
a.js-modal-close:hover{background: #205b19;}

@media screen and (max-width:768px){
#wrapper{min-width:320px; }
.sp{display:block !important;}
.pc{display:none !important;}
.fLt,.fRt{float: none;}
article .fLt{margin:0 0px 20px 0px;}
article .fRt{margin:0 0px 20px 0px;}
article img{width:100%; height:auto;}
article img.def{width: auto; height: auto;}
article .mc .col img.def{width: auto; height: auto;}
.breadcrumbs{display:none;}
header.pageHead h1{line-height:1.4; font-size:30px;}
.bgbr p br{display: none;}
article h2{font-size:25px; margin-bottom:30px;}
article h3{font-size:20px; margin-bottom:30px; line-height:1.5;}
article .colBox{padding:15px;}
.mv{min-width: 320px;}
.mv div.mv01{background:none; }
.mv div.mv02{background:none;}
.mv div.mv03{background:none;}
.mv div.mv04{background:none;}
.mv div.mv05{background:none;}
.mv .slideImg{height:350px; text-align: center !important;}
.mv div{text-indent: 0;}
section{padding:30px 15px;}
article .mc{display:block;}
article .mc .col{margin-bottom:30px;}
article .mc.duo .col,article .mc.trio .col.g2,article .mc.fort .col.g2,
article .mc.fort .col,article .mc.trio .col{width:100%;}
article .mc.duo .col.btn{margin: 20px 0;}
article .btn.rt{position:static; top:auto; right:auto; margin-top:0px;}
article .btn span,
article .btn a{width:100%; padding:20px 10px;}
article .btn.bgbtn a{width: 100%;}
article.top{padding-top:25px;}
article .textBig{font-size:18px;}
#siteHeader{position: relative; z-index: 5; height: 100px;}
#siteHeader .headWrap{padding: 0px; position: relative; z-index: 10;}
#siteHeader .headWrap .siteLogo{width: 250px; z-index: 5;}
#siteHeader .headWrap .siteLogo img{width: 100%; height: auto;}
#siteHeader nav.gNav .spToggle a,
#siteHeader nav.gNav .spToggle a.open{background-image:url(../images/sprite.png);  background-size:500px auto; width:40px; height:40px; display:block; position:absolute; right:10px; top:20px; text-indent:-9999px; z-index:2000; margin-top:-20px;}
#siteHeader nav.gNav .spToggle{ display:block;}
#siteHeader nav.gNav .spToggle a{background-position:0 0px;}
#siteHeader nav.gNav .spToggle a.open{background-position:-50px 0px ;}
#siteHeader nav.gNav{position:static; top:auto; right:auto; margin:0px;}
#siteHeader nav.gNav ul{z-index:1000; position:fixed; top: 0px; left: 0px; background:#047c63; height:100%; width:100%; padding-top:70px; display: none;}
#siteHeader nav.gNav ul li{display:block; margin-left:0px; width:100%; border-bottom:1px solid #fff; font-weight:bold; line-height:1.5;}
#siteHeader nav.gNav ul li:nth-child(2) a,#siteHeader nav.gNav ul li:nth-child(3) a,
#siteHeader nav.gNav ul li:nth-child(4) a{color:#fff;}
#siteHeader nav.gNav ul li a{width:100%; display:block; color:#fff; padding:20px; cursor:pointer;}
#siteHeader nav.gNav ul li a:hover{text-decoration:none;}
#siteFooter .footwrap{padding:20px;}
article table{margin-bottom:20px;border-bottom:1px solid #404040;}
article table th,
article table td{display:block; padding:10px;}
article table th,article table td{border-bottom:none;}
article table td{}
article button{width:100%; display:block; margin:0  0 15px 0;}
article .formTable{padding-bottom:40px;}
img.formImg{width: auto; height: auto;}
.blogPage .blogList dt{width:100%; float:none;}
.blogPage .blogList dd{padding-left:0px;}
.blogPage article,.blogPage aside{float:none;}
.blogPage aside{width:100%; margin-top:30px;}
.blogPage aside h3{margin-bottom:20px; font-size:25px;}
footer .footNav{font-size: 15px; line-height: 1.5;}
article .archiveList dt{width: 100%; float: none;}
article .archiveList dd{padding-left: 0px;}
section ul.list{margin-left:0em;}
.bnr{display: none;}
.display .pagenav li{display: block; width: 100%;}
.videoBox {position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;}
.videoBox iframe{position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important;}
article .btn.bggr span{width: 100%}
article input[type=submit]{width: 100%;}
.dayList{margin-left: 0px; float: none;}
.dayList li{display:block; width: 100%; line-height: 1.5;}
.dayList a{width: 100%;}
article .listMd2 dt{display: block;}
.live .programTable th,.live .programTable td{display:table-cell; padding:10px;}
.live .tableInnner{margin:0 0 20px; overflow:hidden; position:relative;}
.live .spInnner{width:100%; height:100%; overflow:auto;}
.live .programTable{width:1050px; background:#fff; margin-bottom:0;}
.sub .mc.fiv{width: 100;}
.sub .mc.fiv .col,.sub .mc.fiv .col.g4,.sub .mc.fiv .col.g3{width: 100%;}
.subCont table td,.subCont table th{width: 100% !important;}
#pageCont section a.btnOnde{padding:15px; width:100%;}
article .group .col iframe{width: 100% !important;}
.program .ptWrap{margin:0 0 20px; overflow:hidden; position:relative; height: 700px;}
.program .ptWrap .ptInner{width:100%; height:100%; overflow:auto;}
.program .programTable td a.obtn{width:80px; display: block;}
.program .programTable td a.obtn span{padding-left: 0px;}
.program .programTable td a.obtn span:before{content:""; background:none;}
.program .programTable td p.btnp{margin-left:-40px;}
.modal-content{width: 100%; height: auto;}
}