@charset "UTF-8";
.areaPrice {}
.areaPrice_title {}
.areaPrice_title > b {}
.areaPrice_title > small {}
.price {
	margin-bottom: 86px;
}
.price-mbS {
	margin-bottom: 66px;
}
.price_title {}
.price_text {
	margin-bottom: 20px;
}
.price_text:last-child {
	margin-bottom: 0;
}
.price_cols {
	display: flex;
	justify-content: space-between;
}
.price_col {
	width: 48.1%;
}
.price_col-no1 {}
/*追加*/
.price_col-no1 > .fare {
	height: fit-content;
}
/*---*/
.price_headline {}
.price_col-no2 {}

/*追加*/
.price-mbS .price_col-no2 > .fare {
	display: flex;
    justify-content: center;
    align-items: center;
}
/*---*/
.price_image {
	max-width: 800px;
	margin: 31px auto 0;
}
.price_image > img {
	display: block;
}
.fare {
	background-color: #EFFAFF;
	height: 100%;
	text-align: center;
	padding: 43px 10px 35px;
	box-sizing: border-box;
}
.fare_title {
	font-size: 20px;
	color: #003CA5;
	line-height: 1.4;
	margin-bottom: 20px;
}
.fare_dList {
	list-style: none;
	margin-bottom: 21px;
}
.fare_dList:last-child {
	margin-bottom: 0;
}
.fare_dList > dt {
	font-size: 18px;
	font-weight: bold;
	color: #003CA5;
}
.fare_dList > dd {}
.fare_text {}
.areaPrice_link {
	max-width: 400px;
	margin: 0px auto 0;
}
.areaPrice_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.areaPrice_link > a::before {
	content: "";
}
.areaPrice_link > a::after {
	content: "";
}
.areaPrice_link > a > img {
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
	max-width: 100%;
	height: auto;
}
.price_plus {
	width: 24px;
	height: 24px;
	margin: auto;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.price_plus::before {
	content: "";
	width: 100%;
	height: 4px;
	background-color: #003CA5;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 1;
}
.price_plus::after {
	content: "";
	width: 4px;
	height: 100%;
	background-color: #003CA5;
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.price_col-no3 {
	width: 3.8%;
	position: relative;
	z-index: 1;
}
.txt-left {
	text-align: left;
}
.u-tbl01 > tbody > tr > td {
	background-color: #fff;
	box-sizing: border-box;
	width: 50%;
}
.u-tbl01 > tbody > tr > th {
	background: #fff;
	border-top: none;
	text-align: left;
	width: 50%;
}
.safe_table {
	margin-top: 8px;
	min-width: 580px;
}
.fare_dList .txt-left {
	line-height: 1.75rem;
}
.cancel {
	margin-top: 20px;
	text-align: left;
	box-sizing: border-box;
}
@media screen and (min-width:1000px) {
	.areaPrice_link > a:hover {}
	.areaPrice_link > a:hover > img {
		opacity: 0.8;
	}
}
@media screen and (max-width:999px) {
	.areaPrice {}
	.areaPrice_title {}
	.areaPrice_title > b {}
	.areaPrice_title > small {}
	.price {
		margin-bottom: 70px;
	}
	.price-mbS {
		margin-bottom: 50px;
	}
	.price_title {}
	.price_text {}
	.price_text:last-child {}
	.price_cols {}
	.price_col {}
	.price_col-no1 {}
	.price_headline {}
	.price_col-no2 {}
	.price_image {}
	.price_image > img {}
	.fare {
		padding: 30px 10px;
	}
	.fare_title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.fare_dList {
		margin-bottom: 15px;
	}
	.fare_dList:last-child {}
	.fare_dList > dt {
		font-size: 16px;
	}
	.fare_dList > dd {}
	.fare_text {}
	.areaPrice_link {}
	.areaPrice_link > a {}
	.areaPrice_link > a::before {}
	.areaPrice_link > a::after {}
	.areaPrice_link > a > img {}
	.price_plus {
		width: 20px;
		height: 20px;
	}
	.price_plus::before {
		height: 3px;
	}
	.price_plus::after {
		width: 3px;
	}
	.price_col-no3 {}
}
@media screen and (max-width:767px) {
	.areaPrice {}
	.areaPrice_title {}
	.areaPrice_title > b {}
	.areaPrice_title > small {}
	.price {
		margin-bottom: 50px;
	}
	.price-mbS {
		margin-bottom: 35px;
	}
	.price_title {}
	.price_text {}
	.price_text:last-child {}
	.price_cols {
		display: block;
	}
	.price_col {
		width: 100%;
	}
	.price_col-no1 {
		margin-bottom: 15px;
	}
	.price_headline {}
	.price_col-no2 {}
	.price_image {}
	.price_image > img {}
	.fare {
		padding: 20px 10px;
	}
	.fare_title {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.fare_dList {
		margin-bottom: 12px;
	}
	.fare_dList:last-child {}
	.fare_dList > dt {
		font-size: inherit;
	}
	.fare_dList > dd {}
	.fare_text {}
	.areaPrice_link {}
	.areaPrice_link > a {}
	.areaPrice_link > a::before {}
	.areaPrice_link > a::after {}
	.areaPrice_link > a > img {}
	.price_plus {}
	.price_plus::before {
		height: 2px;
	}
	.price_plus::after {
		width: 2px;
	}
	.price_col-no3 {
		height: 20px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:620px) {
.scroll_inner {
	overflow: scroll;
}
}
