@charset "utf-8";
 @media screen and (max-width: 1080px) {
/*-------------------------------------------------
 body
-------------------------------------------------*/
html {
	font-size: 100%;
} /* font-size　16px*62.5%＝10px */
body {
	font-size: 1.0rem;
} /* 16px　100％ と同*/
body {
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
 -webkit-text-size-adjust:100%;
 width:100%;
 margin:auto;
 letter-spacing:1px;
 color:#212121;
}
#wra {
 width:100%;
 position:relative;
 padding-top:60px;
}
h1 {
 margin:0;
 padding:0;
}
a, a:focus {
 color:#212121;
 text-decoration:none;
 outline: none;
}
a:link, a:visited {
 color:#212121;
}
a:hover, a:active {
 text-decoration:underline;
}
img {
 display:block;
}
a img {
 transition: 0.5s;/* アニメーション */
 -webkit-transition: 0.5s;
}
a img:hover {
 opacity: 0.7;/* 透過率50% */
}
*:focus {
 outline: none;/*スマホフォーカス線回避*/
}
h1, h2, h3, h4, h5, h6, img, img a, p, table, tr, td, dt, dl, dd {
 margin: 0px;
 padding: 0px;
 border:0px;
}
h1, h2, h3, h4, h5, h6 {
 font-size:100%;
 font-weight:normal;
}
iframe#fre_che_for3 {
 width:100%;
 border: none;
}
ul, ol, li, dl, dt, dd {
 list-style-type: none;
 list-style-position: outside;
 margin: 0px;
 padding: 0px;
 font-weight:500;
}
/*-------------------------------------------------
 header
-------------------------------------------------*/
#hea-wra {
 width:100%;
 height:60px;
 top:0;
 position:fixed;
 z-index:100;
 background:#fff;
 border-bottom:solid 1px #CCC;
}
.hea-con {
 max-width:100%;
 width:100%;
 padding:0;
 height:60px;
 margin:auto;
 display:flex;
 flex-wrap:wrap;
 justify-content: space-between;
 align-items:center;
 position:relative;
}
.hea-lef {
}
.hea-log {
 width:100%;
 max-width:180px;
 height:auto;
 margin-right:5px;
}
.hea-log img {
 width:100%;
 height:auto;
}
.hea-cen {
 margin:auto;
 position:absolute;
 top:60px;
 left:0;
}
.hea-rig {
 display:flex;
 flex-wrap:wrap;
 justify-content:center;
 align-items:center;
 max-width:160px;
}
.hea-est-blo {
 display:none;
}
.flo-ban-wra {
	display:block;
	width:100%;
	height:auto;
	position:fixed;
	background-color: rgba( 255, 255, 255, 0.4 );
	border-bottom:solid 1px #07589c;
	bottom:0;
	z-index:12;
}
.flo-ban {
	height:100%;
	width:100%;
	margin:auto;
	padding:8px 0 8px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
/*-------------------------------------------------
 MENU
-------------------------------------------------*/
nav {
 display:block;
}
/* アコーディオンメニュー時　hide*/
.men-wra {
 position:relative;
 top:0;
 left:-280px;
 width:280px;
 height:auto;
 text-align:center;
 margin:auto;
 padding:0px 0;
 display:block;
 background-color: rgba( 33, 33, 33, 0.9 );
}
.men-wra.men-wra-act {
 display:block;
}
.men {
 min-width:280px;
 width:100%;
 margin:0px auto;
 text-align:center;
 position:relative;
 display:flex;
 flex-wrap:wrap;
 justify-content:center;
 align-items:center;
}
.men li {
 text-align:center;
 width:calc(100% - 0px);
 height:auto;
 border-right:solid 1px #ccc;
 border-top:solid 1px #ccc;
}
.men li:last-of-type {
 border-right:solid 1px #ccc;
 border-bottom:solid 1px #ccc;
}
.men li a {
 color:#fff;
 width:calc(100% - 0px);
 font-weight:600;
 display:block;
 text-align:center;
 text-decoration:none;
 font-size:96%;
 letter-spacing:0;
 margin:auto;
 padding:12px 0px;
 transition: 0.8s;
}
.men li a:hover {
 color:#10895a;
 background:#fff;
 text-decoration:none;
 border-radius:2px;
}
.but-log {
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
 display:inline-block;
 color: #212121;
 font-size:90%;
 font-weight:600;
 letter-spacing:-1px;
 background-color: #fffeea;
 margin:auto 10px;
 padding:4px 12px;
 line-height:120%;
 width:calc(100% - 20px);
 height:auto;
 border: 1px solid #dece5e;
 border-radius:50px;
 cursor:pointer;
 -webkit-appearance: none;
 -webkit-appearance: none;
 transition: 0.5s;/* 0.2秒アニメーション */
 -webkit-transition: 0.5s;
}
.but-log:hover {
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
 display:inline-block;
 color: #fff;
 font-size:90%;
 font-weight:600;
 letter-spacing:-1px;
 background-color: #dece5e;
 margin:auto 10px;
 padding:4px 12px;
 line-height:120%;
 width:calc(100% - 20px);
 height:auto;
 border: 1px solid #fffeea;
 border-radius:50px;
 cursor:pointer;
 -webkit-appearance: none;
 -webkit-appearance: none;
 transition: 0.5s;/* 0.2秒アニメーション */
 -webkit-transition: 0.5s;
}
.but-est {
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
 display:inline-block;
 color: #212121;
 font-size:90%;
 font-weight:600;
 letter-spacing:-1px;
 background-color: #ffdf0a;
 margin:auto 0px;
 padding:4px 12px;
 line-height:120%;
 max-width:200px;
 width:calc(100% - 0px);
 height:auto;
 border: 1px solid #ffdf0a;
 border-radius:50px;
 cursor:pointer;
 -webkit-appearance: none;
 -webkit-appearance: none;
 transition: 0.5s;/* 0.2秒アニメーション */
 -webkit-transition: 0.5s;
}
.but-est:hover {
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
 display:inline-block;
 color: #fff;
 font-size:90%;
 font-weight:600;
 letter-spacing:-1px;
 background-color: #10895a;
 margin:auto 0px;
 padding:4px 12px;
 line-height:120%;
 max-width:200px;
 width:calc(100% - 0px);
 height:auto;
 border: 1px solid #10895a;
 border-radius:50px;
 cursor:pointer;
 -webkit-appearance: none;
 -webkit-appearance: none;
 transition: 0.5s;/* 0.2秒アニメーション */
 -webkit-transition: 0.5s;
}
.but-est .fon-sla-bac {
	display:inline-block;
	color:#10895a;
	transform: scaleX(-1);	
}
.but-est .fon-sla {
	display:inline-block;
	color:#10895a;
	padding-left:2px;
}
/*-------------------------------------------------
 HUM　MENU　スマホ用 
-------------------------------------------------*/
#hum-men-wra {
 display:block;
 margin:10px 10px 0 0;
 cursor:pointer;
}
/*-------------------------------------------------
 navigation
-------------------------------------------------*/
.hum-men, .hum-men span {
 display: inline-block;
 transition: all .4s;
 box-sizing: border-box;
}
.hum-men {
 position: relative;
 width: 36px;
 height: 28px;
}
.hum-men span {
 position: absolute;
 left: 0;
 width: 100%;
 height: 2px;
 background-color: #ccc;
 border-radius: 2px;
}
.hum-men span:nth-of-type(1) {
 top: 0;
}
.hum-men span:nth-of-type(2) {
 top: 13px;
}
.hum-men span:nth-of-type(3) {
 bottom: 0;
}
.hum-men.hum-men-act span:nth-of-type(1) {
 -webkit-transform: translateY(13px) rotate(-45deg);
 transform: translateY(13px) rotate(-45deg);
}
.hum-men.hum-men-act span:nth-of-type(2) {
 opacity: 0;
}
.hum-men.hum-men-act span:nth-of-type(3) {
 -webkit-transform: translateY(-13px) rotate(45deg);
 transform: translateY(-13px) rotate(45deg);
}
/*-------------------------------------------------
 メインスライダー main slider
  -------------------------------------------------*/
.mai-vis-wra {
 width:100%;
 height:auto;
 margin:auto;
 padding:0;
 background:#fff;
}
.mai-vis {
 text-align:center;
 width:100%;
 height:auto;
 padding:0 0px;
 margin:0px auto;
 position:relative;
 display:flex;
 flex-wrap:wrap;
 flex-direction:column;
 justify-content:center;
 align-items:center;
 overflow:hidden;
}
.mai-vis-ite01 {
 max-width:728px;
 width:calc(96% - 20px);
 height:auto;
 padding:0px 10px;
}
.mai-vis-ite02 {
 max-width:728px;
 width:calc(96% - 20px);
 height:auto;
 padding:0px 10px 20px;
 padding-bottom:20px;
}
/*-------------------------------------------------

VIDEO MP4

------------------------------------------------*/

