@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:none;
	width:100%;
	margin:auto;
	letter-spacing:1px;
	color:#212121;
	box-sizing: border-box;
}
#wra {
	width:100%;
	position:relative;
	margin-top:70px;
}
h1 {
	margin:0;
	padding:0;
}
a, a:focus {
	color:#212121;
	text-decoration:none;
	outline: none;
 transition: all .3s;
}
a:link, a:visited {
	color:#212121;
}
a:hover, a:active {
	color:#d7bc4d;
	text-decoration:none;
 transition: all .3s;
}
img {
	display:block;
}
a img {
	transition: 0.5s;
}
a img:hover {
	opacity: 0.7;/* 透過率50% */
}
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;
}
ul, ol, li, dl, dt, dd {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	font-weight:500;
}
pre {
	word-wrap: break-word;
	white-space: normal;
	word-break:break-all;
}
* {
	box-sizing: border-box;
}
/*-------------------------------------------------
 header
-------------------------------------------------*/
#hea-wra {
	width:100%;
	height:auto;
	position:fixed;
	top:0;
	z-index:30;
	background:rgba(255, 255, 255, 0.9);
}
.hea-con {
	max-width:calc(1180px + 2.5%);
	width:100%;
	height:70px;
	padding:0 1.25%;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
	box-sizing: border-box;
}
.hea-lef {
}
.hea-log {
	max-width:500px;
	width:100%;
	height:auto;
	padding-right:10px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	box-sizing: border-box;
}
.hea-log img {
	max-width:228px;
	width:100%;
	height:auto;
}
.hea-cap {
	display:inline-block;
	color:#898989;
	font-size:0.90rem;
	padding-left:5px;
	letter-spacing:0;
}
.hea-rig {
	margin-left:auto;
	display:flex;
	align-items:center;
}
.hea-new {
	display:block;
}
.hea-tel {
	max-width:250px;
	width:100%;
	height:auto;
	margin-right:20px;
}
.hea-tel img {
	width:100%;
	height:auto;
}
.pc-tel {
	display:block;
}
.sp-tel {
	display:none;
}
/* header */


