@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     託送供給等約款適用料金相当額の計算 CSS                             ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/

/*** calc page ***/
.calc_contents {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

output {
	display: inline-block;
	min-width: 100px ;
	height: 0 ;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

@media (max-width:767.98px) {
	.calc_contents {
		display: block;
		text-align: center;
	}
}

.calc_button {
	display: flex;
}

.calc_contents_sub {
	min-width: 150px;
}

/* border_box_option */
.opt_black {
	border-color: #323232;
}
.opt_white {
	background: #fff;
}
.bg_box.opt_orange {
	background: #bd5a00;
}
.bg_box.opt_orange_thin {
	background: #fff4cc;
}
.bg_box.opt_orange_dark {
	background: #ffd161;
}
.bg_box.opt_green {
	background: #3F7D68;
}
.bg_box.opt_lightgray {
	background: #e8e8e8;
}
.bg_box.opt_lightblue {
	background: #bfe4ff;
}
.bg_box.opt_blue {
	background: #336f7d;
}

/*** font_size ***/
.font_200 {	font-size: 200%;}

/*** text_color ***/
.text_white {
	color: #fff !important;
}

/*** border_block ***/
.border_yellow {
	border-bottom: #ffd161 1px solid;
}

/*** width ***/
.width_auto {	width: auto !important;}

/*** padding_size ***/
.pb_01 {	padding-top: 1px !important;}

.pt_01 {	padding-top: 1px !important;}

/*** transform ***/
.transform_equal {
	transform: rotate(90deg);
	display: inline-block;
}

/*** box_height ***/
.box_height_36 {
	height: 36px;
}

/*** line_height ***/
.line_height_36 {
	line-height: 36px;
}