@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; }
.spTopBtm10 { padding: 10px 0; }
.spTopBtm30 { padding: 30px 0; }
.spTopBtm60 { padding: 60px 0; }
.spTop30Btm60 { padding: 30px 0 60px 0; }

.textRed { color: #c60000; }
.textWhite { color: #fff; }
.textPink { color: #ef4e7c; }

.textWhiteLink a:link { color: #fff;text-decoration: underline; }
.textWhiteLink a:visited { color: #fff;text-decoration: underline; }
.textWhiteLink a:active { color: #fff;text-decoration: underline; }
.textWhiteLink a:hover { color: #fff;text-decoration: none; }

.footerLink { text-align: right; }

.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; }
}

@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; }
}

@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; }
	.footerLink { text-align: center; }
}

.pcimg01 { display: block !important; }
.spimg01 { display: none !important; }

@media all and (max-width: 767px) {
.pcimg01 { display: none !important; }
.spimg01 { display: block !important; }
}

.markerBlue {
	background: linear-gradient(transparent 50%, #65c5ff 0%);
    font-weight:bold;
}
.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: 90px;
	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: 270px;
	width: 100%;
	height: auto;
	margin: 0;
}
.headerBtn {
	margin: 0;
	padding: 0;
}
.headerBtn ul {
	display: flex;
	align-items: center;
}
.headerBtn ul li {
	margin-left: 10px;
}
.headerBtn01 img {
	max-width: 380px;
	width: 100%;
	display: block;
	height: auto;
	margin: 0;
}
.headerBtn02 img {
	max-width: 300px;
	width: 100%;
	height: auto;
}

@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;
	}
}

@media all and (max-width: 767px) {
	header h1 {
		text-align: center;
		font-size: 9px;
		height: 12px;
		margin: 0 .5em .5em .5em;
	}
	#headerArea {
		height: auto;
		margin: 0;
		padding: 0 0 0.5em 0;
		justify-content: space-between;
	}
	.headerLogoBox h2 img {
		vertical-align: middle;
	}
	.headerBtn ul {
		display: block;
	}
	.headerBtn ul li {
		margin: 0 0 0 1em;
	}
	.headerBtn01 img {
	}
	.headerBtn02 {
		display: none;
	}
}

/* --------------------------------------------
 *                    mainVisual
 * -------------------------------------------- */

#mainVisualArea {
	width: 100%;
	background-color: #b1edfa;
	background-image:
		url("../images/mv_ok.png"),
		url("../images/mv_bg.jpg");
	background-repeat:
		no-repeat,
		no-repeat;
	background-position:
		right 40px bottom 0px,
		center;
	background-size:
		523px 500px,
		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: #b1edfa;
	background-image:
		url("../images/mv_ok@2x.png"),
		url("../images/mv_bg@2x.jpg");
	background-repeat:
		no-repeat,
		no-repeat;
	background-position:
		right 100px bottom 0px,
		center;
	background-size:
		523px 500px,
		cover;
	}
}
#mainVisualIn {
	width: 960px;
	min-height: 580px;
	margin: 0 auto;
	padding: 0;
}
.mainVisualTitle {
	margin: 0 0 0 26px;
	padding: 5px 0 0 0;
}
.mainVisualTitle img {
	max-width: 704px;
	width: 100%;
	height: auto;
}
.mainVisual3 {
	margin: 5px 0 0 32px;
	padding: 0;
}
.mainVisual3 img {
	max-width: 616px;
	width: 100%;
	height: auto;
}
.mainVisualCard {
	margin: 5px 0 0 32px;
	padding: 0;
}
.mainVisualCard img {
	max-width: 676px;
	width: 100%;
	height: auto;
}

/* --------------------------------------------
 *                        box
 * -------------------------------------------- */

