@charset "utf-8";
/*-------------------------------------------------
 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:92px;
}
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:92px;
	top:0;
	position:fixed;
	z-index:100;
	background:#FFF;
}
.hea-con {
	max-width:1280px;
	width:100%;
	padding:0;
	height:92px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
}
.hea-lef {
}
.hea-log {
	width:100%;
	max-width:166px;
	height:auto;
	margin-right:10px;
}
.hea-log img {
	width:100%;
	height:auto;
}
.hea-cen {
	margin-left:auto;
}
.hea-rig {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	max-width:300px;
}
.flo-ban-wra {
	display:none;
	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;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
/*-------------------------------------------------
 MENU
-------------------------------------------------*/
nav {
	display:block;
}
/* アコーディオンメニュー時　hide*/
.men-wra {
	width:100%;
	text-align:center;
	margin:auto;
	padding:0px 0;
	display:block;
	background:#fff;
}
.men-wra.men-wra-act {
	display:block;
}
.men {
	min-width:580px;
	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(20% - 1px);
	height:auto;
	border-right:solid 1px #212121;
}
.men li:last-of-type {
	border-right:solid 0px #212121;
}
.men li a {
	color:#212121;
	width:calc(100% - 0px);
	font-weight:600;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:96%;
	letter-spacing:0;
	margin:auto;
	padding:0px 0px;
	transition: 0.8s;
}
.men li a:hover {
	color:#ffdf0a;
	background:#fff;
	text-decoration:none;
	border-radius:2px;
}
.sub-menu {
	position:absolute;
	top:50px;
	height:auto;
	z-index:10;
}
.sub-menu li.men-lis a::before {
 content:"";
}
.sub-menu li.men-lis {
	border-right:dotted 0px #dfdfdf;
	min-width:calc(216px - 4px);
	width:calc(100% - 4px);
	background:#212121;
	padding:2px 2px;
	border-top:dotted 1px #dfdfdf;
}
.sub-menu li.men-lis a {
	color:#FFF;
	width:calc(100% - 20px);
	font-weight:600;
	display:block;
	text-align:left;
	text-decoration:none;
	line-height:140%;
	font-size:96%;
	margin:0px 0px;
	padding:8px 10px;
	transition: 0.3s;
}
.sub-menu li.men-lis a:hover {
	color:#ff3e3e;
	background:#fff;
	text-decoration:none;
	border-radius:2px;
}
.sub-menu {
	display:none;
}
#hum-men-wra {
	display:block;
}
.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 15px;
	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 15px;
	line-height:120%;
	width:calc(100% - 20px);
	height:auto;
	border: 1px solid #fffeea;
	border-radius:50px;
	cursor:pointer;
	-webkit-appearance: none;
	transition: 0.5s;
	-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 15px;
	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 15px;
	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;
}
.but-use-est-blo {
	margin:60px auto 0;
	text-align:center;
}
.but-use-est {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	display:inline-block;
	color: #212121;
	font-size:1.6rem;
	font-weight:600;
	letter-spacing:1px;
	background-color: #ffdf0a;
	margin:auto 0px;
	padding:12px 12px;
	line-height:120%;
	max-width:640px;
	width:calc(100% - 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.6rem;
	font-weight:600;
	letter-spacing:1px;
	background-color: #10895a;
	margin:auto 0px;
	padding:12px 12px;
	line-height:120%;
	max-width:640px;
	width:calc(100% - 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;
}
}
/*-------------------------------------------------
 HUM　MENU　スマホ用 
-------------------------------------------------*/
#hum-men-wra {
	display:none;
	margin-right:10px;
}
/*-------------------------------------------------
 メインスライダー main slider
  -------------------------------------------------*/
