@charset "utf-8";

/* =====================================
   free101-common.css
   手すり工事依頼ページ共通＋世田谷区ページ用
===================================== */

/* 共通 */
body,
#contents section{
  background:#fff;
}

body{
  overflow-x:hidden;
}

#contents{
  line-height:1.4;
}

#footer{
  margin-top:20px;
}

.listmenu{
  display:none;
}

.setume{
  padding:0 !important;
}

#page101.znb{
  padding-top:0 !important;
  margin-top:0 !important;
}

.ta-center{
  text-align:center !important;
}


/* =====================================
   施工例画像
===================================== */

.jireigazou{
  overflow:hidden;
  width:100%;
  padding:0 10px 20px;
  box-sizing:border-box;
  font-size:13px;
}

.jireigazou li{
  width:49%;
  text-align:center;
  margin-bottom:10px;
  display:inline-block;
  vertical-align:top;
  box-sizing:border-box;
}

.jireigazou li:nth-child(2n){
  margin-left:1%;
}

.jireigazou li:nth-last-child(-n+2){
  margin-bottom:0;
}

.jireigazou li img{
  width:100%;
  height:auto;
}

.jireigazou li span{
  display:block;
  padding:10px 0 15px;
}


/* =====================================
   見出し画像・理由ブロック
===================================== */

h3.daime{
  text-align:center;
  margin:2em 0;
}

.riyu-title{
  position:relative;
  display:block;
  margin:0 10px 0 5px;
  padding:0 1px 0 45px;
  line-height:1.3;
}

.riyu-title img{
  position:absolute;
  top:-8px;
  bottom:0;
  left:5px;
  margin:auto;
}

.riyu{
  margin:0 25px;
  text-align:left !important;
  line-height:1.4;
}

.riyu p{
  margin:10px 0 !important;
}


/* =====================================
   表
===================================== */

table#ranku{
  border-collapse:collapse;
  margin:0 0 5px;
  font-size:13px;
}

table#ranku tr > *{
  border:1px solid #333;
  padding:3px;
  line-height:1.5;
  display:table-cell;
  vertical-align:middle;
}

table#ranku tr > td.kakaku{
  color:red;
  text-align:right;
}

table#ranku tr > td:nth-child(1){
  text-align:center;
}

table#ranku tr > td:nth-child(3){
  text-align:left;
  width:59%;
}

.hiyo{
  margin:0 10px;
}

.hiyo h3{
  font-size:15px;
  line-height:1.4;
  margin:0 0 1em;
}


/* =====================================
   既存ページ用
===================================== */

.linkss{
  line-height:1.3;
  background-color:#fff;
}

#mtmrbtn{
  text-align:center;
}

#komakai,
#komakai + div{
  margin:0 10px;
}

#komakai{
  padding:0 !important;
  font-size:13px;
}

#komakai h3{
  margin:1em 0;
}

.tezyun{
  margin:0 10px;
  text-align:left;
}

.tezyun p{
  margin:1em 0;
  padding:0 !important;
  font-size:13px;
}

.sekoujirei{
  overflow:hidden;
}

.sekoujirei > div{
  float:left;
  margin-left:9%;
  text-align:left;
}

.sekoujirei > div > b:last-child{
  display:block;
  text-align:right;
}

img.sekoujirei-img{
  float:left;
  margin-left:20px;
}


/* =====================================
   CTAボタン
===================================== */

#page101 .kouji-cta{
  text-align:center !important;
  margin:20px auto 30px;
  line-height:1.6;
}

#page101 .estimate-btn,
#page101 .tel-btn{
  display:inline-block;
  width:min(300px,92%);
  padding:10px 0;
  color:#fff !important;
  font-size:22px;
  font-weight:bold;
  line-height:1.2;
  text-align:center !important;
  text-decoration:none !important;
  border-radius:4px;
  box-sizing:border-box;
}

#page101 .estimate-btn{
  background:blue;
}

#page101 .tel-btn{
  background:red;
}

#page101 .estimate-btn.large,
#page101 .tel-btn.large{
  width:min(350px,92%);
  font-size:25px;
  padding:14px 0;
}

#page101 .tel-box{
  margin-top:20px;
}

#page101 .mail-title{
  margin:20px 0 8px;
  color:blue;
  font-size:28px;
  font-weight:bold;
}

