@charset "UTF-8";

/************ 下層ヘッダー（簡易ver.） ************/

.head {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}
.head .head-title {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	align-items: flex-start;
	justify-content: center;
	background-color: #f7f7f7;
	width: 100%;
	height: 150px;
	padding: 0 1.5rem;
}
.head .head-title h1 {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 auto;
}



/************ 表パーツ ************/

@media (max-width: 575px) {
	.price-tbl {
		width: 100% !important;
	}
}
.price-tbl table {
	background-color: #fff;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	margin: 1rem 0;
}
.price-tbl table th {
	background-color: #f7f7f7;
	border-left: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	font-size: 0.85rem;
	font-weight: 400;
	text-align: center;
}
.price-tbl table td {
	border-left: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	vertical-align: middle;
	font-size: 0.85rem;
}
