@charset "UTF-8";

/*************************
 汎用クラス
 *************************/
.mb00 {margin-bottom: 0 !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.inlineC {text-align: center;}
.inlineR{text-align: right;}
.fontBold {font-weight: bold;}
.colorRed { color: #f00;}
.emphasis {
    font-size: 130%;
    font-weight: bold;
}
.fs12{
font-size:12px;
}

.txt_center{
	text-align:center;	
}

/*************************
 自分でリフォームDIY
 *************************/

.diy_main {
  margin: 0 auto;
  text-align: center;
}

.diy_main p {
  text-align:center;
  line-height:1.4;
}

.diy_subtitle {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px;
  text-align:center;
  letter-spacing:1px;
  line-height:1;
}

.lead_under{
	line-height:1.8 !important;
	margin-bottom:80px;	
}

.diy_title {
  display: table;
  margin: 0 auto 20px;
}
.diy_title h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  padding: 0 0 0 55px;
}
.diy_title .wall {
  background: url(../../../../img/page/diy/icon_wall.png) no-repeat center top;
  padding:50px 10px 0;
}
.diy_title .floor {
  background: url(../../../../img/page/diy/icon_floor.png) no-repeat center top;
  padding:50px 10px 0;
}
.diy_title .etc {
  background: url(../../../../img/page/diy/icon_etc.png) no-repeat center top;
  padding:50px 0 0 0;
}

.diy_list{
  margin: 0 -8px 50px;
}

.list_last{
  margin: 0 -8px 80px;
}
.diy_list ul {
  display: block;
  margin: 0 auto 0;
  text-align: left;
  letter-spacing: -0.4em;
}
.diy_list li {
  display: inline-block;
  width: 334px;
  margin: 0 8px 0;
}

.diy_list2{
  margin: 0 0 50px;
  
}

.diy_list2 li {
  width: 48%;
  float: left;
  margin-right:4%;
}

.diy_list2 li:nth-child(2n){
	margin-right:0;
}

.diy_list2 li:nth-child(1),
.diy_list2 li:nth-child(2){
	margin-bottom:20px;	
}

.diy_list2 li a{
	display:block;
	position:relative;
	border:1px solid #ccc;
	padding:10px;	
}

.diy_list2 li a i{
	position:absolute;
	top:35%;
	right:5%;	
}
@media (max-width: 767px) {
  .diy_list{
    margin: 0 -2% 40px;
  }
}

.diy_dl {
  margin: 0 auto 80px;
}
.diy_dl dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing:1px;
  margin: 0 0 20px;
  padding:0 0 5px 0;
  border-bottom:1px solid #cccccc;
}
.diy_dl dd {
  line-height: 1.6;
  margin: 0 0 0;
}

.detail dt{
	margin:0 0 10px 0;
	padding:0 0 0 0;/*reset*/
	border:none;/*reset*/
	font-size:16px;
	font-weight:bold;
	color:#7bac2f;
}

.detail dd{
	margin:0 0 0 0;	
}

.detail dd.text{
	margin:0 0 20px 0;	
}

.detail dd.link{
	text-align:right;	
}

.detail dd.link a{
	display:inline-block;
	padding:3px;
}

.detail dd.link i{
	margin-right:6px;	
}

.diy_box {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.diy_box p {
  text-align: left;
  line-height: 1.8;
}
.diy_box a {
  display: table;
  margin-bottom:5px;
}
.diy_box .minititle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.0;
  padding:15px 0 10px;
  margin-bottom:20px;
  background:#efefef;
  text-align:center;
  letter-spacing:1px;
}
.diy_box .mt20 {
  padding-top: 20px;
}
.diy_box .pl15 {
  padding-left: 15px;
}
.diy_box .figure {
  margin: 0 auto;
}
.myself {
  margin: 0 auto 80px;
  padding:30px;
  background: url(../../../../img/page/diy/bg_myself.jpg) no-repeat center center;
  background-size:cover;
}
.diy_box .catch {
  background: url(../../../../img/page/diy/icon_diy.png) no-repeat center top;
  display: table;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

.diy_box .col_4,
.diy_box .col_8 {
  display: table-cell;
  vertical-align: top;
}
.diy_box .col_4 {
  width: 33.33333333%;
}
.diy_box .col_8 {
  width: 66.66666667%;
}
@media (max-width: 767px) {
  .diy_box .pl15 {
    padding-left: 0;
  }
  .diy_box .figure {
    text-align: center;
  }
  .diy_box .figure:first-child {
    margin: 0;
  }
  .diy_box .col_4,
  .diy_box .col_8 {
    display: block;
    width: 100%;
  }
  .diy_box .col_4:nth-child(2n+2),
  .diy_box .col_8:nth-child(2n+2) {
    margin: 15px auto 0;
  }
}

/* ページ下部　共通部分（ページリンク・お問い合わせ・ページトップへ戻る） */
.diy_link {
  margin: 60px -15px 0;
}
.diy_link ul {
  width: 100%;
  max-width: 715px;
  display: table;
  margin: 0 auto;
  letter-spacing: -0.4em;
}
.diy_link li {
  display: inline-block;
  width: 208px;
  text-align: center;
  margin: 0 15px;
}
.diy_contact {
  margin: 60px auto 0;
  text-align: center;
}
.diy_pagetop {
  margin: 60px 0 0;
  text-align: right;
}
@media (max-width: 767px) {
  .diy_link {
    margin: 60px -1.5% 0;
  }
  .diy_link ul {
  }
  .diy_link li {
    width: 30.33333333%;
    margin: 0 1.5%;
  }
  .diy_contact {
    margin: 30px auto 0;
  }
}

@media screen and (min-width:641px){

.diy_list li {
    width: 46%;
    margin: 30px 2% 0;
  }
  
  .diy_list2:after{
	content:"";
	display:block;
	clear:both;
}

}

@media screen and (max-width:640px){
	
.diy_main p br{
	display:none;
}

.diy_list li{
	width:100%;
	margin:0;
	text-align:center;
}

.diy_list ul li:first-child{
	margin-bottom:20px;
}


.diy_list2 li{
	width:100%;
	margin-bottom:20px;
	margin-right:0;
}

.diy_box .minititle{
	font-size:16px;
	line-height:1.3;
	padding:10px;
}

.diy_subtitle{
	font-size:20px;
	line-height:1.3;
}

.diy_dl{
	margin-bottom:60px;
}

.diy_dl dt{
	border:none;
	padding:0;
	text-align:center;
}

.detail dd.link{
	margin-bottom:30px;
}

.detail dd.link a{
	display:block;
	padding:10px 20px;
	border:1px solid #ccc;
	text-align:center;
}
	
}

a.txt-lk {
	display: inline;
	text-decoration: underline !important;
}
.diy_box a.txt-lk {
	display: inline;
	text-decoration: underline !important;
}