.conBox {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.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-size: auto auto;
	background-color: rgba(211, 235, 255, 0.21);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(171, 215, 255, 0.4) 2px, rgba(171, 215, 255, 0.4) 4px );
}
.bgColor { background: #009eee; }
.bgBlue { 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 subTitle02 ----------------------------------------------------------------- */

.subTitle01 ,
.subTitle02 {
	text-align: center;
	margin: 0 0 30px 0;
}
.subTitle01 h3 ,
.subTitle02 h3 {
	text-align: center;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
	padding: .5em .2em;
}
.subTitle01 h3 {
	background-color: #009eee;;
}
.subTitle02 h3 {
	background-color: #059EED;
}
.subTitleIcon {
	margin: 0;
	padding: 0;
}
.subTitleIcon img {
	max-width: 128px;
	width: 100%;
	height: auto;
}
.subTitle01 h3 span ,
.subTitle02 h3 span {
	color: #ffea00;
}

@media all and (min-width: 768px) and (max-width: 1000px) {
	.subTitle01 ,
	.subTitle02 {
		margin: 0 0 1.5em 0;
	}
}

@media all and (max-width: 767px) {
	.subTitle01 ,
	.subTitle02 {
		margin: 0 0 1.5em 0;
	}
	.subTitle01 h3 ,
	.subTitle02 h3 {
		font-size: 22px;
		padding: .5em;
	}
	.subTitleIcon img {
		max-width: 80px;
	}
}

/*--- subTitle03 ----------------------------------------------------------------- */

.subTitle03 {
	text-align: center;
	margin: 0 0 3em 0;
	padding: 0;
}
.subTitle03 h3 {
	color: #333;
	font-size: 35px;
	line-height: 1.4;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

@media all and (max-width: 767px) {
	.subTitle03 {
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	.subTitle03 h3 {
		font-size: 22px;
	}
}

/*--- subTitle04 ----------------------------------------------------------------- */

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

@media all and (max-width: 767px) {
	.subTitle04 {
		max-width: 100%;
	}
	.subTitle04 h3 {
		font-size: 20px;
		padding: .5em .2em;
	}
}

/* --------------------------------------------
 *                      goArea
 * -------------------------------------------- */
.bgGo {
	background: #b4effd url(../images/go_bg.jpg) no-repeat center bottom;
	background-size: cover;
	overflow: hidden;
	position: relative;

}
@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: #b4effd url(../images/go_bg@2x.jpg) no-repeat center bottom;
	background-size: cover;
	}
}

.bgGo:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/mv_ok.png) no-repeat right 0px bottom;
	background-size: 450px auto;
}
/*@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) {*/
/*.bgGoWoman {*/
	/*background:url(../images/mv_ok.png) no-repeat right 0px bottom;*/
	/*background-size: 523px 500px;*/
	/*}*/
/*}*/

.goTitle {
	margin: 0;
	padding: 22px 0 21px 0;
}
.goTitle img {
	max-width: 680px;
	width: 100%;
	height: auto;
}

@media all and (min-width: 768px) and (max-width: 960px) {

	.bgGo::before {

		background: url(../images/mv_ok.png) no-repeat right -100px bottom;
		background-size: 450px auto;

	}
}

	@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) {

	.goTitle {
		width: 80%;
	}
}

@media all and (max-width: 767px) {
	.bgGo {
		background: #b4effd url(../images/go_bg_sp.jpg) no-repeat center top;
		background-size: cover;
	}
	.bgGoWoman {
		background: none;
	}
	.goTitle {
		margin: 0;
		padding: 1em 0;
	}
	.goTitle img {
		text-align: center;
		margin: 0 auto;
		max-width: 600px;
	}

	.bgGo::before {

		content: none;
		display: none;

	}
}

/*--- goBtnArea ----------------------------------------------------------------- */

.goBtnArea {
	margin: 0;
	padding: 0 0 22px 0;
	display: flex;
	align-items: center;
}
.btnTel {
	margin: 0;
}
.btnBalloon {
	margin: 0 0 0 7px;
}
.btnTel img {
	max-width: 580px;
	width: 100%;
	height: auto;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	border: 2px solid #eee;
}
.btnBalloon img {
	width: 100%;
	height: auto;
}

@media all and (min-width: 768px) and (max-width: 960px) {
	.goBtnArea {
		width: 80%;
	}
}

@media all and (max-width: 767px) {
	.goBtnArea {
		margin: 0;
		padding: 0 1em 1em 1em;
		flex-wrap: wrap;
	}
	.btnTel {
		width: 100%;
		margin: 0;
		order: 2;
	}
	.btnBalloon {
		width: 100%;
		order: 1;
	}
	.btnTel img {
		max-width: 640px;
	}
	.btnBalloon img {
		max-width: 270px;
	}
}

/* --------------------------------------------
 *                   campaignArea
 * -------------------------------------------- */

.campaignArea {
	width: 100%;
	background: url(../images/campaign_bg@2x.jpg) no-repeat center ;
	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) {
.campaignArea {
	background: url(../images/campaign_bg@2x.jpg) no-repeat center ;
	background-size: cover;
	}
}

