@charset "UTF-8";

.areaTui {
	margin-bottom: 84px;
}

.areaTui_text {
	margin-bottom: 65px;
	text-align: center;
}

.tui {
	margin-bottom: 115px;
}

.tui_title {
}

.tui_headline {
	margin-bottom: 27px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-bottom: 3px solid #f5d900;
	font-weight: bold;
	font-size: 20px;
}

.tui_tblWrap {
	margin-bottom: 20px;
}

.tui_table {
	width: 100%;
}

.tui_table > thead {
	border-bottom: 3px solid #ffffff;
}

.tui_table > thead > tr {
}

.tui_table > thead > tr:first-child {
}

.tui_table > thead > tr:last-child {
}

.tui_table > thead > tr > th {
	padding: 20px 10px;
	border-right: 3px solid #ffffff;
	background: #f5d900;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	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 #ffffff;
}

.tui_table > tbody > tr:first-child {
}

.tui_table > tbody > tr:last-child {
}

.tui_table > tbody > tr > th {
	padding: 20px 25px;
	border-right: 3px solid #ffffff;
	background: #f7f7f7;
	font-weight: inherit;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.tui_table > tbody > tr > td {
	padding: 20px 15px;
	border-right: 3px solid #ffffff;
	background: #f7f7f7;
	text-align: center;
	vertical-align: middle;
}

.tui_table > tbody > tr > *:last-child {
	border-left: none;
}

.tui_cauList {
	list-style: none;
	padding-left: 2.5em;
	text-indent: -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: 65px;
}

.tui_text {
	margin-bottom: 4px;
	padding-left: 1.5em;
}

.tui_text.-orange {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ff671d;
	font-weight: bold;
	font-size: 20px;
}

.tui_sectTbl {
	display: block;
	width: 100%;
	margin-bottom: 24px;
	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 {
	display: block;
	color: #ff671d;
	font-weight: inherit;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}

.tui_sectTbl > tbody > tr > td {
	display: block;
	padding-left: 1em;
	text-align: left;
	vertical-align: top;
}

.tui_sectTbl > tbody > tr > td > b {
	display: inline-block;
	font-weight: inherit;
	text-decoration: underline;
}

.tui-sky {
	margin-bottom: 0;
	padding-top: 100px;
	padding-bottom: 130px;
	background: #fefbe5;
}

.tui_dl {
	max-width: 400px;
	margin: 10px auto 20px;
	font-weight: bold;
}

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

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

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

.fee_tbl thead {
	background: #f5d900;
}

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

.fee_tbl tbody {
	background: #ffffff;
}

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

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

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

.fee_tbl tbody tr td .fee.-orange {
	color: #ff671d;
}

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

.fee_comm span.-orange {
	color: #ff671d;
}

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

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

.bnr_list {
	background: #ffffff;
}

@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 {
		padding-bottom: 12px;
		font-size: 17px;
	}

	.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 {
		margin-bottom: 0;
		padding-top: 60px;
	}
}

@media screen and (max-width:767px) {
	.areaTui {
		margin-bottom: 35px;
	}

	.areaTui_text {
		margin-bottom: 35px;
	}

	.tui {
		margin-bottom: 45px;
	}

	.tui_title {
	}

	.tui_headline {
		margin-bottom: 15px;
		padding-bottom: 8px;
		border-bottom-width: 2px;
		font-size: 15px;
	}

	.tui_tblWrap {
		margin-right: -16px;
		margin-bottom: 10px;
		overflow: auto;

		-webkit-overflow-scrolling: touch;
	}

	.tui_table {
		max-width: 600px;
		font-size: 13px;
	}

	.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 {
		margin-bottom: 8px;
		padding-left: 1em;
	}

	.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 {
		margin-bottom: 0;
		padding-top: 45px;
		padding-bottom: 60px;
	}

	.img-fee {
		margin-bottom: 30px;
	}

	.fee_tbl {
		width: 1200px;
		margin-bottom: 0;
	}
}
