@charset "utf-8";
/*------------------------------------------------------------
	fee
------------------------------------------------------------*/
#main .fee {
	margin-bottom: 12.1rem;
}
#main .fee .headLine02 {
	margin-bottom: 5rem;
}
#main .fee .text {
	margin-bottom: 15rem;
	line-height: 2;
}
#main .fee .methodBox {
	margin-bottom: 8.4rem;
	padding-bottom: 3.6rem;
	position: relative;
	border-top: 0.4rem dotted #EE813B;
	border-bottom: 0.4rem dotted #EE813B;
}
#main .fee .methodBox::after {
	position: absolute;
	top: -3.2rem;
	left: 1rem;
	content: "";
	z-index: 1;
	width: 23rem;
	height: 20.1rem;
	background: url(../img/fee/fee_img01.png) no-repeat left top / 100%;
}
#main .fee .methodBox h4 {
	padding: 0.8rem 4.5rem 1.1rem;
	margin: -3.7rem auto 2.3rem;
	width: fit-content;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 900;
	color: #EE813B;
	background-color: #fff;
	border: 0.4rem solid #EE813B;
	border-radius: 3.5rem;
}
#main .fee .methodBox .info {
	margin-bottom: 1.3rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.77;
}
#main .fee .methodBox .color {
	text-align: center;
	color: #EE813B;
	font-size: 3.6rem;
	font-weight: 900;
}
#main .fee .image {
	margin-right: -3.5rem;
}
#main .faq {
	margin: 10.5rem 0;
}
#main .faq dl:not(:last-child) {
	margin-bottom: 4.3rem;
}
#main .faq dt {
	margin-bottom: 2rem;
	padding: 1.6rem 2rem 1.9rem 8rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.75;
	background: #EE813B url(../img/fee/faq_img01.png) no-repeat left 1rem top 1rem / 5rem;
	border-radius: 1rem;
}
#main .faq dd {
	line-height: 2;
}
@media all and (min-width: 897px) and (max-width: 1360px) {
	.headLine01 .jp {
		font-size: 4rem;
	}
}
@media all and (max-width: 896px) {
	#main .fee {
		margin-bottom: 5rem;
	}
	#main .fee .text {
		margin-bottom: 5rem;
	}
	#main .fee .methodBox {
		margin-bottom: 2rem;
		padding-bottom: 8rem;
		border-width: 0.2rem;
	}
	#main .fee .methodBox::after {
		top: auto;
		bottom: 0;
		left: auto;
		right: 0;
		width: 8rem;
		height: 7.5rem;
	}
	#main .fee .methodBox h4 {
		padding: 0.8rem 2rem;
		margin-top: -2rem;
		font-size: 1.4rem;
		border-width: 0.2rem;
	}
	#main .fee .methodBox .info {
		font-size: 1.4rem;
	}
	#main .fee .methodBox .color {
		font-size: 1.8rem;
	}
	#main .fee .sub {
		padding-right: 2rem;
		margin-right: -2rem;
		overflow: auto;
	}
	#main .fee .image {
		margin: 0 auto;
		width: 66rem;
	}
	#main .faq {
		margin: 5rem 0;
	}
	#main .faq dl:not(:last-child) {
		margin-bottom: 3rem;
	}
	#main .faq dt {
		margin-bottom: 1rem;
		padding: 0.9rem 1rem 0.9rem 5rem;
		font-size: 1.6rem;
		background-size: 3rem auto;
	}
	#main .faq dd {
		line-height: 2;
	}
}