/*-------------------------------------------------
 MENU
-------------------------------------------------*/
/* アコーディオンメニュー時　hide mnu-wra配置の親要素をpositon:relative必須*/
.men-wra {
	position:absolute;
	top:70px;
	right:-280px;
	width:280px;
	height:auto;
	text-align:center;
	margin:auto;
	padding:0px 0;
	display:block;
	background-color: rgba( 255, 255, 255, 0.94);
}
.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:100%;
	height:auto;
	border-left:solid 1px #f49c34;
	border-top:solid 1px #f49c34;
}
.men li:last-of-type {
	border-left:solid 1px #f49c34;
	border-bottom:solid 1px #f49c34;
}
.men li a {
	color:#252525;
	width:calc(100% - 0px);
	font-weight:700;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:1.0rem;
	letter-spacing:0;
	margin:auto;
	padding:12px 0px;
	transition: 0.8s;
}
.men li a:hover {
	color:#f49c34;
	background:#fff;
	text-decoration:none;
	border-radius:2px;
}
#hum-men-wra {
	width:38px;
	height:28px;
	margin:0px 0 0 15px;
	position:relative;
	cursor:pointer;
}
.hum-men, .hum-men span {
	display: inline-block;
 transition: all .4s;
	box-sizing: border-box;
}
.hum-men {
	position: relative;
	width: 36px;
	height: 28px;
caret-color: transparent;	
}
.hum-men span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ababab;
	border-radius: 1px;
}
.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) {
 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) {
 transform: translateY(-13px) rotate(45deg);
}
/* メイン画像 main visual */
.mai-vis-wra {
	width:100%;
	height:436px;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:0;
	background: linear-gradient(-90deg, #ffffff 0%, #ffffff 50%, #f49c34 50%, #f49c34 100%);
}
.mai-vis {
	max-width:1180px;
	width:100%;
	height:auto;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	position:relative;
	z-index:1;
}
.mai-vis-right{
	display:block;
	max-width:1180px;
	width:100%;
	height:466px;
	background:none;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.mai-vis-left {
	width:auto;
	height:auto;
	padding:5.4% 0 0 0%;
	box-sizing: border-box;
	position:absolute;
}
.mai-vis-pc{
	display:block;
}
.mai-vis-sp{
	display:none;
}
/* 移動フェード */
.efc-fad-one {
	opacity : 0;
	transform : translate(-40px, -60px);
	transition : all 1000ms;
}
.efc-fad-one.eff-add {
	opacity : 1;
	transform : translate(0, 0);
}
.efc-fad-two {
	opacity : 1;
	transform : translate(80px, 0px);
	transition : all 1000ms;
}
.efc-fad-two.eff-add2 {
	opacity : 1;
	transform : translate(0, 0);
}

.mai-catch {
	color:#252525;
	font-size:2.2rem;
	font-weight:700;
	letter-spacing:0px;
	opacity:0;
	position:relative;
	top:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	z-index:8;
}
.mai-catch span {
	font-weight:700;
	opacity:0;
	transition : all 1000ms;
	margin-left:20px;
	margin-top:-30px;
	padding:0px 0 10px;
	vertical-align: text-bottom;
	line-height:150%;
}
.rec-fon-bor span {
	width:74px;
	height:74px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	text-align:center;
	line-height:130%;
	background:#f49c34;
	color:#ffffff;
	font-weight:700;
	opacity:1;
	font-size:3.0rem;
	border:solid 3px #ffffff;
	transition : all 1000ms;
	margin:-30px 8px 0 0;
	padding:0px;
	box-sizing: border-box;
}
.rec-fon-bor:nth-child(4) span {
 margin-right:12px;
}
.mai-catch .mai-fon-lar span {
	line-height:130%;
	color:#252525;
	font-weight:700;
	opacity:1;
	font-size:2.6rem;
	transition : all 1000ms;
	margin-left:0px;
	box-sizing: border-box;
}
.mai-left-ilst {
	max-width:523px;
	width:100%;
	height:auto;
	position:absolute;
	left:11%;
	top:0;
	z-index:2;
}
.mai-left-ilst img {
	width:100%;
	height:auto;
}
.mai-point {
	max-width:428px;
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	position:absolute;
	left:0;
	bottom:-400px;
	z-index:6;
}
.mai-point li {
	max-width:204px;
	width:50%;
	height:auto;
	padding:5px;
	margin:0 0 15px;
	color:#127e42;
	font-size:1.6rem;
	font-weight:700;
	border:solid 2px #127e42;
	border-radius:6px;
	background:#ffffff;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	box-sizing: border-box;
}
.mai-catch-ban {
	max-width:268px;
	width:100%;
	height:auto;
	position:absolute;
	right:36%;
	top:300px;
	z-index:8;
}
.mai-catch-ban img {
	width:100%;
	height:auto;
}
.mai-vis-bac {
	max-width:400px;
	width:100%;
	height:auto;
	position:absolute;
	right:2.5%;
	top:10px;
	z-index:1;
}
.mai-vis-bac img {
	width:100%;
	height:auto;
}
.mai-vis-ilst {
	max-width:312px;
	width:100%;
	height:auto;
	position:absolute;
	right:8%;
	top:50px;
	z-index:7;
}
.mai-vis-ilst img {
	width:100%;
	height:auto;
}
/*-------------------------------------------------
 footer
-------------------------------------------------*/
#foo-wra {
	height:auto;
	width:100%;
	padding:20px 1.25% 50px;
	background:#ffffff;
	box-sizing: border-box;
}
.foo-blo {
	max-width:1180px;
	width:100%;
	height:auto;
	margin:0 auto;
}
.foo-log {
	max-width:230px;
	width:100%;
	height:auto;
	margin:auto;
}
.foo-log img {
	width:100%;
	height:auto;
}
.foo-blo a {
	text-decoration:none;
}
.foo-men {
	width:calc(100% - 0px);
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	padding-top:30px;
}
.foo-men li {
	width:auto;
	height:auto;
	text-align:center;
	line-height:130%;
}
.foo-men li a {
	font-size:1rem;
	padding:0px 10px 0;
	transition: 0.5s;
}
.foo-men li a:hover {
	color: rgba(255, 62, 62, 1.0);
}
#cop {
	padding:10px 2.5%;
	text-align:center;
	font-size:0.8rem;
	background:#f49c34;
	line-height:150%;
	color:#ffffff;
}
#cop a {
	color:#ffffff;
}
#cop br {
	display:none;
}
/*-------------------------------------------------
 page top
-------------------------------------------------*/
#pag-top {
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:100;
}
#pag-top a {
	border-radius:0px;
	display:block;
	width:54px;
	height:54px;
	text-align:center;
	color:#FFF;
	border:solid 2px #252525;
	text-decoration:none;
	background:#ffffff;
	transition: 0.2s;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
