@charset "UTF-8";
/* CSS Document */

.section_1 {
	width: 100%;
	height: 120px;
	margin-top: 80px;
	float: left;
	text-align: center;
	position: relative;
	color: #000;
	background: #f5f5f2;
}
.section_1_headline_EN {
	font-size: 1.5em;	
}
.section_1_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.section_2 {
	width: 80%;
	height: 100%;
	overflow: hidden;
	color: #000;
	margin: 0 auto;
}
.section_2_inner {
	margin: 20px 40px;
}
.section_2_inner_fee {
	margin: 0px!important;
}
.section_2_box {
	background: #f5f5f2;
	margin: 15px 0!important;
	padding: 0;
	text-align: center;
}
.section_2_box_title {
	text-align: center;
}
.fee_headline_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 12px 0 8px 0;
	line-height: 1.5em;
}
.fee_headline {
	font-size: 18px;
	color: #FFF;
}
.fee_caption_wrap {
	padding: 15px 0 15px 0;
}
.nyukaikin {
	padding-bottom: 10px;
}
.fee_red {
	background: #e79fa3;
}
.fee_blue {
	background: #8b94c3;
}
.fee_green {
	background: #87a997;
}

@media (max-width: 768px) {
	.section_2 {
		width: 100%;
		margin: 0 auto;
	}
	.section_2_inner {
		margin: 20px 0;
	}
	.section_2_box {
		margin: 20px 0!important;
	}
	.section_2_inner_fee {
		margin: -20px 0!important;
	}
}
