@charset "utf-8";
/* CSS Document */


.fx-wrap-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fx-wrap-2 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*-ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;*/
  padding-bottom: 25px;
}
.fx-wrap-2 > li > div {
  width: 100%;
}

.fx-wrap > li {
  padding-bottom: 25px;
}

.lnk-udline {
  text-decoration: underline;
}


/* font ---------- */

p {font-size: 14px;line-height: 1.72;}
.tx-fs {font-size: 14px;line-height: 1.72;}
.tx-fs1 {font-size: 16px;line-height: 1.63;}
.tx-fs2 {font-size: 18px;line-height: 1.55;}
.tx-fs3 {font-size: 20px;line-height: 1.5;}
.tx-fs4 {font-size: 22px;line-height: 1.45;}
.tx-fs5 {font-size: 24px;line-height: 1.4;}
.tx-fs6 {font-size: 26px;line-height: 1.38;}
.tx-fs7 {font-size: 28px;line-height: 1.36;}

/* margin padding ---------- */

.mgn_b10 {margin-bottom:10px;}
.mgn_b20 {margin-bottom:20px;}
.mgn_b30 {margin-bottom:30px;}
.mgn_b40 {margin-bottom:40px;}
.mgn_b50 {margin-bottom:50px;}
.mgn_b60 {margin-bottom:60px;}
.mgn_b70 {margin-bottom:70px;}
.mgn_b80 {margin-bottom:80px;}
.mgn_b90 {margin-bottom:90px;}
.mgn_b100 {margin-bottom:100px;}
.mgn_b110 {margin-bottom:110px;}
.mgn_b120 {margin-bottom:120px;}

.pdg_b5 {padding-bottom:5px;}
.pdg_b10 {padding-bottom:10px;}
.pdg_b15 {padding-bottom:15px;}
.pdg_b20 {padding-bottom:20px;}
.pdg_b30 {padding-bottom:30px;}
.pdg_b40 {padding-bottom:40px;}
.pdg_b50 {padding-bottom:50px;}
.pdg_b60 {padding-bottom:60px;}
.pdg_b70 {padding-bottom:70px;}
.pdg_b80 {padding-bottom:80px;}
.pdg_b90 {padding-bottom:90px;}
.pdg_b100 {padding-bottom:100px;}
.pdg_b110 {padding-bottom:110px;}
.pdg_b120 {padding-bottom:120px;}

.pdg_t10 {padding-top:10px;}
.pdg_t20 {padding-top:20px;}
.pdg_t30 {padding-top:30px;}
.pdg_t40 {padding-top:40px;}
.pdg_t50 {padding-top:50px;}
.pdg_t60 {padding-top:60px;}

.tx-clr-re {
  font-size: 16px;
  line-height: 1.63;
  color: #a5001e;
  text-align: center;
}
.tx-clr {
  font-size: 16px;
  line-height: 1.63;
  text-align: center;
}
.tx-fw {
  font-weight: bold;
}
.tx-fwb {
  font-weight: bold;
  text-align: center;
}


/* box ---------- */

.box-wid-a {
  max-width: 310px;
  margin: 0 auto;
}
.box-wid-b {
  max-width: 600px;
  margin: 0 auto;
}


/* button ---------- */