.mai-vis-wra {
	width:100%;
	height:723px;
	margin:auto;
	padding:0 0;
	background:#fff;
}
.mai-vis {
	text-align:center;
	width:1280px;
	height:auto;
	padding:0 0px;
	margin:0px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	overflow:hidden;
}
.mai-vis-ite01 {
	max-width:1280px;
	width:100%;
	height:auto;
}
/*-------------------------------------------------

VIDEO MP4

------------------------------------------------*/
.mov-wra {
	width:1280px;
	height:723px;
	margin:0;
	padding:0;
	position:relative;
	z-index:10;
}
.mov-vis {
	width:1280px;
	height:723px;
	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:1278px;
	height:721px;
	border:solid #e7e7e7 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:310px;
	width:calc(100% - 32px);
	min-height:368px;
	height:auto;
	padding:20px 15px;
	background:#fffeea;
	border-radius:6px;
	border:solid 1px #e7e7e7;
}
.mai-reg-blo {
	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;
}
/*-------------------------------------------------
 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);
}
/*-------------------------------------------------
 footer
-------------------------------------------------*/
#foo-wra {
	height:auto;
	width:100%;
	border-top:1px solid #e7e7e7;
	padding:40px 0 0;
	background:#fff;
}
.foo-blo {
	width:1000px;
	height:auto;
	margin:auto;
	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 {
	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:40px;
}
.foo-men-sma li a {
	color:#212121;
	font-size:86%;
	padding:5px 0;
	margin-right:20px;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items:center;
}
.foo-men li:last-of-type a, .foo-men-sma li:last-of-type a {
	margin-right:0;
}
.foo-com {
	width:100%;
	height:auto;
	padding:20px 0;
}
.foo-inf-lis {
	color:#212121;
	font-weight:600;
	text-align:center;
}
.foo-inf-lis a {
	color:#212121;
}
.foo-log {
	max-width:180px;
	width:100%;
	height:auto;
	margin:auto;
}
.foo-log img {
	width:100%;
	height:auto;
}
#cop {
	text-align:center;
	font-size:80%;
	padding:10px 10px 80px;
	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;
	margin:0 auto 40px;
}
.sns-but-blo li {
	margin:auto 10px;
}