/*-------------------------------------------------
 common
-------------------------------------------------*/
#con-wra {
	width:100%;
	height:auto;
	margin:auto;
}
#mai-con {
	width:100%;
	height:auto;
	margin:auto;
}
.sec-tit {
	color:#252525;
	letter-spacing:0;
	font-size:2.4rem;
	font-weight:700;
	line-height:130%;
	width:calc(100% - 0px);
	text-align:center;
	padding:0px 0 70px;
	margin-bottom: 0px;
	border-top: 0px solid #e7e7e7;
	border-bottom: 0px solid #e7e7e7;
	position:relative;
	box-sizing: border-box;
	caret-color: transparent;
}
.sec-tit-sho-bot {
	color:#252525;
	letter-spacing:0;
	font-size:2.4rem;
	font-weight:700;
	line-height:130%;
	width:calc(100% - 0px);
	text-align:center;
	padding:0px 0 20px;
	margin-bottom: 0px;
	border-top: 0px solid #e7e7e7;
	border-bottom: 0px solid #e7e7e7;
	position:relative;
	box-sizing: border-box;
	caret-color: transparent;
}
.sec-tit:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 40px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #f49c34 transparent transparent transparent;
	border-width: 15px 20px 0 20px;
}
.sec-tit-sho-bot:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #f49c34 transparent transparent transparent;
	border-width: 15px 20px 0 20px;
}

