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

@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:#1f5d00; text-decoration:none;}
a:visited{ color:#1f5d00; text-decoration:none;}
a:hover{ color:#1f5d00; text-decoration:underline;}
a:active{ color:#1f5d00;}
*{-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;}
.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');
}

body,button,select{font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;}
article h1,article h2,article h3,header.headTit 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 .headWrap{max-width:1050px; margin:0 auto; position:relative;height:100px;font-size:18px;}
#siteHeader .headWrap .logo{position:absolute; top:50%; left:0px; margin-top: -33px;}
footer{background:#404040; text-align:center; color:#fff; padding:40px 0 50px;}
footer nav ul{}
footer nav ul li{display:inline-flex; position:relative; padding-right:20px;}
footer nav ul li:after{content:"｜"; position:absolute; right:0px; top:0px;}
footer nav ul li:last-child{ padding-right:0px;}
footer nav ul li:last-child:after{content:"";}
footer a:link,footer a:visited,footer a:hover{color:#fff;}
footer address{font-size:16px; margin-top:20px;}
section{max-width:1050px; padding:30px 15px; margin:0 auto;}
header.headTit{text-align:center; max-width: 1050px; margin:30px auto;}
header.headTit h1{font-size:35px; color:#1f5d00; margin-bottom:60px; line-height:1.5;}
article{}
article strong{font-weight:bold;}
article h1{}
article h1 small{display: block;}
article h2{font-size:30px; margin-bottom:40px; line-height: 1.5;}
article h3{font-size:25px; margin-bottom:40px; color:#1f5d00; line-height: 1.5; font-weight: bold;}
article p,.headTit p{line-height:1.7; margin-bottom: 20px;}
article p strong,header.headTit strong{color: #1f5d00;}
article p+h3{margin-top:30px;}
section ul,section ol{margin:30px 0 30px 1.5em; line-height:1.5;}
section ul.listLink{}
section ul li,section ol li{margin-bottom: 5px;}
section ul li:last-child,section ol li:last-child{margin-bottom:0px;}
article .listMd{line-height:1.7; margin-bottom:30px;}
article .listMd dt{font-weight:bold; color:#1f5d00; margin-bottom: 20px;border-bottom:1px solid #1f5d00; }
article .listMd dd{margin-bottom:20px; position:relative;}
article .listMd dt span{font-size:25px; letter-spacing:0.05em;}
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.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.four .col{width:calc(25% - 15px);}
article .mc.four .col img{width: 100%; height: auto;}
article .bgColor{background:#eeeeee;}
article .colBox{background:#fff; border:2px solid #9b9b9b; border-radius:10px; padding:30px; position:relative;}
article .btn a{background:#005853; color:#fff; width:350px; padding:20px; display:block; margin:20px 0; text-align:center;} 
article .btn a:hover{text-decoration:none; background:#1f5d00;}
article .btn.bigBtn a{padding: 30px; border-radius: 30px; width: 500px; font-weight: bold;}
article .btn.rt{position:absolute; top:50%; right:30px; margin-top:-30px;}
article .btn.mCt a{margin:30px auto 30px 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{background:#c6c6c6; font-weight:bold;}
.map iframe{width:100%;}
article .formTable{max-width:700px; margin:0 auto; }
article .formTable dt{line-height:1.4; font-weight:bold;width:100%; display:block; padding:15px 15px 15px 0;} 
article .formTable dt label{ }
article .formTable dt span{font-weight:bold; color:#f90114;}
article .formTable dd{padding:0px 15px 30px 0px;}
article .formTable dd input,article .formTable dd textarea,
article .formTable dd select{font-size:16px; padding:15px; width:100%; border:1px solid #ccc; border-radius:5px;}
article .formTable dd textarea{height:250px;}
article .formTable .btnSpace{text-align:center;}
article button{background:#005853; 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 .planCont,article .noteCont{background:#fff799; padding: 15px; margin: 30px 0; border-radius: 15px;}
article .planCont ul{margin-bottom: 0px;}
article .noteCont p{margin-bottom: 0px;}
article .noteTit{font-size: 1.2rem; margin-bottom: 20px; line-height: 1.5; border-bottom: none;}
article .noteCont{background:#fff799;}
article .planCont{background: #ecff93; padding:30px 15px; }
article .planCont strong{color: #420909;}
article .noteCont .noteTit{color: #420909; font-size: 20px;}
article .planTxt{color: #59493f; text-align: center;}
/* ===== Top ===== */
.mv{position:relative; text-align: center; min-width: 1050px;}
.mv img{width: 100%; height: auto;}
.bg{background:#e2ffd4;}


@media screen and (max-width:768px){
#wrapper{min-width:320px; height: 400px; }
.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;}
.mv{ min-width:320px;}
article img{width:100%; height:auto;}
.breadcrumbs{display:none;}
#siteHeader .headWrap .logo{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); text-align:center; max-width:200px; margin-top: auto;}
#siteHeader .headWrap .logo img{width: 100%; height: auto;}
article h2{font-size:25px; margin-bottom:30px;}
article h3{font-size:20px; margin-bottom:30px; line-height:1.5;}
article .colBox{padding:15px;}
header.headTit h1{font-size:25px;}
header.headTit{padding:15px; margin-bottom: 0px;}
article .mc{display:block;}
article .mc .col{margin-bottom:30px;}
article .mc.duo .col,article .mc.trio .col.g2,
article .mc.trio .col{width:100%;}
article .mc.four{display:flex; flex-wrap:wrap; justify-content:space-between;}
article .mc.four .col{width:calc(50% - 5px);}
article .btn.rt{position:static; top:auto; right:auto; margin-top:0px;}
article .btn a{width:100%; padding:10px;}
article.top{padding-top:25px;}
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;}
footer .footNav{font-size: 15px; line-height: 1.5;}
article .btn.bigBtn a{padding:20px; border-radius:10px; width:280px;}

}