@charset "UTF-8";
.areaTui {
	margin-bottom: 84px;
}
.areaTui_text {
	text-align: center;
	margin-bottom: 65px;
}
.tui {
	margin-bottom: 115px;
}
.tui_title {}
.tui_headline {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px solid #6AD0FA;
	padding-bottom: 15px;
	margin-bottom: 27px;
	padding-left: 10px;
}
.tui_tblWrap {
	margin-bottom: 20px;
}
.tui_table {
	width: 100%;
}
.tui_table > thead {
	border-bottom: 3px solid #fff;
}
.tui_table > thead > tr {}
.tui_table > thead > tr:first-child {}
.tui_table > thead > tr:last-child {}
.tui_table > thead > tr > th {
	white-space: nowrap;
	background: #6AD0FA;
	border-right: 3px solid #fff;
	font-weight: bold;
	padding: 20px 10px;
	text-align: center;
	vertical-align: middle;
}
.tui_table > thead > tr > *:last-child {
	border-right: none;
}
.tui_table > thead > tr > td {}
.tui_table > tbody {}
.tui_table > tbody > tr {
	border-bottom: 3px solid #fff;
}
.tui_table > tbody > tr:first-child {}
.tui_table > tbody > tr:last-child {}
.tui_table > tbody > tr > th {
	white-space: nowrap;
	background: #F7F7F7;
	font-weight: inherit;
	vertical-align: middle;
	text-align: center;
	padding: 20px 25px;
	border-right: 3px solid #fff;
}
.tui_table > tbody > tr > td {
	background: #F7F7F7;
	border-right: 3px solid #fff;
	vertical-align: middle;
	text-align: center;
	padding: 20px 15px;
}
.tui_table > tbody > tr > *:last-child {
	border-right: none;
}
.tui_cauList {
	list-style: none;
	text-indent: -1em;
	padding-left: 2.5em;
}
.tui_cauList > li {}
.tui_cauList > li:first-child {}
.tui_cauList > li:last-child {}
.tui_cauList > li:nth-child(2n+1) {}
.tui_cauList > li:nth-child(n+3) {}
.tui_sect {
	margin-bottom: 65px;
}
.tui_text {
	margin-bottom: 4px;
	padding-left: 1.5em;
}
.tui_text.-blue {
	color: #0E63B7;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.tui_sectTbl {
	width: 100%;
	margin-bottom: 24px;
	display: block;
	padding-left: 1.5em;
}
.tui_sectTbl:last-child {
	margin-bottom: 0;
}
.tui_sectTbl > tbody {
	display: block;
}
.tui_sectTbl > tbody > tr {
	display: flex;
}
.tui_sectTbl > tbody > tr:first-child {}
.tui_sectTbl > tbody > tr:last-child {}
.tui_sectTbl > tbody > tr > th {
	white-space: nowrap;
	font-weight: inherit;
	color: #0E63B7;
	text-align: left;
	vertical-align: top;
	display: block;
}
.tui_sectTbl > tbody > tr > td {
	vertical-align: top;
	text-align: left;
	display: block;
	padding-left: 1em;
}
.tui_sectTbl > tbody > tr > td > b {
	display: inline-block;
	font-weight: inherit;
	text-decoration: underline;
}
.tui-sky {
	background: #EFFAFF;
	padding-top: 100px;
	padding-bottom: 130px;
	margin-bottom: 0;
}
.tui_dl{
	max-width: 400px;
	font-weight: bold;
	margin: 10px auto 20px;
}

.img-fee {
	text-align: center;
	margin-bottom: 60px;
}

.img-fee img {
	width: 100%;
}

.fee_tbl {
	width: 100%;
	margin-bottom: 50px;
}

.fee_tbl thead {
	background: #6AD0FA;
}

.fee_tbl thead tr th {
	padding: 20px 30px;
	border: solid 1px #000;
	font-weight: normal;
}

.fee_tbl tbody {
	background: #fff;
}

.fee_tbl tbody tr th {
	font-weight: normal;
}

.fee_tbl tbody tr th,
.fee_tbl tbody tr td {
	padding: 15px 30px;
	border: solid 1px #000;
	text-align: center;
}

.fee_tbl tbody tr td .fee {
	font-size: 24px;
	font-weight: bold;
}

.fee_tbl tbody tr td .fee.-blue {
	color: #0E63B7;
}

.fee_tbl tbody tr td .fee span {
	font-size: 36px;
}

.fee_comm span.-blue {
	color: #0E63B7;
}

.tui_max {
	color: #0E63B7;
	font-size: 23px;
	font-weight: bold;
	margin: 10px 0;
}

.tui_max span {
	font-size: 54px;
	line-height: 70px;
	margin: 0 10px;
}