/*-------------------------------------------------
 page top
-------------------------------------------------*/
#pag-top {
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:100;
}
#pag-top a {
	display:block;
	width:44px;
	height:44px;
	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:60px 0px;
	background:#fff;
}
.sec-tit {
	color:#212121;
	font-size:220%;
	font-weight:600;
	line-height:140%;
	width:calc(100% - 30px);
	padding:10px 15px;
	text-align:center;
	margin-bottom: 40px;
	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:184px;
	width:100%;
	height:auto;
}
.sec-tit-ima img {
	width:100%;
	height:auto;
}
.sec-tit br.sp-blo {
	display:none;
}
.sp-blo-min {
	display:none;
}
.sec-tit .sp-blo-tit {
	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:120%;
	font-weight:600;
	color:#ffdf0a;
	letter-spacing:0;
}
.sec-tit-wra {
	background:#fff;
}
.fst-wra {
	width:100%;
	height:auto;
}
.fst-blo {
	max-width:1080px;
	width:100%;
	height:auto;
	margin:auto;
	margin-bottom:60px;
}
.fst-lis {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;/*両端分布*/
	align-items:flex-start;
}
.fst-lis-ite {
	max-width:288px;
	width:100%;
	height:auto;
}
.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:#ffdf0a;
	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%;
	line-height:130%;
	font-weight:400;
}
.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:60px;
}
.boa-fst-blo {
	max-width:1000px;
	width:100%;
	height:auto;
	padding:40px 0;
	margin:auto;
}
.boa-fst-lis {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;/*両端分布*/
	align-items:center;
}
.boa-fst-lis-ite:nth-of-type(1) {
 max-width:500px;
 width:100%;
 height:auto;
}
 .boa-fst-lis-ite:nth-of-type(2) {
 max-width:435px;
 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:30px;
}
.boa-tit-nor {
	font-size:120%;
	font-weight:600;
}
.boa-tit .col-blu-bol {
	font-size:220%;
	font-weight:600;
	color:#10895a;
}
.boa-tit .fon-lar-bol {
	font-size:160%;
	font-weight:600;
}
.boa-cap p {
	font-size:110%;
	font-weight:600;
}
.snd-wra {
	background:#ffdf0a;
}
.snd-blo {
	width:1080px;
	height:auto;
	padding:60px 0;
	margin:auto;
}
.snd-tit-ima-wra {
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	margin:0 auto 40px;
}
.snd-tit {
	color:#212121;
	font-size:2.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:150%;
	line-height:130%;
	letter-spacing:0;
	text-align:center;
}
.snd-tit-cap br {
	display:none;
}
.snd-lis {
	width:874px;
	height:auto;
	margin:50px auto;
}
.snd-lis-ite {
	border:solid 1px #CCC;
	width:calc(874px - 40px);
	height:244px;
	padding:0 0 0 40px;
	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:225px;
	height:auto;
	margin-right:30px;
}
.snd-lis-ima img {
	width:100%;
	height:auto;
	max-height:195px;
}
.snd-dat {
	width:calc(100% - 48%);
}
.snd-lis-num {
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:absolute;
	right:5px;
	top:5px;
	color:#ffdf0a;
	background:#212121;
	font-size:2.4rem;
	font-weight:400;
	line-height:120%;
	letter-spacing:0;
	width:64px;
	height:64px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.snd-dat-tit {
	color:#10895a;
	font-weight:600;
	font-size:1.4rem;
	letter-spacing:0;
	padding-bottom:20px;
}
.snd-dat-dis {
	width:calc(100% - 0px);
	font-size:110%;
	font-weight:600;
	word-wrap: break-word;
	white-space: normal;
	word-break:break-all;
}
.boa-snd-wra {
	width:100%;
	height:auto;
	background:#fffeea;
	margin-bottom:60px;
	overflow:hidden;
}
.boa-snd-blo {
	max-width:1000px;
	width:100%;
	height:auto;
	padding:0px 0;
	margin:auto;
}
.boa-snd-lis {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;/*両端分布*/
	align-items:center;
	overflow:hidden;
	width:100%;
	height:auto;
}
.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.6rem;
}
.col-gre-xla-bol {
	color:#063;
	font-weight:700;
	font-size:2.0rem;
}
 .boa-snd-lis-ite:nth-of-type(1) {
 max-width:450px;
 width:100%;
 height:auto;
}
 .boa-snd-lis-ite:nth-of-type(2) {
 max-width:550px;
 width:100%;
 height:auto;
}
.boa-snd-lis-ima {
	width:100%;
	height:auto;
	margin-bottom:0px;
}
.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:2.6rem;
	font-weight:600;
	line-height:130%;
	padding:20px 0 30px;
}
.thr-wra {
	width:100%;
	height:auto;
}
.thr-blo {
	max-width:1000px;
	width:calc(100% - 0px);
	height:auto;
	margin:auto;
	margin-bottom:60px;
}
.thr-car-wra {
	width:calc(100% - 90px);
	background:#fffeea;
	border-radius:8px;
	box-shadow: 0px 0px 5px 2px rgba(90, 90, 90, .3);
	position:relative;
	padding:50px 40px;
	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:200%;
	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-between;/*両端分布*/
	align-items:flex-start;
}
.thr-lis-ite {
	height:auto;
	width:233px;
	margin-bottom:20px;
	text-align:center;
}
.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;
}
.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:30%;
}
.thr-car-cau-lis dd {
	width:70%;
}
.boa-thr-wra {
	width:100%;
	height:auto;
	background:url(../img/ils_sor_thr_fra01.svg) right 15% center no-repeat, url(../img/bac_ils_shootstar01.svg) right 0% bottom 20% no-repeat, #fffeea;
	margin-bottom:0px;
}
.boa-thr-blo {
	max-width:1000px;
	width:100%;
	height:auto;
	padding:50px 0;
	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:130%;
	font-weight:600;
}
.boa-thr-tit {
	font-size:200%;
	font-weight:600;
	line-height:140%;
	padding:20px 0 0;
}
.fth-wra {
	width:100%;
	height:auto;
	background:#fffeea;
	margin-bottom:60px;
}
.fth-blo {
	max-width:1080px;
	width:calc(100% - 0px);
	height:auto;
	padding:60px 0;
	margin:auto;
}
.fth-lis {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;/*両端分布*/
	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:60px;
}
.vth-blo {
	max-width:920px;
	width:calc(100% - 0px);
	height:auto;
	padding:0px 0;
	margin:auto;
}
.six-wra {
	width:100%;
	height:auto;
	background:#fff;
	margin-bottom:60px;
}
.six-blo {
	max-width:920px;
	width:calc(100% - 0px);
	height:auto;
	padding:0px 0;
	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:1000px;
	width:100%;
	height:auto;
	padding:40px 0;
	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;
}
.boa-fth-cap, .boa-fth-cap span {
	font-size:120%;
	font-weight:600;
}
.boa-fth-tit .col-pin-bol {
	font-size:120%;
	font-weight:600;
	color:#10895a;
	border-bottom:solid 3px #ffe00e;
}
.boa-fth-tit {
	font-size:220%;
	font-weight:600;
	line-height:140%;
	padding:20px 0 0;
}
.clo-sig-wra {
	max-width:920px;
	height:auto;
	display:flex;
	margin:0 auto 60px;
	text-align:center;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.clo-sig-ima {
	width:100%;
	height:auto;
	margin-bottom:30px;
	max-width:360px;
}
.clo-sig-ima img {
	width:100%;
	height:auto;
}
/*-------------------------------------------------

下層ページ

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

.sub-fst-wra {
	width:100%;
	height:auto;
	background:url(../img/bac_ils01.svg) left 10% top 10% no-repeat, 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:1080px;
	width:100%;
	height:auto;
	margin:auto;
	padding-bottom: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 {
	width:920px;
	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

-------------------------------------------------*/
/*-------------------------------------------------
 time table
-------------------------------------------------*/
.tab-lin {
max-width:980px;
 width:100%;
 height:auto;
 margin-bottom:20px;
}
.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(25% - 0px);
 padding:5px 7px;
 background:#f9f9f9;
 border:solid 1px #cdcdcd;
 border-bottom:none;
box-sizing: border-box;
}
.tab-lin dl dd {
 width:calc(75% - 0px);
 padding:5px 7px;
 border:solid 1px #cdcdcd;
 border-left:none;
 border-bottom:none;
box-sizing: border-box;
}
.tab-lin dl dt:last-of-type, .tab-lin dl dd:last-of-type {
 border-bottom:solid 1px #cdcdcd;
}
.tab-lin dl dt .red {
 color:#D52A32;
}
.tab-non {
}
.tab-non {
	width:100%;
	margin:0 auto 30px;
	padding: 0px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;/*水平中央*/
	align-items:stretch;/*垂直中央*/
	text-align:left;
}
.tab-non dt {
	width:calc(30% - 14px);
	padding:5px 7px;
	background:#f9f9f9;
	border-bottom:solid 1px #FFF;
}
.tab-non dd {
	width:calc(70% - 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:146%;
}
.fon-lar-bol {
	font-size:146%;
	font-weight:600;
}
.fon-mid-bol {
	font-size:120%;
	font-weight:600;
}
.fon-mid {
	font-size:120%;
}
.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%;
}
.fon-sla-bac {
	display:inline-block;
	color:#10895a;
	transform: scaleX(-1);
	font-weight:600;
}
.fon-sla {
	display:inline-block;
	color:#10895a;
	padding-left:2px;
	font-weight:600;
}
.pad-bot-mid{
padding-bottom:20px;
}

