@charset "UTF-8";
.spTop5 { margin: 5px 0 0 0; }
.spTop10 { margin: 10px 0 0 0; }
.spTop20 { margin: 20px 0 0 0; }
.spTop30 { margin: 30px 0 0 0; }
.spTop60 { padding: 60px 0 0 0; }
.spBtm10 { padding: 0 0 10px 0; }
.spBtm1em { padding: 0 0 1em 0; }
.spBtm30 { padding: 0 0 30px 0; }
.spBtm60 { padding: 0 0 60px 0; }
.spTopBtm5 { padding: .5em 0; }
.spTopBtm30 { padding: 30px 0; }
.spTopBtm60 { padding: 60px 0; }
.spTop30Btm60 { padding: 30px 0 60px 0; }
.spTop60Btm170 { padding: 60px 0 170px 0; }
.textRed { color: #c60000; }
.textWhite { color: #fff; }
.textPink { color: #ef4e7c; }
.textLink a:link { color: #000;text-decoration: underline; }
.textLink a:visited { color: #000;text-decoration: underline; }
.textLink a:active { color: #000;text-decoration: underline; }
.textLink a:hover { color: #000;text-decoration: none; }
.footerLink { text-align: center; }
.textCenter { text-align: center; }
.textCenterTo { text-align: center; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textBold { font-weight: bold; }
.width15 { width: 15%; }
.width85 { width: 85%; }
.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font24 { font-size: 20px; }
@media all and (min-width: 641px) and (max-width: 767px) {
	.spTop20 { margin: 1em 0 0 0; }
	.spTop30 { margin: 2em 0 0 0; }
	.spTop60 { padding: 2em 0 0 0; }
	.spBtm30 { padding: 0 0 1em 0; }
	.spBtm60 { padding: 0 0 2em 0; }
	.spTopBtm30 { padding: 2em 0; }
	.spTopBtm60 { padding: 2em 0; }
	.spTop60Btm170 { padding: 2em 0 6em 0; }
}
@media all and (max-width: 640px) {
	.spTop20 { margin: 1em 0 0 0; }
	.spTop30 { margin: 1.5em 0 0 0; }
	.spTop60 { padding: 1.5em 0 0 0; }
	.spBtm30 { padding: 0 0 1em 0; }
	.spBtm60 { padding: 0 0 1.5em 0; }
	.spTopBtm30 { padding: 1em 0; }
	.spTopBtm60 { padding: 1.5em 0; }
	.spTop60Btm170 { padding:1.5em 0 5em 0; }
}
@media all and (max-width: 767px) {
	.spCenter { text-align: center; }
	.textCenterTo { text-align: left; }
	.font20 { font-size: 16px; }
	.font24 { font-size: 18px; }
	.spTop30Btm60 { padding: 1em 0 1.5em 0; }
}
.pcimg01 { display: block !important; }
.spimg01 { display: none !important; }
@media all and (max-width: 767px) {
.pcimg01 { display: none !important; }
.spimg01 { display: block !important; }
}
.markerYellow {
	background: linear-gradient(transparent 50%, #fff100 0%);
}
.markerGreen {
	background: linear-gradient(transparent 50%, #b1ff96 0%);
}
.lineTops {
	border-top: 1px solid #fff;
}
/* header---------------------------- */
header h1 {
	height: 20px;
	font-size: 12px;
	color: #777;
	margin: 0;
}
#headerArea {
	height: 80px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#headerArea > div:nth-of-type(2) {
	margin-left: auto;
}
.headerLogoBox {
	margin: 0;
	padding: 0;
}
.headerLogoBox h2 img {
	max-width: 220px;
	width: 100%;
	height: auto;
	margin: 0;
}
.headerBtn {
	margin: 0;
	padding: 0;
}
.headerBtn ul {
	display: flex;
}
.headerBtn ul li {
	margin-left: 10px;
}
.headerBtn01 img {
	max-width: 254px;
	width: 100%;
	height: auto;
}
.headerBtn02 img {
	max-width: 380px;
	width: 100%;
	height: auto;
	background: #ff6000;
	border-radius: 50px;
}

.headerBtn02 .tel{position: relative;}
.headerBtn02 .nbr{position: absolute;color: #fff;font-weight: 900;font-size: 192%;letter-spacing: 0;right: 30px;bottom: 13px;}
a .nbr{opacity: 1;z-index: 2;}
.btnTel .tel{position: relative;}
.btnTel .nbr{position: absolute;color: #fff;font-weight: 900;font-size: 45px;letter-spacing: 0;right: 42px;bottom: 18px;}
.footerTel .tel{position: relative;}
.footerTel .nbr{position: absolute;color: #000;font-weight: 900;left: 115px;font-size: 75px;bottom: 30px;}
@media all and (min-width: 768px) and (max-width: 960px) {
#headerArea {
	width: 100%;
	height: auto;
	padding: 0 0 0.5em 0;
}
.headerBtn ul {
	margin: 0 0 0 1em;
}
.headerBtn02 .nbr{font-size: 3.1vw;bottom: 1vw;}
.btnTel .nbr{font-size: 5.8vw;bottom: 2.5vw;}
.footerTel .tel{position: relative;}
}
@media all and (max-width: 767px) {
	.btnTel .nbr{font-size: 5.8vw;bottom: 2vw;right: 5vw;letter-spacing: 0.6vw;}
	header h1 {
		text-align: center;
		font-size: 10px;
		height: 24px;
		margin: 0 0em 1.5em 0em;
		line-height: 1.6em;
	}
	#headerArea {
		height: auto;
		margin: 0;
		padding: 0 0 0.5em 0;
		justify-content: space-between;
	}
	.headerLogoBox h2 img {
		max-width: 200px;
	}
	.headerBtn ul {
		display: block;
	}
	.headerBtn ul li {
		margin: 0 0 0 1em;
	}
	.headerBtn01 img {
		max-width: 180px;
		margin: 0;
	}
	.headerBtn02 {
		display: none;
	}
	.footerTel .nbr{font-size: 9vw;left: 15vw;bottom: 2.8vw;letter-spacing: 0.5vw;}
}

/*  mainVisual----------------------- */
#mainVisualArea {
	width: 100%;
	background-color: #bddcf4;
	background-image:
		url("../images/mv_woman.png"),
		url("../images/mv_bg.jpg");
	background-repeat:
		no-repeat,
		no-repeat;
	background-position:
		right -90px bottom 0px,
		center;
	background-size:
		516px 612px,
		cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {
#mainVisualArea {
	background-color: #bddcf4;
	background-image:
		url("../images/mv_woman@2x.png"),
		url("../images/mv_bg@2x.jpg");
	background-repeat:
		no-repeat,
		no-repeat;
	background-position:
		right -90px bottom 0px,
		center;
	background-size:
		516px 612px,
		cover;
	}
}
#mainVisualIn {
	width: 960px;
	min-height: 620px;
	margin: 0 auto;
	padding: 0;
}
.mainVisualTitle {
	margin: 0;
	padding: 25px 0 0 0;
}
.mainVisualTitle img {
	max-width: 956px;
	width: 100%;
	height: auto;
}
.mainVisual3 {
	margin: 0;
	padding: 11px 0 0 0;
}
.mainVisual3 img {
	max-width: 944px;
	width: 100%;
	height: auto;
}
@media all and (min-width: 1225px) and (max-width: 1340px) {
	#mainVisualArea {
		width: 100%;
		background-color: #bddcf4;
		background-image:
			url("../images/mv_woman.png"),
			url("../images/mv_bg.jpg");
		background-repeat:
			no-repeat,
			no-repeat;
		background-position:
			right -150px bottom 0px,
			center;
		background-size:
			516px 612px,
			cover;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
	#mainVisualArea {
		background-color: #bddcf4;
		background-image:
			url("../images/mv_woman@2x.png"),
			url("../images/mv_bg@2x.jpg");
		background-repeat:
			no-repeat,
			no-repeat;
		background-position:
			right -150px bottom 0px,
			center;
		background-size:
			516px 612px,
			cover;
		}
	}
}
@media all and (min-width: 1135px) and (max-width: 1224px) {
	#mainVisualArea {
		width: 100%;
		background-color: #bddcf4;
		background-image:
			url("../images/mv_woman.png"),
			url("../images/mv_bg.jpg");
		background-repeat:
			no-repeat,
			no-repeat;
		background-position:
			right -130px bottom 0px,
			center;
		background-size:
			516px 612px,
			cover;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
	#mainVisualArea {
		background-color: #bddcf4;
		background-image:
			url("../images/mv_woman@2x.png"),
			url("../images/mv_bg@2x.jpg");
		background-repeat:
			no-repeat,
			no-repeat;
		background-position:
			right -130px bottom 0px,
			center;
		background-size:
			516px 612px,
			cover;
		}
	}
	#mainVisualIn {
		width: 100%;
		margin: 0;
		padding: 0 0 0 1.5em;
		box-sizing: border-box;
	}
}
@media all and (min-width: 961px) and (max-width: 1134px) {
	#mainVisualArea {
		width: 100%;
		background-color: #bddcf4;
		background-image:
			url("../images/mv_woman.png"),
			url("../images/mv_bg.jpg");
		background-repeat:
			no-repeat,
			no-repeat;
		background-position:
			right -120px bottom 0px,
			center;
		background-size:
			450px auto,
			cover;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
	#mainVisualArea {
		background-color: #bddcf4;
		background-image:
			url("../images/mv_woman@2x.png"),
			url("../images/mv_bg@2x.jpg");
		background-repeat:
			no-repeat,
			no-repeat;
		background-position:
			right -120px bottom 0px,
			center;
		background-size:
			450px auto,
			cover;
		}
	}
	#mainVisualIn {
		width: 100%;
		min-height: initial;
		margin: 0;
		padding: 0 0 0 1.5em;
		box-sizing: border-box;
	}
	.mainVisualTitle {
		max-width: 85%;
		padding: 1.5em 0 0 0;
	}
	.mainVisual3 {
		max-width: 85%;
		padding: .5em 0 1.5em 0;
	}
}
@media all and (min-width: 768px) and (max-width: 960px) {
	#mainVisualArea {
		width: 100%;
		background-color: #bddcf4;
		background-image:
			url("../images/mv_woman.png"),
			url("../images/mv_bg.jpg");
		background-repeat:
			no-repeat,
			no-repeat;
		background-position:
			right -100px top 5px,
			center;
		background-size:
			450px auto,
			cover;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
	#mainVisualArea {
		background-color: #bddcf4;
		background-image:
			url("../images/mv_woman@2x.png"),
			url("../images/mv_bg@2x.jpg");
		background-repeat:
			no-repeat,
			no-repeat;
		background-position:
			right -100px top 5px,
			center;
		background-size:
			450px auto,
			cover;
		}
	}
	#mainVisualIn {
		width: 100%;
		min-height: initial;
		padding: 1em;
		box-sizing: border-box;
	}
	.mainVisualTitle {
		margin: 0;
		padding: 0;
	}
	.mainVisualTitle {
		max-width: 80%;
		padding: 0;
	}
	.mainVisual3 {
		max-width: 80%;
		padding: .5em 0 0 0;
	}
}
@media all and (max-width: 767px) {
	#mainVisualArea {
		background: none;
	}
	#mainVisualIn {
		width: 100%;
		min-height: initial;
		padding: 0;
	}
	.mainVisualTitle {
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}
	.mainVisualTitle img {
		max-width: 100%;
	}
	.mainVisual3 {
		display: none;
	}
}
/*  wrn---------------------- */
.wrn{padding: 40px 0;background: url(../images/wrn-bg.jpg);}
.wrn-area{margin: 0 auto;}
.wrn-area h3 span{color: red;}
.wrn-area ul{background: url(../images/wrn-img.png) center no-repeat;display: flex;justify-content: space-between;flex-wrap: wrap;margin: 25px auto 0;}
.wrn-area ul:after{display: none;}
.wrn-area li{overflow: hidden; padding: 15px;width: 40%;margin: 0 0 45px;list-style: none;border-radius: 8px;background: rgba(255, 255, 255, 1);box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;border: 2px solid red;font-size: 80%;}
.wrn-area .ti{font-weight: 900;font-size: 115%;color: red;margin: 0 0 10px;}
.wrn-area .img{float: left;width: 26%;}
.wrn-area .img img{width: 100%;}
.wrn-area .txt{float: right;width: 73%;font-weight: bold;font-size: 110%;}
.wrn-area .sp{display: none;}
@media all and (max-width: 767px) {
.wrn{padding: 20px 0;}
.wrn-area{width: 100%;}
.wrn-area .sp{display: block;}
.wrn-area ul{padding: 0display: block;background: none;}
.wrn-area li{width: 98%;margin: 0 auto 10px;}
.wrn-area .ti{font-size: 117%;}
}
/* box------------------- */

