@charset "UTF-8";

/* ====================================
	ORANGE追加css
===================================== */

.base-spec__table {
	table-layout: fixed;
}

.base-spec__table th {
	background-color: #eaeaea;
}

/* 画面幅が768px以上の場合 */
@media screen and (width > 768px) {
	.base-spec__table .w10 {
		width: 10%;
	}

	.base-spec__table .w40 {
		width: 40%;
	}

	.base-spec__table .w60 {
		width: 60%;
	}

	.base-spec__table .w90 {
		width: 90%;
	}
}

.caption__list.big {
	font-size: 2rem;
}

/* 画面幅が768px以下の場合 */
@media screen and (width < 768px) {
	.caption__list.big {
		font-size: 1.5rem;
	}
}

.sub-section__title_02 {
	font-size: 2.2rem;
	margin-top: 2rem;
	text-align: center;
}

/* 画面幅が768px以下の場合 */
@media screen and (width < 768px) {
	.sub-section__title_02 {
		font-size: 1.8rem;
	}
}

.size-image + .sub-section__title_02 {
	margin-top: 10rem;
}

/* 画面幅が768px以下の場合 */
@media screen and (width < 768px) {
	.size-image + .sub-section__title_02 {
		margin-top: 4rem;
	}
}

.size-image__wrap .caption {
	font-size: 1.2rem;
	margin-top: 1rem;
	text-align: right;
}


.bpan-box {
	margin-top: 2rem;
}

@media print, screen and (width >= 768px) {
	.bpan-box {
		margin-top: 3rem;
	}
}

.bpan-box-img {
	max-width: 30rem;
	width: 100%;
}

.bpan-box-img img {
	display: block;
}