.pad-top-bot-mid{
padding:20px 0;
}
.mar-bot-tal{
margin-bottom:30px;
}
.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% - 60px);
	border-radius:4px;
	-webkit-border-radius:4px;
	margin:20px auto;
	padding:20px 30px;
	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:20px;
	background: #fffeef;
	margin-bottom:20px;
}
.num-lis > li {
	position: relative;
	padding-left: 35px;
	font-size:110%;
	font-weight:600;
	line-height: 150%;
	padding: 0.5em 0.5em 0.5em 35px;
}
.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:#0033cc;
	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="url"], 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: #212121;
	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(-0px);
	transform: translateY(-0px);
	background:#10895a;
}
.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 {
	width:calc(920px - 60px);
	padding:0px 0px;
	margin:auto;
	background:#FFF;
}
.sec-tit-lin {
	font-size:130%;
	font-weight:600;
	padding:0 0 0px 0;
	border-bottom:double 3px #1952bc;
	margin-bottom:20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
.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 30px;
	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:30px;
	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:block;
}
.sp-blo {
	display:none;
}
/* START ページネーション　cms-pagination */
.pag-nav {
	width: 100%;
	overflow: hidden;
	margin:40px 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: 20px;
	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:#212121;
	border:solid 1px #dece5e;
	background: #ffdf0a;
	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 */


/* ブログページ インデックス*/
.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(48% - 34px);
	height:auto;
	border:solid 1px #CCC;
	background:#fff;
	border-radius:0px;
	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%);
}
.gui-ind-ima {
	position:relative;
	height:100px;
	max-width:100px;
	width:100%;
	background:#f7f7f7;
	overflow:hidden;
}
.gui-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% - 162px);
	height:auto;
	margin-left:20px;
}
.blo-ind-tit {
	color:#10895a;
	font-weight:600;
	font-size:1.3rem;
	line-height:140%;
}
.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% - 64px);
	height:auto;
	border:solid 1px #CCC;
	background:#fff;
	border-radius:0px;
	border:solid 2px #dece5e;
	padding:30px;
	margin-bottom:40px;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items:flex-start;
	position:relative;
}
.blo-art-ima {
	max-width:640px;
	width:100%;
	height:auto;
	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:160%;
	line-height:140%;
	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.1rem;
	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;
}
/*　END ブログページ 記事ページ*/

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