.mov-wra {
 width:728px;
 height:516px;
 margin:0;
 padding:0;
 position:relative;
 z-index:10;
}
.mov-vis {
 width:728px;
 height:410px;
 position:absolute;
 text-align:center;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 z-index:10;
 background:url(../movie/ima_mai_vis_mov01.png) no-repeat center;
 background-size:100% auto;
}
.mov-vis video {
 width:100%;
 max-width:726px;
 height:408px;
 border:solid #ccc 1px;
 border-radius:8px;
	background:#f7cf2d;
 
}
.mov-wra-sma {
 max-width:726px;
 max-height:410px;
 width:calc(100% - 2px);
 height:100%;
 margin:0px;
 padding:0;
 position:relative;
 z-index:10;
}
.mov-vis-sma {
 width:100%;
 height:auto;
 position:relative;
 text-align:center;
 top: 0%;
 left: 50%;
 -webkit-transform: translate(-0%, -0%);
 transform: translate(-50%, -0%);
 z-index:10;
}
.mov-vis-sma video {
 max-width:726px;
 width:100%;
 max-height:408px;
 height:auto;
 border:solid #ccc 1px;
 border-radius:8px;
	background:#f7cf2d;
 
}
/*-------------------------------------------------

メイン登録フォーム

------------------------------------------------*/
.mai-reg-ima {
 width:174px;
 height:auto;
 margin:0 auto 5px;
}
.mai-reg-ima img {
 width:100%;
 height:auto;
 image-rendering: pixelated;
}
.mai-reg-blo-wra {
 max-width:728px;
 width:calc(100% - 32px);
 min-height:368px;
 height:auto;
 margin:auto;
 padding:20px 15px;
 background:#fffeea;
 border-radius:6px;
 border:solid 1px #e7e7e7;
}
.mai-reg-blo {
 max-width:320px;
 width:calc(100% - 0px);
 height:auto;
 max-height:410px;
 padding:0px 0px;
 margin:auto;
}
.mai-reg-blo-aro {
 display:flex;
 flex-wrap:wrap;
 justify-content: space-around;/*両端分布*/
 align-items:center;/*垂直中央*/
}
.mai-reg-blo-tel {
 display:flex;
 flex-wrap:wrap;
 justify-content:center;/*両端分布*/
 align-items:center;/*垂直中央*/
}
.mai-reg-blo-tel .fon-bol {
 font-weight:600;
}
.mai-reg-blo-tel .fon-lar-bol {
 font-weight:600;
 font-size:180%;
}
.mai-reg-blo-tel .fon-xlar-bol {
 font-weight:600;
 font-size:220%;
}
.mai-reg-blo-tel .col-gre {
 color:#498b48;
}
.mai-reg-blo-tel .col-red {
 color:#F00;
}
.ico-mus-lar {
 background-color: #cc3138;
 padding: 2px 5px;
 font-size: 80%;
 font-weight:bold;
 color: #FFF;
 margin: 0px 5px;
 border-radius:2px;
}
.mai-reg-blo form .dat-lis {
 margin:0px auto;
 display:flex;
 flex-wrap:wrap;
 flex-direction:column;
 justify-content:flex-start;/*水平中央*/
 align-items:stretch;/*垂直伸ばす場合*/
}
.mai-reg-blo form .dat-lis dt {
 width:calc(100% - 0px);
 font-size:86%;
 font-weight:600;
 padding:3px 0px 0;
 border-bottom:solid 0px #CCC;
 vertical-align:top;
 text-align:left;
}
.mai-reg-blo form .dat-lis dd {
 width:calc(100% - 0px);
 background:none;
 padding:0px 0px 3px;
 border-bottom:solid 0px #CCC;
 margin-bottom:5px;
}
.mai-reg-but-blo {
 width:100%;
 margin:15px auto 5px;
 text-align:center;
}
.mai-reg-but-blo .but-reg {
 font-size:100%;
 color:#212121;
 letter-spacing:2px;
 background: #ffdf0a;
 line-height:150%;
 width:calc(100% - 0px);
 padding:5px 10px;
 border: 0px double #cbdc51;
 border-radius:6px;
 cursor:pointer;
 -webkit-appearance: none;
 transition: 0.3s;
 -webkit-transition: 0.3s;
 position:relative;
 top:-3px;
 box-shadow:0px 3px 0px 0px #10895a;/* 左右の向きpx  上下の向きpx ぼかしpx 広がりpx 色 内側指定;
PNG やSVGには不適席
NO-IE11 filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));*/
}
.mai-reg-but-blo .but-reg:hover {
 font-size:100%;
 color:#FFF;
 letter-spacing:2px;
 background-color: #10895a;
 line-height:150%;
 width:calc(100% - 0px);
 padding:5px 10px;
 border: 0px double #cbdc51;
 border-radius:6px;
 cursor:pointer;
 -webkit-appearance: none;
 transition: 0.3s;
 -webkit-transition: 0.3s;
 position:relative;
 top:0px;
 box-shadow:0px 0px 0px 0px #bcbcbc;
}
.che-ent input[type="checkbox"] {
 display: none;
}
/* チェックボックスの代わりを成すラベル  */
.che-ent input[type="checkbox"]+label {
 display: none;
 cursor: pointer;
 display: inline-block;
 position: relative;
 padding-left: 20px;
 padding-right: 0px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.che-ent input[type="checkbox"]+label::before {
 content: "";
 position: absolute;
 display: block;
 box-sizing: border-box;
 width: 18px;
 height: 18px;
 margin-top: 2px;
 left: 0;
 top: 0%;
 border: 1px solid;
 border-color:  #ccc; /* 枠の色変更 お好きな色を */
 background-color: #FFF; /* 背景の色変更 お好きな色を */
}
.che-ent input[type="checkbox"].che-rad+label::before {
 content: "";
 position: absolute;
 display: block;
 box-sizing: border-box;
 width: 18px;
 height: 18px;
 margin-top: 2px;
 left: 0;
 top: 0%;
 border: 2px solid;
 border-color:  #cc3138; /* 枠の色変更 お好きな色を */
 background-color: #ffedf4; /* 背景の色変更 お好きな色を */
}

/* チェックが入った時のレ点 */
.che-ent input[type="checkbox"]:checked+::after {
 content: "";
 position: absolute;
 display: block;
 box-sizing: border-box;
 width: 14px;
 height: 9px;
 margin-top: -8px;
 top: 12px;
 left: 3px;
 transform: rotate(-45deg);
 border-bottom: 3px solid;
 border-left: 3px solid;
 border-color:  #0060af; /* チェックの色変更 お好きな色を */
}
.ent-are-bor {
 display:flex;
 flex-wrap:wrap;
 justify-content:center;
 align-items:center;
}
.ent-are-bor label {
 font-size:86%;
}
.ent-are-bor a {
 color:#2470d8;
}
/*-------------------------------------------------
 footer
-------------------------------------------------*/
#foo-wra {
 height:auto;
 width:100%;
 border-top:1px solid #e7e7e7;
 padding:20px 0;
 background:#fff;
}
.foo-blo {
 width:96%;
 height:auto;
 margin:auto;
 padding:0 2%;
 display:flex;
 flex-wrap:wrap;
 flex-direction:column;
 justify-content: center;
 align-items:center;
}
.foo-men-lis {
 width:calc(100% - 0px);
 height:auto;
}
.foo-men, .foo-men-sma {
 width:100%;
 height:auto;
 display:flex;
 flex-wrap:wrap;
 justify-content: center;/*両端分布*/
 align-items:center;
}
.foo-men {
 margin-bottom:10px;
}
.foo-men li a {
 color:#212121;
 font-size:100%;
 font-weight:600;
 padding:5px 0;
 margin-right:20px;
}
.foo-men-sma li a {
 color:#212121;
 font-size:86%;
 line-height:130%;
 padding:5px 0;
 margin-right:20px;
}
.foo-men li:last-of-type a, .foo-men-sma li:last-of-type a {
 margin-right:0;
}
.foo-men-sma li a:hover {
 text-decoration:underline;
}
.foo-com {
 max-width:200px;
 width:100%;
 height:auto;
 margin:auto;
 padding:10px 0 0;
}
.foo-inf-lis {
 color:#FFF;
 font-weight:600;
 text-align:center;
}
.foo-inf-lis a {
 color:#212121;
}
#cop {
 text-align:center;
 font-size:80%;
	padding:10px 10px 60px;
	background:#fff;
	line-height:140%;
	color:#212121;
}
#cop a {
 color:#212121;
}
.sns-but-blo {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items:center;
}
.sns-but-blo li {
	margin:auto 10px;
}


/*-------------------------------------------------
 page top
-------------------------------------------------*/
#pag-top {
 position:fixed;
 bottom:50px;
 right:10px;
 z-index:100;
}
#pag-top a {
 display:block;
 width:34px;
 height:34px;
 text-align:center;
 border-radius:2px;
 text-decoration:none;
	background:#ffdf0a;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;

}
/*-------------------------------------------------
 common
-------------------------------------------------*/
#mai-con-wra {
 width:100%;
 margin:auto;
}
#mai-con {
 width:100%;
 height:auto;
 margin:auto;
 padding:10px 0px 30px;
 background:#fff;
}
.sec-tit {
 color:#212121;
 font-size:160%;
 font-weight:600;
 line-height:140%;
 width:calc(100% - 20px);
 padding:10px 10px;
 text-align:center;
 margin-bottom: 20px;
 letter-spacing:0;
}
.sec-tit-und{
	color:#212121;
	width:calc(100% - 20px);
	padding:10px 10px;
	text-align:center;
	margin-bottom: 40px;
}
.sec-tit-und-inn {
	color:#212121;
	font-weight:600;
	font-size:2.2rem;
	border-bottom:solid 5px #ffdf0c;
	display:inline;
	line-height:150%;
	letter-spacing:0;
}

.sec-tit-ima {
	margin:0 auto;
	max-width:164px;
	width:100%;
	height:auto;
}
.sec-tit-ima img{
	width:100%;
	height:auto;
}

