@charset "euc-jp";

.contents .col {
	margin-top: 20px;
	margin-bottom: 20px;
}
.contents .col.col0 {
	margin-top: 0;
	margin-bottom: 0;
}
.f28 {
	font-size: 2.8rem;
}
.w100 {
	width: 100px;
}
.img {
	text-align: center;
}
/* セクション
----------------------------------------------------*/
.sec_page {
	margin-top: 100px;
}
.sec_page_title {
	margin-bottom: 20px;
	text-align: center;
}
.sec_page_title h3 {
	margin-bottom: 5px;
	font-size: 2.0rem;
	font-weight: bold;
	border-bottom: 2px solid #292929;
	color: #292929;
}
	.sec_page_title span {
		margin-right: 10px;
	}
.sec_block {
	margin-top: 50px;
}
	.sec_block01 {
		margin-top: 30px;
	}
/* ボタン
----------------------------------------------------*/
.btn_area {
	margin-bottom: 40px;
}
.btn_area.mb0 {
	margin-bottom: 0;
}
.btn_area a {
	display: block;
	border: 3px solid #222;
	padding: 4px 10px;
	width: 100%;
	color: #222;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
}
	.btn_area a:hover {
		color: #a5001e;
		border-color: #a5001e;
	}

	.btn_area a i {
		margin-left: 10px;
	}
.btn_area_fixed {
	margin: 0 auto;
	width: 380px;
}

@media screen and (max-width: 667px){	
	.btn_area_fixed {
	margin: 0 auto;
	width: 95%;
	}
	.btn_area a {
		padding: 6px 10px;
	}
}
/* フォーム
----------------------------------------------------*/
.form_control {
	border: 1px solid #999;
	padding: 6px 12px;
	height: 34px;
	font-size: 1.6rem;
	color: #555;
	line-height: 1.4;
}
.form_control2 {
	border: 1px solid #999;
	padding: 5px;
	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 {
	font-size: 1.6rem;
	line-height: 1.2;
	cursor: pointer;
}
	label img {
		margin-bottom: 10px;
	}
	label input[type=radio] {
		margin-right: 6px;
	}
.radio_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	background-color: #f2f2f2;
	padding: 6px 10px 6px 6px;
	margin-bottom: 5px;
}
	.radio_block p {
		display: inline-block;
		font-size: 1.4rem;
		vertical-align: top;
		margin-top: 1px;
	}
.radio_block.jcon_c{
	justify-content: center;
}
.radio_block2 {
	background-color: #f2f2f2;
	padding: 6px 10px 6px 6px;
	margin-bottom: 5px;
}

.input_area {
	display: inline-block;
	background-color: #f2f2f2;
	padding: 6px 15px;
}
.ckb_wp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	font-weight: bold;
	margin: 0 auto;
}
@media print, screen and (min-width: 668px) {
.ckb_wp {
	width: 500px;
}
}
@media (max-width: 667px) {
.ckb_wp {
}
}
/* ページタイトル
----------------------------------------------------*/
.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: 2px solid #222;
	color: #222;
	font-size: 2.0rem;
	text-align: center;
}
	.toprice a:hover {
		color: #a5001e;
		border-color: #a5001e;
	}
.ttl_dline {
  background: url(https://www.diy-shop.jp/base/img/common/bg_stripe_gray.gif) repeat;
  margin-bottom: 10px;
  padding: 10px 5px;
  text-align: center;
  line-height: 1.3;
  width: auto;
  font-weight: bold;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.ttl_dline span {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.8rem;
}
.rad-arw_wp {
  margin-bottom: 30px;
}
.rad-arw{
	position:relative;
	width:380px;
	background:#F5F2ED;
	padding:13px 20px;
	text-align:center;
	border-radius: 27px;
	line-height: 1.3;
	color:#292E3B;
	font-size:1.8rem;
	font-weight:bold;
	margin: 0 auto 20px;
}
@media (max-width:667px){
.rad-arw{
	max-width: 100%;
}
}
.rad-arw.ln2{
	border-radius: 35px;
}
.rad-arw:before{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	top:100%;
	left:49%;
	border-top-width:9px;
	border-bottom-width:8px;
	border-left-width:5px;
	border-right-width:5px;
	border-top-color:#F5F2ED;
}

/*  */
.ps-t {
    font-size: 7px;
    vertical-align: text-top;
}
.seihin_size {
	border: 1px solid #999;
	padding: 6px 12px;
	width: 110px;
	height: 34px;
	font-size: 1.6rem;
	color: #555;
	line-height: 1.4;
}
@media (max-width: 667px) {
#seihin_w, #seihin_h {
	width: 100px;
}
}
.box_order {
	margin: 20px 0;
	padding: 10px 15px;
}
	.box_order .title {
		font-size: 2.2rem;
	}
	.box_order .unit {
		display: inline-block;
		margin-left: 5px;
		line-height: 1.1;
		vertical-align: bottom;
	}
	.box_order .memo {
		margin-top: 5px;
	}
	.box_order .bl_pos {
		display: inline-block;
		font-size: 1.8rem;
		margin-right: 5px;
	}
.box_order01 {
	background-color: #E4BF37;
}
.box_order02 {
	background-color: #54688F;
	color: #fff;
}
.box_order03 {
	background-color: #757575;
	color: #fff;
}
.box_order .col {
	margin-top: 0;
	margin-bottom: 0;
}
.box {
	border: 5px solid #f2f2f2;
	padding: 25px;
}
.box_red {
	border: 3px solid #A5001E;
	padding: 20px 25px 20px 25px;
}
@media (max-width: 667px) {
.box {
	padding: 15px;
}
}
@media print, screen and (min-width: 668px) {
.box2wp {
	padding: 0 10px;
}
}

/* カート
----------------------------------------------------*/
.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 {
	margin-top: 60px;
}
.cart_box .item_img {
	text-align: center;
}
.cart_box .item_img img {
	max-width: 100%;
}
.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;
}
.multi_message {
	margin-left: 20px;
}

