/* CSS Document */
@import url("reset.css");
@import url("common.css");
@import url("styles.css");

/* h2
---------------------------------------------------------- */
.h2_hanger.fee::after{ background-image: url(../img/fee/h2_bg.jpg);}


/* Index
---------------------------------------------------------- */
.fee_item{
	padding: 30px 0;
	min-height: 120px;
	border-bottom: 0.7px solid var(--mainColor);
}
.fee_item:last-of-type{ border-bottom: none;}

.fee_item_inner{
	padding: 30px 0;
	flex-wrap: nowrap;
	text-decoration: none;
}

.fee_item_tit{
	width: 30%;
	font-size: 1.2rem;
	font-weight: 700;
}

.fee_item_txt{ width: 68%;}
a.fee_item_inner .fee_item_txt{
	position: relative;
	padding: 0 60px 0 0;
}
a.fee_item_inner .fee_item_txt::before{
	content: '';
	position: absolute;
	z-index: 1;
	top: calc(50% - 15px);
	right: 10px;
	width: 30px;
	height: 30px;
	background: url(../img/arrow1.svg) no-repeat center / contain;
	transition: 0.15s ease-in-out;
}
a.fee_item_inner:hover .fee_item_txt::before{ right: 0px;}

.fee_item_txt strong{ font-size: 1.1rem;}

@media screen and (max-width: 690px){
	.fee_item_inner{
		padding: 10px;
		flex-wrap: wrap;
	}
	.fee_item_tit{
		width: 100%;
		padding: 0 0 10px 0;
	}
	.fee_item_txt{ width: 100%;}
}


/* detail
---------------------------------------------------------- */
.fee_exp table{
	width: 100%;
	margin: 30px 0;
}

.fee_exp table th{
	width: 20%;
	max-width: 200px;
}