.sec-tit br.sp-blo {
 display:inline-block
}
.sec-tit .sp-blo-tit {
 letter-spacing:0;
 font-weight:600;
}
.sec-tit .col-blu-bol {
 font-size:120%;
 font-weight:600;
 color:#10895a;
 letter-spacing:0;
}
.sec-tit .col-pin-bol {
 font-size:110%;
 font-weight:600;
 color:#ffdf0a;
 letter-spacing:0;
}
.sec-tit-wra {
 background:#fff;
}
.fst-wra {
 width:100%;
 height:auto;
}
.fst-blo {
 max-width:100%;
 width:96%;
 height:auto;
 margin:auto 2%;
 margin-bottom:60px;
}
.fst-lis {
 display:flex;
 flex-wrap:wrap;
 justify-content: space-around;/*両端分布*/
 align-items:flex-start;
}
.fst-lis-ite {
 max-width:288px;
 width:100%;
 height:auto;
 margin-bottom:20px;
}
.fst-lis-tit {
	color:#10895a;
	font-size:1.1rem;
	font-weight:600;
	line-height:130%;
	padding-bottom:10px;
}
.fst-lis-ima {
 position:relative;
 height:288px;
 width:288px;
 background:#fffeea;
 overflow:hidden;
 margin-bottom:20px;
}
.fst-lis-ima img {
 position:absolute;
 width:auto;/* 横幅に合わせて自動縮尺　object-fitはIE11でバグ */
 height:100%;
 top: 50%;
 left: 50%;
 -ms-transform: translateX(-50%) translateY(-50%);
 -moz-transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
}
.fst-lis-cap {
 font-size:110%;
 font-weight:600;
}
.fst-lis-cap .col-blu-bol {
 font-weight:600;
 color:#10895a;
 letter-spacing:0;
}
.boa-fst-wra {
 width:100%;
 height:auto;
 background:url(../img/bac_ils_shootstar01.svg) right 0% bottom 20% no-repeat, #fffeea;
 margin-bottom:30px;
}
.boa-fst-blo {
 max-width:100%;
 width:96%;
 height:auto;
 padding:20px 2%;
 margin:auto;
}
.boa-fst-lis {
 display:flex;
 flex-wrap:wrap;
 justify-content: center;/*両端分布*/
 align-items:center;
}
.boa-fst-lis-ite:nth-of-type(1) {
 max-width:640px;
 width:100%;
 height:auto;
 margin-bottom:20px;
}
 .boa-fst-lis-ite:nth-of-type(2) {
 max-width:640px;
 width:100%;
 height:auto;
}
.boa-fst-lis-ima {
 width:100%;
 height:auto;
}
.boa-fst-lis-ima img {
 width:100%;
 height:auto;
}
.boa-tit {
 margin-bottom:20px;
}
.boa-tit-nor {
 font-size:120%;
 font-weight:600;
}
.boa-tit .col-blu-bol {
 font-size:160%;
 font-weight:600;
 color:#10895a;
}
.boa-tit .fon-lar-bol {
 font-size:140%;
 font-weight:600;
}
.boa-cap p {
 font-size:110%;
 font-weight:600;
}
.snd-wra {
 background:#ffdf0a;
}
.snd-blo {
 width:96%;
 height:auto;
 padding:30px 2%;
 margin:auto;
}
.snd-tit-wra {
}
.snd-tit-cap {
 font-weight:600;
 font-size:1.4rem;
 line-height:130%;
 letter-spacing:0;
 text-align:center;
}

