<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =====================================
	fee index
===================================== */
a.icon_pdf {
	padding: 5px 26px 5px 0;
	background: url(../../../shared/img/page/icon_pdf.png) right center no-repeat;
	text-decoration: underline;
}
.bg_gray {
	background: #f3f3f3 !important;
}
.bg_pink {
	background: #e9f4f8 !important;
}
.fee .lead {
	margin-bottom: 40px;
}
.fee .cont {
	margin-bottom: 65px;
}
.fee .cont:last-child {
	margin-bottom: 0;
}
.fee .cont .head {
	margin-bottom: 70px;
}
.fee .cont .ttl02 {
	margin-bottom: 20px;
}
.fee .cont .p_cont {
	margin-bottom: 70px;
}
.fee .linkbox li {
	margin-bottom: 10px;
}
.fee .linkbox li a {
	padding-left: 12px;
	background: url(../../../shared/img/common/arrow_h13.png) left center no-repeat;
}
.fee .linkbox a:hover {
	color: #ba2338;
}
.fee .fr {
	margin-left: 25px;
}
.decimal {
	list-style:decimal;
	padding-left: 15px;
}
.disc {
	list-style:disc;
	padding-left: 15px;
}
.decimal li, .disc li {
	margin-bottom: 5px;
}
.maillink {
	border-bottom: #000000 1px solid;
}
table.tb1 {
	width: 100%;
	border: 1px solid #9c9c9c;
	border-collapse:collapse;
}
table.tb1 th {
	padding: 10px 10px 8px;
	text-align:center;
	border:1px solid #9c9c9c;
	background: #e9f4f8;
	font-size: 14px;
	font-weight: bold;
}
table.tb1 td {
	padding: 10px;
	border:1px solid #9c9c9c;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
}
table.tb1 .w40 {
	width:40%;
}
table.tb1 .w31 {
	width:31%;
}
table.tb1 .w30 {
	width:30%;
}
table.tb1 .w25 {
	width:25%;
}
table.tb1 .w23 {
	width:23%;
}
table.tb1 .w20 {
	width:20%;
}
table.tb1 .w15 {
	width:15%;
}
table.tb1 .w10 {
	width:10%;
}
table.tb1 .w5 {
	width:5%;
}
table.tb1 td.price {
	padding: 5px 10px;
	font-size: 20px;
	text-align: right;
}
table.tb1 .total {
	border: 4px solid #1779a9; 
}

.link {
	text-decoration: underline;
}

.ml203 { margin-left: 203px; }


@media screen and (min-width: 765px){
.br-pc{
	display:block;
	}
.br-sp{
	display:none;
}
		
.fee-list{
	display:webkit-flex;display:flex;
}

.fee-li{
	width:45%;
}

.ml70a { margin-left: 70px; }

}


@media screen and (max-width: 765px) {
a.icon_pdf {
	padding: 5px 26px 5px 0;
	background: url(../../../shared/img/page/icon_pdf.png) right center no-repeat;
	text-decoration: underline;
}
.fee .lead {
	margin-bottom: 20px;
}
.fee .cont {
	margin-bottom: 50px;
}
.fee .cont .head {
	margin-bottom: 50px;
}
.fee .cont .ttl02 {
	margin-bottom: 20px;
}
.fee .cont .p_cont {
	margin-bottom: 50px;
}
.fee .linkbox {
	margin-bottom: 20px;
}
.fee .linkbox li a {
	padding-left: 12px;
	background: url(../../../shared/img/common/arrow_h13.png) left center no-repeat;
	background-size: auto 10px;
}
.fee .fr {
	width: 100%;
	margin-left: 0;
}

table.tb1 {
	border: 1px solid #9c9c9c;
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 30px;
}
table.tb1 th {
	padding: 10px 5px 8px;
	text-align:center;
	border:1px solid #9c9c9c;
	background: #e9f4f8;
	font-size: 9.0px;
}
table.tb1 td {
	padding: 10px 5px;
	border:1px solid #9c9c9c;
	text-align: left;
	font-size: 9.0px;
	vertical-align: middle;
}
table.tb1 td {
	text-align: center;
}
table.tb1 td.price {
	padding: 10px 2px;
	font-size: 10.0px;
	white-space: nowrap;
	}

.link {
	text-decoration: underline;
}

.br-sp{
	display:block;
}

.fee-list{
	display:inline;
}

.fee-li{

}

.ml70a { margin-left:none; }

}


</pre></body></html>