@charset "utf-8";
/* ======================================================
	style
====================================================== */
.fee_pagemenu {
	display: flex;
	justify-content: space-between;
	max-width: 1240px;
	margin: 0 auto 20px;
}
.fee_pagemenu:last-child {
	margin-bottom: 50px;
}
.fee_pagemenu li {
	width: 24%;
	text-align: center;
}
.fee_pagemenu li > span, .fee_pagemenu li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	box-sizing: border-box;
	font-weight: bold;
	position: relative;
	font-size: 2.2rem;
	line-height: 1.2;
	overflow: visible;
}
.fee_pagemenu li > span {
	background-color: #43ABD6;
	color: #fff;
	z-index: 2;
}
.fee_pagemenu li > a {
	background-color: #fff;
	color: #43ABD6;
	border: 1px solid #43ABD6;
	overflow: inherit;
	z-index: 1;
}
.fee_pagemenu li > a:hover {
	opacity: 1;
	background-color: #43ABD6;
	color: #fff;
	z-index: 3;
}
/* price_block */
.price_block {
	box-sizing: border-box;
	max-width: 590px;
	margin: 50px auto 0;
	padding: 40px;
	border: 6px solid #DBDFE2;
	text-align: center;
	position: relative;
	line-height: 1;
}
.price_block_ttl {
	margin-bottom: 20px;
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1;
}
.price_block_num {
	font-weight: bold;
	font-size: 2.4rem;
	color: #ED7A9B;
	margin-bottom: 5px;
}
.price_block_num span {
	font-size: 4.8rem;
}
.price_block_at {
	font-size: 1.2rem;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.fee_ttl_01 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}
