@charset "UTF-8";
@import "common.pc.css";

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	display: flex;
	justify-content: center;
	height: 300px;
	overflow: hidden;
	margin-bottom: 50px;
	position: relative;
	z-index: 0;
}

#main figure img {
	max-width: 400%;
	width: 100%;
	min-height: 300px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

#main h2 {
	padding: 25px 40px;
	background: #fff;
	text-align: right;
	font-weight: 500;
	font-size: 24px;
	color: #0054A7;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 50px;
}

#main h2 .en {
	display: block;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0.08em;
	color: #0054A7;
}

#main h2 .en:after {
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	margin: 10px 0 0 auto;
	background: #4C87C1;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	margin: 0 50px 120px;
	text-align: left;
}

#outline .section {
	margin-bottom: 80px;
}

#outline h3 {
	margin-bottom: 20px;
	text-align: left;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: #0054A7;
}

#outline h3:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 60px;
	height: 2px;
	margin-right: 10px;
	background: #76BFF1;
}

#outline .table {
	width: 100%;
	display: table;
	line-height: 1.6;
}

#outline .table dl {
	display: table-row;
	border-bottom: solid 1px #eee;
}

#outline .table dt {
	display: table-cell;
	vertical-align: top;
	width: 270px;
	padding: 15px 20px;
	background: #FBFBFB;
	white-space: nowrap;
}

#outline .table dd {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 20px;
}

#outline .tel {
	text-decoration: none;
	color: #333;
}

#outline .table dd table {
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
}

#outline .table dd th {
	border: solid 1px #eee;
	background: #FBFBFB;
	padding: 5px 1em;
	text-align: left;
	font-weight: 400;
}

#outline .table dd .th th {
	padding: 5px;
	background: #EDFAFC;
	text-align: center;
}

#outline .table dd td {
	padding: 5px;
	border: solid 1px #eee;
	text-align: center;
}

#outline .table dd .td th,
#outline .table dd .td td {
	background: #F0F8E1;
}



#outline.pricetable dd ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#outline.pricetable dd ul li {
	max-width: 180px;
}
#outline.pricetable dd ul li figure figcaption{
	padding-top: 0.3em;
	text-align: center;
	font-size: 0.9rem;
}
#outline.pricetable dd ul.price-other-home {
	justify-content: flex-start;
}
#outline.pricetable dd ul.price-other-home li {
	max-width: 100%;
	width: 100%;
}
#outline.pricetable dd ul.price-other-home li figure {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}
#outline.pricetable dd ul.price-other-home li img {
	width: 40%;
	max-width: 240px;
}

#outline.pricetable dd ul.price-other-home li figure figcaption{
	width: 55%;
	padding-top: 0.3em;
	text-align: left;
	font-size: 1rem;
	font-weight: bold;
}
#outline.pricetable dd ul li figure figcaption .price{
	display: block;
	font-weight: normal;
	font-size: 1rem;
}