.campaignTitle {
	text-align: center;
	margin: 0;
	padding: 0 .5em;
}
.campaignTitle img {
	max-width: 700px;
	width: 100%;
	height: auto;
}
.campaignImg {
	text-align: center;
	margin: 0;
	padding-top:10px;
	padding-bottom:30px;


}
.campaignImg img {
	width: 100%;
	height: auto;
}

@media all and (max-width: 767px) {
	.campaignArea {
		width: 100%;
		background: url(../images/campaign_bg.jpg) no-repeat center top 1em;
		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) {
	.campaignArea {
		background: url(../images/campaign_bg@2x.jpg) no-repeat center top 1em;
		background-size: cover;
		}
	}
	.campaignImg {
		padding: 5px .5em .8em .5em;
	}
}

/* --------------------------------------------
 *                   reasonArea
 * -------------------------------------------- */

#con01,#con07 {
	background: #edfcff;
}

.conBox.reasonArea {
width: calc(100% - 20px);
}

.reasonArea ul {
	display: flex;
	justify-content: space-between;
	margin: 60px 0 0;
	padding: 0;
}
.reasonArea ul li {
	width: calc(20% - 10px);
	margin: 0 10px;
	display: flex;
	justify-content: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09)

}
.reasonBox {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	background: #fff;
}
.reasonTitleBox {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 3em 0;
	box-sizing: border-box;
	background-size: cover;
	background-position: center center;
	position: relative;
}

li:nth-child(1) .reasonTitleBox{
	background-image: url(../images/reason_img01.jpg);
}
li:nth-child(2) .reasonTitleBox{
	background-image: url(../images/reason_img02.jpg);
}
li:nth-child(3) .reasonTitleBox{
	background-image: url(../images/reason_img03.jpg);
}
li:nth-child(4) .reasonTitleBox{
	background-image: url(../images/reason_img04.jpg);
}
li:nth-child(5) .reasonTitleBox{
	background-image: url(../images/reason_img05.jpg);
}

.reasonTitleBox::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(0, 68, 155, 0.5);
	height: 100%;
	width: 100%;
}


