@charset "UTF-8";
/*----------
	東海道新幹線 ～不断のサービスの充実～
----------*/
/*-----------
	p-extraimage
----------*/
.p-extraimage {
	display: flex;
	align-items: flex-end;
	gap: 0 20px;
}
.p-extraimage img {
	display: block;
	flex: 0 0 50%;
	width: 50%;
}
.p-extraimage figcaption {
	display: block;
	flex: 0 0 50%;
}

.p-extraarea.g-grid {
	align-items: end;
}

/*-----------
	p-table-service
----------*/
.p-table-service table {
	position: relative;
}
.p-table-service table::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-border);
}
.p-table-service table::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-border);
}
.p-table-service table th,
.p-table-service table td {
	border: none;
}
.p-table-service table th {
	border-bottom: none;
	border-right: 1px solid #fff;
}
.p-table-service table td {
	border-top: none;
	background: url(/_assets_company/_images/common/line_border-v.png) repeat-y right top/1px auto;
}
.p-table-service table .even th {
	border-top: 1px solid #fff;
}

/*-----------
	un-summary-block
----------*/
.un-summary-block__head {
	background-color: #456383;
	border-radius: 10px;
	padding: 7px 15px;
	margin-bottom: 5px;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
}
.un-summary-block--bg {
	background-color: var(--color-bg);
	border-radius: 10px;
	padding: 30px;
}
.un-summary-block__result {
	padding: 12px 15px;
	color: #446383;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1;
}
.un-summary-block__result .num {
	display: inline-block;
	margin-right: 5px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 5.4rem;
}
.un-summary-block__result .num--r {
	margin-right: 0;
	margin-left: 5px;
}
.un-summary-block__result + .un-summary-block__detail {
	margin-top: 10px;
}
.un-summary-block__detail + .un-summary-block__result {
	margin-top: 20px;
}

/*-----------
	p-summary-n700s
----------*/
.p-summary-n700s {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap: 0;
}