@charset "UTF-8";



.maintenance_diff_table .title {
	font-size: 13px;
	font-size: calc(13/375 * 100vw);
	font-weight: normal;
	line-height: 1;
	width: 100%;
	color: #fff;
	background-color: #c3002f;
	padding: 1em;
	text-align: center;
}

.maintenance_diff_table .table-sec + .table-sec {
	margin-top: calc(30/375 * 100vw);
}

.table-sec .table-title {
	border-top: 1px solid #bfbfbf;
	padding: .7em 0;
}

.table-sec:first-of-type .table-title {
	border-top: none;
}

.table-sec .table-title {
	display: flex;
}

.table-sec .table-title span {
	width: 50%;
	text-align: center;
	font-size: 11px;
	font-size: calc(11/375 * 100vw);
	font-weight: normal;
}

.table-sec .table-title span:first-child {
	border-right: 1px solid #bfbfbf;
}

.table-sec table,
.table-sec table thead,
.table-sec table tbody {
	display: block;
	font-size: 11px;
	font-size: calc(11/375 * 100vw);
}

.table-sec table thead {
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	background-color: #e4e4e4;
}

.table-sec table tbody {
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	height: calc(205/375 * 100vw);
	overflow-y: auto;
}

.table-sec:nth-of-type(2) table tbody,
.table-sec:nth-of-type(3) table tbody {
	height: auto;
	overflow-y: hidden;
}

.table-sec table thead tr,
.table-sec table tbody tr {
	display: flex;
	align-items: stretch;
}

.table-sec table tbody tr {
	border-top: 1px solid #bfbfbf;
}

.table-sec table tbody tr:first-of-type {
	border-top: none;
}

.table-sec table tbody td {
	display: flex;
	align-items: center;
}

.table-sec table tbody tr td:nth-of-type(2) {
	justify-content: center;
}

.table-sec table thead tr th,
.table-sec table tbody tr td {
	border-right: 1px solid #bfbfbf;
}

.table-sec table thead tr th:last-child,
.table-sec table tbody tr td:last-child {
	border-right: none;
}

.table-sec table thead tr th {
	padding: 1.2em 0;
}

.table-sec table tbody tr td {
	padding: .8em;
}

.table-sec table thead tr th {
	text-align: center;
}


.table-sec table thead tr th:nth-of-type(1),
.table-sec table tbody tr td:nth-of-type(1) {
	width: 43%;
}

.table-sec table thead tr th:nth-of-type(2),
.table-sec table tbody tr td:nth-of-type(2) {
	width: 14%;
}

.table-sec table thead tr th:nth-of-type(3),
.table-sec table tbody tr td:nth-of-type(3) {
	width: 43%;
}


#anshin .overview:nth-of-type(1) .image {
	margin: calc(10/375 * 100vw) auto 0;
	width: calc(240/375 * 100vw);
}


/*.pc-c3__sp-r .inner,
.pc-c4__sp-r .inner {
	overflow: hidden;
}

.pc-c3__sp-r .inner .image,
.pc-c4__sp-r .inner .image {
	width: calc(80/375 * 100vw);
	float: left;
}

.pc-c3__sp-r .inner .subtitle,
.pc-c4__sp-r .inner .subtitle,
.pc-c3__sp-r .inner .text,
.pc-c4__sp-r .inner .text {
	width: calc(255/375 * 100vw);
	float: right;
}

.pc-c3__sp-r .inner .image + .subtitle,
.pc-c4__sp-r .inner .image + .subtitle {
	margin-top: 0;
}

.pc-c3__sp-r .inner .subtitle,
.pc-c4__sp-r .inner .subtitle {
	font-feature-settings: 'palt';
}
*/
.x_mark {
	display: inline-block;
	margin-right: 0.2em;
	margin-left: 0.2em;
}
.section.articleBasicModule h3.center {
	text-align: center;
}
.section .link_box_center {
	margin: 2em auto;
}