.pc-br {
	display:block;
}
.sp-br {
	display:none;
}
.fst-wra {
	width:100%;
	height:auto;
	padding:80px 1.25%;
	margin:0 auto;
	background:#fff9f1;
}
.fst-blo {
	max-width:calc(1180px + 0%);
	width:100%;
	height:auto;
	margin:auto;
	box-sizing: border-box;
}
.fst-list {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:flex-start;
	padding-bottom:0px;
}
.fst-list-item {
	width:32%;
	height:auto;
	text-align:center;
}
.fst-list-item:nth-child(2) {
 max-width:300px;
 width:32%;
 min-height:370px;
 height:auto;
 text-align:center;
 background:#ffffff;
 padding:30px 25px;
 box-shadow: 2px 0px 2px #efefef, -2px 0px 2px #efefef, 0px 2px 2px #efefef, 0px -2px 2px #efefef, 2px 2px 2px #efefef, -2px -2px 2px #efefef, 2px -2px 2px #efefef, -2px 2px 2px #efefef;
}
.fst-item-tit {
	font-size:1.9rem;
	font-weight:700;
	line-height:130%;
	padding-bottom:8px;
}
.fst-item-sub-tit {
	color:#f49c34;
	font-size:1.0rem;
	line-height:130%;
	letter-spacing:1px;
	padding-bottom:30px;
}
.fst-item-islt {
	max-width:268px;
	width:100%;
	height:auto;
	margin:0 auto;
	box-sizing: border-box;
	position: relative;
}
.fst-item-islt img {
	width:100%;
	height:auto;
}
.fst-item-catch {
	font-size:1.5rem;
	font-weight:700;
	line-height:130%;
	padding-bottom:20px;
}
.fst-item-cap {
	font-size:1.2rem;
	font-weight:700;
	letter-spacing:1px;
	line-height:170%;
}
.fst-lis-ima:after {
	content: "";
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent #d0272b #d0272b transparent;
	border-width: 15px 15px 15px 15px;
}
.fst-lis-cap {
	font-size:1.3rem;
	line-height:140%;
	text-align:center;
	font-weight:700;
}
.snd-wra {
	background:#ffffff;
}
.snd-blo {
	max-width:calc(1180px + 0%);
	width:100%;
	height:auto;
	padding:70px 0;
	margin:auto;
}
.snd-sec-br{
	display:none;
}
.snd-lis {
	max-width:1080px;
	width:100%;
	height:auto;
	margin:20px auto 60px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:flex-start;
}
.snd-lis-item {
	max-width:940px;
	width:100%;
	height:auto;
	padding:0px;
	background:#FFF;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
	position:relative;
}
.snd-lis-item-tit {
	width:50%;
	font-size:1.9rem;
	font-weight:700;
	line-height:130%;
	padding:20px;
	text-align:center;
	border:double 3px #ffa12d;
	box-sizing: border-box;
}
.snd-lis-ilst {
	width:50%;
	height:260px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.snd-lis-item:nth-child(2) .snd-lis-ilst {
 width:100%;
 height:230px;
 margin:0 auto;
 position:relative;
 overflow:hidden;
}
.snd-lis-ilst img {
	width:auto;
	height:100%;
	position:absolute;
	top: 50%;
	left: 50%;
	min-height:100%;
	min-width: auto;
	transform: translateX(-50%) translateY(-50%);
}
.snd-card-list{
	width:100%;
	height:auto;
}
.snd-card-item {
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:stretch;
	margin:20px 0;
}
.snd-pic-wra {
	max-width:49.2%;
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	padding:50px 0;
	background:url(../images/bac_busi_sec01.svg) left 50px center repeat-y;
}
.snd-card-pic {
	max-width:580px;
	width:100%;
	height:auto;
	box-shadow: 2px 0px 2px #efefef, -2px 0px 2px #efefef, 0px 2px 2px #efefef, 0px -2px 2px #efefef, 2px 2px 2px #efefef, -2px -2px 2px #efefef, 2px -2px 2px #efefef, -2px 2px 2px #efefef;
}
.snd-card-pic img {
	width:100%;
	height:auto;
}
.snd-card-desc {
	max-width:45%;
	width:100%;
	height:auto;
	padding:50px 0;
	background:url(../images/bac_busi_sec02.svg) right 50px center repeat-y;
}
.snd-card-num {
	width:90px;
	height:auto;
	font-size:5rem;
	font-weight:700;
	color:#ffa12d;
	line-height:100%;
	text-align:center;
}
.snd-card-msg {
	width:90px;
	height:auto;
	padding:1px;
	color:#127e42;
	font-size:0.8rem;
	font-weight:700;
	line-height:100%;
	border:solid 1px #127e42;
	text-align:center;
	margin:-5px 0 40px;
}
.snd-dat-tit {
	font-size:2.1rem;
	font-weight:700;
	line-height:130%;
	padding-bottom:20px;
	text-align:left;
}
.snd-dat-dis {
	font-size:1.06rem;
	font-weight:700;
	line-height:180%;
	text-align:left;
}
.trd-blo {
	max-width:calc(1180px - 2.5%);
	width:100%;
	height:auto;
	padding:60px 1.25%;
	margin:auto;
}
.six-wra {
	width:100%;
	height:auto;
	padding:70px 1.25% 60px;
	margin:auto;
	background:#fbfbfb;
}
/*-------------------------------------------------
 form
-------------------------------------------------*/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"] {
	border:solid 1px #ababab;
	max-width:440px;
	width:100%;
	height:40px;
	padding:5px 5px;
	font-size:1.2rem;
	border-radius:0px;
	box-sizing: border-box;
}
select {
	max-width:440px;
	width:100%;
	height:40px;
	padding:5px 5px;
	background:#ffffff;
	font-size:100%;
	font-size:1.2rem;
	border-radius:0px;
	border:none;
	box-sizing: border-box;
}
.but-anc img {
	display:block;
	position:absolute;
	right:20px;
}
.but-fre img {
	margin-left:8px;
}
.but-anc {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	color: #fff;
	font-size:1.2rem;
	font-weight:700;
	letter-spacing:0px;
	background-color: #03165d;
	margin:0 auto;
	padding:18px 20px;
	line-height:130%;
	max-height:64px;
	max-width:366px;
	min-width:366px;
	width:100%;
	height:auto;
	border: 0px solid #fff;
	cursor:pointer;
	-webkit-appearance: none;
	transition: 0.5s;
	box-sizing: border-box;
	background: -webkit-linear-gradient(-105deg, #cf272b 0%, #cf272b 30%, #cf272b 65%, #f49c34 65%, #f49c34 100%);
	background: linear-gradient(105deg, #cf272b 0%, #cf272b 30%, #cf272b 65%, #f49c34 65%, #f49c34 100%);
	position:relative;
	overflow:hidden;
}
.hea-new .but-fre {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	color: #f49c34;
	font-size:1.04rem;
	font-weight:700;
	letter-spacing:0px;
	background-color: #ffffff;
	margin:0 auto;
	padding:6px 0px 6px 5px;
	line-height:130%;
	letter-spacing:0px;
	max-height:38px;
	max-width:218px;
	min-width:218px;
	width:100%;
	height:auto;
	border: 2px solid #f49c34;
	border-radius:50px;
	cursor:pointer;
	-webkit-appearance: none;
	box-sizing: border-box;
	position:relative;
	top:0px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	overflow:hidden;
}
.hea-new .but-fre:hover {
	color:#FFF;
	transition: 0.5s;
	transform: translateY(4px);
	background-color: #f49c34;
	text-decoration:none;
}
.but-fre-pc{
	font-weight:700;
	display:inline;
}
.but-mor {
	display:inline-block;
	color: #f75757;
	font-size:120%;
	font-weight:600;
	letter-spacing:2px;
	background-color: #fff;
	margin:auto;
	padding:15px 20px;
	line-height:130%;
	width:calc(100% - 0px);
	max-width:260px;
	border: 2px solid #f75757;
	border-radius:50px;
	cursor:pointer;
	-webkit-appearance: none;
	transition: 0.5s;
}
.but-submit:hover, .but-anc:hover, .but-mor:hover {
	color:#FFF;
	transform: translateY(-4px);
	background-color: rgba(255, 62, 62, 1.0);
	text-decoration:none;
}
textarea {
	border:solid 1px #cdcdcd;
	width:80%;
	height:80px;
	font-size:100%;
}
.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;
}
/* メールフォーム */

.mfp-but {
	width:100%;
	margin:0px auto 0px;
	text-align:center;
}
.inq-blo .mfp-but {
	width:100%;
	margin:40px auto 60px;
	text-align:center;
}
.inq-blo .fil-but-blo {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
}
.inq-blo {
	max-width:820px;
	width:100%;
	padding:0px 0px;
	margin:0 auto;
	background:none;
	border-radius:0px;
	position:relative;
}
.inq-pic {
	max-width:192px;
	width:100%;
	height:auto;
	position:absolute;
	right:0;
	top:-207px;
	z-index:5;
}
.inq-pic img {
	width:100%;
	height:auto;
}
.ico-mus-lar {
	background-color: #cc3138;
	padding: 2px 5px;
	font-size: 0.8rem;
	font-weight:bold;
	color: #FFF;
	margin: 0px 5px;
	border-radius:2px;
}
.ico-mus {
	width:36px;
	text-align:center;
	display: block;
	background-color: #ff2929;
	padding: 0px 5px;
	font-size: 12px;
	font-weight:600;
	color: #FFF;
	margin: 0px 15px 0 auto;
	border-radius:2px;
}
.dat-lis {
	max-width:820px;
	width:100%;
	padding:0px 0px;
	margin:0 auto 15px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:stretch;
	border:solid 4px #fbfbfb;
	background:url(../images/uncheck-circle.svg) right 1.25% center no-repeat;
}
.dat-lis.req-val-bor {
	background:url(../images/check-circle.svg) right 1.25% center no-repeat;
}
.dat-lis dt {
	color:#252525;
	font-size:1.2rem;
	line-height:130%;
	width:calc(35% - 0px);
	font-weight:700;
	padding:5px 15px;
	vertical-align:top;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	box-sizing: border-box;
	background:none!important;
}
.dat-lis dd {
	width:calc(65% - 0px);
	background:none;
	padding:5px 45px 5px 5px;
	text-align:left;
	box-sizing: border-box;
}
.inq-blo .mfp_but {
	width:100%;
	margin:40px auto 40px;
	text-align:center;
}
.inq-blo .fil-but-blo {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
}
.inq-blo .pp-blo {
	border-radius:2px;
	width:calc(100% - 0px);
	height:200px;
	overflow:auto;
	padding:20px;
	margin:auto;
	border:solid 1px #e7e7e7;
	background:#FFF;
	box-sizing: border-box;
}
.pp-blo > h3 {
	font-size:1.2rem;
	font-weight:700;
	padding-bottom:10px;
}
.pad-bot-mid, .pp-blo > ul {
	padding-bottom:20px;
}
.pp-blo p {
	line-height:130%;
}
.pp-blo > ul > li {
	font-size:1.0rem;
	line-height:120%;
	padding:5px 0;
	padding-left:20px;
	position:relative;
}
.pp-blo > ul > li:before {
	position:absolute;
	left:0px;
	content:"●";
	display:inline-block;
	transform: rotate(30deg);
	font-size:0.8rem;
	color:#ccc;
}
.con-are-bor {
	width:calc(100% - 0px);
	padding:20px 30px;
	border-radius:4px;
	background-color: #FFF;
	border:solid 1px #e7e7e7;
	text-align:left;
	box-sizing: border-box;
}
.req {
	background:#fff666;
	border:solid 2px #cf272b;
}
.req-nin {
	background:#fff;
}
/* 共通セレクタ　grand rule */
.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:#f51717;
}
.col-red-bol {
	color:#f51717;
	font-weight:700;
}