.fee_txt_01 {
	margin-bottom: 20px;
	text-align: center;
}
.item_block_01 {
	background-color: #b7b5b520;
	border-radius: 10px;
	padding: 40px 20px 20px;
	margin-bottom: 20px;
}
.item_list {
	display: flex;
}
.item_box {
	flex: auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 20px 10px;
}
.item_box_img {
	margin-bottom: 10px;
}
.item_box_txt {
	line-height: 1.6;
	color: #3C4144;
}
.item_box_txt_01 {
	font-weight: bold;
}
.item_box_txt_02 span {
	font-weight: bold;
	font-size: 2.2rem;
	letter-spacing: 1px;
}
.item_box_txt_02 span span {
	display: inline-block;
	margin-left: .1em;
	font-size: 3rem;
}
.item_box_txt_03 span {
	color: #B7B5B5;
}
.item_box_txt_04 {
	font-weight: bold;
	font-size: 2.4rem;
	border-bottom: 1px solid #707070;
}
.fee_sec_04 {
	background: url(../img/common/bg_01.png) 0 0 repeat;
	background-size: 12px auto;
	padding: 6% 0;
	margin-bottom: 0;
}
.option_block_01 {
	padding: 3%;
	border-radius: 20px;
}
.option_box_img {
	margin-bottom: 15px;
}
.option_box_txt_01 {
	font-size: 2.4rem;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #707070;
}
.option_box_txt_02 span {
	font-size: 3rem;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 10px;
}
.fee_sec_05 {
	background: url(../img/common/bg_02.png) 50% 0 no-repeat;
	background-size: cover;
	background-color: #b2d6fe;
	padding-top: 4%;
	margin-bottom: 6%;
}
.fee_sec_05 .inr {
	padding-bottom: 4%;
}
.bnr_block_01 {
	display: flex;
	justify-content: center;
}
.payment_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
	padding: 3% 5%;
	background-color: #f1f0f0;
}
.payment_box_ttl {
	width: 100%;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.payment_box p {
	width: 100%;
	margin-bottom: 1em;
}
.payment_box li {
	width: 100%;
	text-align: center;
}
.payment_box_card {
	max-width: 250px;
	background-color: #fff;
	padding: 5px;
}
@media screen and (min-width: 801px) {
	.fee_pagemenu li > span::before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 8px;
		border-color: #43ABD6 transparent transparent;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
	.price_block_icn {
		width: 110px;
		position: absolute;
		top: 0;
		right: 0;
		transform: translate(50%, -50%);
	}
	.comparison_block_01 {
		display: flex;
		justify-content: space-between;
	}
	.comparison_block_01_txt {
		width: 45%;
	}
	.comparison_block_01_txt p {
		padding-left: 10px;
	}
	.comparison_block_01_img {
		width: 53%;
	}
	.item_box:not(:last-child) {
		margin-right: 2%;
	}
	.option_block_01 {
		background-color: #fff;
	}
	.option_block_01 {
		display: flex;
		justify-content: space-between;
	}
	.option_box {
		width: calc(94%/3);
	}
	.option_box:not(:last-child) {
		margin-right: 3%;
	}
	.bnr_block_01 li {
		width: 32.5%;
		margin: 0 10px;
	}
	.payment_block_01 {
		display: flex;
		justify-content: space-between;
	}
	.payment_box {
		width: 49%;
	}
	.feature04 .inr {
		padding-bottom: 10%;
	}
	.item_box { 
		flex: 1;
	}
	.item_box_txt_02 {
		line-height: 1.2;
	}
}
@media screen and (max-width: 800px) {
	.fee_pagemenu {
		flex-wrap: wrap;
		margin: 0 5% 20px;
		border-top: 1px solid #43ABD6;
		border-left: 1px solid #43ABD6;
	}
	.fee_pagemenu li {
		width: 50%;
	}
	.fee_pagemenu li > span, .fee_pagemenu li > a {
		font-size: 1.7rem;
		line-height: 1.5;
	}
	.fee_pagemenu li > a {
		border-top: none;
		border-left: none;
	}
	.fee_pagenavi_link ul {
		width: 100%;
		margin: 0;
	}
	.fee_pagenavi_link ul li {
		width: 50%;
	}
	.fee_pagenavi_link ul a {
		width: 100%;
		justify-content: center;
		box-sizing: border-box;
		padding-left: 30px;
		border-radius: 5px;
		text-align: center;
		font-size: 1.6rem;
	}
	.comparison_block_01_txt {
		margin-bottom: 30px;
	}
	.comparison_block_01_img {
		overflow-x: auto;
	}
	.comparison_block_01_img p {
		font-weight: bold;
	}
	.comparison_block_01_img img {
		width: 845px;
		max-width: none;
	}
	.price_block {
		padding: 40px 1% 30px;
	}
	.price_block_icn {
		width: 80px;
		position: absolute;
		top: 0;
		right: -7%;
		transform: translateY(-50%);
	}
	.price_block_num {
		font-size: 2.2rem;
	}
	.price_block_num span {
		font-size: 4.5rem;
	}
	.price_block_at {
		flex-direction: column-reverse;
		justify-items: flex-end;
		text-align: right;
		line-height: 1.5;
	}
	.price_block_at span {
		display: block;
		width: 100%;
	}
	.price_block_at span:last-child {
		font-size: 1.6rem;
	}
	.price_block .btn_area {
		display: block;
	}
	.price_block .btn_area a {
		width: 80%;
		margin: 0 auto 10px;
	}
	.fee_txt_01 {
		text-align: left;
	}
	.item_list {
		display: block;
	}
	.item_box:not(:last-child),
	.option_box:not(:last-child),
	.payment_box:not(:last-child) {
		margin-bottom: 5%;
	}
	.fee_sec_05 {
		background-size: auto 350px;
	}
	.bnr_block_01 {
		flex-wrap: wrap;
	}
	.bnr_block_01 li {
		width: 100%;
		margin-bottom: 10px;
	}
	.option_box_txt_01 {
		font-size: 2.2rem;
	}
	.option_box_txt_02 span {
		font-size: 2.6rem;
	}
	.payment_box {
		padding: 10% 5%;
	}
}