.conBox {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.conBox02 {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
@media all and (min-width: 768px) and (max-width: 960px) {
	.conBox {
		width: 100%;
		padding: 0 1.5em;
		box-sizing: border-box;
	}
}
@media all and (max-width: 767px) {
	.conBox {
		width: 100%;
		padding: 0 1em;
		box-sizing: border-box;
	}
	.conBox02 {
		width: 100%;
		margin: 0;
	}
}
/* bg-------------------------- */ 
.bgGray { background: #e8e8e8; }
.bgColor { background: #e8e8e8; }
.bgBlue { background: #bdedff; }
.bgBlue02 { background: #addfff; }
/* ul-ol----------------------- */
ol.asterisk {
	counter-reset: number;
	list-style: none;
	font-size: 0.9em;
	margin: 1em 0 0 2em;
	padding: 0;
}
ol.asterisk li:before {
	counter-increment: number;
	content: "※"counter(number)" ";
	margin-left: -2em;
}
/* subTitle--------------------- */
/*subTitle01 ------------------------------------------- */
.subTitle01 {
	text-align: center;
	background-color: #fff;
	border: 2px solid #000;
	margin: 0 0 3em 0;
	position: relative;
	-webkit-filter:drop-shadow(4px 4px 0px #00c0ff);
}
.subTitle01 h3 {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
	padding: .6em 0;
}
.subTitle01:before, .subTitle01:after {
	width: 0;
	height: 0;
	content: "";	
	position: absolute;
	top: 100%;
	left: 50%;
}
.subTitle01:before {
	border-top: 20px solid #000;
	border-bottom:  0px solid transparent;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	margin: 0 0 0 -16px;
	bottom: 0;
}
.subTitle01:after {
	border-top: 18px solid #fff;
	border-bottom: 0px solid transparent;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	margin: 0 0 0 -14px;
	bottom: 0;
}
@media all and (max-width: 767px) {
	.subTitle01 {
		margin: 0 0 1.8em 0;
	}
	.subTitle01 h3 {
		font-size: 24px;
		padding: .5em;
	}
	.subTitle01:before {
		border-top: 16px solid #000;
		border-bottom:  0px solid transparent;
		border-left: 13px solid transparent;
		border-right: 13px solid transparent;
		margin: 0 0 0 -13px;
		bottom: 0;
	}
	.subTitle01:after {
		border-top: 14px solid #fff;
		border-bottom: 0px solid transparent;
		border-left: 11px solid transparent;
		border-right: 11px solid transparent;
		margin: 0 0 0 -11px;
		bottom: 0;
	}
}
/*subTitle02 ------------------------------------ */

.subTitle02 {
	max-width: 240px;
	text-align: center;
	margin: 0 auto 1em auto;
	padding: 0;
}
.subTitle02 h3 {
	color: #0077d3;
	font-size: 30px;
	line-height: 1.4;
	font-weight: bold;
	margin: 0;
	padding: .2em .5em;
	background: #fff;
	border-radius: 50px;
}

@media all and (max-width: 767px) {
	.subTitle02 {
		max-width: 100%;
	}
	.subTitle02 h3 {
		font-size: 20px;
		padding: .5em .2em;
	}
}
/* goArea---------------------- */
.bgGo {
	width: 100%;
	background-color: #dff3ff;
	background-image:
		url("../images/go_btm.png"),
		url("../images/go_bg.jpg");
	background-repeat:
		repeat-x,
		no-repeat;
	background-position:
		right 0px bottom 14px,
		center;
	background-size:
		706px 92px,
		cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {
.bgGo {
background-color: #dff3ff;
background-image:
url("../images/go_btm@2x.png"),
url("../images/go_bg@2x.jpg");
background-repeat:
no-repeat,
no-repeat;
background-position:
right -90px bottom 0px,
center;
background-size:
706px 92px,
cover;
}
.bgGo {background-image:
url("../images/go_bg@2x.webp");
background-repeat:
no-repeat;
}
}
.goTitleBox {
	margin: 0;
	padding: 50px 0 0 0;
	display: flex;
	align-items: center;
}
.goTitle {
	width: 540px;
	border: 6px solid #fff;
	box-sizing: border-box;
}
.goTitle h3 {
	font-weight: 900;
	font-size: 50px;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	padding: .6em .1em;
	text-shadow: 1px 1px 2px #000;
}
.goTitle h3 span {
	font-size: 1.3em;
	color: #fff000;
}
@media all and (min-width: 768px) and (max-width: 960px) {
	.bgGo {
		width: 100%;
		background-color: #dff3ff;
		background-image:
			url("../images/go_btm.png"),
			url("../images/go_bg.jpg");
		background-repeat:
			repeat-x,
			no-repeat;
		background-position:
			right 0px bottom 14px,
			center;
		background-size:
			500px auto,
			cover;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
	.bgGo {
		background-color: #dff3ff;
		background-image:
			url("../images/go_btm@2x.png"),
			url("../images/go_bg@2x.jpg");
		background-repeat:
			no-repeat,
			no-repeat;
		background-position:
			right -90px bottom 0px,
			center;
		background-size:
			500px auto,
			cover;
		}
	}
	.bgGo {background-image:
url("../images/go_bg@2x.webp");
background-repeat:
no-repeat;
}
}
@media all and (max-width: 767px) {
	.bgGo {
		width: 100%;
		background-color: #dff3ff;
		background-image:
			none,
			url("../images/go_bg.jpg");
		background-repeat:
			repeat-x,
			no-repeat;
		background-position:
			right 0px bottom 14px,
			center;
		background-size:
			706px 92px,
			cover;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
	.bgGo {
		background-color: #dff3ff;
		background-image:
			none,
			url("../images/go_bg@2x.jpg");
		background-repeat:
			no-repeat,
			no-repeat;
		background-position:
			right -90px bottom 0px,
			center;
		background-size:
			706px 92px,
			cover;
		}
	}
	.bgGo {background-image:
url("../images/go_bg@2x.webp");
background-repeat:no-repeat;
background-size: cover;
}
}
/*goTextBox--------------------------------- */
.goTextBox {
	width: 390px;
	padding: 0 0 0 30px;
}
.gox3 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gox3 ul li {
	width: 120px;
	
}
.gox3 ul li .circle {
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gox3 ul li .circle p {
	color: #ff4300;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.goText {
	margin: 0;
	padding: .3em 0 0 0;
}
.goText p {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	text-shadow: 1px 1px 2px #000;
}
@media all and (min-width: 768px) and (max-width: 960px) {
	.goTitle {
		width: 60%;
	}
	.goTitle h3 {
		font-size: 46px;
		padding: .6em .1em;
	}
	.goTextBox {
		width: 38%;
		padding: 0 0 0 2%;
	}
	.gox3 ul li .circle {
		width: 90px;
		height: 90px;
		line-height: 90px;
	}
	.gox3 ul li .circle p {
		font-size: 16px;
	}
	.goText p {
		font-size: 24px;
	}
}
@media all and (max-width: 767px) {
	.goTitleBox {
		padding: 1em 0 0 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	.goTitle {
		width: 100%;
	}
	.goTitle h3 {
		font-size: 30px;
		padding: .6em .1em;
	}
	.goTextBox {
		width: 100%;
		padding: 1em 0 0 0;
	}
	.gox3 ul {
		justify-content: center;
	}
	.gox3 ul li .circle {
		width: 90px;
		height: 90px;
		line-height: 90px;
	}
	.gox3 ul li .circle p {
		font-size: 16px;
	}
	.goText {
		padding: 1em 0 0 0;
	}
	.goText p {
		font-size: 18px;
		text-align: center;
	}
}
/*goBtnArea--------------------------------------- */

.goBtnArea {
	padding: 50px 0 70px 0;
	display: flex;
	justify-content: center;
}
.btnTel {
	margin: 0;
}
.btnTel img {
	max-width: 600px;
	width: 100%;
	height: auto;
	border-radius: 50px;
	background: #ff6000;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
@media all and (min-width: 768px) and (max-width: 960px) {
	.goBtnArea {
		width: 100%;
		padding: 2em 0 4em 0;
	}
}
@media all and (max-width: 767px) {
	.goBtnArea {
		text-align: center;
		margin: 0 auto;
		padding: 1em 0;
	}
	.btnTel {
		width: 100%;
		margin: 0;
	}
}
/* claimArea----------------------- */
.claimBg {
	background: -moz-linear-gradient(left, #00a8ff 20%, #7ad2ff 50%, #00a8ff 80%);
	background: -webkit-linear-gradient(left, #00a8ff 20%, #7ad2ff 50%, #00a8ff 80%);
	background: linear-gradient(to right, #00a8ff 20%, #7ad2ff 50%, #00a8ff 80%);
}
.claimArea {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}
.claimImg {
	max-width: 184px;
	margin: 0 30px 0 0;
	padding: 0;
}
.claimImg img {
	max-width: 184px;
	width: 100%;
	height: auto;
}
.balloon {
	position: relative;
	max-width: 670px;
	background: #0077d3;
	text-align: left;
	border-radius: 10px;
}
.balloon:after {
	border: solid transparent;
	content:'';
	height: 0;
	width: 0;
	pointer-events: none;
	position:absolute;
	border-color: rgba(0, 119, 211, 0);
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 22px;
	border-right-width: 22px;
	margin-top: -12px;
	border-right-color: #0077d3;
	right: 100%;
	top: 50%;
}
.balloon p {
 	color: #fff;
	font-size: 40px;
	line-height: 1.4;
	font-weight: 900;
	margin: 0;
	padding: .5em 1em;
	text-shadow: 1px 1px 2px #000;
}
.balloon p span.textSmall {
	font-size: .8em;
}
.balloon p span.textBig {
	font-size: 1.4em;
}
.balloon p span.textYellow {
	color: #fff600;
}
@media all and (min-width: 768px) and (max-width: 960px) {
	.claimImg {
		width: 20%;
		margin: 0 2% 0 0;
	}
	.balloon {
		width: 78%;
	}
	.balloon p {
		font-size: 30px;
	}
}
@media all and (max-width: 767px) {
	.claimBg {
		background: -moz-linear-gradient(left, #00a8ff, #7ad2ff, #00a8ff);
		background: -webkit-linear-gradient(left, #00a8ff, #7ad2ff, #00a8ff);
		background: linear-gradient(to right, #00a8ff, #7ad2ff, #00a8ff);
	}
	.claimArea {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.claimImg {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding: 2em 0 0 0;
		order: 2;
	}
	.claimImg img {
		max-width: 80px;
	}
	.balloon {
		max-width: 100%;
		width: 100%;
		order: 1;
	}
	.balloon:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(0, 119, 211, 0);
		border-top-color: #0077d3;
		border-width: 26px 22px 0 22px;
		margin-left: -22px;
	}
	.balloon p {
		font-size: 20px;
	}
}
/*reasonArea------------------------ */
.reasonArea ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 20px 0 0 0;
}
.reasonArea ul li {
	width: 300px;
	margin: 0;
	display: flex;
	justify-content: center;
}
.reasonBox {
	color: #fff;
	margin: 0;
	padding: 0;
	background: #0077d3;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.reasonIcon {
	margin: 0 0 0 -20px;
	padding: 0;
	position: absolute;
	top: -20px;
	left: 50%;
}
.reasonIcon img {
	max-width: 40px;
	width: 100%;
	height: auto;
}
.reasonImg {
	margin: 0;
	padding: 0;
}
.reasonImg img {
	max-width: 300px;
	width: 100%;
	height: auto;
}
.reasonTitle {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 1em .5em 0 .5em;
	box-sizing: border-box;
}
.reasonTitle h4 {
	font-weight: bold;
	font-size: 19px;
	line-height: 1.4;
}
.subTitleH4line {
	width: 20%;
	text-align: center;
	margin: .8em auto 0 auto;
	border-bottom: 1px solid #fff;
}
.reasonText {
	text-align: left;
	margin: 0;
	padding: 0;
}
.reasonText p {
	padding: 1em;
}
@media all and (min-width: 768px) and (max-width: 960px) {
	.reasonArea ul li {
		width: 32%;
		}
}
@media all and (max-width: 767px) {
	.reasonArea ul {
		flex-wrap: wrap;
	}
	.reasonArea ul li {
		width: 100%;
		margin: 0 0 3em 0;
	}
	.reasonArea ul li:last-child {
		margin: 0;
	}
	.reasonBox {
		max-width: 500px;
		justify-content: center;
		align-items: center;
	}
	.reasonImg {
		width: 100%;
		padding: 0;
	}
	.reasonImg img {
		max-width: 100%;
		width: 100%;
		height: 180px;
		object-fit: cover;
	}
	.reasonTitle h4 {
		font-size: 18px;
	}
	.subTitleH4line {
		width: 15%;
		margin: .8em auto 0 auto;
	}
	.reasonText {
		width: 100%;
	}
}
/* priceArea--------------------- */
.thisPriceArea {
	text-align: center;
	margin: 0 auto 2em auto;
}
.thisPrice {
	background: #ff9600 url(../images/price_bg.png) repeat;
	background-size: 16px 16px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {
.thisPrice {
	background: #ff9600 url(../images/price_bg@2x.png)  repeat;
	background-size: 16px 16px;
	}
}
.thisPrice {
	padding: 1em 2em;
	border-radius: 10px;
	display: inline-block;
}
.thisPriceText {
	font-size: 20px;
	color: #000;
	font-weight: 900;
	line-height: 1.4;
	text-shadow: 1px 1px 2px #fff;
}
.thisPriceText span {
	font-size: 2.5em;
}

@media all and (max-width: 767px) {
	.thisPrice {
		padding: 1em;
	}
	.thisPriceText {
		font-size: 18px;
	}
	.thisPriceText span {
		font-size: 1.8em;
	}
}
/*-priceArea----------------------------- */
.priceArea ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.priceArea ul li {
	width: 300px;
	margin: 0 0 1.5em 0;
	padding: 0;
}
.priceArea ul li:last-child {
	width: 630px;
	display: flex;
}
.priceBox {
	max-width: 300px;
	position: relative;
}
.priceTitleBox {
	position: absolute;
	top: 10px;
	left: 0;
}

.priceTitle {
	margin: 0 auto;
	padding: 0;
	width: 270px;
	height: 60px;
	background: #003584;
	position: relative;
}
.priceTitle:after {
	border-left: 20px solid #003584;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: 135px;
}
.priceTitle h4 {
	position: relative;

	color: #fff;
	font-size: 12px;
	line-height: 1.6;
	margin: 0;
	padding: 10px 0 0 10px;
}
.priceTitle h4 span {
	font-size: 1.4em;
	font-weight: bold;
}
.priceImg {
	margin: 0;
	padding: 0;
}
.priceImg img {
	max-width: 300px;
	width: 100%;
	height: auto;
}
.priceText {
	text-align: center;
	margin: 0;
	padding: 1em .3em .8em .3em;
	background-color: #0077d3;
}
.priceText01 {
	color: #fff;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.priceText01 small{font-size: 70%;}
.priceText02 {
	color: #fff100;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 2px #000;
}
.priceText02 span {
	font-size: 2.2em;
}
.priceArrow {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.priceArrow .iSize {
	font-size: 2em;
	color: #fff;
}
.priceLastBox {
	width: 100%;
	padding: 0;
	border-radius: 6px;
	display: flex;
	align-items: center;
}
.priceLastBox {
	background: #e2e1e0 url(../images/price_photo.jpg) no-repeat right top;
	background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {
.priceLastBox {
	background: #e2e1e0 url(../images/price_photo@2x.jpg)  no-repeat right top;
	background-size: cover;
	}
}
.priceLastBox p {
	font-size: 20px;
	padding: 0 0 0 20px;
}
@media all and (min-width: 871px) and (max-width: 960px) {
	.priceArea ul li {
		width: 32%;
	}
	.priceArea ul li:last-child {
		width: 66%;
	}
	.priceTitle {
		width: 240px;
		height: 60px;
		background: #003584;
		position: relative;
	}
	.priceTitle:after {
		border-left: 20px solid #003584;
		margin-left: 120px;
	}
}
@media all and (min-width: 655px) and (max-width: 870px) {
	.priceArea ul {
		justify-content: center;
	}
	.priceArea ul li {
		width: 300px;
		margin: 0 .5em 1em .5em;
	}
	.priceArea ul li:last-child {
		width: 100%;
		margin: 0;
	}
	.priceLastBox p {
		padding: 14px;
	}
}
@media all and (max-width: 654px) {
	.priceArea ul {
		justify-content: center;
	}
	.priceArea ul li {
		width: 100%;
		margin: 0 0 1em 0;
	}
	.priceArea ul li:last-child {
		width: 100%;
		margin: 0;
	}
	.priceBox {
		max-width: 100%;
	}
	.priceImg img {
		max-width: 100%;
		height: 200px;
		object-fit: cover;
	}
	.priceLastBox p {
		padding: 14px;
	}
}
/* stepArea------------------- */
.stepArea ul {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.stepArea ul li {
	display: flex;
	justify-content: center;
}
.stepArea ul li.step {
	width: 176px;
}
.stepArea ul li.stepArow {
	margin: 0 0.2em 0 0.5em;
	align-items: center;
}
.stepArow .iSize {
	font-size: 2.6em;
	color: #0077d3;
}
.stepBox {
	padding: 20px 0;
	background: #fff;
	border-radius: 6px;
}
.stepImgBox {
	width: 100%;
	text-align: center;
	margin: ;
	padding: 0.5em;
	box-sizing: border-box;
}
.stepImg {
	margin: 0 0 0.8em 0;
}
.stepImg img {
	max-width: 76px;
	width: 100%;
	height: auto;
}
.stepImgBox h4 {
	color: #0077d3;
	font-size: 19px;
	line-height: 1.4;
	font-weight: bold;
	padding: .5em .2em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.stepText {
	margin: 0;
	padding: 0 20px;
}
@media all and (min-width: 768px) and (max-width: 960px) {
	.stepArea ul li.step {
		width: 23%;
	}
	.stepArea ul li.stepArow {
		width: 2.6666%;
	}
}
@media all and (max-width: 767px) {
	.stepArea ul {
		flex-wrap: wrap;
	}
	.stepArea ul li.step {
		width: 100%;
		margin: 0;
	}
	.stepArea ul li.stepArow {
		width: 100%;
		margin: 0;
	}
	.stepBox {
		width: 100%;
	}
	.stepImgBox {
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: space-between;
	}
	.stepImg {
		text-align: center;
		margin: 0 .5em 0 1em;
		order: 2;
	}
	.stepImgBox h4 {
		text-align: left;
		font-size: 18px;
		padding: 0 0 0 1em;
		order: 1;
	}
	.stepImg img {
		max-width: 60px;
	}
	.stepText {
		padding: 0.5em 1em 0 1em;
	}
}

/* brandArea-------------------------- */
.brandArea {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.brandArea img {
	max-width: 660px;
	width: 100%;
	height: auto;
}
.brandArea ul{display: flex;justify-content: center;flex-wrap: wrap;}
.brandArea li{padding: 10px;width:20%;background: #f5f5f5;text-align: center;margin: 5px;font-weight: bold;}

/* compareArea----------------------- */
.compareArea {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.compareArea img {
	max-width: 960px;
	width: 100%;
	height: auto;
}
/* voiceArea---------------------- */ 
.voiceArea ul {
	margin: 0;
	padding: 0;
}
.voiceArea ul li {
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	background-color: #fff;
}
.voiceArea ul li:last-child {
	margin: 0;
}
.voiceBox {
	display: flex;
	margin: 0;
	padding: 2em;
}
.voiceTextBox {
	flex: 1 0 0%;
}
.voiceText {
	margin: 0;
	padding: 0;
}
.voiceText p {
	margin: 0;
	padding: 0;
}
.voiceImg {
	margin: 0;
	padding: 0 0 0 20px;
}
.voiceImg img {
	max-width: 300px;
	width: 100%;
	height: auto;
	border: 1px solid #bcbcbc;
}
@media all and (min-width: 768px)  and (max-width: 860px) {
	.voiceTextBox {
		flex: initial;
		width: 60%;
	}
	.voiceImg {
		width: 35%;
		margin: 0;
		padding: 0 0 0 5%;
	}
}
@media all and (max-width: 767px) {
	.voiceBox {
		flex-wrap: wrap;
		padding: 1em;
	}
	.voiceTextBox {
		flex: initial;
	}
	.voiceImg {
		width: 100%;
		text-align: center;
		margin: 1em auto 0 auto;
		padding: 0;
	}
}
/* mapArea----------------------- */
.mapArea {
	display: flex;
	justify-content: center;
	align-items: center;
}
.mapTextBox ,
.mapImgBox {
	width: 50%;
}
.mapArea {
	background: #0077d3;
}
.mapTextBox {
	text-align: center;
	margin: 0;
	padding: 1em;
	box-sizing: border-box;
}
.mapText {
	color: #fff;
	margin: 1em 0 0 0;
	padding: 0;
}
.mapText01 {
	font-size: 22px;
	margin: 0;
}
.mapText02 {
	font-size: 18px;
}
@media all and (max-width: 767px) {
	.mapArea {
		flex-wrap: wrap;
	}
	.mapTextBox ,
	.mapImgBox {
		width: 100%;
	}
	.mapImgBox {
		text-align: center;
		margin: 0 auto;
		padding: 0 1em 1em 1em;
	}
	.mapText02 {
		font-size: 14px;
	}
}
/* easeArea--------------------------- */
.easeArea {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.easeArea p {
	margin: 0 0 1.5em 0;
	padding: 0;
}
.easeArea p.easeText01 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}
/*-easex3 ------------------------------------ */
.easex3 ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.easex3 ul li {
	margin: 0 .5em;
}
.easex3 ul li .circle {
	display: inline-block;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: #0077d3;
	text-align: center;
	line-height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}
.easex3 ul li .circle p {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	margin: 5px 0 0 0;
}
.easex3 ul li .easePlus {
	color: #0077d3;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 0;
}
@media all and (max-width: 767px) {
	.easeArea p {
		text-align: left;
	}
	.easeArea p.easeText01 {
		font-size: 1.4em;
	}
	.easex3 ul li {
		margin: 0 .2em;
	}
	.easex3 ul li .circle {
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
	.easex3 ul li .circle p {
		font-size: 16px;
		margin: 5px 0 0 0;
	}
	.easex3 ul li .easePlus {
		font-size: 24px;
	}
}

/* qandaArea--------------------------- */
#faqArea {
	width: 100%;
	margin: 0;
	padding: 0;
}
.qaText span {
	color: #ff6000;
	font-weight: bold;
}
.qaTextBox {
	display: flex;
}
.qaTextBox p.qaCircle {
	width: 30px;
}
.qaTextBox p.qaText {
	line-height: 1.5;
	flex: 1 0 0%;
}
.qaTextSp {
	padding: .8em 2em .4em 0;
}
.qaTextBox p.qaCircle span {
	font-size: 16px;
	font-family: 'Quicksand', sans-serif;
	color: #fff;
	line-height: 16px;
	padding: 3px 1px 0 1px;
	text-align: center;
	height: 19px;
	width: 20px;
	display: inline-block;
	border-radius: 50%;
}
.qaTextBox p.qBg span {
	background: #008eff;
}
.qaTextBox p.aBg span {
	background: #00baff;
}

.cp_actab .qaTextBox {
	padding: 0 0 0 1em;
}
.cp_actab-content .qaTextBox {
	padding: 1em;
}

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 1em auto;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	line-height: 3;
	position: relative;
	display: block;
	padding: 0;
	cursor: pointer;
	margin: 0;
	background: #fff;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	background: #fff;
}
.cp_actab .cp_actab-content p {
	margin: 0;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 30em;
	border-top: 1px dashed #ccc;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
/*companyArea--------------------- */
.companyArea {
	text-align: center;
	margin: 0 auto;
	color: #fff;
}
.companyBox {
}
.companyTable table {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
.companyTable table th {
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
	margin: 0;
	padding: 0 20px 5px 0;
	vertical-align: top;
}
.companyTable table td {
	text-align: left;
	margin: 0;
	padding: 0 0 5px 0;
	vertical-align: top;
}
.companyTable table a ,
.companyTable table a:hover {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 640px) {
.companyBox {
	text-align: center;
	font-size: 0.8em;
	}
	.companyTable table th {
		padding: 0 5px 5px 0;
	}
	.brandArea li{width: 26%;margin: 1px;}
}
/*table01---------------------------------- */
.table01 {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.table01 th {
	width: 30%;
	padding: 0;
	vertical-align: middle;
	border-top: 2px solid #fff;
	background: #ececec;
}
.table01 td {
	width: 70%;
	text-align: left;
	padding: 0;
	vertical-align: middle;
	border-top: 2px solid #fff;
	background: #e1f4fc;
}
.table01 th p ,
.table01 td p {
	font-weight: normal;
	padding: 1em;
}
@media all and (min-width: 701px) and (max-width: 960px) {
.table01 {
	width: 100%;
	text-align: left;
	}
}
@media screen and (max-width: 700px) {
.table01 {
	width: 100%;
	text-align: left;
	}
.table01 th {
	display: block;
	width: 100%;
	}
.table01 td {
	display: block;
	width: 100%;
	}
}

/*--- table02 ---------------------------------- */
.table02 {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}
.table02 th {
	width: 30%;
	padding: 0;
	vertical-align: middle;
	border-top: 1px solid #ccc;
	background: #fff;
}
.table02 td {
	width: 70%;
	text-align: left;
	padding: 0;
	vertical-align: middle;
	border-top: 1px solid #ccc;
	background: #fff;
}
.table02 th p ,
.table02 td p {
	font-weight: normal;
	padding: .5em 1em;
}
@media all and (min-width: 701px) and (max-width: 960px) {
.table02 {
	width: 100%;
	text-align: left;
	}
}
@media screen and (max-width: 700px) {
.table02 {
	width: 100%;
	text-align: left;
	}
.table02 th {
	display: block;
	width: 100%;
	background: #f4f4f4;
	}
.table02 td {
	display: block;
	width: 100%;
	}
}
/*--- 個人情報 -------------------------------- */
.privacy {
	border: 1px solid #ddd;
	padding: 20px 20px 10px;
	box-sizing: border-box;
	height: 190px;
	overflow: auto;
	margin-top: 30px;
}
.privacy h4 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto .5em auto;
}
.privacy p {
	font-size: 14px;
	margin: 0 0 .5em 0;
}
.privacy h5 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	margin: 1em 0 .5em 0;
}
.privacy p.leftSp {
	margin: .5em 0 .5em 1em;
}
@media screen and (max-width: 767px) {
	.privacy {
		border: 1px solid #ddd;
		padding: 10px;
		box-sizing: border-box;
		height: 150px;
		overflow: auto;
		margin-top: 0;
	}
}
.mt20{
	margin-top: 20px !important;
}