@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.areaTui {
		margin-bottom: 60px;
	}
	.areaTui_text {
		margin-bottom: 50px;
	}
	.tui {
		margin-bottom: 85px;
	}
	.tui_title {}
	.tui_headline {
		font-size: 17px;
		padding-bottom: 12px;
	}
	.tui_tblWrap {}
	.tui_table {}
	.tui_table > thead {}
	.tui_table > thead > tr {}
	.tui_table > thead > tr:first-child {}
	.tui_table > thead > tr:last-child {}
	.tui_table > thead > tr > th {
		padding: 15px 10px;
	}
	.tui_table > thead > tr > th:first-child {}
	.tui_table > thead > tr > td {}
	.tui_table > tbody {}
	.tui_table > tbody > tr {}
	.tui_table > tbody > tr:first-child {}
	.tui_table > tbody > tr:last-child {}
	.tui_table > tbody > tr > th {
		padding: 15px 20px;
	}
	.tui_table > tbody > tr > th:first-child {}
	.tui_table > tbody > tr > td {
		padding: 15px;
	}
	.tui_cauList {}
	.tui_cauList > li {}
	.tui_cauList > li:first-child {}
	.tui_cauList > li:last-child {}
	.tui_cauList > li:nth-child(2n+1) {}
	.tui_cauList > li:nth-child(n+3) {}
	.tui_sect {}
	.tui_text {}
	.tui_sectTbl {}
	.tui_sectTbl:last-child {}
	.tui_sectTbl > tbody {}
	.tui_sectTbl > tbody > tr {}
	.tui_sectTbl > tbody > tr:first-child {}
	.tui_sectTbl > tbody > tr:last-child {}
	.tui_sectTbl > tbody > tr > th {}
	.tui_sectTbl > tbody > tr > td {}
	.tui_sectTbl > tbody > tr > td > b {}
	.tui-sky {
		padding-top: 60px;
		margin-bottom: 0;
	}
}
@media screen and (max-width:767px) {
	.areaTui {
		margin-bottom: 35px;
	}
	.areaTui_text {
		margin-bottom: 35px;
	}
	.tui {
		margin-bottom: 45px;
	}
	.tui_title {}
	.tui_headline {
		font-size: 15px;
		padding-bottom: 8px;
		border-bottom-width: 2px;
		margin-bottom: 15px;
	}
	.tui_tblWrap {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		margin-right: -16px;
		margin-bottom: 10px;
	}
	.tui_table {
		font-size: 13px;
		max-width: 600px;
	}
	.tui_table > thead {}
	.tui_table > thead > tr {}
	.tui_table > thead > tr:first-child {}
	.tui_table > thead > tr:last-child {}
	.tui_table > thead > tr > th {
		padding: 10px;
	}
	.tui_table > thead > tr > th:first-child {}
	.tui_table > thead > tr > td {}
	.tui_table > tbody {}
	.tui_table > tbody > tr {}
	.tui_table > tbody > tr:first-child {}
	.tui_table > tbody > tr:last-child {}
	.tui_table > tbody > tr > th {
		padding: 10px 15px;
	}
	.tui_table > tbody > tr > th:first-child {}
	.tui_table > tbody > tr > td {
		padding: 10px 15px;
	}
	.tui_table > tbody > tr > td:last-child {
		text-align: right;
	}
	.tui_cauList {
		margin-top: 1em;
	}
	.tui_cauList > li {}
	.tui_cauList > li:first-child {}
	.tui_cauList > li:last-child {}
	.tui_cauList > li:nth-child(2n+1) {}
	.tui_cauList > li:nth-child(n+3) {}
	.tui_sect {
		margin-bottom: 40px;
	}
	.tui_text {
		padding-left: 1em;
		margin-bottom: 8px;
	}
	.tui_sectTbl {
		padding-left: 1em;
	}
	.tui_sectTbl:last-child {}
	.tui_sectTbl > tbody {}
	.tui_sectTbl > tbody > tr {
		display: block;
		margin-top: 5px;
	}
	.tui_sectTbl > tbody > tr:first-child {
		margin-top: 0;
	}
	.tui_sectTbl > tbody > tr:last-child {}
	.tui_sectTbl > tbody > tr > th {}
	.tui_sectTbl > tbody > tr > td {
		padding-left: 0;
	}
	.tui_sectTbl > tbody > tr > td > b {}
	.tui-sky {
		padding-top: 45px;
		padding-bottom: 60px;
		margin-bottom: 0;
	}


	.fee_tbl {
		width: 1200px;
	}

	.tui_sectTbl > tbody > tr > th.hide-sp {
		display: none;
	}

	.tui_text.-blue {
		font-size: 18px;
	}
}