.sp-med-blo{
	display:none;
}

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


<!-- 202203 Owl Carousel2 Slider -->
.owl-theme{
	background:#f9f9f9;
	display:flex;
	padding:30px 0% 0;
	width:calc(100% - 0%);
	display:none;
	}
.ite-car{
  height: 100%;
  min-width:calc(25% - 4px);
  width:calc(100% - 4px);
  border:solid 2px #ffdf0a;
  background-color:#fff;
  box-sizing: border-box;
  	caret-color: transparent;

}
.ite-car-tit{
	padding:10px 20px 20px;
}
.ite-lab{
	letter-spacing:0;
	font-size:80%;
	font-weight:700;
	background:#ffdf0a;
	padding:2px 5px;
}
.ite-tit{
	padding-top:15px;
	font-size:1.3rem;
	font-weight:700;
	line-height:120%;
	color:#10895a;
}

.ite-car-ima {
  position: relative;
  width:100%;
  overflow:hidden;
}
.ite-car-ima:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.ite-car-ima img {
  position: absolute;
width:auto;
  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%);
}
.ite-car-lis{
	padding:15px 20px 15px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:stretch;
}
.ite-car-lis > dt{
	width:calc(36% - 4px);
	font-size:90%;
	letter-spacing:0;
	font-weight:700;
	border-bottom:#ccc 1px solid;
	padding:2px;
align-self: flex-end;	
}
.ite-car-lis > dd{
	width:calc(64% - 4px);
	font-size:90%;
	letter-spacing:0;
	border-bottom:#ccc 1px solid;
	padding:2px;

}
.ite-car-lis > dd .col-red-bol{
	font-size:1.2rem;
	font-weight:700;
	color:#F00;
}
.ite-car-lis > dt:last-of-type,.ite-car-lis > dd:last-of-type{
	border-bottom:none;
}
.owl-next,
.owl-prev {
      position: absolute;
      bottom: 15px;
}

.owl-next {
    right: 45%;
}
.owl-prev {
    left: 45%;
}
 @media screen and (max-width: 440px) {
.owl-theme{
	background:#f9f9f9;
	display:flex;
	padding:30px 0% 0;
	width:calc(100% - 0%);
	display:none;
	}
 }
.blog-titl {
	color:#212121;
	font-size:1.6rem;
	font-weight:700;
	line-height:140%;
	width:calc(100% - 0px);
	padding:10px 15px;
	text-align:left;
	margin-bottom: 40px!important;
	letter-spacing:0;
box-sizing: border-box;
}
br.brea-alli-mobi{
display:none;
}