#page101 .tel-title{
  margin:35px 0 8px;
  color:red;
  font-size:28px;
  font-weight:bold;
}

#page101 .shop-name{
  text-align:center !important;
  margin:25px auto;
  line-height:1.6;
}

#page101 .company-name{
  font-size:24px;
  font-weight:bold;
}


/* =====================================
   世田谷区ページ専用
===================================== */

#page101 .setagaya-lead{
  max-width:820px;
  margin:25px auto 30px;
  padding:22px 28px;
  background:#fffaf0;
  border:1px solid #e5d3ad;
  box-sizing:border-box;
  text-align:left;
}

#page101 .setagaya-lead h2{
  margin:0 0 16px;
  padding:0 0 10px;
  border-bottom:3px solid #8b5a2b;
  color:#4a2f16;
  font-size:26px;
  line-height:1.4;
  font-weight:bold;
}

#page101 .setagaya-lead p{
  margin:0 0 14px;
  color:#333;
  font-size:17px;
  line-height:1.8;
}

#page101 .setagaya-lead p:last-child{
  margin-bottom:0;
}

#page101 .setagaya-jirei{
  max-width:820px;
  margin:20px auto 35px;
  padding:0;
  list-style:none;
  box-sizing:border-box;
}

#page101 .setagaya-jirei li{
  margin:0 0 14px;
  padding:16px 18px;
  background:#fcfcfc;
  border:1px solid #d8d8d8;
  border-left:6px solid #2f7d32;
  line-height:1.75;
  color:#333;
  font-size:16px;
  box-sizing:border-box;
}

#page101 .setagaya-jirei li:last-child{
  margin-bottom:0;
}

#page101 .setagaya-jirei a{
  display:inline-block;
  margin-bottom:4px;
  color:#0056b3;
  font-size:20px;
  font-weight:bold;
  text-decoration:none;
  border-bottom:1px solid transparent;
}

#page101 .setagaya-jirei a:hover{
  color:#cc0000;
  border-bottom-color:#cc0000;
  text-decoration:none;
}

#page101 .setagaya-jirei a:visited{
  color:#663399;
}

#page101 .setagaya-jirei-title{
  max-width:820px;
  margin:28px auto 18px;
  padding:14px 20px;
  background:#2f7d32;
  color:#fff;
  font-size:30px;
  line-height:1.4;
  font-weight:bold;
  text-align:center;
  box-sizing:border-box;
  border-radius:4px;
}

#page101 .setagaya-jirei-note{
  max-width:820px;
  margin:-15px auto 30px;
  padding:12px 16px;
  background:#fff7e6;
  border:1px solid #ead2a2;
  color:#333;
  font-size:16px;
  line-height:1.7;
  box-sizing:border-box;
}

#page101 .kouji-text-title{
  max-width:820px;
  margin:30px auto 18px;
  padding:12px 18px;
  background:#f3f3f3;
  border-left:8px solid #8b5a2b;
  color:#333;
  font-size:26px;
  line-height:1.4;
  font-weight:bold;
  box-sizing:border-box;
}

#page101 .more-jirei-link{
  max-width:820px;
  margin:-8px auto 22px;
  text-align:center;
  font-size:16px;
  line-height:1.6;
}

#page101 .more-jirei-link a{
  color:#555;
  text-decoration:none;
  border-bottom:1px solid #bbb;
  font-weight:bold;
  padding-bottom:1px;
}

#page101 .more-jirei-link a:hover{
  color:#cc0000;
  border-bottom-color:#cc0000;
}

#page101 .more-jirei-link a:visited{
  color:#666;
}

#page101 .maker-block{
  max-width:820px;
  margin:50px auto 35px;
  padding:0 10px;
  text-align:center !important;
  box-sizing:border-box;
}

#page101 .maker-title{
  display:inline-block;
  margin:0 0 16px;
  padding:4px 10px;
  font-size:28px;
  line-height:1.4;
  font-weight:bold;
  background:pink;
  color:#333;
  text-align:center !important;
}

#page101 .maker-sub{
  margin:0 0 18px;
  font-size:18px;
  line-height:1.6;
  color:#333;
  text-align:center !important;
}

#page101 .maker-logo,
#page101 .maker-doc{
  display:block;
  margin:0 auto 20px;
  max-width:100%;
  height:auto;
}

#page101 .maker-doc{
  margin-bottom:0;
}