.reasonImg {
	margin: 0;
	padding: 0 0 1em 0;
}
.reasonImg img {
	max-width: 80px;
	width: 100%;
	height: auto;
}
.reasonTitle {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
.reasonTitle h4 {
	font-weight: bold;
	font-size: 19px;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	white-space: nowrap;
}
.reasonText {
	letter-spacing: 0;
	text-align: left;
	margin: 0;
	padding: 10px 7px 0;
}
.reasonText p {
	line-height: 1.6;
	font-size: 15px;
	margin-bottom: 7px;
}
.reasonLabel {
	min-height: 90px;
	text-align: center;
	margin-top: auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reasonLabel {
	width: 100%;
	background: #ffd700 url(../images/reason_point.png) no-repeat center top;
	background-size: cover;
	font-weight:bold;
}
@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) {
.reasonLabel {
	background: url(../images/reason_point@2x.png)  no-repeat center top;
	background-size: cover;
	}
}
.reasonLabel p {
	font-size: 18px;
	color: #4a2d07;

	line-height: 1.4;
	padding: .2em;
}

@media all and (min-width: 768px) and (max-width: 960px) {
	.reasonArea ul li {
		width: 19%;
		margin: 0 1.25% 0 0;
		}
	.reasonArea ul li:last-child {
		margin: 0;
		}

}

@media all and (max-width: 767px) {
	.reasonArea ul {
		flex-wrap: wrap;
	}
	.reasonArea ul li {
		width: 100%;
		display: block;
		margin: 0 0 2em 0;
	}
	.reasonArea ul li:last-child {
		margin: 0 auto;
	}
	.reasonBox {
		display: block;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.reasonTitleBox {
		margin: 0;
		display: flex;
		align-items: center;
		border-radius: 6px 6px 0 0;
	}
	.reasonImg {
		width: 15%;
		padding: 0;
		box-sizing: border-box;
	}
	.reasonImg img {
		max-width: 50px;
	}
	.reasonTitle {
		box-sizing: border-box;
		text-align: center;
		display: block;
		width: 100%;
	}
	.reasonTitle h4 {
		font-size: 18px;
	}
	.reasonText {
		padding: 10px 7px;
		box-sizing: border-box;
		width: 100%;
	}

	.reasonText p {
		padding: .5em;
	}

	.reasonText p:last-child {
		margin: 0;
	}
	.reasonLabel {
		min-height: initial;
		margin: 0;
	}
	.reasonLabel {
		width: 100%;
		background: #ffea01 url(../images/reason_point.png) no-repeat left 10px top;
		background-size: 80px auto;
	}
	@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) {
	.reasonLabel {
		background: #ffea01 url(../images/reason_point@2x.png)  no-repeat left 10px top;
		background-size: 80px auto;
		}
	}
	.reasonLabel p {
		font-size: 16px;
		line-height: 1.4;
		padding: .5em .2em;
	}
}

/* --------------------------------------------
 *                   easeArea
 * -------------------------------------------- */

.easeArea {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.easeArea p {
	margin: 0 0 1.5em 0;
	padding: 0;
}
.easeArea img {
	max-width: 656px;
	width: 100%;
	height: auto;
}

@media all and (max-width: 767px) {
	.easeArea p {
		text-align: left;
	}
}

/* --------------------------------------------
 *                   priceArea
 * -------------------------------------------- */

#con03 {
    background: #f7f7f7;
}

.priceArea ul ,
.priceArea02 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.priceArea ul li {
	width: 31%;
	margin: 0 0 1.5em 0;
	padding: 0;
}
.priceArea ul li img ,
.priceArea02 ul li img {
	max-width: 300px;
	width: 100%;
	height: auto;
}

.priceArea02 ul li {
	display: flex;
	justify-content: center;
	align-items: center;
}
.priceArea02 ul li:first-child {
	width: 31%;
	margin: 0;
	padding: 0;
}
.priceArea02 ul li:last-child {
	width: 65.5%;
	margin: 0;
	padding: 0;
	border-radius: 6px;
}
.priceArea02 ul li:last-child {
	background: #e7eff1 url(../images/price_photo.jpg)   ;
    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) {
.priceArea02 ul li:last-child {
	background: #e7eff1 url(../images/price_photo@2x.jpg)  ;
    background-size: cover;

}
}
.priceBox {
	width: 100%;
	display: flex;
	align-items: center;
}
.priceBox p {
	font-size: 20px;
	margin: 0 0 0 20px;
}

@media all and (min-width: 768px) and (max-width: 960px) {
	.priceArea02 ul li:last-child {
		width: 65.5%;
		margin: 0;
		padding: 0;
		border-radius: 6px;
	}
	.priceArea02 ul li:last-child {

    }
	@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) {
	.priceArea02 ul li:last-child {


    }
	}
	.priceBox p {
		font-size: 18px;
		margin: 0 0 0 20px;
	}
}

@media all and (max-width: 767px) {
	.priceArea ul ,
	.priceArea02 ul {
		justify-content: center;
		flex-wrap: wrap;
	}
	.priceArea ul li {
		width: 100%;
		text-align: center;
		margin: 0 auto 1em auto;
	}
	.priceArea02 ul li:first-child {
		width: 100%;
		margin: 0 auto 1em auto;
		padding: 0;
	}
	.priceArea02 ul li:last-child {
		width: 100%;
		margin: 0;
		padding: 0;
		border-radius: 6px;
	}
	.priceArea02 ul li:last-child {
	}
	@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) {
	.priceArea02 ul li:last-child {
		}
	}
	.priceBox p {
		font-size: 16px;
		margin: 2em 1em;
	}
}

@media all and (max-width: 450px) {
	.priceArea02 ul li:last-child {
	}
	@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) {
	.priceArea02 ul li:last-child {
		}
	}
	.priceBox p {
		font-size: 16px;
		margin: 1em 1em 2em 1em;
	}
}

/* --------------------------------------------
 *                   paymentArea
 * -------------------------------------------- */

