@charset "utf-8";
/* CSS Document */
#about .about-list.flex_box li {
	width: calc( 100% / 2 - 10px );
}
.price-table thead th {
	background-color: var(--accent);
}
.price-table th, .price-table td {
	padding: 10px;
}
.price-addcover {
	text-align: center;
	border: 1px solid #ccc;
	margin-top: 1rem;
	padding: 0 0 1rem;
}
.price-addcover h3 {
	background-color: var(--accent);
	color: #fff;
	padding: .5rem 0;
	margin-bottom: 1rem;
}
.price-addcover.other {
	margin-top: 2rem;
}
.price-addcover.other h3 {
	background-color: var(--main-color);
}
.price-addcover .flex_box .col_2 {
	width: 50%;
}
table.add-price {
	width: 95%;
	margin: .5rem auto 0;
	text-align: left;
}
.add-price tr td, .add-price tr th {
	border-bottom: 1px dotted #ccc;
}
.add-price tr th {
	text-align: center;
}
.add-price tr td.lastp {
	border: none;
}
/* =====================================
SP
===================================== */
@media screen and (max-width:768px){
	.pc {
		display: none;
	}
	.price-addcover .flex_box .col_2 {
		width: 100%;
	}
}