.sec_btn {
  text-align: center;
}
a.sec_btn-dtl {
  color: #fff;
  background:#444;
  margin-bottom: 60px;
  font-weight: bold;
}
.btndtl {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
}
.btndtl:before{
	font-family: FontAwesome;
	content:'\f138';
	font-weight:normal;
	margin-right:5px;
}
.btntop {
  display: block;
  font-size: 18px;
  padding: 25px 10px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.btntop:after {
	font-family: FontAwesome;
	content:'\f138';
	font-weight:normal;
	margin-left:5px;
}


/* menu ---------- */

.gide_link {
  cursor: pointer;
  display: block;
  position: relative;
}
.gide_link-item {
  display: block;
  position: relative;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.gide_link-item:before {
  font-family: FontAwesome;
  content: '\f13a';
  color: #bc8e60;
  margin-right: 3px;
}
.gide_link-item.on:before {
  content: '\f139';
}
.sublink {
  display: none;
  padding-bottom: 5px;
}
.sublink li {
  padding-left: 2.2em;
  text-indent: -1.0em;
  line-height: 1.8;
}
.sublink li:before {
  font-family: FontAwesome;
  content: '\f054';
  color: #a6a6a6;
  margin-right: 3px;
}
.gide_link-item2 {
  display: block;
  position: relative;
  font-weight: bold;
  margin-bottom: 5px;
}
.gide_link-item2:before {
  font-family: FontAwesome;
  content: '\f13a';
  color: #bc8e60;
  margin-right: 3px;
}

/* section ---------- */

.pg_title {
  font-weight: bold;
}

.lo-menu {
  text-align: center;
}
.lo-menu li {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.lo-menu li a {
  color: #fff;
  background-color:#444;
  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;
  align-items: center;
  min-height: 60px;
}
.lo-menu li a span {
  display: inline-block;
  width: 100%;
}
.lo-menu li i {
  color: #fff;
  margin-left: 5px;
}

.sec_ttlarw {
  text-align: center;
  color: #fff;
  background-color: #5a4c3e;
  padding: 15px 0;
  position:relative;
  margin-bottom: 35px;
  font-weight: bold;
}
.sec_ttlarw:before {
	content: "";
	display: inline-block;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 18px solid #5a4c3e;
	position: absolute;
	left: 50%;
	bottom: -20px;
}
.sec_ttlbar {
  background-color: #f5f0eb;
  text-align: center;
  padding: 12px 10px;
  font-weight: bold;
  margin-bottom: 30px;
}
.sec_ttlbar i {
  margin-right: 5px;
}
.sec_tb table {
  border:1px solid #707070;
}
.sec_tb tr {
  border-bottom: 1px solid #707070;
}
.sec_tb th {
  text-align: left;
  background: #f5f0eb;
  vertical-align: middle;
  width: 190px;
  padding: 5px 20px;
  vertical-align: top;
}
.sec_tb td {
  padding: 5px 15px;
  vertical-align: middle;
}

.sec_fmgra {
  background-color: #f2f2f2;
  margin-bottom: 90px;
}
.fm-pd-a {
  padding: 30px 30px 30px;
}
.fm-pd-b {
  padding: 40px 100px 40px 90px;
}
.icn-cir-thin li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.72;
}
.icn-cir-thin li:before {
  font-family: FontAwesome;
  content: '\f1db';
  font-weight: normal;
  margin-right: 5px;
}

.sec_ttlgide {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #bc8e60;
  padding: 12px 0;
  margin-bottom: 12px;
}
.sec_ttlgide i {
  color: #fff;
  margin-right: 5px;
}
.box_ttlbar {
  text-align: center;
  font-size: 16px;
  line-height: 1.63;
  font-weight: bold;
  background-color: #f5f0eb;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.box_ttlbar i {
  margin-right: 5px;
}

.box_dl {
  border:1px solid #707070;
  border-top:none;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
.box_dl dt,
.box_dl dd {
  border-top:1px solid #707070;
  line-height: 1.72;
  padding: 5px;
}
.box_dl dt {
  background-color: #f5f0eb;
}

.box_radi {
  border-radius: 10px;
  background-color: #F2F2F2;
  padding: 25px 25px 20px 30px;
  margin-bottom: 5px;
}
.box_radi .ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;

}
.icn-cir li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.72;
}
.icn-cir li:before {
  font-family: FontAwesome;
  content: '\f111';
  font-weight: normal;
  margin-right: 8px;
  font-size: 7px;
}
.lst-pd {
  padding: 0 60px 50px 150px;
}
.box_add .sec_ttlbar {
  margin-bottom: 20px;
}
.box_add .ttl {
  font-size: 18px;
  line-height: 1.55;
  font-weight: bold;
  margin-bottom: 15px;
}



@media (min-width: 668px){

.sp_on {
  display: none;
}

.fx-wrap {
  flex-wrap: wrap;
}
.fx-wrap,
.fx-wrap > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.fx-wrap > li div {
  width: 100%;
}


}

@media (max-width:667px){

.pc_on {
  display: none;
}

/* font ---------- */

.tx-fs3 {font-size: 16px;line-height: 1.63;}
.tx-fs4 {font-size: 18px;line-height: 1.55;}
.tx-fs5 {font-size: 20px;line-height: 1.5;}
.tx-fs6 {font-size: 20px;line-height: 1.5;}
.tx-fs7 {font-size: 22px;line-height: 1.45;}


/* section ---------- */

.sec_tb th,
.sec_tb td {
  display: block;
  width: 100%;
  padding: 5px 15px;
}

.lst-pd {
  padding: 0 20px 30px 20px;
}
.fm-pd-b {
  padding: 40px 30px 40px 30px;
}


}




/* デザイン変更追加分 */
.contents {
  font-family: "メイリオ",Meiryo, Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Droid Sans', 'sans-serif';
}
.sec_hd_wp {
  text-align: center;
  margin-bottom: 40px;
  color: #292E3B;
}
.sec_hd_wp .icn {
  display: block;
  margin-bottom: 5px;
}
.sec_hd.ud_line {
  border-bottom: 2px solid #292E3B;
  padding-bottom: 3px;
}
.sec_hd {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.ttl_dline.fs18 {
  font-size: 18px;
}
.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;
}
.lo_menu {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.lo_menu li {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 668px){
  .lo_menu.lnk-fs16 li a {
    font-size: 16px;
  }
  .lo_menu.txt-menu li a {
    min-height: 67px;
  }
  .lo_menu.lnk-fs16 li a {
    font-size: 16px;
  }
  .lo_menu.txt-menu li a {
    min-height: 67px;
  }
}
@media (max-width:667px){
  .lo_menu li a {
    min-height: 60px;
  }
  .line-arw, .line-arw.wide01 {
    width: 100%;
    line-height: 1.1;
  }
}
.lo_menu.txt-menu li a {
  padding: 8px 10px 7px 20px;
}
.lo_menu.txt-menu-c .btn-inner .lnk-txt {
  text-align: center;
}
.lo_menu li 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;
}
.lo_menu.txt-menu.txt-menu-c li a {
  padding: 8px 10px 7px 8px;
}

.btn-inner .lnk-txt {
  text-align: left;
  font-weight: bold;
  flex: 1;
}
.btn-inner i {
  padding-left: 7px;
  font-size: 18px;
}
.line-arw{
	position:relative;
	width:540px;
	background:#fff;
	padding:15px 10px 13px 10px;
	text-align:center;
	border:3px solid #292E3B;
	color:#292E3B;
	font-size:2.2rem;
	font-weight:bold;
	margin: 0 auto 40px;
}
.line-arw.wide01{
	width:600px;
}
.line-arw.aj_mb30 {
	margin: 0 auto 30px;
}
.line-arw.aj_pd {
	padding: 9px 10px 7px 10px;
}
.line-arw.ln2 {
	line-height:1.3;
}
@media (max-width:667px){
	.line-arw,.line-arw.wide01 {
		width: 100%;
    line-height: 1.1;
	}
}
.line-arw:after,.line-arw:before{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	top:100%;
	left:50%;
}
.line-arw:after{
	border-top-width:8px;
	border-bottom-width:8px;
	border-left-width:5px;
	border-right-width:5px;
	margin-left: -5px;
	border-top-color:#fff;
}
.line-arw:before{
	border-top-width:10px;
	border-bottom-width:10px;
	border-left-width:7px;
	border-right-width:7px;
	margin-left: -7px;
	margin-top: 2px;
	border-top-color:#292E3B;
}
.line-arw span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
@media (max-width:667px){
	.line-arw span {
    line-height: 1.63;
  }
  .sec_fm_red {
    padding: 30px 20px 20px;
  }
}
.sec_fm_red {
  border: 4px solid #C24B3A;
  padding: 35px 85px 25px;
}

/* contents-bottom2 */
.gide_link-item:before {
  color: #292E3B!important;
}
.gide_link-item2:before {
  color: #292E3B!important;
}
#more-info .ttl {
  margin-bottom: 28px;
  padding: 19px 10px 15px;
  text-align: center;
  background: url(https://www.diy-shop.jp/base/img/common/bg_stripe_gray.gif);
}
#more-info .ttl span {
  display: block;
}
#more-info .ttl h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #292E3B;
}
#more-info h4 {
    margin-bottom: 10px;
}
.more-list h4 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: none !important;
  background-color: #F5F2ED;
  text-align: center;
  padding: 8px 5px;
  color: #292E3B;
}
.return {
  clear: both;
  text-align: center;
  margin-top: 30px;
  font-family: "メイリオ",Meiryo, Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Droid Sans', 'sans-serif';
}
.return a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 16px 10px;
  border: #292E3B 2px solid;
  color: #292E3B;
}
.return span.icon {
  margin-bottom: 7px;
  padding-top: 30px;
  font-size: 12px;
  background: url(https://www.diy-shop.jp/base/img/common/return_icon.gif) no-repeat center top;
}
.return span.text {
  color: #292E3B;
  font-size: 16px;
  font-weight: bold;
}
.return span {
  display: block;
  line-height: 1.3;
}