/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.mode-pc .g-header .gnav__item--03 a:after {
	width: 100%;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
.sec-nav {
	margin-top: 100px;
}

@media only screen and (max-width: 767px) {
	.sec-nav {
		margin-top: 50px;
	}
}

/*--------------------------------------------------------------------------
   sec-mft
---------------------------------------------------------------------------*/
.sec-mft {
	margin-top: 90px;
}

@media only screen and (max-width: 767px) {
	.sec-mft {
		margin-top: 50px;
	}
}

.sec-mft .c-white-box {
	margin-top: 40px;
	padding: 60px 100px;
}

@media only screen and (max-width: 767px) {
	.sec-mft .c-white-box {
		margin-top: 20px;
		padding: 30px 20px;
	}
}

.sec-mft__hdg {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.sec-mft__hdg {
		font-size: 13px;
	}
}

.sec-mft__txt {
	margin-top: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 13px;
}

@media only screen and (max-width: 767px) {
	.sec-mft__txt {
		margin-top: 15px;
		font-size: 12px;
		line-height: 1.9;
	}
}