.paymentArea {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.paymentArea img {
	max-width: 736px;
	width: 100%;
	height: auto;
}

/* --------------------------------------------
 *                   voiceArea
 * -------------------------------------------- */

.voiceArea ul {
	margin: 0;
	padding: 0;
}
.voiceArea ul li {
	width: 100%;
	margin: 0 0 1.5em 0;
	background: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.voiceArea ul li:last-child {
	margin: 0;
}

.resolvedIssue {
	padding: 5px 10px;
	margin: -5px auto 8px -5px;
	display: inline-block;
	background:#006fcd;
	color: #fff;
	font-weight: bold;
}

.voiceBox {
	display: flex;
	margin: 0;
	padding:  30px;
}
.voiceTextBox {
	flex: 1 0 0%;
}
.voiceTitle {
	margin: 0 0 8px;
	padding: 0;
}
.voiceTitle p {
	font-size: 14px;
}
.voiceTitle h4 {
	font-weight: bold;
	font-size: 19px;
	color: #0088df;
}
.voiceText {
	margin: 0;
	padding: 0;
}
.voiceText p {
	margin: 0;
	padding: 0;
}
.voiceImg {
	width: 384px;
	margin: 0;
	padding: 0 0 0 20px;
}
.voiceImg img {
	max-width: 384px;
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

@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;
	}
	.voiceTitle h4 {
		font-size: 18px;
	}
	.voiceImg {
		width: 100%;
		text-align: center;
		margin: 1em auto 0 auto;
		padding: 0;
	}
	.voiceImg img {

	}
}

/* --------------------------------------------
 *                     mapArea
 * -------------------------------------------- */

.mapArea {
	display: flex;
	justify-content: center;
	align-items: center;
}
.mapTextBox ,
.mapImgBox {
	width: 50%;
}
.mapArea {
	background: #4a85bd;
}


.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: 19px;
	margin: 0 0 1em;
}
.mapText02 {
	font-size: 14px;
}

@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;
	}
}

/* --------------------------------------------
 *                     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;
}
.reasonArea .stepArea ul li.stepArow {
	width: auto;
	box-shadow: none;
	margin: 0 5px 0 10px;
	align-items: center;
}

.reasonArea .stepArea ul li {

	margin: 0;

}
.stepArow .iSize {
	font-size: 2.6em;
	color: #0088df;
}
.stepBox {
	padding: 20px 0;
	background: #ececec;
	border-radius: 6px;
}
.stepImgBox {
	width: 100%;
	text-align: center;
	padding: 0.5em;
	box-sizing: border-box;
}
.stepImg {
	margin: 0 0 0.8em 0;
}
.stepImg img {
	max-width: 102px;
	width: 100%;
	height: auto;
}
.stepImgBox h4 {
	min-height: 60px;
	color: #0088df;
	font-size: 19px;
	line-height: 1.4;
	font-weight: bold;
	padding: 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.stepText {
	margin: 0;
	padding: 0 20px;
}

.stepArea li:nth-child(1) .reasonTitleBox {

	background-image: url(../images/step_img01.jpg);

}


.stepArea li:nth-child(3) .reasonTitleBox {

	background-image: url(../images/step_img02.jpg);

}

.stepArea li:nth-child(5) .reasonTitleBox {

	background-image: url(../images/step_img03.jpg);

}

.stepArea li:nth-child(7) .reasonTitleBox {

	background-image: url(../images/reason_img05.jpg);

}

.stepArea li:nth-child(9) .reasonTitleBox {

	background-image: url(../images/step_img05.jpg);

}





@media all and (min-width: 768px) and (max-width: 1000px) {
.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 {

		width: 100%;
		display: block;
		margin: 0 0 2em 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 {
		min-height: initial;
		text-align: left;
		font-size: 18px;
		padding: 0 0 0 1em;
		order: 1;
	}
	.stepImg img {
		max-width: 70px;
	}
	.stepText {
		padding: 0.5em 1em 0 1em;
	}
}

/* --------------------------------------------
 *                     qandaArea
 * -------------------------------------------- */

.bgQa {
	background: #d4effd;
}
#faqArea {
	width: 100%;
	margin: 0;
	padding: 0;
}
.qaText span {
	color: #ed0000;
	font-weight: bold;
}
.qaTextBox {
	display: flex;
}
.qaTextBox p.qaCircle {
	width: 30px;
	min-width: 30px;
}
.qaTextBox p.qaText {
	line-height: 1.5;
	flex: 1 0 0%;
}
.qaTextSp {
}
.qaTextBox p.qaCircle span {
	font-family: 'Quicksand', sans-serif;
	color: #fff;
	font-weight: bold;
	line-height: 16px;
	padding: 3px 1px 0 1px;
	text-align: center;
	height: 19px;
	width: 20px;
	display: block;
	border-radius: 50%;
}
.qaTextBox p.qBg span {
	background: #009ae9;
}
.qaTextBox p.aBg span {
	background: #df5d9c;
}

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

}

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	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;
	margin: 0;
	background: #fff;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	background: #fff;
	border-top: 1px dashed #ddd;
}
.cp_actab .cp_actab-content p {
	margin-bottom: .5em;
}

