@charset "UTF-8";

/*===================================================================
	青森つばめプロパン　質量販売CSS

  接頭辞: sbm
===================================================================*/

/*-----------------------------
テキスト全体
------------------------------*/
.sbm_content_text {
	font-size: 1em;
	line-height: 1.6;
	padding: 0 1em;
}

.sbm_content_text_underline {
	text-decoration: underline;
}

/*-----------------------------
マップ画像
------------------------------*/
.bl_deliverMap_img_noborder {
	border: none !important;
}

.bl_deliverMap_img_noborder > img {
	border: 1px solid #999;
}

/*-----------------------------
販売エリアタイトル(h3)
------------------------------*/
.bl_deliverMap_area_ttl_wrapper {
	border-bottom: 1px solid #000;
	padding-bottom: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1.25em;
}
@media screen and (max-width: 687px) {
	.bl_deliverMap_area_ttl_wrapper {
		margin-left: 0 !important;
	}
}

.bl_deliverMap_area_ttl {
	font-size: 1em;
	line-height: 1.6;
}

/*-----------------------------
容器運搬
------------------------------*/
.sbm_case_deliverlist_wrapper {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1.25em;
}

.sbm_case_deliverlist {
	display: flex;
	flex-direction: row;
	gap: 1em;
}
@media screen and (max-width: 687px) {
	.sbm_case_deliverlist {
		flex-direction: column;
	}
}

/*-----------------------------
経産省へのリンク
------------------------------*/
.sbm_outside_link_wrapper {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1.25em;
}

.sbm_outside_link_wrapper > a {
	display: inline-block !important;
	padding-left: 1.25em !important;
	padding-right: 3.25em !important;
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
	font-size: 1em !important;
	line-height: 1.6 !important;
}

.sbm_outside_link_wrapper > a > span {
	font-size: 1em !important;
	line-height: 1.6 !important;
}
@media screen and (max-width: 687px) {
	.sbm_outside_link_wrapper > a {
		font-size: 0.75em !important;
		padding-left: 1.75em !important;
		padding-right: 2.25em !important;
	}
}

/*-----------------------------
sbm_content_text に背景色を付ける
------------------------------*/
.sbm_content_text_wrapper {
	font-size: 1.25em !important;
	padding-top: 1.25em !important;
	padding-bottom: 1.25em !important;
	padding-left: 1.5em !important;
	padding-right: 1.5em !important;
	background-color: #dde8fc !important;
}
@media screen and (max-width: 687px) {
	.sbm_content_text_wrapper {
		font-size: 1em !important;
		padding-top: 0.75em !important;
		padding-bottom: 0.75em !important;
		padding-left: 0.75em !important;
		padding-right: 0.75em !important;
	}
}

/*-----------------------------
質量販売料金テーブル
------------------------------*/
.sbm_cost_table_ttl {
	line-height: 1.6;
}

.sbm_cost_table_unit {
	display: flex;
	flex-direction: column;
	gap: 2.5em;
	margin-bottom: 2em;
}

.sbm_cost_table_wrapper.__overwidth {
	width: 100%;
	overflow-x: auto;
}

.sbm_cost_table1 {
	margin-top: 1em;
	max-width: initial;
}

.sbm_sign {
	padding-top: 1em;
	padding-bottom: 0 !important;
}

.sbm_cost_table1.__smallwidth {
	max-width: 30%;
}

.sbm_cost_table1.__middlewidth {
	max-width: 60%;
}

.sbm_cost_table1.__largewidth {
	max-width: 80%;
}
@media screen and (max-width: 687px) {
	.sbm_cost_table1.__smallwidth {
		max-width: 100%;
	}
	.sbm_cost_table1.__middlewidth {
		max-width: initial;
		width: 200%;
	}
	.sbm_cost_table1.__largewidth {
		max-width: initial;
		width: 200%;
	}
}

.sbm_cost_table1 th,
.sbm_cost_table1 td {
	border: 1px solid #000;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: center;
	line-height: 1.6;
	vertical-align: middle;
}

.sbm_cost_table1 th {
	background-color: #c2e6fb;
}

/*-----------------------------
質量販売お申込みフォーム
------------------------------*/
.sbm-form th {
	width: 36% !important;
}
@media screen and (max-width: 768px) {
	.sbm-form th {
		width: 100% !important;
	}
}

.sbm-form_th_content {
	display: flex;
	line-height: 1.6;
	align-items: flex-start;
}

.sbm-form_req {
	flex: 0 0 35.92px;
}

/**
 * フォーム部品
 */
.bsm-form-wrapper {
	padding-top: 0 !important;
}

@media screen and (max-width: 599px) {
	.bsm-form-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.bsm-form input,
.bsm-form select,
.bsm-form textarea {
	background-color: #fff;
}

.bsm-form input[type="radio"] {
	width: auto !important;
	margin-right: 1em;
}

.bsm-form input[type="text"],
.bsm-form input[type="email"],
.bsm-form input[type="tel"],
.bsm-form textarea {
	width: 80% !important;
}
@media screen and (max-width: 599px) {
	.bsm-form input[type="text"],
	.bsm-form input[type="email"],
	.bsm-form input[type="tel"],
	.bsm-form textarea {
		width: 100% !important;
	}
}

.bsm-form .wpcf7-radio,
.bsm-form .wpcf7-checkbox {
	display: flex;
	align-items: center;
	gap: 0 1em;
}

@media screen and (max-width: 599px) {
	.bsm-form .wpcf7-radio,
	.bsm-form .wpcf7-checkbox {
		flex-wrap: wrap;
	}
}

.bsm-form .wpcf7-textarea {
	width: 100%;
}

.bsm-form .wpcf7-list-item {
	display: flex;
	align-items: center;
}

.bsm-form .wpcf7-list-item > label {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 599px) {
	.bsm-form .wpcf7-submit {
		font-size: 0.8em;
	}
}

.sales-ask-refuse {
	margin-left: 1em;
	padding-top: 1em;
	color: #e60012;
}

.sbm-pp {
	display: flex;
	flex-direction: column;
	align-items: center;
}