.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:1.6rem;
}
.fon-mid {
	font-size:1.1rem;
}
.fon-sma {
	font-size:0.9rem;
}
.fon-xsma {
	font-size:0.8rem;
}
.fon-xxsma {
	font-size:0.7rem;
}
.fon-bol {
	font-weight:bold;
	font-weight:700;
}
.fon-min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	line-height:140%;
}
.flu-ima {
	max-width:100%;
	width:100%;
	height:auto;
}
.ima-sor {
	max-width:280px;
	width:100%;
	height:auto;
	margin:30px auto;
	text-align:center;
}
.ima-sor img {
	display:inline;
	max-width:100%;
	height:auto;
}
/* END　共通セレクタ　grand rule */






.pc-blo {
	display:block;
}
.sp-blo {
	display:none;
}
/*フィールド　focus*/
.req-for, input[type=text].req-for, input[type=tel].req-for, input[type=email].req-for, select.req-for, textarea.req-for {
	border:solid 2px #cf272b;
}
@keyframes border-flashing {
 0% {
 border-color: #cccccc;
}
 50% {
 border-color:#cf272b;
}
 100% {
 border-color:#cccccc;
}
}
.req-for-bor {
	animation: border-flashing 1s linear infinite!important;
}

/*Value TRUE*/
.req-val, input[type=text].req-val, input[type=tel].req-val, input[type=email].req-val, select.req-val, textarea.req-val {
	background:#fff;
	border:solid 0px #cccccc;
}
.req-val-bor {
	background:#fff;
	border:solid 4px #fbfbfb;
}
/*Value FALSE*/
.req-non, input[type=text].req-non, input[type=tel].req-non, input[type=email].req-non, select.req-non, textarea.req-non {
	background:#faebeb;
	border:solid 2px #cf272b;
}
.req-nin, input[type=text].req-nin, input[type=tel].req-nin, input[type=email].req-nin, select.req-nin, textarea.req-nin {
	background:#fff;
}
/*フォーカスインジケーターの無効化*/
input:focus {
	outline: none;
}
.cta-but-anc::before, .flo-but-anc::before {
 position: absolute;
 content: '';
 display: inline-block;
 top: -180px;
 left: 0;
 width: 20px;
 height: 100%;
 background-color: #fff;
 animation: but-flo 3s ease-in-out infinite;
}
 @keyframes but-flo {
 0% {
 transform: scale(0) rotate(45deg);
 opacity: 0;
}
 80% {
 transform: scale(0) rotate(45deg);
 opacity: 0.5;
}
 81% {
 transform: scale(4) rotate(45deg);
 opacity: 1;
}
 100% {
 transform: scale(60) rotate(45deg);
 opacity: 0;
}
}
.cta-ban {
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	max-width:calc(1180px - 2.5%);
	width:100%;
	height:auto;
	padding:60px 1.25%;
	margin:0 auto;
	box-sizing: border-box;
}
.cta-cap-blo {
	font-size:1.5rem;
	font-weight:700;
	letter-spacing:0px;
	position:relative;
	text-align:center;
}
.cta-cap-belt {
	color:#f51717;
	font-size:2.0rem;
	font-weight:700;
	background:#fff17e;
	padding:0 3px;
}
.cta-sla-bac {
	display:inline-block;
	color:#10895a;
	line-height:130%;
	vertical-align:text-bottom;
	transform: rotate(65deg);
}
.cta-sla {
	display:inline-block;
	color:#10895a;
	padding-left:0px;
	font-size:1.5rem;
	line-height:130%;
	vertical-align:text-bottom;
	transform: rotate(-65deg);
}
.cta-but-wra {
 max-width:562px;
 width:100%;
	height:52px;
	box-sizing: border-box;
	position:relative;
	z-index:0;
}
.cta-but-anc {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	color: #fff;
	font-size:1.4rem;
	font-weight:700;
	letter-spacing:0px;
	background-color: #f49c34;
	margin:0 auto;
	padding:10px 20px;
	line-height:130%;
	letter-spacing:2px;
	max-height:52px;
	max-width:568px;
	min-width:568px;
	width:100%;
	height:auto;
	border: 0px solid #fff;
	border-radius:50px;
	cursor:pointer;
	-webkit-appearance: none;
	box-sizing: border-box;
	position:relative;
	top:0px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	box-shadow: 0px 6px 0px 0px rgba(174, 105, 16, 1.0);
	overflow:hidden;
}
.cta-but-anc:hover {
	top:4px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	box-shadow: 0px 0px 0px 0px rgba(174, 105, 16, 1.0);
}
.cta-ban-ico {
	position:absolute;
	left:2.5%;
	top:-15px;
	width:100%;
	height:auto;
	max-width:45px;
	z-index:5;
}
.cta-ban-arr {
	width:100%;
	height:auto;
	position:absolute;
	right:2.5%;
	top:32%;
	width:100%;
	height:auto;
	max-width:20px;
}
.cta-ban-ico img, .cta-ban-arr img {
	width:100%;
	height:auto;
}
.flo-ban-wra {
	display:none;
	width:100%;
	height:96px;
	position:fixed;
	background-color: rgba( 255, 249, 241, 0.9 );
	border-bottom:solid 0px #cccccc;
	bottom:0;
	z-index:10;
	box-sizing: border-box;
}
.flo-ban {
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	max-width:1180px;
	width:100%;
	height:96px;
	padding:0 1.25%;
	margin:0 auto;
	box-sizing: border-box;
}
.flo-cap-blo {
	font-size:0.8rem;
	font-weight:700;
	letter-spacing:2px;
}
.flo-cap-belt {
	color:#f51717;
	font-size:1.0rem;
	font-weight:700;
	background:#fff17e;
	padding:0 3px;
}
.flo-sla-bac {
	display:inline-block;
	color:#10895a;
	line-height:130%;
	vertical-align:text-bottom;
	transform: rotate(65deg);
}
.flo-sla {
	display:inline-block;
	color:#10895a;
	padding-left:0px;
	transform: rotateX(90deg);
	line-height:130%;
	vertical-align:text-bottom;
	transform: rotate(-65deg);
}
.flo-but-wra {
	max-width:562px;
	width:100%;
	height:52px;
	box-sizing: border-box;
	position:relative;
	z-index:0;
}
.flo-but-anc {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	color: #fff;
	font-size:1.4rem;
	font-weight:700;
	letter-spacing:0px;
	background-color: #f49c34;
	margin:0 auto;
	padding:10px 20px;
	line-height:130%;
	letter-spacing:2px;
	max-height:52px;
	max-width:568px;
	min-width:568px;
	width:100%;
	height:auto;
	border: 0px solid #fff;
	border-radius:50px;
	cursor:pointer;
	-webkit-appearance: none;
	box-sizing: border-box;
	position:relative;
	top:0px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	box-shadow: 0px 4px 0px 0px rgba(174, 105, 16, 1.0);
	overflow:hidden;
}
.flo-but-anc:hover {
	top:4px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	box-shadow: 0px 0px 0px 0px rgba(174, 105, 16, 1.0);
}
.flo-ban-ico {
	position:absolute;
	left:2.5%;
	top:-15px;
	width:100%;
	height:auto;
	max-width:45px;
	z-index:5;
}
.flo-ban-arr {
	position:absolute;
	right:2.5%;
	top:calc(50% - 8px);
	width:100%;
	height:auto;
	max-width:20px;
}
.flo-ban-ico img, .flo-ban-arr img {
	width:100%;
	height:auto;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 16px;
	border-top: solid 1px #CCC;
	padding: 5px 10px;
}
.mfp_buttons {
	width:100%;
	margin:20px auto 20px;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
}
form#mailformpro .mfp_buttons .but-inp, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
	color: #fff;
	font-size:100%;
	letter-spacing:2px;
	background:#f49c34;
	line-height:150%;
	width: 44%;
	padding:10px;
	border: 0px solid #e7e7e7;
	border-radius:3px;
	cursor:pointer;
	transition: 0.5s;
	outline:none;
	box-sizing: border-box;
}
form#mailformpro .mfp_buttons .but-inp:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
	color: #fff;
	font-size:100%;
	letter-spacing:2px;
	background:#cf272b;
	line-height:150%;
	width: 44%;
	padding:10px;
	border: 0px solid #e7e7e7;
	border-radius:3px;
	cursor:pointer;
	box-sizing: border-box;
}

