@charset 'UTF-8';
/*==========================================================================

   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 20px;
	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: 165px;
}

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

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

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

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

@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-start
---------------------------------------------------------------------------*/
.sec-start {
	margin-top: 80px;
	padding-right: 100px;
	padding-left: 100px;
}

@media only screen and (max-width: 767px) {
	.sec-start {
		margin-top: 50px;
		padding-right: 20px;
		padding-left: 20px;
	}
}

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

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

.sec-start .c-white-box__lead {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.sec-start .c-white-box__lead {
		margin-top: 20px;
	}
}

.sec-start__sub-hdg {
	margin-top: 35px;
}

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

.sec-start__list {
	margin-top: 20px;
	font-size: 13px;
}

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

.sec-start__list li {
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.sec-start__list li::before {
	margin-right: 4px;
	content: '・';
}

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

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

.sec-start .symptoms {
	margin-top: 30px;
	padding: 25px 20px 28px 90px;
	background-color: #fcf7ec;
}

@media only screen and (max-width: 767px) {
	.sec-start .symptoms {
		margin-top: 20px;
		padding: 25px 20px;
	}
}

.sec-start .symptoms__hdg {
	font-size: 12px;
}

.sec-start .symptoms__list {
	margin-top: 15px;
	font-size: 13px;
}

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

.sec-start .symptoms__list li {
	position: relative;
}

.sec-start .symptoms__list li::before {
	margin-right: 4px;
	content: '・';
}

.sec-start .symptoms__txt {
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 13px;
}

@media only screen and (max-width: 767px) {
	.sec-start .symptoms__txt {
		margin-top: 5px;
		font-size: 12px;
	}
}
.nomargintop {
  margin-top: 0;
}

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