#page101 .kouji-area-info{
  max-width:820px;
  margin:22px auto 34px;
  padding:22px 28px;
  background:#f7fbff;
  border:1px solid #c9dff2;
  border-left:8px solid #2b6dad;
  box-sizing:border-box;
  text-align:left;
}

#page101 .kouji-area-info h2{
  margin:0 0 14px;
  padding:0 0 8px;
  font-size:26px;
  line-height:1.4;
  color:#1f4e79;
  font-weight:bold;
  border-bottom:2px solid #9fc3e6;
}

#page101 .kouji-area-info p{
  margin:0 0 12px;
  font-size:17px;
  line-height:1.85;
  color:#333;
}

#page101 .kouji-area-info p:last-child{
  margin-bottom:0;
}

#page101 .kouji-area-note{
  font-size:14px !important;
  color:#666 !important;
}


/* =====================================
   スマホ調整
===================================== */

@media screen and (max-width:862px){

  .jireigazou li{
    float:left;
  }

  .riyu{
    margin:0 15px 0 25px;
    line-height:1.3;
  }

  .znb div{
    line-height:1.4;
    text-align:left;
    font-size:13px;
  }

  #page101 .kouji-cta,
  #page101 .ta-center,
  #page101 .shop-name,
  #page101 .maker-block{
    text-align:center !important;
  }

  #page101 .estimate-btn,
  #page101 .tel-btn,
  #page101 .estimate-btn.large,
  #page101 .tel-btn.large{
    width:92%;
    max-width:320px;
    font-size:22px;
  }

  #page101 .mail-title,
  #page101 .tel-title{
    font-size:22px;
  }

  #page101 .company-name{
    font-size:20px;
  }

  #page101 .setagaya-lead{
    width:auto;
    margin:18px 10px 24px;
    padding:16px 14px;
  }

  #page101 .setagaya-lead h2{
    font-size:20px;
    line-height:1.45;
  }

  #page101 .setagaya-lead p{
    font-size:15px;
    line-height:1.75;
  }

  #page101 .setagaya-jirei{
    margin:15px 10px 25px;
  }

  #page101 .setagaya-jirei li{
    padding:14px 12px;
    font-size:14px;
    line-height:1.7;
    border-left-width:4px;
  }

  #page101 .setagaya-jirei a{
    font-size:17px;
    line-height:1.5;
  }

  #page101 .setagaya-jirei-title{
    width:auto;
    margin:20px 10px 14px;
    padding:12px 10px;
    font-size:21px;
    line-height:1.45;
  }

  #page101 .setagaya-jirei-note{
    margin:-10px 10px 24px;
    font-size:14px;
  }

  #page101 .kouji-text-title{
    width:auto;
    margin:24px 10px 14px;
    padding:10px 12px;
    border-left-width:5px;
    font-size:20px;
    line-height:1.45;
  }

  #page101 .more-jirei-link{
    margin:-4px 10px 18px;
    font-size:14px;
    line-height:1.5;
  }

  #page101 .maker-block{
    margin:35px auto 25px;
    padding:0 10px;
  }

  #page101 .maker-title{
    display:inline-block;
    width:auto;
    max-width:100%;
    margin-left:auto !important;
    margin-right:auto !important;
    font-size:20px;
    line-height:1.45;
    padding:4px 8px;
  }

  #page101 .maker-sub{
    width:100%;
    margin-left:auto !important;
    margin-right:auto !important;
    font-size:15px;
    margin-bottom:14px;
  }

  #page101 .maker-logo{
    margin-bottom:16px;
  }

  #page101 .kouji-area-info{
    width:auto;
    margin:18px 10px 28px;
    padding:16px 14px;
    border-left-width:5px;
  }

  #page101 .kouji-area-info h2{
    font-size:20px;
    line-height:1.45;
  }

  #page101 .kouji-area-info p{
    font-size:15px;
    line-height:1.75;
  }

  #page101 .kouji-area-note{
    font-size:13px !important;
  }
}

/* 世田谷ページ：スマホ変換時の背景ベージュ対策 */
#page101,
#page101.znb,
#page101 > div,
#page101 .kukuri,
#page101 .linkss,
#page101 .setagaya-lead,
#page101 .setagaya-jirei-note,
#page101 .maker-block,
#page101 .kouji-area-info{
  background-color:#fff !important;
}