/* リスト　運営会社等 */
.com-tab-lis {
	max-width:986px;
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:stretch;
	margin:0 auto 30px;
}
.com-tab-lis > li {
	font-size:1.2rem;
	border-bottom:solid 1px #cccccc;
	padding:8px 8px 8px 24px;
	margin:0 0 2px 0;
	text-align:left;
	-webkit-box-sizing: border-box;
box-sizing: border-box;
}
 .com-tab-lis > li:nth-child(2n - 1) {
 width:calc(30% - 2px);
 font-weight:700;
background:#fbfbfb;
color:#252525;
margin-right:2px;
}
.com-tab-lis > li:nth-child(2n) {
 width:70%;
 }
 
 .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: 20px;
 height: 20px;
 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: 20px;
 height: 20px;
 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;
 top:calc(0% + 5px);
 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;
margin-top:60px;
}
.ent-are-bor a {
	color:#2470d8;
}
.faq-tit {
	max-width:240px;
	width:calc(100% - 0px);
	height:calc(auto);
	border:solid 1px #f49c34;
	border-radius:30px;
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
	align-items:center;
	cursor:pointer;
	margin:0px auto 20px;
	background:#ffffff;
	padding:6px 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display:none;
}
/*.faq-tit{
	background:url(../images/chevron-down.svg) right 10px center no-repeat;
}
.faq-tit.selected{
	background:url(../images/chevron-up.svg) right 10px center no-repeat;
}*/