@charset "UTF-8";

.spTop20 { padding: 20px 0 0 0; }
.spTopBtm5 { padding: 5px 0; }
.spTopBtm50 { padding: 50px 0; }
.spTopBtm { padding: 70px 0 100px 0; }

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

.textLink a:link { color: #fff;text-decoration: underline; }
.textLink a:visited { color: #fff;text-decoration: underline; }
.textLink a:active { color: #fff;text-decoration: underline; }
.textLink a:hover { color: #fff;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 (max-width: 767px) {
	.spTop20 { padding: 1em 0 0 0; }
	.spTopBtm50 { padding: 1.5em 0; }
	.spTopBtm { padding: 1.5em 0 1.5em 0; }
	.spCenter { text-align: center; }
	.textCenterTo { text-align: left; }
	.font20 { font-size: 16px; }
	.font24 { font-size: 18px; }
}

.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: #fff;
	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: 360px;
	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: 180px;
	width: 100%;
	height: auto;
}
.headerBtn02 img {
	max-width: 380px;
	width: 100%;
	height: auto;
	background: -moz-linear-gradient(top, #ffa200, #ff5a00);
	background: -webkit-linear-gradient(top, #ffa200, #ff5a00);
	background: linear-gradient(to bottom, #ffa200, #ff5a00);
}

.headerBtn02 .tel{position: relative;}
.headerBtn02 .nbr{font-weight: 900;font-size: 28px;position: absolute;bottom: -6px;right: 12px;color: #fff;z-index: 2;}
.btnTel .tel{position: relative;}
.btnTel .nbr{font-weight: 900;font-size: 44px;position: absolute;bottom: -6px;right: 9px;color: #fff;z-index: 2;}
.footerTel .tel{position: relative;}
.footerTel .nbr{font-weight: 900;font-size: 8.5vw;position: absolute;bottom: 11vw;right: 5vw;color: #fff;z-index: 7;}

@media all and (min-width: 768px) and (max-width: 1000px) {
#headerArea {
	width: 100%;
	height: auto;
	padding: 0 0 0.5em 0;
	}
.headerBtn ul {
	margin: 0 0 0 1em;
	}
	.headerBtn02 .nbr{font-size: 3vw;right: 2vw;}
}

@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 {
		max-width: 220px;
	}
	.headerBtn ul {
		display: block;
	}
	.headerBtn ul li {
		margin: 0 0 0 1em;
	}
	.headerBtn01 img {
		max-width: 100px;
		margin: 0;
	}
	.headerBtn02 {
		display: none;
	}
	.btnTel .nbr{font-size: 6.5vw;right: 4vw;}
}

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

#mainVisualArea {
	width: 100%;
	background: #efede2 url("../images/mv_bg.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) {
#mainVisualArea {
	background: #efede2 url("../images/mv_bg@2x.jpg") no-repeat center;
	background-size: cover;
	}
}
#mainVisualIn {
	width: 1000px;
	min-height: 620px;
	margin: 0 auto;
	padding: 0;
}
.mainVisualTitle {
	margin: 0 0 0 77px;
	padding: 0;
}
.mainVisualTitle img {
	max-width: 888px;
	width: 100%;
	height: auto;
}

@media all and (min-width: 768px) and (max-width: 1000px) {
	#mainVisualIn {
		width: 100%;
		min-height: initial;
		padding: 0 1em;
		box-sizing: border-box;
	}
	.mainVisualTitle {
		margin: 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;
	}
}

/* --------------------------------------------
 *                    nym
 * -------------------------------------------- */
.nym{padding: 40px 0;background: url(../images/nym_bg.png);}
.nym .subTitle01{margin: 0 auto 1.5em auto;}
.nym .subTitle01 h3 span{color: #e30a0a;}
.nym ul{display: flex;justify-content: space-between;}
.nym li{width: 23%;font-size: 90%;padding: 5px;background: #fff;border: 1px solid #ddd;}
.nym .ti{font-size: 110%; text-align: center;font-weight: bold;margin: 5px 0;color: #e30a0a;padding: 5px 0;border-top: 1px solid #077E13;border-bottom: 1px solid #077E13;}
@media all and (min-width: 768px) and (max-width: 1000px) {

}
@media all and (max-width: 767px) {
.nym ul{display: block;}
.nym li{width: 96%;margin: 0 auto 10px;overflow: hidden;}
.nym .img{float: left;width: 45%;margin: 5px 0 0;}
.nym .txt{float: right;width: 53%;}
.nym .ti{text-align: left;font-size: 130%;}
}

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

.conBox {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.conBox02 {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

@media all and (min-width: 768px) and (max-width: 1000px) {
	.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: #f0f0f0; }
.bgColor { background: #139F21; }
.bgBlue { background: #abedec; }
.bgGreen { background: #139f21; }

.bgGrade {
	background: -moz-linear-gradient(left, #ceffd7, #ddedff);
	background: -webkit-linear-gradient(left, #ceffd7, #ddedff);
	background: linear-gradient(to right, #ceffd7, #ddedff);
}

/* --------------------------------------------
 *                   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;
	margin: 0 auto 3.5em auto;
}
.titleIcon {
	margin: 0 0 1.2em 0;
	padding: 0;
}
.titleIcon img {
	max-width: 96px;
	width: 100%;
	height: auto;
}
.subTitle01 h3 {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.4;
	color: #077E13;
	margin: 0;
	padding: 0;
}

@media all and (max-width: 767px) {
	.subTitle01 {
		margin: 0 0 1.8em 0;
	}
	.titleIcon {
		margin: 0 0 .5em 0;
		padding: 0;
	}
	.titleIcon img {
		max-width: 40px;
	}
	.subTitle01 h3 {
		font-size: 24px;
	}
}

/*--- subTitle02 ----------------------------------------------------------------- */

.subTitle02 {
	text-align: center;
	margin: 0 auto 1em auto;
}
.subTitle02 h3 {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.4;
	color: #133a74;
	margin: 0 0 1em 0;
	padding: 0;
}

@media all and (max-width: 767px) {
	.subTitle02 h3 {
		font-size: 24px;
		margin: 0 0 .5em 0;
	}
}

/* --------------------------------------------
 *                      goArea
 * -------------------------------------------- */
.bgGo {
	background: url(../images/go_bg.jpg) no-repeat center 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) {
.bgGo {
	background: url(../images/go_bg@2x.jpg) no-repeat center top;
	background-size: cover;
	}
}

.bgGoWoman {
	background: url(../images/go_bg_woman.png) no-repeat right bottom;
	background-size: 316px 416px;
}
@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/go_bg_woman@2x.png) no-repeat right bottom;
	background-size: 246px 416px;
	}
}

.goTitle {
	margin: 0;
	padding: 32px 0 18px 0;
}
.goTitle img {
	max-width: 762px;
	width: 100%;
	height: auto;
}

@media all and (min-width: 768px) and (max-width: 1000px) {
	.bgGoWoman {
		background: url(../images/go_bg_woman.png) no-repeat right -50px bottom;
		background-size: 246px 416px;
	}
	@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/go_bg_woman@2x.png) no-repeat right -50px bottom;
		background-size: 246px 416px;
		}
	}
	.goTitle {
		max-width: 88%;
	}
}

@media all and (max-width: 767px) {
	.bgGoWoman {
		background: none;
	}
	.goTitle {
		text-align: center;
		margin: 0 auto;
		padding: 1.5em 0 1em 0;
	}
	.goTitle img {
		text-align: center;
		margin: 0 auto;
	}
}

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

.goBtnArea {
	margin: 0;
	padding: 0 0 40px 10px;
}
.goBtnBox {
}
.btnTel {
	margin: 0;
	padding: 0;
}
.btnTel img {
	max-width: 600px;
	width: 100%;
	height: auto;
	background: -moz-linear-gradient(top, #ffa200, #ff5a00);
	background: -webkit-linear-gradient(top, #ffa200, #ff5a00);
	background: linear-gradient(to bottom, #ffa200, #ff5a00);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

@media all and (min-width: 768px) and (max-width: 1000px) {
	.goBtnArea {
		text-align: center;
		margin: 0 auto;
		padding: 0 0 40px 0;
	}
}

@media all and (max-width: 767px) {
	.goBtnArea {
		text-align: center;
		margin: 0 auto;
		padding: 0 0 1.5em 0;
	}
}

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

.campaignArea {
	margin: 0;
	padding: 0;
}
.campaignArea img {
	max-width: 1000px;
	width: 100%;
	height: auto;
}

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

.reasonArea ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.reasonArea ul li {
	width: 184px;
	margin: 0;
	display: flex;
	justify-content: center;
}
.reasonBox {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
.reasonImg {
	text-align: center;
	margin: 0 auto;
	padding: 0 0 1em 0;
}
.reasonImg img {
	max-width: 76px;
	width: 100%;
	height: auto;
}
.reasonTitle {
	margin: 0;
	padding: 1em 0;
	border-top: 1px solid #077E13;
	border-bottom: 1px solid #077E13;
}
.reasonTitle h4 {
	font-weight: bold;
	font-size: 19px;
	line-height: 1.4;
	text-align: center;
	color: #077E13;
}
.reasonText {
	text-align: left;
	margin: 0;
	padding: 0;
}
.reasonText p {
	padding: 1em 0;
}
.reasonLabel {
	min-height: 100px;
	text-align: center;
	color: #fff;
	margin-top: auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reasonLabel {
	background: url(../images/reason_label_bg.png) no-repeat center bottom;
	background-size: cover;
}
.reasonLabel p {
	font-size: 16px;
	line-height: 1.4;
	padding: 0 .2em .5em .2em;
}


@media all and (min-width: 768px) and (max-width: 1000px) {
	.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 1.5em 0;
		border-top: 1px solid #00abb6;
	}
	.reasonArea ul li:last-child {
		margin: 0;
	}
	.reasonBox {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.reasonImg {
		width: 20%;
		padding: .5em 0;
		box-sizing: border-box;
	}
	.reasonImg img {
		max-width: 50px;
	}
	.reasonTitle {
		width: 80%;
		padding: 0;
		border-top: none;
		border-bottom: none;
		box-sizing: border-box;
	}
	.reasonTitle h4 {
		font-size: 18px;
		text-align: left;
		padding: 0 0 0 .5em;
	}
	.reasonText {
		width: 100%;
		background: #f3f3f3;
		border-top: 1px solid #b8c4d5;
	}
	.reasonText p {
		padding: 1em;
	}
	.reasonLabel {
		width: 100%;
		min-height: initial;
		margin: 0;
		background: #00abb6;
		border-radius: 0 0 6px 6px;
	}
	.reasonLabel p {
		font-size: 16px;
		line-height: 1.4;
		padding: 1em;
	}
}

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

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

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

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

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

.priceArea ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 2em 0 0 0;
}
.priceArea ul li {
	width: 320px;
	margin: 0 0 3.5em 0;
	padding: 0;
}
.priceArea ul li:last-child {
	width: 650px;
	display: flex;
}
.priceBox {
	max-width: 312px;
	border: 4px solid #ddd;
	position: relative;
}
.priceTitleBox {
	width: 98%;
	position: absolute;
	top: -36px;
	left: 1%;
	background: #077E13;
	border-radius: 100px;
}

.priceTitle {
	margin: 0;
	padding: 0;
	
}
.priceTitle h4 {
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1.6;
	margin: 0;
	padding: .8em .2em .5em .2em;
}
.priceTitle h4 span {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff000;
}
.priceImg {
	margin: 0;
	padding: 0;
}
.priceImg img {
	max-width: 350px;
	width: 100%;
	height: auto;
}
.priceText {
	text-align: center;
	margin: 0;
	padding: 1em .3em .8em .3em;
}
.priceText01 {
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.priceText02 {
	color: #ff4800;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.priceText02 span {
	font-weight: normal;
	font-size: 2.2em;
	font-family: 'Anton', sans-serif;
}
.priceArrow {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.priceArrow .iSize {
	font-size: 2em;
	color: #000;
}

.priceLastBox {
	width: 100%;
	padding: 0;
	display: flex;
	align-items: center;
}
.priceLastBoxText {
	width: 70%;
}
.priceLastBoxText p {
	font-size: 20px;
	padding: 0 20px 0 0;
}
.priceLastBoxText p small{font-size: 65%;line-height: 1.6em;}
.priceLastBoxImg {
	width: 30%;
}
.priceLastBoxImg img {
	max-width: 230px;
	width: 100%;
	height: auto;
}

@media all and (min-width: 768px) and (max-width: 1000px) {
	.priceArea ul li {
		width: 32%;
	}
	.priceArea ul li:last-child {
		width: 66%;
	}
}

@media all and (max-width: 767px) {
	.priceArea ul {
		justify-content: center;
	}
	.priceArea ul li {
		width: 100%;
		margin: 0 0 3.5em 0;
	}
	.priceArea ul li:last-child {
		width: 100%;
		margin: 0;
	}
	.priceBox {
		max-width: 100%;
	}
	.priceImg img {
		max-width: 100%;
	}
	.priceLastBox {
		flex-wrap: wrap;
	}
	.priceLastBoxText {
		width: 100%;
		order: 2;
	}
	.priceLastBoxText p {
		font-size: 16px;
		padding: 0;
	}
	.priceLastBoxImg {
		width: 100%;
		text-align: center;
		margin: 0 auto .5em auto;
		order: 1;
	}
	.priceLastBoxImg img {
		max-width: 80px;
	}
}

/* --------------------------------------------
 *                 payArea
 * -------------------------------------------- */

.payArea {
	display: flex;
	margin: 0;
	padding: 0;
}
.payText {
	width: 50%;
	background: #00abb6;
}
.payText p {
	color: #fff;
	margin: 0;
	padding: 1.5em;
	display: flex;
	align-items: center;
}
.payImg {
	width: 50%;
	padding: 1em;
	background: #fff;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.payImg img {
	max-width: 426px;
	width: 100%;
	height: auto;
}

@media all and (max-width: 767px) {
	.payArea {
		flex-wrap: wrap;
	}
	.payText {
		width: 100%;
	}
	.payImg {
		width: 100%;
	}
}


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

.mapArea {
	display: flex;
}
.mapTextBox ,
.mapImgBox {
	width: 50%;
}
.mapTextBox {
	margin: 0;
	padding: 1em;
	background: #077E13;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.mapTextBox .subTitle02 h3{color: #FFF000;}
.mapText01 {
	font-size: 22px;
	margin: 0;
}
.mapText02 {
	font-size: 18px;
}
.mapImgBox {
	background: #00abb6;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mapImgBox img {
	max-width: 500px;
	width: 100%;
	height: auto;
}

@media all and (max-width: 767px) {
	.mapArea {
		flex-wrap: wrap;
	}
	.mapTextBox ,
	.mapImgBox {
		width: 100%;
	}
	.mapTextBox {
		padding: 1.5em .5em 0 .5em;
	}
	.mapImgBox {
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}
	.mapText01 {
		font-size: 18px;
	}
	.mapText02 {
		font-size: 14px;
	}
	.mapImgBox img {
		max-width: 100%;
	}
}

/* --------------------------------------------
 *                 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: 184px;
}
.stepArea ul li.stepArow {
	margin: 0 0.2em 0 0.5em;
	align-items: center;
}
.stepArow .iSize {
	font-size: 2.6em;
	color: #0F9D58;
}
.stepBox {
	padding: 1em 0;
	background: #fff;
}
.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: 90px;
	width: 100%;
	height: auto;
}
.stepImgBox h4 {
	min-height: 60px;
	color: #0F9D58;
	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 1em;
}

@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.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 1em 0 1em;
		order: 2;
	}
	.stepImgBox h4 {
		text-align: left;
		font-size: 18px;
		padding: 0 0 0 1em;
		order: 1;
	}
	.stepImg img {
		max-width: 50px;
	}
	.stepText {
		padding: 0.5em 1em 0 1em;
	}
}

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

#faqArea {
	width: 100%;
	margin: 0;
	padding: 0;
}
.qaText span {
	color: #ff4800;
	font-weight: bold;
}
.qaTextBox {
	display: flex;
	background-color: #f0f0f0;
}
.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: 'Questrial', 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: #0F9D58;
}
.qaTextBox p.aBg span {
	background: #00abb6;
}

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

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