.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) {
/* セクション
----------------------------------------------------*/
.sec_page {
	margin-top: 60px;
}
	.sec_page01 {
		margin-top: 40px;
	}
.sec_page_title {
	margin-bottom: 5px;
	font-size: 1.6rem;
}
	.sec_page_title span {
		display: block;
		margin-right: 0;
	}
.sec_block {
	margin-top: 40px;
}
	.sec_block01 {
		margin-top: 20px;
	}
/* フォーム
----------------------------------------------------*/
input[type=button] {
	padding: 8px 10px;
	font-size: 1.6rem;
	width: 100%;
}
label {
	font-size: 1.4rem;
}
/* ページタイトル
----------------------------------------------------*/
.toprice {
	margin-top: 20px;
}
.toprice a {
	font-size: 1.6rem;
}

/* カート
----------------------------------------------------*/
.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;
		}
}

.lo_btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.lo_btn li {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.lo_btn a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  border:2px solid #292E3B;
  align-items: center;
  font-weight: bold;
  flex-grow:1;
  color: #292E3B;
  padding: 11px 8px;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width:667px){
.lo_btn a {
	min-height: 60px;
}
}
.lo_btn a:hover, .lo_btn a:focus {
		opacity: 0.6;
		transition: .5s;
}
.lo_btn .btnc_bl {
  color: #fff;
  background-color:#292E3B;
}
.lo_btn .btnc_wh {
  color: #292E3B;
}
.lo_btn li.w380 {
	width: 380px;
}
@media (max-width:667px){
.lo_btn .w380 {
	width: 100%;
}
}
.lo_btn .sec_btn2 {
  padding: 7px 10px;
}
.lo_btn .ln2 {
	line-height: 1.3;
  padding: 6px 6px;
}
.lo_btn .txt-t {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.lo_btn .lnk-txt {
	text-align: center;
	flex: 1;
}
.lo_btn i.arr-r {
	padding-left: 7px;
}
a.lnk-udline {
  text-decoration: underline;
  font-weight: bold;
}
/* 240521追加 */
.toc {
	background-color: #F2F2F2;
}
@media (min-width: 668px){
.toc {
	border-radius: 8px;
	padding: 40px;
	margin-bottom: 70px;
}
}
@media (max-width:667px){
.toc {
	padding: 35px 15px 15px 15px;
	background-image :
	linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 2px),  /* 上の線 */
	linear-gradient(to bottom, #707070, #707070 2px, transparent 2px, transparent 2px), /* 右の線 */
	linear-gradient(to left, #707070, #707070 2px, transparent 2px, transparent 2px),  /* 下の線 */
	linear-gradient(to top, #707070, #707070 2px, transparent 2px, transparent 2px);   /* 左の線 */
	background-size:
	4px 1px,  /* 上の線 */
	1px 4px, /* 右の線 */
	4px 1px,  /* 下の線 */
	1px 4px;   /* 左の線 */
	background-position:
	left top,  /* 上の線 */
	right top, /* 右の線 */
	right bottom,  /* 下の線 */
	left bottom;   /* 左の線 */
	background-repeat:
	repeat-x,  /* 上の線 */
	repeat-y, /* 右の線 */
	repeat-x,  /* 下の線 */
	repeat-y;   /* 左の線 */
	margin-bottom: 50px;
}
}
.toc_ti {
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 10px;
	color: #292929;
}
.toc_ti .toc_icn {
	padding-right: 5px;
}
.toc_ti .toc_icn img {
	vertical-align: middle;
}
.toc-list li {
	display: flex;
	padding-bottom: 7px;
}
.toc-list li img {
	vertical-align: top;
}
.toc-list li .tocicn {
	padding-top: 2px;
	width: 55px;
}
.toc-list li .toclist {
	font-size: 1.6rem;
	font-weight: bold;
	width: calc(100% - 55px);
}

.blk_ctr.blk_ctr630 {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:667px){
.blk_ctr {
	width: 100%;
}
}
.op-price_tb {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
.op-price_tb, .op-price_tb td, .op-price_tb th {
  border: 1px solid #292929;
  border-collapse: collapse;
}
.op-price_tb td,.op-price_tb th {
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
}

