@charset "utf-8";

.title_area01 {
	text-align: center;
}
	.title_area01 p {
		margin: 20px 0 30px;
		color: #a5001e;
	}

.item_name h2 {
	border-top: 2px solid #222;
	padding: 5px 15px;
	font-size: 1.6rem;
	font-weight: bold;
}
.toprice a {
	display: block;
	padding: 5px;
	border: 3px solid #222;
	color: #222;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
	.toprice a:hover {
		color: #a5001e;
		border-color: #a5001e;
	}

.btn_wrap {
	margin-top: 40px;
	text-align: center;
}
	.btn_wrap p {
		margin-bottom: 30px;
	}
.btn_area {
	margin: 0 auto;
	width: 420px;
}
	.btn_area a {
		display: block;
		border: 3px solid #222;
		padding: 6px 10px;
		width: 100%;
		color: #222;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
	}
		.btn_area a i { margin-left: 10px; }
		.btn_area a:hover, .btn_area a:focus {
			border-color: #a5001e;
			color: #a5001e;
		}
.btn_area02{
	padding-bottom:120px;
}
.form_control {
	border: 1px solid #999;
	padding: 6px 12px;
	height: 34px;
	font-size: 1.6rem;
	color: #555;
	line-height: 1.4;
}
input[type=button] {
	border-radius: 4px;
	padding: 8px 20px;
	font-size: 1.8rem;
	cursor: pointer;
}
label {
	line-height: 1.2;
	cursor: pointer;
}
	label img {
		margin-bottom: 8px;
	}
	label span {
		font-size: 1.4rem;
	}

.sec_page {
	margin-top: 80px;
}

.sec_index {
	margin-bottom: 20px;
	font-size: 2.0rem;
	border-bottom: 2px solid #fabe00;
	color: #fabe00;
	text-align: center;
}
	.sec_index span {
		margin-right: 10px;
	}

.sec_body {
	margin: 20px 10px;
}
.sec_page03 .sec_body, .sec_page04 .sec_body { margin-top: 40px; }

.sec_block { margin-top: 50px; }
.sec_block01 { margin-top: 0; }
.sec_block_title {
	color: #fabe00;
	font-size: 2.0rem;
	text-align: center;
}
.sec_block_title02 {
	background: url(../../img/stripe.gif);
	padding: 4px 10px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.sec_block_title03 {
	position: relative;
	max-width: 400px;
	margin: 0 auto 38px;
	padding: 10px 10px;
	text-align: center;
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #fabe00;
}
.sec_block_title03:after {
	content: "";
	display: inline-block;
	margin-left: -10px;
	border: 7px solid transparent;
	border-top: 11px solid #fabe00;
	position: absolute;
	left: 50%;
	bottom: -18px;
}
.sec_block_body { margin-top: 20px; }

.t_box {
	padding: 6px;
	background-color: #f2f2f2;
}

.type li .t_box {
	padding: 6px;
}
.t_box label {
	font-size: 1.4rem;
}
.link-bar a {
	margin-bottom: 5px;
	display:block;
	padding-left:1em;
	text-indent:-1em;
	line-height:1.3;
	font-weight:bold;
}
.link-bar a:before{
	font-family: FontAwesome;
	content:'\f138';
	font-weight:normal;
	margin-right:5px;
}

.position li .t_box, .operation li .t_box, .mou li .t_box {
	display: block;
	padding: 6px 10px 6px 6px;
}
	.position li p, .operation li p {
		margin-top: 10px;
		line-height: 1.2;
	}
	.operation li p{
		text-align: left;
	}
.position .note {
	margin-bottom: 20px;
	text-align: center;
}
.tabs {
	margin-top: 20px;
}
	.tabs > .tab {
		display: inline-block;
		margin: 0 2px;
		min-width: 100px;
	}
		.tabs > .tab a {
			display: block;
			background-color: #ccc;
			padding: 5px 10px;
			color: #fff;
			font-size: 1.6rem;
			text-align: center;
		}
			.tabs > .tab.active a {
				background-color: #fabe00;
			}
.panels {
	border: 1px solid #fabe00;
	padding: 0 20px 20px;
	width: 100%;
	height: 700px;
	overflow-y: scroll;
}
	.panels > .panel {
		display: none;
	}
		.panels > .panel.active {
			display: block;
		}

.slat_width {
	margin-bottom: 80px;
}
.slat_width li p{
	margin-top: 3px;
}
.color_index {
	background: url(../../../../base/img/common/bg_ptn_gray.gif);
	margin: 20px 0;
	padding: 4px 10px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
	.color_index span {
		display: block;
		font-size: 1.4rem;
	}
.color_index02 {
	background-color: #d2e123;
	margin: 40px auto 30px;
	padding: 10px;
	max-width: 400px;
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.2;
	position: relative;
}
	.color_index02:before {
		content: "";
		display: inline-block;
		margin-left: -10px;
		border: 10px solid transparent;
		border-top: 15px solid #d2e123;
		position: absolute;
		left: 50%;
		bottom: -23px;
	}

	.color_note01 span, .color_note02 span {
		color: #a5001e;
	}
.color_note02 {
	margin-bottom: 20px;
	font-size: 1.2rem;
}
.color_box { }
.color_box .note {
	margin-bottom: 27px;
	text-align: center;
}
.color_box .note span {
	color: #a5001e;
}
@media print,screen and (min-width:668px){
.color_box ul {
	max-width: 730px;
	margin: auto;
}
}
.color_box li, .color_box02 li {
	margin-bottom: 30px;
}
	.color_box li label, .color_box02 li label {
		/*display: block;*/
		font-size: 1.3rem;
	}
		.color_box li label img, .color_box02 li label img { margin-bottom: 10px; }
		.color_box li label input, .color_box02 li label input { margin-right: 5px; }

.color_group {
	margin-bottom: 50px;
}
	.color_group h5 {
		margin-bottom: 15px;
	}

	.color_box02 .note {
		margin-bottom: 22px;
		text-align: center;
	}
		.color_box02 .note a {
			font-weight: bold;
			border-bottom: #222 1px solid;
		}
		.color_box02 h5 {
			margin-bottom: 18px;
			text-align: center;
			font-size: 18px;
			font-weight: bold;
		}
		.tape_color_box {
			margin-bottom: 10px;
		}
		.tape_color_box ul {
			text-align: center;
		}
		.tape_color_box ul li {
			margin-right: 10px;
			display: inline-block;
			padding: 6px 10px;
			background: #f2f2f2;
		}
		.color_box02 ul li .img {
			display: block;
			text-align: center;
		}

#display_ltape_cg_henkou h5 {
	margin-top: 40px;
	color: #fabe00;
	font-size: 2.0rem;
	text-align: center;
}

/* ---------------- */
.size_win .win_img {
	text-align: center;
}
.size_win .size_tit {
	margin-bottom: 5px;
	font-size: 2.0rem;
}
.size_win .size_height, .size_win .size_height02, .size_win .size_width {
	padding: 10px;
}
.size_win .size_width_cr_box02 {
	position: relative;
}
.size_win .size_height, .size_win .size_height02 {
	background-color: #fabe00;
	position: relative;
}
	.size_win .size_width_cr_box02:after {
		content: url(../../img/size_gap_arrow.png);
		margin-left: -10px;
		position: absolute;
		left: 50%;
		bottom: 10px;
	}
	.size_win .size_height:after, .size_win .size_height02:after {
		content: url(../../img/size_height_arrow.png);
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -10px;
	}
		.size_win .size_width {
			background-color: #355689;
			margin-top: 20px;
			padding-top: 40px;
			position: relative;
			color: #fff;
		}
		.size_win .size_width_w {
			background-color: #355689;
			margin-top: 20px;
			padding-top: 40px;
			position: relative;
			color: #fff;
		}
			.size_win .size_width:after {
				content: url(../../img/size_width_arrow.png);
				margin-left: -10px;
				position: absolute;
				top: 10px;
				left: 50%;
			}
			.size_win .size_width_w:after {
				content: url(../../img/size_width_arrow.png);
				margin-left: -10px;
				position: absolute;
				top: 10px;
				left: 50%;
			}
			.size_width_b_box span,.size_height span,.size_width span,.size_width_w span {
				display: inline-block;
				font-size: 12px;
				line-height: 1;
				vertical-align: bottom;
			}
.size_win p {
	margin-top: 8px;
	font-size: 1.2rem;
	line-height: 1.2;
}
/* ---------------- */
.size_pattern li>div {
	display: inline-block;
	background-color: #f2f2f2;
	padding: 5px 15px;
}
.size_win_pt .win_img { margin-top: 10px; text-align: center; }
.size_win_pt .size_width_cr_box {
	background-color: #FF6B6E;
	margin: 0 auto;
	padding: 5px 10px;
	width: 140px;
	text-align: center;
}
	.size_win_pt .size_width_cr_box .size_width_cr_ti { line-height: 1.2; }
	.size_win_pt .size_width_cr_box .size_width_cr {
		color: #fff;
		font-size: 2.4rem;
		line-height: 1.2;
	}
.size_win_pt .size_width_cr_box02 {
	background-color: #D0C8AA;
	padding: 10px 10px 30px 10px;
}
.size_win_pt .size_height {
	background-color: #FABE00;
	margin-top: 180px;
	padding: 10px;
}
.size_win_pt .size_height02 {
	background-color: #FABE00;
	margin-top: 20px;
	padding: 10px;
}
.size_win_pt .size_width, .size_win_pt .size_width_w {
	background-color: #355689;
	margin-top: 20px;
	padding: 30px 10px 10px 10px;
	color: #fff;
}
.size_win_pt .size_tit { font-size: 2.0rem; }
	.size_win_pt .size_tit span { font-size: 1.4rem; }
.size_win_pt p {
	margin-top: 8px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.box_line1 {
	padding:0 0 10px 0;
	text-align: center;
}
.size_win_pt_box1 {
	margin-top: 30px;
	text-align: center;
}
	.size_win_pt_box1 .size_al {
		display: inline-block;
		border: 3px solid #E55C5C;
		padding: 10px;
		width: 400px;
	}
	.size_win_pt_box1 .size_al .size_al_tit {
		font-size: 1.8rem;
	}
	.size_win_pt_box1 .size_al .size_al_box {
		color: #E55C5C;
		font-size: 3.2rem;
		font-weight: bold;
	}
	.size_win_pt_box1 .bld_box_txt2 {
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
.pattern_box .note {
	margin-bottom: 27px;
	text-align: center;
}
.mou {
	margin-top: 50px;
}
.mou h4{
	margin-bottom: 10px;
	color: #fabe00;
	font-size: 2.0rem;
	text-align: center;
}
.mou .note {
	margin-bottom: 27px;
	text-align: center;
}

.length_box .note {
	margin-bottom: 27px;
	text-align: center;
}
.length_img {
	margin-bottom: 20px;
}
.cp_length li{
	margin-bottom: 50px;
}
.cp_length .unit {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	vertical-align: bottom;
	text-align: left;
}
.length_cmt {
	margin-top: 10px;
}
.length_cmt span {
	color: #a5001e;
	font-weight: bold;
}
.ctr_txt {
	margin-top: 30px;
	margin-bottom: 60px;
}
/* ---------------- */
.w80 { width: 80px; }
.w105 { width: 105px; }
.w120 { width: 120px; }
.size_mou_ceiling dt, .size_mou_front dt {
	background: url(../../img/stripe.gif);
	padding: 4px 10px;
	font-size: 1.8rem;
	font-weight: bold;
}
	.size_mou_ceiling dt span, .size_mou_front dt span {
		padding-left: 8px;
		font-size: 14px;
	}
.size_mou_ceiling dd {
	padding: 40px 0 60px 125px;
	background-image: url(../../img/size_mounting_ceiling.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.size_mou_front dd {
	padding: 40px 0 60px 125px;
	background-image: url(../../img/size_mounting_front.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.size_mt {
	margin-top: 40px;
}
	.size_mt h4 {
		color: #fabe00;
		font-size: 2.0rem;
		text-align: center;
	}
	.size_mt .size_mt_txt1 {
		margin: 15px 0 20px;
		text-align: center;
	}
		.size_mt .size_mt_height .size_mt_height_box {
			display: inline-block;
			background-color: #f2f2f2;
			padding: 10px 15px;
		}
			.size_mt .size_mt_height .size_mt_height_box .size_mt_height_ti {
				display: inline-block;
				margin-right: 10px;
				font-size: 2.0rem;
			}
		.size_mt .size_mt_height .size_mt_txt2 { margin-top: 30px; }
			.size_mt .size_mt_height .size_mt_txt2 dt { font-size: 1.8rem; }
			.size_mt .size_mt_height .size_mt_txt2 dd {
				margin-top: 10px;
			}

.sec_option { margin-top: 50px; margin-bottom: 80px; }
.sec_option01 { margin-top: 0; }

.sec_option .sec_option_title {
	position: relative;
	max-width: 400px;
	margin: 0 auto 20px;
	padding: 10px 10px;
	text-align: center;
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #fabe00;
}
.sec_option .sec_option_title:after {
	content: "";
	display: inline-block;
	margin-left: -10px;
	border: 7px solid transparent;
	border-top: 11px solid #fabe00;
	position: absolute;
	left: 50%;
	bottom: -18px;
}

.size_pattern {
	text-align: center;
}
.size_pattern, .sec_option_body {
	margin: 30px auto 0;
	width: 100%;
	max-width: 560px;
}
.sec_option03 .sec_option_body {
	max-width: 100%;
}
	.sec_option03 .sec_option_body .sec_option_body_inner {
		margin: 0 auto 0;
		width: 100%;
		max-width: 560px;
	}

.sec_option h5 {
	margin-top: 40px;
	margin-bottom: 20px;
	color: #fabe00;
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.2;
}

.ctr_cmt { margin-top: 20px; }
.bsp_txt, .bct_txt {
	text-align: center;
}
.bsp_txt a {
	font-weight: bold;
}
	.bsp_txt i { margin-right: 5px; }
.ctr_txt_price, .bsp_txt_price, .bct_txt_price {
	margin-top: 15px;
	font-size: 1.8rem;
	text-align: center;
}
	.bsp_txt_price span, .bct_txt_price span {
		margin-right: 5px;
		color: #a5001e;
		font-size: 2.4rem;
	}
.ctr_box, .bsp_box, .bct_box, .ltape_sl_box {
	margin-top: 20px;
	text-align: center;
}
	.size_pattern ul, .ctr_box ul, .bsp_box ul, .bct_box ul, .bsp_sl_tn ul, .bct_sl_tp ul, .ltape_sl_box ul, .sw_co ul { display: inline-block; }
		.size_pattern li, .ctr_box li, .bsp_box li, .bct_box li, .ltape_sl_box li, .sw_co li {
			display: inline-block;
			background-color: #f2f2f2;
			margin: 0 5px;
			padding: 5px 15px;
			min-width: 100px;
			text-align: left;
		}
		.size_pattern li span{
			color: #a5001e;
			font-weight: bold;
		}
		.bct_sl_tp li {
			background-color: #f2f2f2;
			margin: 0 5px;
			padding: 5px 15px;
		}
		.bsp_sl_tn {
			margin-bottom: 40px;
			text-align: center;
		}
		.bsp_sl_tn li {
			display: inline-block;
			padding: 0 15px;
		}
.bsp_img, .bct_img, .bct_sl_ct_img {
	margin-top: 20px;
	text-align: center;
}

.bsp_sl_ct .note {
	margin-top: -15px;
	text-align: center;
}

.sw_co { margin-top: 15px; }
.bct_sl_ct_box, .bct_sl_tp, .sw_pos_box, .sw_co {
	display: inline-block;
	background-color: #f2f2f2;
	padding: 5px 15px;
}

.bsp_sl_ct_box {
	text-align: center;
}

.bct_sl_ct_box { margin-top: 10px; }
	.bsp_sl_ct_box .bsp_sl_ct_ti, .bct_sl_ct_box .bct_sl_ct_ti,
	.bsp_sl_tn .bsp_sl_tn_ti, .sw_pos_box .sw_pos_ti, .sw_co .sw_co_ti {
		display: inline-block;
		margin-right: 10px;
		font-size: 2.0rem;
	}
	.bct_sl_tp .bct_sl_tp_ti {
		display: inline-block;
		margin-right: 10px;
		font-size: 2.0rem;
		vertical-align: top;
	}
.bsp_sl_ct_nd, .bct_sl_ct_nd {
	display: table;
	width: 100%;
	max-width: 500px;
	margin: 15px auto 30px;
	border: 3px solid #e55c5c;
	min-height: 50px;
}
	.bsp_sl_ct_nd span, .bct_sl_ct_nd span {
		display: table-cell;
		padding: 10px;
		vertical-align: middle;
	}
	.bsp_sl_ct_nd p, .bct_sl_ct_nd p {
		display: table-cell;
		vertical-align: middle;
		padding: 10px;
		text-align: center;
		color: #e55c5c;
		font-size: 2.2rem;
		font-weight: bold;
	}
	/*
	.bct_sl_ct_nd p {
		padding: 10px 0 10px 220px;
		background: url(../img/common/bct_sl_ct_nd_ti.gif) no-repeat 5px center;
		color: #a5001e;
		font-size: 2.0rem;
		font-weight: bold;
	}*/
.sw_pos_txt1 {
	margin-top: 10px;
}
.bsp_sl_ct_img { text-align: center; }
.sm_img01 {
	margin-top: 20px;
	text-align: center;
}
.sm_img02 {
	margin-top: 40px;
	text-align: center;
}
	.sm_img02 .sm_img02_tit {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}

.estimate {
	border-top: 5px solid #f2f2f2;
	margin-top: 60px;
	padding-top: 30px;
}
	.estimate .estimateButton {
		border: 2px solid #222;
		background-color: #fff;
		color: #222;
		cursor: pointer;
	}
		.estimate .estimateButton:hover, .estimate .estimateButton:focus {
			border-color: #a5001e;
			background-color: #fff;
			color: #a5001e;
		}
	.estimate p {
		margin-top: 15px;
		line-height: 1.3;
	}

.cart_box .item_img {
	text-align: center;
}
.cart_box .item_detail .copy {
	font-size: 1.2rem;
}
.cart_box .item_detail .itemName {
	font-size: 1.6rem;
	font-weight: bold;
}

#summary {
	background-color: #f2f2f2;
	margin-top: 15px;
	padding: 10px 15px;
}

.cart_box .value01 {
	margin-top: 15px;
}
	.cart_box .value01 p {
		display: inline-block;
		color: #a5001e;
		font-size: 1.8rem;
	}
	.cart_box .value01 #utiwake {
		display: block;
	}

.cart_box .value02 {
	border-top: 1px dotted #999;
	margin-top: 15px;
	padding-top: 15px;
}
	.cart_box .value02 select {
		min-width: 80px;
	}
	.cart_box .value02 .qty label {
		margin-right: 15px;
	}
	.cart_box .value02 p {
		margin-top: 6px;
		color: #a5001e;
	}
	.cart_box .value02 .total {
		background-color: #fde8e8;
		margin-top: 15px;
		padding: 6px 20px;
		text-align: right;
	}
		.cart_box .value02 .total #totalprice {
			display: inline-block;
			margin: 0 10px;
			color: #222;
			font-size: 3.6rem;
			font-weight: bold;
		}
.cart_box .cartNote {
	border: 1px dotted #999;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 1.2rem;
}

.cart_box .intoCart {
	margin-top: 20px;
}
	.cart_box .intoCart .cartButton {
		border: 1px solid #d58512;
		background-color: #ec971f;
		width: 100%;
		color: #fff;
	}
		.cart_box .intoCart .cartButton:hover, .cart_box .cartButton:focus {
			border-color: #ec971f;
			background-color: #985f0d;
		}
		.cart_box .intoCart .cartButton[disabled] {
			border-color: #9fa0a0;
			background-color: #9fa0a0;
			cursor: not-allowed;
		}
			.cart_box .intoCart .cartButton[disabled]:hover,
			.cart_box .intoCart .cartButton[disabled]:focus {
				border-color: #9fa0a0;
				background-color: #9fa0a0;
			}

.cart_box .again {
	margin-top: 20px;
}
	.cart_box .again .againButton {
		border: 1px solid #8c8c8c;
		background-color: #fff;
		width: 100%;
	}
		.cart_box .again .againButton:hover, .cart_box .againButton:focus {
			border-color: #8c8c8c;
			background-color: #e6e6e6;
		}



@media (max-width: 667px) {

.toprice {
	margin-top: 20px;
}
.sec_page {
	margin-top: 30px;
}

.sec_index {
	font-size: 1.6rem;
	padding-bottom: 5px;
}
	.sec_index span {
		display: block;
		margin-right: 0;
	}
.sec_body {
	margin: 20px 0;
}

.sec_block { margin-top: 30px; }
.sec_block01 { margin-top: 0; }
.sec_block_title { font-size: 1.8rem; }

.operation_c3 .col { margin-bottom: 10px; }
.position li .t_box, .operation li .t_box, .mou li .t_box {
	padding: 6px 3px;
}

input[type=button] {
	padding: 8px 10px;
	font-size: 1.6rem;
	width: 100%;
}
label {
	font-size: 1.4rem;
}
	label img {
		margin-bottom: 3px;
	}
.btn_wrap p { text-align: left; }
.btn_area {
	width: 100%;
}
	.btn_area a { font-size: 1.6rem; }

.slat_size .col {
	margin-bottom: 20px;
}

.tabs > .tab {
	min-width: initial;
	min-width: auto;
}
.panels {
	padding: 0 10px 20px;
	height: 300px;
}

.color_index {
	margin: 20px 0 10px;
	font-size: 1.6rem;
}
.color_note01 { text-align: left; }
.color_note02 { margin-bottom: 10px; }
.color_group {
	margin-bottom: 10px;
}
.size_win .sm-1-1 { margin-top: 20px; }

.size_win .size_width {
	margin-top: 0;
	padding-top: 10px;
}
.size_win .size_height:after, .size_win .size_height02:after, .size_win .size_width:after, .size_win .size_width_w:after { display: none; }
.size_win_pt .size_width_w {
	padding-top: 10px;
}
.size_mt_height_box { margin-top: 20px; }
.size_mt_txt2 { margin-top: 20px; }
.size_mt_height .image { margin-top: 20px; }
/* ---------------- */
.size_pattern li>div {
	padding: 5px;
}

.size_pattern .col { margin-top: 15px; }
	.size_pattern .col:first-child { margin-top: 0; }

.size_win_pt .size_height { margin-top: 20px; }

.size_win_pt_box1 .size_al { width: 100%; }
.size_win_pt_box1 .size_al .size_al_tit { font-size: 1.4rem; }
.size_win_pt_box1 .size_al .size_al_box { line-height: 1.2; }

.size_win_pt .size_mou_ceiling, .size_win_pt .size_mou_front { margin-top: 20px; }
.size_win_pt p.size_mou_note { margin-top: 20px; }
/* ---------------- */
.size_mou_ceiling dt, .size_mou_front dt {
	padding: 4px 0;
	text-align: center;
}
.size_mou_ceiling dt span, .size_mou_front dt span {
	display: block;
	font-size: 1.2rem;
}
.size_mou_ceiling dd, .size_mou_front dd {
	padding: 170px 0 0 0;
	background-position: center top 10px;
}
.size_win p.size_mou_note { margin-top: 20px; }

.size_mt .size_mt_height .size_mt_height_box .size_mt_height_ti { font-size: 1.8rem; }

.sec_option .sec_option_title { font-size: 1.6rem; }

.sec_option h5 {
	font-size: 1.8rem;
}
.bsp_txt, .bct_txt { font-size: 1.4rem; }

	.bsp_sl_ct_box .bsp_sl_ct_ti, .bct_sl_ct_box .bct_sl_ct_ti,
	.bsp_sl_tn .bsp_sl_tn_ti, .sw_pos_box .sw_pos_ti, .sw_co .sw_co_ti, .bct_sl_tp .bct_sl_tp_ti {
		font-size: 1.8rem;
	}



.ltape_sl_box { text-align: left; }
.ltape_sl_box li { margin-bottom: 10px; }
/*.bsp_sl_ct_nd p, .bct_sl_ct_nd p {
	padding: 50px 0 10px 10px;
	background-position: 0 5px;
}*/
.bsp_sl_ct_nd, .bct_sl_ct_nd {
	display: block;

}
	.bsp_sl_ct_nd span, .bct_sl_ct_nd span {
		display: block;
		padding-bottom: 0;
	}
	.bsp_sl_ct_nd p, .bct_sl_ct_nd p {
		display: block;
	}
.bct_sl_tp li {
	padding: 5px;
}
.bct_sl_ct_img .col {
	margin-bottom: 10px;
}
.sm_img02 .col {
	margin-bottom: 10px;
}

.cart_box {
	margin-top: 50px;
}
.cart_box .item_img { margin-top: 30px; }
	.cart_box .value02 .total{
		padding: 6px;
		text-align: center;
	}
		.cart_box .value02 .total #totalprice {
			font-size: 2.8rem;
			margin: 0 5px;
		}

}

/* 210225追加 寸法の誤差 */
.box {
	border: 5px solid #f2f2f2;
	padding: 10px 30px 20px 30px;
}

.box_red {
	border: 3px solid #a5001e;
	padding: 30px;
}
.box_red .icn {
	display:block;
	padding:0 0 5px 0;
}
@media (max-width: 667px) {
.box {
	padding: 5px 15px;
}
.box_red {
	padding: 15px;
}
}