.snd-lis {
 max-width:874px;
 width:100%;
 height:auto;
 margin:30px auto;
}
.snd-lis-ite {
 border:solid 1px #CCC;
 max-width:calc(874px - 22px);
 width:calc(100% - 22px);
 min-height:244px;
 height:auto;
 padding:10px;
 background:#FFF;
 display:flex;
flex-wrap:wrap;
justify-content:flex-start;
align-items:center;
position:relative;
}
.snd-lis-ite:nth-child(2) {
 margin:15px auto;
}
.snd-lis-ima {
 width:200px;
 height:auto;
 margin:auto auto 10px;
}
.snd-lis-ima img {
 width:100%;
 height:auto;
 max-height:195px;
 min-width:195px;
}
.snd-dat{
	width:calc(100% - 38%);
}
.snd-lis-num {
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 position:absolute;
 right: 10px;
 top:0px;
	color:#ffdf0a;
	background:#212121;
	font-size:2.0rem;
	font-weight:400;
	line-height:120%;
 letter-spacing:0;
	width:44px;
	height:44px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
 
}
.snd-dat-tit {
 color:#10895a;
 font-weight:600;
 font-size:1.4rem;
 line-height:140%;
 letter-spacing:0;
 padding-bottom:20px;
}
.snd-dat-dis {
 font-size:110%;
 font-weight:600;
}
.boa-snd-wra {
 width:100%;
 height:auto;
 background:#fffeea;
 margin-bottom:30px;
}
.boa-snd-blo {
 max-width:100%;
 width:96%;
 height:auto;
 padding:0px 2%;
 margin:auto;
}
.boa-snd-lis {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items:center;
	overflow:hidden;
	width:100%;
	height:auto;
	padding:30px 0 0;
}
.boa-snd-cap{
	display:flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;

}
.boa-snd-log {
	max-width:260px;
	width:auto;
	height:auto;
}
.boa-snd-log img {
	width:100%;
	height:auto;
}
.und-lin {
	border-bottom:solid 5px #ffdf0a;
}
.col-gre-lar-bol {
	color:#063;
	font-weight:700;
	font-size:1.4rem;
}
.col-gre-xla-bol {
	color:#063;
	font-weight:700;
	font-size:1.6rem;
}
.boa-snd-lis-ite:nth-of-type(1) {
 max-width:640px;
 width:100%;
 height:auto;
 text-align:center;
}
 .boa-snd-lis-ite:nth-of-type(2) {
 max-width:640px;
 width:100%;
 height:auto;
}
.boa-snd-lis-ima {
 width:100%;
 height:auto;
 margin-bottom:-20px;
}
.boa-snd-lis-ima img {
 width:100%;
 height:auto;
}
.boa-snd-cap p {
 font-size:120%;
 font-weight:600;
}
.boa-snd-tit .col-pin-bol {
 font-size:120%;
 font-weight:600;
 color:#ffdf0a;
}
.boa-snd-tit {
 font-size:160%;
 font-weight:600;
 line-height:140%;
 padding:20px 0;
}
.thr-wra {
 width:100%;
 height:auto;
}
.thr-blo {
 max-width:100%;
 width:calc(96% - 0px);
 height:auto;
 padding:0 2%;
 margin:auto;
 margin-bottom:30px;
}
.thr-car-wra {
 width:calc(100% - 40px);
 background:#fffeea;
 border-radius:8px;
 box-shadow: 0px 0px 5px 2px rgba(90, 90, 90, .3);
 position:relative;
 padding:30px 20px;
 margin:auto;
 margin-bottom:60px;
 display:flex;
 flex-wrap:wrap;
 flex-direction:column;
 justify-content:flex-start;
 align-items:center;
}
.thr-car-lab {
 position:absolute;
 top:-40px;
 left:30px;
}
.thr-car-tit {
 font-size:160%;
 font-weight:600;
 line-height:140%;
}
.thr-car-sub-tit {
 font-size:130%;
 font-weight:600;
 color:#ffdf0a;
 position:relative;
 padding:0 30px 20px;
 text-align:center;
}
.thr-car-sub-tit:before {
 position:absolute;
 left:0px;
 top:2px;
 content:"━";
 display:inline-block;
 transform: rotate(0deg);
 font-size:80%;
}
.thr-car-sub-tit:after {
 position:absolute;
 right:0px;
 top:2px;
 content:"━";
 display:inline-block;
 transform: rotate(0deg);
 font-size:80%;
}
.thr-car-cap {
 font-weight:600;
 line-height:140%;
 padding-bottom:30px;
}
.thr-car-lis {
 width:100%;
 display:flex;
 flex-wrap:wrap;
 justify-content: space-around;/*両端分布*/
 align-items:flex-start;
}
.thr-lis-ite {
 height:auto;
 width:233px;
 text-align:center;
 margin:0 auto 20px;
}
.thr-lis-ima {
 position:relative;
 height:233px;
 width:233px;
 background:#fffeea;
 overflow:hidden;
 margin-bottom:20px;
 border-radius:3px;
}
.thr-lis-ima img {
 position:absolute;
 width:auto;/* 横幅に合わせて自動縮尺　object-fitはIE11でバグ */
 height:100%;
 top: 50%;
 left: 50%;
 -ms-transform: translateX(-50%) translateY(-50%);
 -moz-transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
}
.thr-lis-cap {
 font-weight:600;
}
.thr-lis-arr {
 padding-top:93px;
 margin:0 auto;
}
.thr-cau-blo {
 width:100%;
}
.thr-car-cau-tit {
 position: relative;
 top:25px;
 width:calc(50%);
 min-height:auto;
 height:auto;
 padding:10px 10px 10px 10px;
 border-right:solid 0px #FFF;
 background: #10895a;
 z-index:0;
 color:#FFF;
 font-weight:600;
 text-align:center;
 margin:auto;
}
.thr-car-cau-tit::after {
 content: '';
 display: block;
 position: absolute;
 left:0;
 top: 0;
 border-top: 15px solid #ffdf0a;  /* 横幅transparent */
 border-left: 15px solid #ffdf0a;  /* 横幅 */
 border-right: 15px solid transparent;  /* 高さ　leftと対 */
 border-bottom: 15px solid transparent;  /* 高さ　TOPと対 */
 z-index:0;
}
.thr-car-cau-lis {
 width:calc(100% - 100px);
 height:auto;
 padding:50px 50px 30px;
 background:#FFF;
 display:flex;
 flex-wrap:wrap;
 justify-content:flex-start;
 align-items:flex-start;
}
.thr-car-cau-lis dt, .thr-car-cau-lis dd {
 font-weight:600;
 font-size:110%;
 padding-bottom:10px;
}
.thr-car-cau-lis dt:last-of-type, .thr-car-cau-lis dd:last-of-type {
 padding-bottom:0px;
}
.thr-car-cau-lis dt {
 width:calc(25% - 11px);
 height:auto;
 padding-right:2px;
 margin-right:8px;
 border-right:solid 1px #ccc;
}
.thr-car-cau-lis dd {
 width:75%;
}
.boa-thr-wra {
 width:100%;
 height:auto;
 background:url(../img/ils_sor_thr_fra01.svg) right 0% bottom 0% no-repeat, url(../img/bac_ils_shootstar01.svg) right 0% bottom 0% no-repeat, #fffeea;
 background-size:40% auto;
 margin-bottom:0px;
}
.boa-thr-blo {
 max-width:100%;
 width:96%;
 height:auto;
 padding:30px 2%;
 margin:auto;
}
.boa-thr-lis {
 display:flex;
 flex-wrap:wrap;
 justify-content: space-between;/*両端分布*/
 align-items:flex-end;
}
.boa-thr-lis-ite:nth-of-type(1) {
 max-width:760px;
 width:100%;
 height:auto;
}
 .boa-thr-lis-ite:nth-of-type(2) {
 max-width:240px;
 width:100%;
 height:auto;
}
.boa-thr-cap {
 font-size:120%;
 font-weight:600;
}
.boa-thr-tit {
 font-size:160%;
 font-weight:600;
 line-height:140%;
 padding:10px 0;
}
.fth-wra {
 width:100%;
 height:auto;
 background:#fffeea;
 margin-bottom:60px;
}
.fth-blo {
 max-width:100%;
 width:calc(96% - 0px);
 height:auto;
 padding:30px 2%;
 margin:auto;
}
.fth-lis {
 display:flex;
 flex-wrap:wrap;
 justify-content: space-around;/*両端分布*/
 align-items:flex-start;
}
.fth-lis-ite {
 max-width:330px;
 width:100%;
 height:auto;
}
.fth-car-tab-ima {
 margin:auto;
 max-width:60px;
 width:100%;
 height:auto;
}
.fth-car-tab-ima img {
 width:100%;
 height:auto;
}
.fth-car {
 max-width:330px;
 width:calc(100% - 30px);
 min-height:334px;
 height:auto;
 background:#FFF;
 border-radius:8px;
 padding: 20px 15px;
 margin-bottom:30px;
}
.fth-lis-ima {
 width:80px;
 height:100px;
}
.fth-lis-ite:nth-of-type(3n-2) .fth-lis-ima {
 position:relative;
 height:100px;
 width:80px;
 background:#caed9d;
 border-radius:4px;
 overflow:hidden;
}
.fth-lis-ite:nth-of-type(3n-1) .fth-lis-ima {
 position:relative;
 height:100px;
 width:80px;
 background:#ffb4b6;
 border-radius:4px;
 overflow:hidden;
}
.fth-lis-ite:nth-of-type(3n) .fth-lis-ima {
 position:relative;
 height:100px;
 width:80px;
 background:#e8d27c;
 border-radius:4px;
 overflow:hidden;
}
.fth-lis-ima img {
 position:absolute;
 width:100%;/* 横幅に合わせて自動縮尺　object-fitはIE11でバグ */
 height:auto;
 top: 50%;
 left: 50%;
 min-height: auto;
 min-width: 100%;
 -ms-transform: translateX(-50%) translateY(-50%);
 -moz-transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
}
.fth-lis-hea {
 display:flex;
 flex-wrap:wrap;
 justify-content: space-between;/*両端分布*/
 align-items:flex-start;
 margin-bottom:15px;
}
.fth-lis-tit-blo {
 width:calc(100% - 95px);
}
.fth-lis-are {
 font-size:90%;
 font-weight:600;
 line-height:130%;
 padding-bottom:6px;
}
.fth-lis-tit {
 font-size:120%;
 font-weight:600;
 line-height:140%;
 letter-spacing:0;
}
.fth-lis-cap p {
 font-size:96%;
 font-weight:600;
 line-height:150%;
}
.vth-wra {
 width:100%;
 height:auto;
 background:#fff;
 margin-bottom:0px;
}
.vth-blo {
 max-width:920px;
 width:calc(96% - 0px);
 height:auto;
 padding:0px 2%;
 margin:auto;
}
.six-wra {
 width:100%;
 height:auto;
 background:#fff;
 margin-bottom:30px;
}
.six-blo {
 max-width:920px;
 width:calc(96% - 0px);
 height:auto;
 padding:0px 2%;
 margin:auto;
}
.six-log-ima {
 max-width:320px;
 width:100%;
 height:auto;
 margin:0 auto 30px;
}
.six-log-ima img {
 width:100%;
 height:auto;
}
.six-lis {
 max-width:580px;
 width:100%;
 height:auto;
 margin:auto;
 display:flex;
 flex-wrap:wrap;
 justify-content: space-between;/*両端分布*/
 align-items:flex-start;
}
.six-lis dt, .six-lis dd {
 font-size:110%;
 font-weight:600;
}
.six-lis dt {
 width:25%;
 height:auto;
}
.six-lis dd {
 width:75%;
 height:auto;
}
.boa-fth-wra {
 width:100%;
 height:auto;
 background:#fffeea;
 margin-bottom:0px;
}
.boa-fth-blo {
 max-width:100%;
 width:96%;
 height:auto;
 padding:20px 2%;
 margin:auto;
}
.boa-fth-lis {
 display:flex;
 flex-wrap:wrap;
 justify-content: space-between;/*両端分布*/
 align-items:flex-end;
}
.boa-fth-lis-ite:nth-of-type(1) {
 max-width:800px;
 width:100%;
 height:auto;
}
 .boa-fth-lis-ite:nth-of-type(2) {
 max-width:200px;
 width:100%;
 height:auto;
 margin:auto;
}
.boa-fth-cap {
 font-size:120%;
 font-weight:600;
 line-height:130%;
 text-align:center;
}
.boa-fth-tit .col-pin-bol {
 font-size:110%;
 font-weight:600;
 color:#ffdf0a;
}
.boa-fth-tit {
 font-size:160%;
 font-weight:600;
 line-height:140%;
 padding:10px 0;
 text-align:center;
}
.clo-sig-wra {
 max-width:920px;
 width:96%;
 height:auto;
 display:flex;
 margin:0 auto 30px;
 padding:0 2%;
 text-align:center;
 flex-wrap:wrap;
 flex-direction:column;
 justify-content:center;
 align-items:center;
}
.clo-sig-ima {
 width:100%;
 height:auto;
 margin-bottom:20px;
 max-width:320px;
}
.clo-sig-ima img {
 width:100%;
 height:auto;
}
/*-------------------------------------------------

下層ページ

-------------------------------------------------*/