.cp_actab .cp_actab-content p:last-child {
	margin-bottom: 0;
}



/* --------------------------------------------
*                    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;
	}
}

/*--- table01 ----------------------------------------------------------------- */

.table01 {
	width: 80%;
	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%;
	}
}

/*--- mail.php ----------------------------------------------------------------- */

p.error_messe {
	text-align: center;
	color: #c60000;
	margin: 0 0 10px 0;
}



@media all and (min-width: 961px) and (max-width: 1280px) {
	#mainVisualArea {
		background-color: #b1edfa;
		background-image:
				url("../images/mv_ok.png"),
				url("../images/mv_bg.jpg");
		background-repeat:
				no-repeat,
				no-repeat;
		background-position:
				right -100px bottom 0px,
				center bottom;
		background-size:
				523px 500px,
		cover
	}

	.bgGo::before {

		background: url(../images/mv_ok.png) no-repeat right -100px top 10px;

	}


	@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: #b1edfa;
			background-image:
					url("../images/mv_ok@2x.png"),
					url("../images/mv_bg@2x.jpg");
			background-repeat:
					no-repeat,
					no-repeat;
			background-position:
					right -20px bottom 0px,
					center bottom;
			background-size:
					523px 500px,
					1400px 580px;
		}
	}
}

@media all and (min-width: 901px) and (max-width: 960px) {
	#mainVisualArea {
		background-color: #b1edfa;
		background-image:
				url("../images/mv_ok.png"),
				url("../images/mv_bg.jpg");
		background-repeat:
				no-repeat,
				no-repeat;
		background-position:
				right -150px bottom 0px,
				center bottom;
		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) {
		#mainVisualArea {
			background-color: #b1edfa;
			background-image:
					url("../images/mv_ok@2x.png"),
					url("../images/mv_bg@2x.jpg");
			background-repeat:
					no-repeat,
					no-repeat;
			background-position:
					right -40px bottom 0px,
					center bottom;
			background-size:
					300px auto,
					1400px 580px;
		}
	}
	#mainVisualIn {
		width: 100%;
		padding: 0 1em;
		box-sizing: border-box;
	}
	.mainVisualTitle {
		margin: 0 0 0 1em;
		padding: 23px 0 0 0;
	}
	.mainVisual3 {
		margin: 5px 0 0 1em;
		padding: 0;
	}
	.mainVisualCard {
		margin: 26px 0 0 1em;
		padding: 0;
	}
}

@media all and (min-width: 768px) and (max-width: 900px) {
	#mainVisualArea {
		background-color: #b1edfa;
		background-image:
				url("../images/mv_ok.png"),
				url("../images/mv_bg.jpg");
		background-repeat:
				no-repeat,
				no-repeat;
		background-position:
				right -40px bottom 0px,
				center bottom;
		background-size:
				400px 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-image:
					url("../images/mv_ok@2x.png"),
					url("../images/mv_bg@2x.jpg");

		}
	}
	#mainVisualIn {
		width: 100%;
		min-height: 480px;
		padding: 0 1em;
		box-sizing: border-box;
	}
	.mainVisualTitle {
		margin: 0 0 0 1em;
		padding: 1em 0 0 0;
	}
	.mainVisualTitle img {
		max-width: 600px;
	}
	.mainVisual3 {
		margin: 5px 0 0 1em;
		padding: 0;
	}
	.mainVisual3 img {
		max-width: 500px;
	}
	.mainVisualCard {
		margin: 1em 0 0 1em;
		padding: 0;
	}
	.mainVisualCard img {
		max-width: 550px;
	}
}

@media all and (max-width: 767px) {
	#mainVisualArea {
		background-color: #b1edfa;
		background-image:
				url("../images/mv_bg_sp.jpg");
		background-repeat:
				no-repeat;
		background-position:
				center bottom;
		background-size:
				cover;
	}
	#mainVisualIn {
		width: 100%;
		min-height: initial;
		padding: 1em;
		box-sizing: border-box;
	}
	.mainVisualTitle {
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}
	.mainVisualTitle img {
		max-width: 600px;
	}
	.mainVisual3 {
		text-align: left;
		margin: 1em auto 0 auto;
	}
	.mainVisual3 img {
		max-width: 90%;
	}
	.mainVisualCard {
		text-align: center;
		margin: 1em auto 0 auto;
	}
	.mainVisualCard img {
		max-width: 600px;
	}


	.cp_actab {
		padding: 0;
	}

}