@charset 'utf-8';


#contentblock {
	width: 100%;
	position: relative;
}

#contentblock > .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}


#documents {
	width: 100%;
}

#documents > .inner {
	width: 100%;
	padding: 30px 0;
	padding-top: 0;
}

#documents .column p:not(:last-child) {
	margin-bottom: 1.5em;
}

@media only screen and (min-width: 481px) {

	#documents > .inner {
		padding-top: 30px;
	}
}

@media only screen and (min-width: 481px) {

	#documents > .inner {
		padding-top: 30px;
	}
}


.faretable {
	width: 100%;
	overflow: hidden;
}

.faretable > h3 {
	text-align: center;
}

.faretable .tblblock {
	width: 100%;
	overflow-x: scroll;
}

.faretable table {
	width: 100%;
}

.faretable small {
	display: block;
	font-weight: normal;
}

.faretable .note {
	text-align: right;
}

.faretable tbody tr:nth-child(odd) {
	background: #f4f4f4;
}

.faretable tbody tr:not(.head):not(.memo) td {
	text-align: right;
}

.faretable tbody tr:not(.head):not(.memo) td:not(:last-child) {
	border-right: 1px solid #ccc;
}

.faretable tbody tr:not(.memo) td:nth-child(1) {
	font-weight: 700;
}

.faretable tbody tr.head td {
	padding-top: 2em;
}

.faretable tbody tr.memo td {
	padding-bottom: 2em;
	font-size: 1.2em;
}



#tubswitchblock:not(:last-child) {
	margin-bottom: 50px;
}

#tabblocksection {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

#tabblocksection .tabblockframe {
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#tabblocksection .tabblockframe.open {
	opacity: 1;
	position: relative;
	z-index: 10;
}

.tabblock {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.tabblock ul {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	margin: 0;
	padding: 0;
}

.tabblock li {
	list-style: none;
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 0;
	font-size: 16px;
	vertical-align: top;
	transition: .2s;
	position: relative;
	cursor: pointer;
}

.tabblock li:not(:last-child) {
	padding-right: 1px;
}

.tabblock .cover {
	width: 100%;
	height: 100%;
	border: 1px solid #004098;
	background: #bfcfe5;
	color: #004098;
	position: relative;
	transition: .2s;
}

.tabblock li.open .cover,
.tabblock li.hover .cover {
	background: #004098;
	color: #fff;
}

.tabblock li .label {
	display: block;
	margin: 0 auto;
	font-weight: 700;
	line-height: 1;
	font-feature-settings : 'palt';
}

.tabblock li .label span  {
	display: block;
	font-size: .85em;
}

.tabblock li.open:after {
	content: '';
	width: 0;
	height: 0;
	margin-left: -14px;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #004098 transparent transparent transparent;
	position: absolute;
	bottom: -14px;
	left: 50%;
}

.tabblock li .cover div {
	display: inline-block;
	vertical-align: middle;
}

.tabblock li .cover:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

@media only screen and (min-width: 769px) {

	.tabblock li {
		font-size: 18px;
	}

	.tabblock li .label span {
		display: inline;
	}
}


.surchargetbl .brick > .sentence {
	counter-increment: stepnum;
}

.surchargetbl .brick > .sentence > h3:before {
	content: counter(stepnum) '. ';
}

.surchargetbl .tblblock:not(:last-child) {
	margin-bottom: 3em;
}

.surchargetbl .adjust .tblblock tbody td:nth-child(1) {
	text-align: left;
}

.surchargetbl .adjust .tblblock tbody td:nth-child(2) {
	text-align: left;
}


.surchargetbl .enclosed .sect:first-child {
	margin-bottom: 1.5em;
}

.surchargetbl .enclosed .sect > div {
	display: flex;
}

.surchargetbl .enclosed .sect > div > div:nth-child(odd) {
	width: 10em;
}

.surchargetbl .enclosed .sect > div > div:nth-child(even) {
	width: calc(100% - 10em);
}

.surchargetbl .enclosed .sect h3 {
	font-size: 1.4em !important;
}

.surchargetbl .enclosed .sect h4 {
	font-size: 1.4em !important;
	line-height: 1.6 !important;
}

.surchargetbl .enclosed .sect h4:not(:last-child) {
	margin-bottom: .5em;
}

.surchargetbl .enclosed .sect p {
	font-size: 1.4em !important;
	line-height: 1.6 !important;
}

.surchargetbl .enclosed .sect .formula {
	padding: .5em 1em;
	border: 1px solid #ccc;
	font-size: 1.4em;
	text-align: center;
}

.surchargetbl .enclosed .sect .formula:not(:last-child) {
	margin-bottom: 1em;
}

.surchargetbl .enclosed .sect .formula span {
	display: inline-block;
	padding: 0 .2em;
	color: #000;
	font-size: 1.2em;
	font-weight: 700;
}

.surchargetbl .enclosed .sect .formula small {
	font-size: .65em;
	font-weight: normal;
}
