@charset "UTF-8";
/*
style_fee.css - 料金のご案内
Author: Y.Okubo
Last-update: 2020-03-04
----------------------------------------------------------------- */
/* 
---------------------------------------------------------------------------*/
.wrap_fee_table {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 50px;
}

.txt_sp_scroll {
	width: 90%;
	text-align: center;
	margin: 0 auto 10px;
}

.txt_tbl_fee1_note {
	width: 90%;
	margin: 0 auto;
	text-align: right;
	font-size: 12px;font-size:12rem;
}

.tbl_fee1 {
	min-width: 600px;
	border-right: 1px solid #3B4C8A;
	border-bottom: 1px solid #3B4C8A;
	box-sizing: border-box;
	font-size: 14px;font-size:14rem;
	color: #333;
	border-collapse: collapse;
}

.tbl_fee1 thead {
	color: #FFF;
	background: #A0D1F1;
}

.tbl_fee1 thead tr {
}

.tbl_fee1 th,
.tbl_fee1 td {
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #3B4C8A;
	border-top: 1px solid #3B4C8A;
	box-sizing: border-box;
	padding: 10px;
}

.tbl_fee1 td {
	text-align: left;
}

.txt_price01 {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 20px;font-size: 20rem;
	font-weight: bold;
}

.txt_price02 {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.txt_proce_note01 {
	width: 90%;
	color: #F00;
	margin: 0 auto 10px;
}

.txt_proce_note02 {
	width: 90%;
	margin: 0 auto 50px;
}

.txt_option_ttl{
	width: 90%;
	margin: 0 auto;
	font-size: 16px;font-size: 16rem;
}


@media print,screen and (min-width: 769px) {
	/* 
	---------------------------------------------------------------------------*/
	.wrap_fee_table {
		padding: 0 0 100px;
	}

	.txt_tbl_fee1_note {
		width: 100%;
		max-width: 1000px;
		text-align: right;
		font-size: 14px;font-size:14rem;
	}

	.tbl_fee1 {
		width: 100%;
		font-size: 16px;font-size:16rem;
	}

	.tbl_fee1 td {
		padding: 20px;
	}

	.txt_price01 {
		font-size: 30px;font-size: 30rem;
	}

	.txt_proce_note01 {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 10px;
	}

	.txt_proce_note02 {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 80px;
	}

	.txt_option_ttl {
		width: 100%;
		max-width: 1000px;
		font-size: 18px;font-size: 18rem;
	}
	
}