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

   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-heading
---------------------------------------------------------------------------*/
.sec-heading {
	margin: 40px 0;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sec-heading {
		margin: 30px 0 20px;
	}
}

.sec-heading__hdg {
	padding-top: 40px;
	font-size: 16px;
	font-weight: 600;
}

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

.sec-heading__hdg span {
	display: inline-block;
	position: relative;
	padding-left: 195px;
}

@media only screen and (max-width: 767px) {
	.sec-heading__hdg span {
		padding: 65px 0 0;
	}
}

.sec-heading__hdg span::before {
	position: absolute;
	top: -40px;
	left: 0;
	width: 160px;
	height: 106px;
	background: url('../../../img/common/ico_adults.svg') no-repeat;
	background-size: 160px 106px;
	content: '';
}

@media only screen and (max-width: 767px) {
	.sec-heading__hdg span::before {
		top: 0;
		left: calc(50% - 40px);
		width: 80px;
		height: 53px;
		background: url('../../../img/common/ico_adults.svg') no-repeat;
		background-size: 80px 53px;
	}
}

/*--------------------------------------------------------------------------
   sec-flow
---------------------------------------------------------------------------*/
.sec-flow {
	padding-top: 30px;
}

@media only screen and (max-width: 767px) {
	.sec-flow {
		padding-top: 0;
	}
}

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

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

.sec-fee__hdg {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}

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

.sec-fee .m-fee-list {
	margin-top: 20px;
}
.m-fee-list__price-tax {
    font-size: 13px;
	}
@media only screen and (max-width: 767px) {
	.m-fee-list__price-tax {
    display: block;
    font-size: 10px;
	}
  .m-fee-list__price-wrap {
    text-align: right;
  }
}

/*--------------------------------------------------------------------------
   sec-qa
---------------------------------------------------------------------------*/
.sec-qa {
	margin-top: 80px;
}

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

.sec-qa.c-white-box {
	padding: 70px 100px;
}

@media only screen and (max-width: 767px) {
	.sec-qa.c-white-box {
		padding: 30px 25px;
	}
}

.sec-qa__hdg {
	padding-bottom: 15px;
	font-size: 18px;
	letter-spacing: .3em;
}

@media only screen and (max-width: 767px) {
	.sec-qa__hdg {
		padding-bottom: 10px;
		font-size: 15px;
	}
}

.sec-qa__list {
	margin-top: 40px;
}

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

.sec-qa__question {
	font-size: 13px;
	font-weight: 600;
}

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

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

.sec-qa__answer + .sec-qa__question {
	margin-top: 45px;
}

@media only screen and (max-width: 767px) {
	.sec-qa__answer + .sec-qa__question {
		margin-top: 30px;
	}
}