.sub-fst-wra {
 width:100%;
 height:auto;
 background:none;
 background:url(../img/bac_ils_shootstar01.svg) right 0% bottom 20% no-repeat;
 background-color:rgba(255, 255, 255, 0.6);
 background-blend-mode:lighten;
}
.sub-fst-blo {
 max-width:100%;
 width:96%;
 height:auto;
 margin:auto;
 padding:0 2% 30px;
}
.sub-reg-blo-wra {
 max-width:300px;
 width:calc(100% - 32px);
 min-height:auto;
 height:auto;
 padding:20px 15px;
 margin:auto;
 background:#fffeea;
 border-radius:6px;
 border:solid 1px #e7e7e7;
}
.lin-log-blo {
 text-align:center;
 padding:10px 0;
}
.lin-log-blo a {
 text-decoration:underline;
 color:#2470d8;
}
.pri-blo {
 max-width:920px;
 width:100%;
 height:auto;
 margin:auto;
}
.pri-lis {
 margin-bottom:30px;
}
.pri-lis dt {
 font-weight:600;
 padding-bottom:5px;
 font-size:110%;
}
.pri-lis dd {
 padding-bottom:15px;
}
.sec-lis > li {
 padding-bottom:15px;
}
/*-------------------------------------------------

time table

-------------------------------------------------*/
.tab-lin {
 max-width:900px;
 width:100%;
}
.tab-lin dl {
 width:100%;
 display:flex;
 flex-wrap:wrap;
 justify-content:center;/*水平中央*/
 align-items:stretch;/*垂直中央*/
 text-align:left;
 margin:auto;
}
.tab-lin dl dt {
 width:calc(40% - 0px);
 padding:5px 7px;
 background:#f9f9f9;
 border:solid 1px #cdcdcd;
 border-bottom:none;
box-sizing: border-box;
}
.tab-lin dl dd {
 width:calc(60% - 0px);
 padding:5px 7px;
 border:solid 1px #cdcdcd;
 border-left:none;
 border-bottom:none;
box-sizing: border-box;
}
.tab-lin dl:last-of-type dt, .tab-lin dl:last-of-type dd {
 border-bottom:solid 1px #cdcdcd;
}
.tab-lin dl dt .red {
 color:#D52A32;
}
.tab-non {
}
.tab-non dl {
 margin: 0px;
 padding: 0px;
 width:100%;
 display:flex;
}
.tab-non dl dt {
 width:calc(40% - 14px);
 padding:5px 7px;
 background:#f9f9f9;
 border-bottom:solid 1px #FFF;
}
.tab-non dl dd {
 width:calc(60% - 14px);
 padding:5px 7px;
 border-bottom:solid 1px #cdcdcd;
}
/* 共通セレクタ　grand rule */
.pad-top-bot-mid {
 padding:20px 0;
}
.bre-cru {
 text-align: left;
 height: auto;
 line-height:140%;
 font-size:90%;
 margin:0 auto 20px;
 width:100%;
 display:flex;
 flex-wrap:wrap;
 justify-content:flex-start;/*水平中央*/
 align-items:center;/*垂直中央*/
}
.bre-cru li:after {
 content:"〉";
 padding:0 0 0px 5px;
 font-size:90%;
}
.bre-cru li:last-child:after {
 content:"";
}
.ali-rig {
 text-align: right;
}
.ali-lef {
 text-align:left;
}
.ali-cen {
 text-align:center;
}
.col-red {
 color:#D52A32;
}
.col-kah {
 color:#d7ac7c;
}
.col-ore {
 color:#e48989;
}
.col-ore-har {
 color:#e07979;
}
.col-pin {
 color:#EA6097;
}
.col-pin-har {
 color:#EA6097;
}
.col-yel {
 color:#ffb320;
}
.col-yel-har {
 color:#b7b23c;
}
.col-gre {
 color:#066;
}
.col-gre-har {
 color:#066;
}
.col-whi {
 color:#ffffff;
}
.col-blu {
 color:#376499;
}
.col-bro {
 color:#3b1d02;
}
.fon-lar {
 font-size:130%;
}
.fon-lar-bol {
 font-size:130%;
 font-weight:600;
}
.fon-mid-bol {
 font-size:116%;
 font-weight:600;
}
.fon-mid {
 font-size:116%;
}
.fon-sma {
 font-size:90%;
}
.fon-xsma {
 font-size:80%;
}
.fon-bol {
 font-weight:bold;
 font-weight:600;
}
.fon-min {
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
 line-height:140%;
}
.con-are {
 width:calc(100% - 42px);
 border:dotted 1px #898989;
 border-radius:0px;
 margin:0px auto 30px;
 padding:20px;
 background: #fafafa;
}
.con-are .che-lis {
 font-size:110%;
 font-weight:600;
 position:relative;
 padding:5px 10px;
}
.con-are .che-lis:before {
 right: 0;
 content: "●";
 color:#376499;
 font-weight: 900;
 font-size:120%;
 padding-right:10px;
}
.con-cir-lis {
 width:calc(100% - 30px);
 border-radius:4px;
 -webkit-border-radius:4px;
 margin:20px auto;
 padding:10px 15px;
 background-color: #fffef1;
}
.con-cir-lis li {
 font-size:110%;
 font-weight:600;
 position:relative;
 padding:5px 30px;
}
.con-cir-lis li:before {
 position:absolute;
 left:0px;
 top:6px;
 display:inline-block;
 transform: rotate(0deg);
 content: "●";
 color:#ffdf0a;
 font-weight: 900;
 font-size:100%;
}
.num-lis {
 counter-reset:number;
 list-style-type: none!important;
 padding:0.5em;
 background: #fffeef;
}
.num-lis > li {
 position: relative;
 padding-left: 30px;
 line-height: 1.5em;
 padding: 0.5em 0.5em 0.5em 30px;
}
.num-lis > li:before {
 position: absolute;
 counter-increment: number;
 content: counter(number);
 display:inline-block;
 background: #376499;
 color: white;
 font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
 font-weight:bold;
 font-size: 15px;
 border-radius: 50%;
 left: 0;
 width: 25px;
 height: 25px;
 line-height: 25px;
 text-align: center;
 top: 20px;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
	  .che-sub-tit {
 width:calc(100% - 60px);
 font-size:120%;
 font-weight:600;
 position:relative;
 padding:5px 10px 5px 35px;
 margin-bottom:10px;
}
.che-sub-tit:before {
 top:8px;
 left: 0;
 padding-right:10px;
position:absolute;
content: "";
background:url(../images/list.svg) left center no-repeat;
width:24px;
height:24px;
}
.poi-sub-tit {
 width:calc(100% - 60px);
 font-size:120%;
 font-weight:600;
 position:relative;
 padding:5px 10px 5px 35px;
 margin-bottom:10px;
}
.poi-sub-tit:before {
 top:8px;
 left: 0;
 padding-right:10px;
position:absolute;
content: "";
background:url(../images/check-circle.svg) left center no-repeat;
width:24px;
height:24px;
}
.flu-ima {
 max-width:100%;
 width:100%;
 height:auto;
}
.ima-sor {
 width:100%;
 height:auto;
 margin:30px auto;
 text-align:center;
}
.ima-sor img {
 display:inline;
 max-width:100%;
 height:auto;
}
.cir-lis {
 display:flex;
 flex-wrap:wrap;
 justify-content:flex-start;/*水平中央*/
 align-items:center;/*垂直中央*/
}
.cir-lis li {
 font-size:100%;
 position:relative;
 padding:0px 20px;
}
.cir-lis li:before {
 position:absolute;
 left:0px;
 top:4px;
 content:"●";
 color:#376499;
 display:inline-block;
 transform: rotate(0deg);
 font-size:70%;
}
.cir-lis-blu li:before {
 color:#376499;
}
.cir-lis-red li:before {
 color:#D52A32;
}
.cir-lis-gre li:before {
 color:#066;
}
.cir-lis-gol li:before {
 color:#b7b23c;
}
/* END　共通セレクタ　grand rule */

/* テーブル　アンダーライン*/
.ver-tab-und-lin {
 width:100%;
 display:flex;
 flex-wrap:wrap;
 justify-content:center;/*水平中央*/
 align-items:stretch;/*垂直中央*/
 text-align:center;
 margin:0px auto 20px;
}
.ver-tab-und-lin dt, .ver-tab-und-lin dd {
 font-size:100%;
 padding:10px;
 border-bottom:solid 1px #CCC;
 background:#fff;
}
.ver-tab-und-lin dt {
 width:calc(30% - 20px);
 color:#606521;
 background-color: #FAFCD8;
 display:flex;
 justify-content:flex-start;/*水平中央*/
 align-items:center;/*垂直中央*/
}
.ver-tab-und-lin dd {
 margin-left:10px;
 width:calc(70% - 30px);
 display:flex;
 justify-content:flex-start;/*水平中央*/
 align-items:center;/*垂直中央*/
 text-align:left;
}
/* END テーブル　アンダーライン*/


blockquote {
 color:#878787;
 margin: 20px 0;
 padding:20px 40px;
 background: #f3f3f2;
 border: 0px solid #ccc;
 position:relative;
}
blockquote:before {
 content: "\f10d";
 font-family:'Font Awesome 5 Free';
 font-size:120%;
 font-weight: 600;
 color: #d7d7d7;
 left: 10px;
 top: 10px;
 position: absolute;
}
blockquote:after {
 content: "\f10e";
 font-family:'Font Awesome 5 Free';
 font-size:120%;
 font-weight: 600;
 color:#d7d7d7;
 right:10px;
 bottom:10px;
 position: absolute;
}
/*-------------------------------------------------
 form
-------------------------------------------------*/

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
 -webkit-appearance: none;
 border-radius: 0;
}
img.ui-datepicker-trigger {
 display:inline;
 margin-left:5px;
 vertical-align:middle;
}
input[type="text"], input[type="email"], input[type="tel"],input[type="password"] {
 border:solid 1px #ccc;
 max-width:calc(340px );
 width:calc(100% - 18px);
 height:calc(22px);
 padding:5px 8px;
 font-size:100%;
 border-radius:6px;
}
input[type="text"].inp-sho {
 border:solid 1px #ccc;
 width:calc(80px);
 height:calc(22px);
 padding:3px 5px;
 font-size:100%;
}
select {
 width:calc(240px);
 height:calc(30px);
 padding:3px 5px;
 font-size:14px;
 border-radius:0px;
 border:solid 1px #ccc;
}
.but-fre {
 display:inline-block;
 color: #fff;
 font-size:110%;
 font-weight:600;
 letter-spacing:0px;
 background-color: #ffdf0a;
 margin:auto;
 padding:10px 10px;
 line-height:130%;
 max-width:394px;
 width:calc(100% - 0px);
 height:auto;
 border: 0px solid #fff;
 border-radius:50px;
 cursor:pointer;
 -webkit-appearance: none;
 position:relative;
}
.but-fre > img {
 position:absolute;
 left:30px;
 top:calc(50% - 10px);
}
.but-fre:hover {
 display:inline-block;
 color: #fff;
 font-size:110%;
 font-weight:600;
 letter-spacing:0px;
 margin:auto;
 padding:10px 10px;
 line-height:130%;
 max-width:394px;
 width:calc(100% - 0px);
 border: 0px solid #fff;
 border-radius:50px;
 cursor:pointer;
 -webkit-appearance: none;
 transition: 0.5s;/* 0.2秒アニメーション */
 -webkit-transition: 0.5s;
 position:relative;
 -webkit-transform: translateY(-4px);
 transform: translateY(-4px);
 background-color: rgba(255, 127, 161, 0.8);
}
.for-but-blo {
 margin:40px auto 40px;
 text-align:center;
}
.but-inp {
 font-size:100%;
 color:#212121;
 letter-spacing:2px;
 background: #ffdf0a;
 line-height:150%;
 max-width:200px;
 width:calc(100% - 0px);
 padding:10px 10px;
 border: 0px double #cbdc51;
 border-radius:6px;
 cursor:pointer;
 -webkit-appearance: none;
 transition: 0.3s;
 -webkit-transition: 0.3s;
 position:relative;
 top:-3px;
 box-shadow:0px 3px 0px 0px #10895a;
}
.but-inp:hover {
 font-size:100%;
 color:#FFF;
 letter-spacing:2px;
 background-color: #10895a;
 line-height:150%;
 max-width:200px;
 width:calc(100% - 0px);
 padding:10px 10px;
 border: 0px double #cbdc51;
 border-radius:6px;
 cursor:pointer;
 -webkit-appearance: none;
 transition: 0.3s;
 -webkit-transition: 0.3s;
 position:relative;
 top:0px;
 box-shadow:0px 0px 0px 0px #bcbcbc;
}
textarea {
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
 border:solid 1px #ccc;
 width:calc(100% - 22px);
 height:calc(80px);
 padding:10px;
 font-size:100%;
 border-radius:6px;
}
.for-att {
 color:#FFF;
 font-weight:600;
 font-size:80%;
 padding:2px;
 line-height:120%;
 border-radius:4px;
 background:#e07979;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 opacity:1.0;
 color:#cfcfcf;
}
::-moz-placeholder { /* Firefox 19+ */
 opacity:1.0;
 color:#cfcfcf;
}
:-ms-input-placeholder { /* IE 10+ */
 opacity:1.0;
 color:#cfcfcf;
}
:-moz-placeholder { /* Firefox 18- */
 opacity:1.0;
 color:#cfcfcf;
}
/*####################### 一般メールフォーム #######################*/
.inq-blo-wra {
 width:100%;
 padding:20px 0px;
}
.inq-blo {
 max-width:calc(920px - 60px);
 width:100%;
 padding:0px 0px;
 margin:auto;
 background:#FFF;
}
.inq-blo-aro {
 display:flex;
 flex-wrap:wrap;
 justify-content: space-around;/*両端分布*/
 align-items:center;/*垂直中央*/
}
.inq-blo-tel {
 display:flex;
 flex-wrap:wrap;
 justify-content:center;/*両端分布*/
 align-items:center;/*垂直中央*/
}
.inq-blo-tel .fon-bol {
 font-weight:600;
}
.inq-blo-tel .fon-lar-bol {
 font-weight:600;
 font-size:180%;
}
.inq-blo-tel .fon-xlar-bol {
 font-weight:600;
 font-size:220%;
}
.inq-blo-tel .col-gre {
 color:#498b48;
}
.inq-blo-tel .col-red {
 color:#F00;
}
.ico-mus-lar {
 background-color: #cc3138;
 padding: 2px 5px;
 font-size: 80%;
 font-weight:bold;
 color: #FFF;
 margin: 0px 5px;
 border-radius:2px;
}
.ico-mus {
 width:30px;
 display: block;
 background-color: #cc3138;
 padding: 0px 5px;
 font-size: 12px;
 font-weight:bold;
 color: #FFF;
 margin: 0px 15px 0 5px;
 border-radius:2px;
 text-align:center;
}
.inq-blo form .dat-lis {
 margin:30px auto;
 display:flex;
 flex-wrap:wrap;
 justify-content:flex-start;/*水平中央*/
 align-items:stretch;/*垂直伸ばす場合*/
}
.inq-blo form .dat-lis dt {
 width:calc(30% - 32px);
 font-size:100%;
 font-weight:600;
 padding:10px 15px;
 border-bottom:solid 1px #CCC;
 border-right:solid 1px #CCC;
 border-left:solid 1px #CCC;
 background:#fffeea;
 vertical-align:top;
 display:flex;
 flex-wrap:wrap;
 align-items:center;/*垂直中央*/
}
.inq-blo form .dat-lis dd {
 width:calc(70% - 31px);
 background:none;
 padding:10px 15px;
 border-right:solid 1px #CCC;
 border-bottom:solid 1px #CCC;
}
.inq-blo form .dat-lis dt:first-of-type, .inq-blo form .dat-lis dd:first-of-type {
 border-top:solid 1px #CCC;
}
.inq-but-blo {
 width:100%;
 margin:40px auto 40px;
 text-align:center;
}
.inq-blo input[type="text"].but-inp-sho {
 display:inline;
 text-align:center;
 color: #212121;
 font-size:90%;
 letter-spacing:2px;
 background-color: #000;
 line-height:30px;
 width:80px;
 padding:1px 2px 3px;
 border-radius:6px;
 cursor:pointer;
 margin-right:10px;
 -webkit-appearance: none;
}
.inq-blo .but-fre {
 font-size:130%;
 color:#FFF;
 letter-spacing:2px;
 background-color: #213895;
 line-height:150%;
 width:calc(60% - 0px);
 padding:20px 10px;
 border: 0px double #cbdc51;
 border-radius:2px;
 cursor:pointer;
 -webkit-appearance: none;
 transition: 0.5s;/* 0.2秒アニメーション */
 -webkit-transition: 0.5s;
 position:relative;
 top:-10px;
}
.inq-blo .but-fre:hover {
 color: #ffffff;
 position:relative;
 top:0px;
 background:#173eff;
 border:0px solid #6fbe97;
}
.inq-blo .pp-blo {
 border-radius:2px;
 width:calc(100% - 42px);
 height:200px;
 overflow:auto;
 padding:20px;
 margin:auto;
 border:solid 1px #e7e7e7;
 background:#FFF;
}
.inq-blo .pp-blo ul li {
}
.inq-blo .pp-blo ul li .new-lis-tit {
}
/* FAQ よくある質問　*/
.faq-lis {
 width:calc(100% - 0px);
 height:auto;
 margin:auto;
 padding:0px 0;
}
.faq-lis-tit {
 width:calc(100% - 6px);
 height:calc(auto);
 border:solid 0px #00558f;
 display:flex;
 flex-wrap:nowrap;
 justify-content:flex-start;/*水平中央*/
 align-items:flex-start;/*垂直中央*/
 cursor:cursor;
 margin:0px 0px;
}
.faq-lis-que-tit {
 width:calc(100% - 0px);
 min-height:50px;
 line-height:130%;
 color:#212121;
 font-weight:600;
 margin-left:0px;
 padding:0px 0px;
 border-radius:8px;
 background:#fff;
 display:flex;
 flex-wrap:wrap;
 justify-content:flex-start;
 align-items:center;
}
.faq-lis-tit.selected .faq-lis-que-tit {
}
.faq-lis-que {
	background:#ffdf0a;
 width:54px;
 height:50px;
 color:#212121;
 font-size:160%;
 font-weight:600;
 border-radius:0px;
 display:flex;
 flex-wrap:wrap;
 justify-content:center;
 align-items:center;
 margin-bottom:15px;
}
.faq-lis-que-tit {
 width:calc(100% - 54px);
 font-size:120%;
 font-weight:600;
 padding:0px 10px 0px 20px;
 display:flex;
 flex-wrap:wrap;
 justify-content:flex-start;/*水平中央*/
 align-items:center;/*垂直中央*/
}
.faq-lis-sen {
 width:calc(100% - 0px);
 height:calc(auto);
 border:solid 0px #ef5964;
 display:flex;
 flex-wrap:wrap;
 justify-content:flex-start;/*水平中央*/
 align-items:flex-start;/*垂直中央*/
 margin:0px auto 50px;
 letter-spacing:0;
 padding:0px;
}
.faq-lis-sen p {
 width:calc(100% - 80px);
 font-size:110%;
}
.faq-lis-ans {
 background:#fff;
 width:44px;
 height:44px;
 border-radius:0px;
 margin-right:20px;
	color:#006633;
	border:solid #006633 3px;
 font-size:160%;
 font-weight:600;
 display:flex;
 flex-wrap:wrap;
 justify-content:center;/*水平中央*/
 align-items:center;/*垂直中央*/
}
.pc-blo {
 display:none;
}
.sp-blo {
 display:block;
}
/* START ページネーション　cms-pagination */
.pag-nav {
 width: 100%;
 overflow: hidden;
 margin:20px auto;
}
.pag-nav ul {
 position: relative;
 float: left;
 left: 50%;
 margin-bottom: 12px;
}
.pag-nav ul li {
 position: relative;
 float: left;
 left: -50%;
 width: 34px;
 height: 38px;
 display: table;
 margin: 0 2px;
 display: none;
}
.pag-nav ul li.pagination-no-num {
 width: auto;
 display: table;
}
.pag-nav ul li.pagination-no-num span {
 background: #f7f7f7;
 border: 1px solid #e7e7e7;
 color: #e7e7e7;
 padding:0 10px;
}
.pag-nav ul li.pagination-no-num a {
 padding:0 10px;
}
.pag-nav ul li.pagination-sp {
 display: table;
}
.pag-nav ul li a, .pag-nav ul li span {
 width: 100%;
 height: 100%;
 display: table-cell;
 vertical-align: middle;
 text-align: center;
 position: relative;
 border: 1px solid #ccc;
 background: #fff;
}
.pag-nav ul li a:before, .pag-nav ul li span:before {
 position: absolute;
 display: none;
 content: '';
 width: 96%;
 height: 2px;
 background: #ccc;
 bottom: -3px;
 left: 2%;
}
.pag-nav ul li span {
 background: #ffdf0a;
 border: 1px solid #dece5e;
 color: #212121;
}
.pagination-txt {
 clear: both;
 text-align: center;
 margin-bottom: 0px;
 background:#f4f4f4;
}
.pagination-txt span {
 color: #212121;
}
.nav-sin {
 width:100%;
 height:auto;
 display:flex;
 flex-wrap:wrap;
 justify-content: space-between;/*両端分布*/
 align-items:center;/*垂直中央*/
}
.nav-sin-lef a, .nav-sin-rig a {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
 background: #fff;
 border: 1px solid #e7e7e7;
 color: #212121;
 padding:10px;
}
.nav-sin-lef a:hover, .nav-sin-rig a:hover {
 color:#FFF;
 border:solid 1px #dece5e;
 background: #dece5e;
 text-decoration:none;
 transition: background 0.3s ease;
}
 .pag-nav ul li a:hover {
 color:#212121;
 border:solid 1px #ffdf0a;
 background: #ffdf0a;
 text-decoration:none;
 -webkit-transition: background 0.3s ease;
 -moz-transition: background 0.3s ease;
 transition: background 0.3s ease;
}

