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

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.c-white-box {
	padding: 70px 100px;
}

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

.mode-pc .g-header .gnav__item--04 a:after {
	width: 100%;
}

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

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

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

@media only screen and (max-width: 767px) {
	.sec-fee__lead {
    font-size: 13px;
		text-align: justify;
		text-justify: inter-ideograph;
	}
}
.sec-fee__lead-small {
  margin-top: 5px;
	text-align: center;
	font-size: 12px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.sec-fee__lead-small {
		text-align: justify;
		text-justify: inter-ideograph;
	}
}

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

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

.sec-fee .fee-list {
	position: relative;
	width: 600px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.sec-fee .fee-list {
		width: auto;
	}
}

.sec-fee .fee-list__item {
	padding-bottom: 10px;
	border-bottom: 4px solid #abcd03;
}

@media only screen and (max-width: 767px) {
	.sec-fee .fee-list__item {
		border-bottom: 3px solid #abcd03;
	}
}

.sec-fee .fee-list__item + .fee-list__item {
	margin-top: 30px;
}

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

.sec-fee .fee-list__body {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sec-fee .fee-list__body span {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.sec-fee .fee-list__body span:first-of-type {
		min-width: 120px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-fee .fee-list__body span:first-of-type {
		min-width: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-fee .fee-list__body span:first-of-type.width140 {
		min-width: 140px;
	}
}

.sec-fee .fee-list__hdg {
	font-size: 15px;
	font-weight: 600;
}

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

@media only screen and (max-width: 374px) {
	.sec-fee .fee-list__hdg {
		font-size: 9px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-fee .fee-list__price-wrap {
		text-align: right;
	}
}

.sec-fee .fee-list__price {
	color: #abcd03;
	font-size: 15px;
	font-weight: 600;
}

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

@media only screen and (max-width: 374px) {
	.sec-fee .fee-list__price {
		font-size: 9px;
	}
}

.sec-fee .fee-list__price-tax {
  display: block;
	color: #abcd03;
	font-size: 13px;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.sec-fee .fee-list__price-tax {
		font-size: 10px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-fee .fee-list__price-tax {
		font-size: 9px;
	}
}

.sec-fee .fee-list__txt {
	margin-top: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	.sec-fee .fee-list__txt {
		margin-top: 8px;
		font-size: 11px;
	}
}
/*--------------------------------------------------------------------------
   sec-deduction
---------------------------------------------------------------------------*/
.sec-deduction {
	margin-top: 100px;
}

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

.sec-deduction .c-white-box__lead {
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.sec-deduction .c-white-box__lead {
		margin-bottom: 25px;
	}
}

.sec-deduction__sub-hdg {
	margin-top: 30px;
}

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

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

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

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

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

.sec-application__sub-hdg {
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
}

.sec-application__list {
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

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

.sec-application__item {
	width: 50%;
	margin-top: 8px;
}

@media only screen and (max-width: 767px) {
	.sec-application__item {
		width: auto;
	}
}
