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

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

#main {
	margin-bottom: 10vw;
	position: relative;
}

#main h2 {
	padding: 3vw 4vw;
	background: #fff;
	text-align: right;
	font-weight: 500;
	font-size: 4.5vw;
	color: #0054A7;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 5vw;
}

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

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

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

#outline {
	margin: 0 5vw 20vw;
	text-align: left;
}

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

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

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

#outline .table {
	border: solid 1px #eee;
	border-bottom: 0;
}

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

#outline .table dt {
	padding: 1em;
	background: #FBFBFB;
	line-height: 1.5;
}

#outline .table dd {
	padding: 1em;
}

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

#outline .table dd table {
	width: 100%;
	font-size: 3vw;
	line-height: 1.4;
}

#outline .table dd th {
	border: solid 1px #eee;
	background: #FBFBFB;
	padding: 2vw 0;
	text-align: center;
	font-weight: 400;
}

#outline .table dd .th th {
	background: #EDFAFC;
}

#outline .table dd td {
	padding: 2vw 0;
	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;
	justify-content: space-between;
	row-gap: 1em;
}
#outline.pricetable dd ul li {
	max-width: calc( 50% - 10px );
}
#outline.pricetable dd ul li figure figcaption{
	padding-top: 0.3em;
	text-align: center;
	font-size: 0.8rem;
}
#outline.pricetable dd ul.price-other-home {
	justify-content: space-between;
}
#outline.pricetable dd ul.price-other-home li {
	max-width: 100%;
}
#outline.pricetable dd ul.price-other-home li figure {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#outline.pricetable dd ul.price-other-home li img {
	width: 40%;
}

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