/* END ページネーション　cms-pagination */

/*　メダルブロック*/
.med-blo{
	display:none;
}
.sp-med-blo{
	width:100%;
	height:auto;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items:center;
}
.sp-med-ite{
	max-width:200px;
	width:30%;
	height:auto;
}
.sp-med-ite img{
	width:100%;
	height:auto;
}



/*　END メダルブロック*/



}
@media screen and (max-width: 1080px) {
/* ブログページ インデックス*/
.blo-ind-lis {
 max-width:1080px;
 width:100%;
 height:auto;
 display:flex;
 flex-wrap:wrap;
 justify-content:space-between;
 align-items:flex-start;
}
.blo-ind-ite {
 width:calc(100% - 34px);
 height:auto;
 border:solid 1px #CCC;
 background:#fff;
 border-radius:6px;
 border:solid 2px #dece5e;
 padding:15px;
 display:flex;
 flex-wrap:wrap;
 justify-content: space-between;
 align-items:flex-start;
 position:relative;
 margin-bottom:20px;
}
.blo-ind-ima {
 position:relative;
 height:140px;
 max-width:140px;
 width:100%;
 background:#f7f7f7;
 overflow:hidden;
}
.blo-ind-ima img {
 position:absolute;
 width:auto;/* 横幅に合わせて自動縮尺　object-fitはIE11でバグ */
 height:100%;
 top: 50%;
 left: 50%;
 min-height: 100%;
 min-width:auto;
 -ms-transform: translateX(-50%) translateY(-50%);
 -moz-transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
}
.blo-ind-sec {
 width:calc(100% - 162px);
 height:auto;
 margin-left:20px;
}
.blo-ind-tit {
 color:#10895a;
 font-weight:600;
 font-size:130%;
 line-height:130%;
 padding-bottom:40px;
}
.blo-ind-lin a {
 position:absolute;
 letter-spacing:0;
 bottom:10px;
 right:20px;
 display:flex;
 flex-wrap:wrap;
 justify-content: flex-end;
 align-items:center;
 -webkit-appearance: none;
 transition: 0.5s;
 -webkit-transition: 0.5s;
}
.blo-ind-lin a:hover {
 text-decoration:none;
 color:#ffdf0a;
 position:absolute;
 letter-spacing:0;
 bottom:10px;
 right:20px;
 display:flex;
 flex-wrap:wrap;
 justify-content: flex-end;
 align-items:center;
}
/*　END ブログページ インデックス*/

/* ブログページ 記事ページ*/

.blo-art-blo {
 max-width:880px;
 width:100%;
 height:auto;
 margin:auto;
}
.blo-art-ite {
 width:calc(100% - 34px);
 height:auto;
 border:solid 1px #CCC;
 background:#fff;
 border-radius:0px;
 border:solid 2px #dece5e;
 padding:20px 15px;
 margin-bottom:20px;
 display:flex;
 flex-wrap:wrap;
 justify-content: center;
 align-items:flex-start;
 position:relative;
}
.blo-art-ima {
 max-width:640px;
 width:100%;
 max-height:auto;
 height:100%;
 border:solid 1px #e7e7e7;
 border-radius:6px;
 overflow:hidden;
 margin:0 auto 30px;
}
.blo-art-ima img {
 width:100%;
 height:auto;
}
.blo-art-sec {
 width:calc(100% - 0px);
 height:auto;
}
.blo-art-dat {
 width:100%;
 display:block;
 text-align:right;
}
.blo-art-tit {
 display:inline-block;
 width:calc(100% - 10px);
 height:auto;
 padding:5px;
 margin-bottom:30px;
 color:#10895a;
 font-weight:600;
 font-size:130%;
 line-height:130%;
 border-bottom:double 3px #10895a;
}
.blo-art-lin a {
 position:absolute;
 letter-spacing:0;
 bottom:10px;
 right:20px;
 display:flex;
 flex-wrap:wrap;
 justify-content: flex-end;
 align-items:center;
 -webkit-appearance: none;
 transition: 0.5s;
 -webkit-transition: 0.5s;
}
.blo-art-lin a:hover {
 text-decoration:none;
 color:#ffdf0a;
 position:absolute;
 letter-spacing:0;
 bottom:10px;
 right:20px;
 display:flex;
 flex-wrap:wrap;
 justify-content: flex-end;
 align-items:center;
}
.blo-art-tex {
 margin-bottom:30px;
}
.sec-sub-fst {
 width:calc(100% - 0px);
 height:auto;
 font-size:1.2rem;
 font-weight:400;
 border-left:solid 10px #ffdf0a;
 padding:8px 20px;
 margin-bottom:20px;
 background:#fafafa;
box-sizing: border-box;
	line-height:130%;
}
.sec-sub-snd {
 font-size:1.1rem;
 font-weight:400;
 border-left:solid 6px #dece5e;
 padding:8px 15px;
 margin-bottom:20px;
box-sizing: border-box;
	line-height:130%;

}
.sec-sub-thr {
 font-size:1.0rem;
 font-weight:400;
 margin-bottom:20px;
 padding-left:36px;
 position:relative;
box-sizing: border-box;
	line-height:130%;
	
}
.sec-sub-thr:before {
 left: 0;
 padding-right:10px;
 position:absolute;
 content: "";
 background:url(../img/check-square.svg) left center no-repeat;
 width:26px;
 height:26px;
}
.tar-bla-lin {
 position:relative;
 padding-left:20px;
 background:url(../img/link.svg)left top 2px no-repeat;
}
.blog-titl {
	color:#212121;
	font-size:1.4rem;
	font-weight:700;
	line-height:140%;
	width:calc(100% - 0px);
	padding:10px 10px;
	text-align:left;
	margin-bottom: 30px!important;
	letter-spacing:0;
box-sizing: border-box;
}
/*　END ブログページ 記事ページ*/
	
}
 @media screen and (max-width: 800px) {
br.brea-alli-mobi{
display:block;
}
 @media screen and (max-width: 580px) {
.thr-car-lab {
 position:absolute;
 top:-40px;
 left:5px;
 max-width:90px;
 width:100%;
 height:auto;
}
.thr-car-lab img {
 width:100%;
 height:auto;
}
.thr-car-lis {
 width:100%;
display:flex;
flex-wrap:wrap;
flex-direction:column;
justify-content: center;/*両端分布*/
align-items:flex-start;
}
.thr-lis-arr {
 padding-top:0;
 margin:0 auto 20px;
 -webkit-transform: rotate(90deg);
 transform:rotate(90deg);
}
.thr-car-cau-lis {
 width:calc(100% - 40px);
 height:auto;
 padding:40px 20px 20px;
 background:#FFF;
 display:flex;
flex-wrap:wrap;
justify-content:flex-start;
align-items:flex-start;
}
.thr-car-cau-tit {
 position: relative;
 top:25px;
 width:calc(80%);
 min-height:auto;
 height:auto;
 padding:10px 5px;
 border-right:solid 0px #FFF;
 background: #10895a;
 z-index:0;
 color:#FFF;
 font-weight:600;
 text-align:center;
 margin:auto;
}
.sec-tit-und{
	color:#212121;
	width:calc(100% - 20px);
	padding:10px 10px;
	text-align:center;
	margin-bottom: 40px;
}
.sec-tit-und-inn {
	color:#212121;
	font-weight:600;
	font-size:2.0rem;
	border-bottom:solid 5px #ffdf0c;
	display:inline;
	line-height:150%;
	letter-spacing:0;
}
.snd-tit {
	color:#212121;
	font-size:1.8rem;
	font-weight:600;
	line-height:140%;
	max-width:100%;
	width:auto;
	height:auto;
	padding:0px 0px;
	text-align:center;
	letter-spacing:0px;
}
.snd-tit-ima {
	max-width:184px;
	width:auto;
	height:auto;
}
.snd-tit-ima img {
	width:100%;
	height:auto;
}
.snd-tit-cap {
 font-weight:600;
 font-size:1.2rem;
 line-height:130%;
 letter-spacing:0;
 text-align:center;
}
.snd-lis-ite {
 border:solid 1px #CCC;
 max-width:calc(874px - 22px);
 width:calc(100% - 22px);
 min-height:244px;
 height:auto;
 padding:10px;
 background:#FFF;
 display:flex;
flex-wrap:wrap;
flex-direction:column;
justify-content:center;
align-items:center;
position:relative;
}
.snd-lis-ima {
 width:200px;
 height:auto;
 margin:20px auto;
}
.snd-dat{
	width:calc(100% - 0%);
}
.but-use-est-blo {
	margin:30px auto 0;
	text-align:center;
}
.col-gre-lar-bol {
	color:#063;
	font-weight:700;
	font-size:1.3rem;
}
.col-gre-xla-bol {
	color:#063;
	font-weight:600;
	font-size:1.5rem;
}

}
 @media screen and (max-width: 480px) {
.hea-log {
 width:100%;
 max-width:160px;
 height:auto;
 margin-right:5px;
}
.hea-log img {
 width:100%;
 height:auto;
}
.inq-blo form .dat-lis {
 margin:20px auto;
 display:flex;
 flex-wrap:wrap;
 justify-content:center;/*水平中央*/
 align-items:stretch;/*垂直伸ばす場合*/
}
.inq-blo form .dat-lis dt {
 width:calc(100% - 32px);
 font-size:100%;
 font-weight:600;
 padding:10px 15px;
 border-bottom:solid 1px #CCC;
 border-right:solid 1px #CCC;
 border-left:solid 1px #CCC;
 background:#fffeea;
 vertical-align:top;
 display:flex;
 flex-wrap:wrap;
 align-items:center;/*垂直中央*/
}
.inq-blo form .dat-lis dd {
 width:calc(100% - 32px);
 background:none;
 padding:10px 15px;
 border-right:solid 1px #CCC;
 border-bottom:solid 1px #CCC;
 border-left:solid 1px #CCC;
}
.inq-blo form .dat-lis dt:first-of-type {
 border-top:solid 1px #CCC;
}
.inq-blo form .dat-lis dd:first-of-type {
 border-top:solid 0px #CCC;
}
.but-inp {
 font-size:100%;
 color:#212121;
 letter-spacing:2px;
 background: #ffdf0a;
 line-height:150%;
 max-width:200px;
 width:calc(44% - 0px);
 padding:10px 10px;
 border: 0px double #cbdc51;
 border-radius:6px;
 cursor:pointer;
 -webkit-appearance: none;
 transition: 0.3s;
 -webkit-transition: 0.3s;
 position:relative;
 top:-3px;
 box-shadow:0px 3px 0px 0px #10895a;
}
.but-inp:hover {
 font-size:100%;
 color:#FFF;
 letter-spacing:2px;
 background-color: #10895a;
 line-height:150%;
 max-width:200px;
 width:calc(44% - 0px);
 padding:10px 10px;
 border: 0px double #cbdc51;
 border-radius:6px;
 cursor:pointer;
 -webkit-appearance: none;
 transition: 0.3s;
 -webkit-transition: 0.3s;
 position:relative;
 top:0px;
 box-shadow:0px 0px 0px 0px #bcbcbc;
}
.sec-tit .sp-blo-tit {
 font-size:90%;
 letter-spacing:0;
 font-weight:600;
}

.boa-snd-cap p{
	font-size:1.1rem;
	letter-spacing:0;

}
.but-use-est {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	display:inline-block;
	color: #212121;
	font-size:1.2rem;
	font-weight:600;
	letter-spacing:1px;
	background-color: #ffdf0a;
	margin:auto 0px;
	padding:8px 12px;
	line-height:120%;
	max-width:640px;
	width:calc(80% - 0px);
	height:auto;
	border: 3px solid #fff;
	border-radius:50px;
	cursor:pointer;
	position:relative;
	top:0;
	-webkit-appearance: none;
	transition: 0.5s;/* 0.2秒アニメーション */
	-webkit-transition: 0.5s;
	overflow: hidden;
}
.but-use-est:hover {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	display:inline-block;
	color: #fff;
	font-size:1.2rem;
	font-weight:600;
	letter-spacing:1px;
	background-color: #10895a;
	margin:auto 0px;
	padding:8px 12px;
	line-height:120%;
	max-width:640px;
	width:calc(80% - 0px);
	height:auto;
	border: 3px solid #dece5e;
	border-radius:50px;
	cursor:pointer;
	-webkit-appearance: none;
	-webkit-appearance: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	position:relative;
	top:0px;
}
.but-use-est::before {
 position: absolute;
 content: '';
 display: inline-block;
 top: -180px;
 left: 0;
 width: 40px;
 height: 100%;
 background-color: #fff;
 animation: but-flo 3s ease-in-out infinite;
}
@-webkit-keyframes but-flo {
 0% {
-webkit-transform: scale(0) rotate(45deg);
opacity: 0;
}
 80% {
-webkit-transform: scale(0) rotate(45deg);
opacity: 0.5;
}
 81% {
-webkit-transform: scale(4) rotate(45deg);
opacity: 1;
}
 100% {
-webkit-transform: scale(50) rotate(45deg);
opacity: 0;
}
}
.flo-ban {
	height:100%;
	width:100%;
	margin:auto;
	padding:4px 0 4px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.sec-tit-und{
	color:#212121;
	width:calc(100% - 20px);
	padding:10px 10px;
	text-align:center;
	margin-bottom: 30px;
}
.sec-tit-und-inn {
	color:#212121;
	font-weight:600;
	font-size:1.6rem;
	border-bottom:solid 5px #ffdf0c;
	display:inline;
	line-height:170%;
	letter-spacing:0;
}

.snd-tit-ima-wra {
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	margin:0 auto 20px;
}
.snd-tit {
	color:#212121;
	font-size:1.4rem;
	font-weight:600;
	line-height:140%;
	max-width:100%;
	width:auto;
	height:auto;
	padding:0px 0px;
	text-align:center;
	letter-spacing:2px;
}
.snd-tit-ima {
	max-width:144px;
	width:auto;
	height:auto;
}
.snd-tit-ima img {
	width:100%;
	height:auto;
}
.snd-tit-cap {
	font-weight:600;
	font-size:1.2rem;
	line-height:130%;
	letter-spacing:0;
	text-align:center;
}
.snd-tit-cap br {
	display:none;
}


}
@media screen and (max-width: 380px) {
.hea-log {
 width:100%;
 max-width:160px;
 height:auto;
 margin-right:5px;
}
.hea-log img {
 width:100%;
 height:auto;
}
.thr-car-lab {
 position:absolute;
 top:-40px;
 left:5px;
 max-width:60px;
 width:100%;
 height:auto;
}
.thr-car-lab img {
 width:100%;
 height:auto;
}
.clo-sig-ima {
 width:100%;
 height:auto;
 margin-bottom:20px;
 max-width:280px;
}
.clo-sig-ima img {
 width:100%;
 height:auto;
}
.thr-car-cau-lis {
 width:calc(100% - 30px);
 height:auto;
 padding:40px 15px 20px;
 background:#FFF;
 display:flex;
flex-wrap:wrap;
flex-direction:column;
justify-content:flex-start;
align-items:flex-start;
}
.thr-car-cau-lis dt, .thr-car-cau-lis dd {
 font-weight:600;
 font-size:110%;
 padding-bottom:10px;
}
.thr-car-cau-lis dt:last-of-type, .thr-car-cau-lis dd:last-of-type {
 padding-bottom:0px;
}
.thr-car-cau-lis dt {
 width:calc(100% - 0px);
 height:auto;
 padding-right:0px;
 margin-right:0px;
 border-right:solid 0px #ccc;
 padding-bottom:2px;
 margin-bottom:8px;
 border-bottom:solid 1px #ccc;
}
.thr-car-cau-lis dd {
 width:100%;
}
.boa-snd-cap p {
 letter-spacing:0;
}
.boa-snd-tit, .boa-fth-tit {
 font-size:140%;
 font-weight:600;
 line-height:140%;
 letter-spacing:0;
 padding:20px 0;
}
.boa-snd-tit .col-pin-bol, .boa-fth-tit .col-pin-bol {
 font-size:110%;
 font-weight:600;
 color:#ffdf0a;
 letter-spacing:0;
}
.boa-fth-cap {
 font-size:100%;
 font-weight:600;
 letter-spacing:0;
}

/* ブログページ インデックス*/

.blo-ind-ima {
 position:relative;
 height:120px;
 max-width:120px;
 width:100%;
 background:#f7f7f7;
 overflow:hidden;
}
.blo-ind-ima img {
 position:absolute;
 width:100%;/* 横幅に合わせて自動縮尺　object-fitはIE11でバグ */
 height:auto;
 top: 50%;
 left: 50%;
 min-height: auto;
 min-width: 100%;
 -ms-transform: translateX(-50%) translateY(-50%);
 -moz-transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
}
.blo-ind-sec {
 width:calc(100% - 142px);
 height:auto;
 margin-left:20px;
}
.blo-ind-tit {
 color:#10895a;
 font-weight:600;
 font-size:110%;
 line-height:130%;
 padding-bottom:40px;
}
.nav-sin-lef a, .nav-sin-rig a {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
 font-size:90%;
 letter-spacing:0;
 background: #fff;
 border: 1px solid #e7e7e7;
 color: #212121;
 padding:5px;
}
.nav-sin-lef a:hover, .nav-sin-rig a:hover {
 color:#FFF;
 font-size:90%;
 letter-spacing:0;
 border:solid 1px #dece5e;
 background: #ffdf0a;
 text-decoration:none;
 transition: background 0.3s ease;
}
/* END ページネーション　cms-pagination */

.sec-tit-und{
	color:#212121;
	width:calc(100% - 0px);
	padding:10px 0px;
	text-align:center;
	margin-bottom: 20px;
}
.sec-tit-und-inn {
	color:#212121;
	font-weight:600;
	font-size:1.3rem;
	border-bottom:solid 3px #ffdf0c;
	display:inline;
	line-height:170%;
	letter-spacing:0;
}
.snd-tit {
	color:#212121;
	font-size:1.2rem;
	font-weight:600;
	line-height:140%;
	max-width:100%;
	width:auto;
	height:auto;
	padding:0px 0px;
	text-align:center;
	letter-spacing:2px;
}
.snd-tit-ima {
	max-width:184px;
	width:auto;
	height:auto;
}
.snd-tit-ima img {
	width:100%;
	height:auto;
}
.snd-tit-cap {
	font-weight:600;
	font-size:1.1rem;
	line-height:130%;
	letter-spacing:0;
	text-align:center;
}
}
@media screen and (max-width: 360px) {
.boa-snd-cap p {
 font-size:110%;
 letter-spacing:0;
}
.sec-tit .sp-blo-tit {
 font-size:80%;
 letter-spacing:0;
 font-weight:600;
}
 .sp-blo-min {
 display:block;
}
.sec-tit .col-blu-bol {
 font-size:110%;
 font-weight:600;
 color:#10895a;
 letter-spacing:0;
}
}
