@charset "UTF-8";

@import url(base.css);
@import url(common.css);

/*
///////////////////////////////////////////////////////////////////////

  トップページ

///////////////////////////////////////////////////////////////////////
*/
#main_image {
  width: 100%;
  height: 514px;
  overflow-x: hidden;
  background-image: url(../img/index_img/bg_slider_town.jpg), url(../img/index_img/bg_slider.jpg);
  background-repeat: no-repeat, repeat-x;
  background-position: center top, left top;
}
  #slide_all {
    width: 960px;
    margin: 16px auto 0;
    position: relative;
  }
    #slide_wrap {
      width: 3840px;
      position: absolute;
      left: 50%;
      margin-left: -1440px;
    }
      #slide_body {
        width: 100%;
      }
        .slide {
          width: 960px;
          margin: 0 10px;
        }
          .slide img {
            width: 100%;
            vertical-align: bottom;
          }
/*----------------------- キャッシュレスバナー */
.cashless_banner {
	padding: 15px;
	background: #ed1c22;
	text-align: center;
	margin-bottom: 20px;
}
.cashless_banner img {
	display: inline-block;
}

/*----------------------- バナー群 */
.link_box {
}
  .link_box li {
    float: left;
    margin-right: 20px;
  }
  .link_box li:nth-of-type(3n) {
    margin-right: 0;
  }

.fst {
  padding-top: 3px;
}
  .sec li {
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
  }
  .sec li:nth-of-type(1),
  .sec li:nth-of-type(2),
  .sec li:nth-of-type(3) {
    margin-bottom: 20px;
  }
#indexlinkbox.link_box li {
	width: 340px;
}
#indexlinkbox.link_box li p {
	margin-top: 5px;
}
/*--------------------------------------お知らせ */
#index_news {
  width: 510px;
  float: left;
  margin-bottom: 10px;
  position: relative;
}
#index_blog {
  width: 510px;
  float: right;
  position: relative;
}
  .more_btn {
    position: absolute;
    top: 13px;
    right: 10px;
  }
  #index_blog dl,
  #index_news dl {
    clear: both;
  }
    #index_blog dl dt,
    #index_blog dl dd,
    #index_news dl dt,
    #index_news dl dd {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 1px dashed #b4afab;
    }
    #index_blog dl dt,
    #index_news dl dt {
      width: 125px;
      float: left;
      padding: 6px 0 7px;
    }
    #index_blog dl dt:before,
    #index_news dl dt:before {
      content: "●";
      font-size: 28px;
      line-height: 1;
      color: #c2d94e;
      margin-right: 6px;
      vertical-align: -4px;
    }
    #index_blog dl dd,
    #index_news dl dd {
      padding: 11px 0 7px;
      margin-left: 125px;
    }
      #index_blog dl dd p,
      #index_news dl dd p {
        display: block;
        max-width:380px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

/*------------------------ 消費者の立場から */
#index_info {
  position: relative;
}
  #index_info .container {
    padding: 80px 0 5px;
  }
    #index_info h2 {
      position: absolute;
      left: 0;
      right: 0;
      top: -12px;
      background: url(../img/index_img/tit_info_bg.png) no-repeat center top;
      width: 100%;
      min-width: 1060px;
      text-align: center;
    }
    #index_info p {
      color: #4d4339;
    }

    /* コープのリフォームの安心ポイント */
    #index_info_box {
      margin-top: -85px;
      margin-bottom: 10px;
      position: relative;
    }
      #index_info_box a {
        display: block;
        position: absolute;
        right: 13px;
        bottom: 13px;
      }
    #index_join_box {
      position: relative;
    }
      #index_join_box a {
        display: block;
        position: absolute;
        right: 330px;
        bottom: 26px;
      }


/*
///////////////////////////////////////////////////////////////////////

  faq

///////////////////////////////////////////////////////////////////////
*/
#faq_bloc {
}

.q {
  margin: 0 0 13px 48px;
  padding: 10px 0 6px 10px;
  border-bottom: 1px dotted #D9C79F;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #4d4339;
}
.q:before {
  content: url(../img/faq_img/ico_q.png);
  position: absolute;
  left: -48px;
  top: 0;
}

.a {
  padding-left: 58px;
  position: relative;
  min-height: 50px;
}
.a:before {
  content: url(../img/faq_img/ico_a.png);
  position: absolute;
  left: 0;
  top: 0;
}
  .a p {
    margin-bottom: 10px;
  }


/*
///////////////////////////////////////////////////////////////////////

  CONTACT

///////////////////////////////////////////////////////////////////////
*/
#contact_bloc {
}

  #contact_bloc .title03 {
    margin-top: 10px !important;
  }
  #contact_step {
    margin-bottom: 10px;
  }
  #contact_info {
  }
    #contact_info_attention{
      display: block;
      padding-top: 5px;
      margin-bottom: 10px;
      font-size: 12px;
      color: #E04D39;
    }
/*---------------------- dt・dd */
#contact_form dl dt {
    background: url(../img/common_img/bg_footer_nav.jpg) repeat left top;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    position: relative;
    padding: 10px;
    border: 1px solid #CCC;
	margin-top: 20px;
  }
#contact_form dl dd {
	text-align: center;
	background: #FFF;
    padding: 10px;
    border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
    zoom: 1;
  }

/* 「必須」赤色表示 */
  #contact_form dl dd span.txt_required {
    font-size: 11px;
    font-weight: normal;
    color: #FFF;
    background: #D23844;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 3px;
	  margin-right: 10px;
  }
/*---------------------------------- Table Contact */
#contact_form {
}

table#contact {
  width: 100%;
  margin: 20px 0 15px;
  border-top: 1px solid #CCC;
}


  /*---------------------- th・td */
  table#contact th,
  table#contact td {
    line-height: 170%;
    padding: 10px;
    border-bottom: 1px solid #CCC;
    zoom: 1;
    border-right: 1px solid #CCC;
  }
  table#contact th:after,
  table#contact td:after{
    content: "";
    display: block;
    clear: both;
  }

  /*---------------------- th */
  table#contact th {
    background: url(../img/common_img/bg_footer_nav.jpg) repeat left top;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    position: relative;
    padding: 10px 55px 10px 10px;
    border-left: 1px solid #CCC;
  }

  /* 「必須」赤色表示 */
  table#contact th span.txt_required {
    font-size: 11px;
    font-weight: normal;
    color: #FFF;
    background: #D23844;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  /* 「任意」青色表示 */
  table#contact th span.txt_optional {
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    background: #40ADE7;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  /*---------------------- td */
  table#contact td {
    background: #FFF;
  }
  table#contact tr:last-child td {
    border: none;
  }
    table#contact td p {
      font-size: 12px;
      padding: 0 0 3px 0;
    }
    table#contact td span {
      font-size: 12px;
    }

  /* サブ項目セル（郵便番号など） */
  table#contact td.ttl_v_top{
    vertical-align: top;
    white-space: nowrap;
    border-right: 1px solid #CCC;
  }
  /* サブ入力セル（郵便番号など） */
  table#contact td.ttl_no_border{
    border-left: 0px solid #CCC;
    vertical-align: top;
    white-space: nowrap;
  }

    /*---------------------- input */
    .inp_text, textarea, .dropdown {
      border: 1px solid #BFBFBF;
      padding: 5px;
      background: #fff;
      border-radius: 3px;
      background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
      background: -moz-linear-gradient( top, #F1F1F1, #fff );
    }
    /* Txt Area 選択時の装飾 */
    .inp_text:focus, .textarea:focus, .dropdown:focus {
      border: 1px solid #BFBFBF;
      padding: 5px;
      background: #E6EFFD;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
    }
    /* 幅設定 */
    textarea {
      width: 90%;
      height: 100px;
    }
    input[type=checkbox] {
      margin-right: 4px;
      vertical-align: -2px;
    }
    .inp_text {
      width: 60%;
    }
    .inp_text_l {
      width: 80%;
    }
    .inp_text_s {
      width: 20%;
    }
    /* 住所選択ボタン */
    /*
    .inp_button {
      border: 1px solid #BFBFBF;
      padding: 2px 7px;
      cursor: pointer;
      background: #CCC;
      border-radius: 3px;
      zoom: 1;
    }
    */

    /* 問い合わせ要件 */
    table#contact td label {
      display: inline-block;
      width: 36%;
    }
    table#contact td label:nth-of-type(2),
    table#contact td label:nth-of-type(5),
    table#contact td label:nth-of-type(8),
    table#contact td label:nth-of-type(11),
    table#contact td label:nth-of-type(14),
    table#contact td label:nth-of-type(17) {
      display: inline-block;
      width: 26%;
    }

/*----------------- 送信ボタン */
table#contact td.tx_cent {
  text-align: center;
  padding: 30px 0px 15px;
  background: url(../img/common_img/bg_footer_nav2.jpg) repeat left top;
}
.inp_submit01,
.inp_submit02 {
  padding: 12px 85px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  zoom: 1;
  box-shadow: 0 1px 1px rgba(255,255,255,0.35) inset;
}
.inp_submit01 {
  color: #FFF;
  text-shadow: 0 0 2px rgba(0,0,0,0.45);
  border: 1px solid #459A3E;
  background: #58AC51;
}
.inp_submit01:hover {
  border: 1px solid #58AC51;
  background: url(../img/common_img/bg_green.gif) repeat left top;
}
.form_btn {
	padding: 12px 85px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  zoom: 1;
  box-shadow: 0 1px 1px rgba(255,255,255,0.35) inset;
	color: #FFF;
  text-shadow: 0 0 2px rgba(0,0,0,0.45);
  border: 1px solid #459A3E;
  background: #58AC51;
}
.form_btn:hover{
  border: 1px solid #58AC51;
  background: url(../img/common_img/bg_green.gif) repeat left top;
}
button[type="submit"][disabled] {
      background: #ccc;
      border-color: #ccc;
      cursor: default;
	text-shadow: none;
    }
 
  button[type="submit"][disabled]:hover{
    opacity:1;
  }
.inp_submit02 {
  color: #FFF;
  text-shadow: 0 0 2px rgba(0,0,0,0.45);
  border: 1px solid #777;
  background: #888;
}
.inp_submit02:hover {
  border: 1px solid #999;
  background: #AAA;
}

/*---------------------------- 個人情報 */
#privacy_bloc {
  padding-bottom: 30px;
}
  #privacy_bloc .title01 br {
    display: none;
  }
  #privacy_bloc h5 {
    font-weight: bold;
    font-size: 14px;
    margin: 20px 0 5px;
  }
  #privacy_bloc ol {
    margin: 10px 0 10px 25px;
  }
  #privacy_bloc .txbox p br {
    display: none;
  }


/*
///////////////////////////////////////////////////////////////////////

  用語集

///////////////////////////////////////////////////////////////////////
*/
#glossary_bloc {
}
  #glossary_list > div .title01 {
    margin-top: 30px !important;
  }
  #glossary_list > div:first-of-type .title01 {
    margin-top: 0 !important;
  }

.anchor {
  background: url(../img/common_img/bg_green.gif) repeat left top;
  border-radius: 10px;
  padding: 3px;
  margin-bottom: 20px;
}
  .anchor ul {
    background: #5AAA51;
    padding: 5px;
    border-radius: 7px;
  }
    .anchor ul li {
      float: left;
      width: 9%;
    }
    .anchor ul li a {
      display: block;
      border-radius: 5px;
      padding: 5px 0;
      margin: 5px;
      background: #79BC6F;
      color: #FFF;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      text-shadow: 0 0 2px rgba(0,0,0,0.45);
    }
    .anchor ul li a:hover {
      background: #AFD04E;
    }

#glossary_list {
}
  #glossary_list dl {
    background: url(../img/common_img/bg_footer_nav.jpg) repeat left top;
    padding: 10px;
    margin-bottom: 10px;
  }
    #glossary_list dl dt {
      background: url(../img/glossary_img/ico_note.png) no-repeat 10px 6px;
      color: #4d4339;
      font-weight: bold;
      padding: 6px 10px 6px 48px;
      border-bottom: 1px dotted #D9C79F;
      margin-bottom: 10px;
    }
    #glossary_list dl dd {
      padding-left: 10px;
    }
      #glossary_list dl dd strong {
      }


/*
///////////////////////////////////////////////////////////////////////

  シミュレーション

///////////////////////////////////////////////////////////////////////
*/
#reform {
  position: relative;
}

#reform_simulation {
  background: url(../img/simulation_img/chacksheet.jpg) no-repeat center 50px #FFF;
  width: 100%;
  height: 485px;
  position: relative;
  margin-top: 15px;
  border-radius: 8px;
}
  /*
  #reform_simulation .simu_box {
    border: 1px solid #FC891B;
    border-radius: 5px;
  }
  */
  #reform_simulation table {
  }
    #reform_simulation table td {
      font-size: 11px !important;
      line-height: 1.2;
    }
    #reform_simulation table td font {
      display: inline-block;
      font-size: 12px;
      line-height: 1;
      padding-bottom: 4px;
    }

/* ランク */
#reform_rank {
  margin-top: 10px;
  background: url(../img/common_img/bg_brownt.gif) repeat left top;
  border-radius: 8px;
  padding: 10px;
}
  #reform_rank dl {
    width: 32%;
    float: left;
    margin-right: 2%;
  }
  #reform_rank dl:last-of-type {
    margin-right: 0;
  }
    #reform_rank dl dt {
      background: url(../img/common_img/bg_browns.gif) repeat left top;
      padding: 8px;
      line-height: 1;
      text-align: center;
      font-weight: bold;
      border-radius: 5px 5px 0 0;
      color: #FFF;
      text-shadow: 0 0 1px rgba(0,0,0,0.85);
    }
    #reform_rank dl dd {
      background: rgba(255,255,255,0.65);
      border-radius: 0 0 5px 5px;
      padding: 8px 10px 10px;
      font-size: 12px;
      line-height: 1.45;
      height: 80px;
    }
      #reform_rank dl dd span {
        display: block;
        font-weight: bold;
        margin-bottom: 3px;
      }

/* 判定結果 */
#reform_result,
#check_result1,
#check_result2 {
  background: url(../img/common_img/bg_orange.gif) repeat left top;
  border-radius: 8px;
  padding: 14px 0 0;
  text-align: center;
  position: absolute;
  top: 560px;
  right: 6px;
}
#reform_result {
  width: 85px;
  height: 85px;
}
#check_result1,
#check_result2 {
  width: 100px;
  height: 90px;
}
  #reform_result h5,
  #check_result1 h5,
  #check_result2 h5 {
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 0 2px rgba(117,84,51,0.85);
    text-align: center;
  }
  #reform_result h5 {
    font-size: 14px;
  }
  #check_result1 h5,
  #check_result2 h5 {
    font-size: 12px;
    line-height: 1.2;
  }
  #hurt_rank,
  #hurt_rank2,
  #hurt_rank3 {
    font-size: 32px;
    line-height: 1.3;
    color: #FFF;
    text-shadow: 0 0 2px rgba(117,84,51,0.85);
  }
  #kextuka {
    display: none;
  }

/* チェックシートのランク */
#est_gaisou,
#est_yane {
  position: relative;
}
#check_result1 {
  position: absolute;
  right: 20px;
  top: 143px;
}
#check_result2 {
  position: absolute;
  right: 20px;
  top: 180px;
}

/*-------------- flash */
#color {
}
#swf_box {
  margin: 20px 0;
  padding: 10px;
  text-align: center;
  background: #FFF;
  border-radius: 8px;
}
  #swf_box object {
    display: block;
    margin: 0 auto;
  }

/*-------------- 見積 */
.dl_table {
  display: table;
  width: 100%;
  border: 1px solid #D6CDC5;
}
  .dl_table dl {
    display: table-row;
  }
    .dl_table dl dt,
    .dl_table dl dd {
      display: table-cell;
      font-size: 14px;
      padding: 8px 10px;
      border-bottom: 1px dotted #D6CDC5;
    }
    .dl_table dl:last-of-type dt,
    .dl_table dl:last-of-type dd {
      border-bottom: 0;
    }
    .dl_table dl dt {
      font-weight: bold;
      background: #E8DFD7;
    }
    .dl_table dl dd {
      background: #FFF;
    }

    .est_base dl dt{
      width: 100px;
    }
    .est_option dl dt {
      width: 210px;
      position: relative;
    }
      .est_option dl dt span{
        font-weight: normal;
        position: absolute;
        top: 9px;
        right: 20px;
      }

/* 見積合計 */
#error_message,
#error_message1,
#error_message2 {
  color: #F00;
  font-size: 12px;
  padding: 10px 10px 0;
  text-align: center;
}
.est_result {
  margin: 15px auto 40px;
  text-align: center;
}
  .est_result input {
    padding: 12px 40px;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    zoom: 1;
    box-shadow: 0 1px 1px rgba(255,255,255,0.35) inset;
    color: #FFF;
    text-shadow: 0 0 2px rgba(0,0,0,0.45);
    border: 1px solid #459A3E;
    background: #58AC51;
  }
  .est_result input:hover {
    border: 1px solid #58AC51;
    background: url(../img/common_img/bg_green.gif) repeat left top;
  }

/* 全合計 */
#all_cal_result {
}
  #calculation {
    background: url(../img/common_img/bg_orange.gif) repeat left top;
    padding: 5px;
    border-radius: 8px;
  }
  #calculation > div {
    width: 35%;
    float: left;
    position: relative;
    color: #FFF;
    text-align: center;
    background: rgba(99,73,42,0.25);
    padding: 8px 0 2px;
  }
  #calculation > div:first-of-type {
    border-radius: 6px 0 0 6px;
  }
  #calculation > div:last-of-type {
    width: 30%;
    border-radius: 0 6px 6px 0;
  }
    #calculation > div span {
      display: block;
      margin: 0 auto;
      font-weight: bold;
      text-shadow: 0 0 1px rgba(0,0,0,0.65);
      text-align: center;
    }
    #estimate_exp2,
    #estimate_rof2,
    #estimate {
      height: 30px;
      font-size: 18px;
      line-height: 1.25;
      color: #FFF;
    }
    #calculation > div i {
      font-size: 21px;
      color: #FFF;
      display: block;
      position: absolute;
      top: 21px;
      right: 0;
    }


/*
///////////////////////////////////////////////////////////////////////

  コープのリフォームとは

///////////////////////////////////////////////////////////////////////
*/
.point_box {
  width: 760px;
}
  .point_box p {
    display: block;
    background: url(../img/about_img/bg_point.png) no-repeat center bottom;
    padding: 10px 30px 30px;
    margin-bottom: 15px;
  }

/* 加入案内はこちら */
#join_list {
  margin: 10px 0 20px;
}
  #join_list li {
    padding-left: 18px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.45;
  }
  #join_list li:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "●";
    font-size: 10px;
    color: #66A441;
  }

#btn_join {
  text-align: center;
  padding: 10px;
}
  #btn_join a {
    display: block;
    width: 320px;
    margin: 0 auto;
  }

/* 定款 */
#clause {
}
  #clause li {
    padding-bottom: 10px;
    border-bottom: 1px dotted #bab4a8;
    margin-bottom: 10px;
  }
    #clause li span {
      color: #e67546;
      font-weight: bold;
      padding-right: 15px;
      display: block;
    }


/*
///////////////////////////////////////////////////////////////////////

  たたみ

///////////////////////////////////////////////////////////////////////
*/
.anchor_wh {
  background: #FFF;
  border-radius: 7px;
  padding: 10px 15px;
  margin-bottom: 20px;
}
  .anchor_wh li {
    float: left;
    margin-right: 21px;
  }
  .anchor_wh li a {
    font-weight: bold;
    background: url(../img/common_img/arrow_anchor.png) no-repeat left 5px;
    padding-left: 13px;
  }

/* 張替え時 */
#tatami_renew {
}
  #tatami_renew p:first-of-type {
    display: block;
    min-height: 110px;
  }
    #tatami_renew p img {
      display: block;
      float: right;
    }

/*------------------ 種類 */
.kind_box,
.kind_box3,
.kind_box4,
.kind_box5,
.kind_box6 {
  float: left;
  border: 1px dotted #a7a5a1;
  padding: 4px;
  margin-bottom: 10px;
  background: #FFF;
  text-align: center;
}

.kind_box:nth-of-type(2n) {
  margin-left: 20px;
}
.kind_box3,
.kind_box4,
.kind_box5 {
  margin-left: 20px;
}
.kind_box6 {
  margin-left: 10px;
}
.kind_box3:first-of-type,
.kind_box4:first-of-type,
.kind_box5:first-of-type,
.kind_box6:first-of-type {
  margin-left: 0;
}

/* 畳表の種類 */
.kind_box {
  width: 370px;
}

/* 畳床の種類 */
.kind_box3 {
  width: 240px;
  position: relative;
}

/* 畳の製作 */
#production .kind_box3:after {
  content: url(../img/common_img/arrow_step.png);
  position: absolute;
  top: 125px;
  right: -17px;
}
  #production .kind_box3:last-of-type:after {
    content: none;
  }

/* 浴室 4列 */
.kind_box4 {
  width: 175px;
  position: relative;
}
  .kind_box4:after{
    content: url(../img/common_img/arrow_step.png);
    position: absolute;
    top: 60px;
    right: -17px;
  }
  .kind_box4:last-of-type:after {
    content: none;
  }

/* 浴室 5列 */
.kind_box5 {
  width: 136px;
  position: relative;
}
  .kind_box5:after {
    content: url(../img/common_img/arrow_step.png);
    position: absolute;
    top: 50px;
    right: -17px;
  }
  .kind_box5:last-of-type:after {
    content: none;
  }

/*屋根 葺き替えのサイン*/
.sign_img{
	width:150px !important;
	float:left !important;
	padding-left:8px;
	padding-bottom:8px;
}
.sign_txt{
	width:185px !important;
	float:left;
	padding-bottom:8px;
}
span.em_tx{
  color: #df3f2e;
  display: block;
  font-weight: bold;
  line-height: 1.25;
  padding: 5px 0 7px;
}

/* 屋根 6列 */
.kind_box6 {
  width: 118px;
  position: relative;
}

  /* 見出し */
  .kind_box h5,
  .kind_box3 h5 {
    background: #c7de83;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 2px;
    margin-bottom: 12px;
  }
    .kind_box h5 span {
      color: #3d9535;
    }
    .kind_box3 h5 span {
      color: #DF3F2E;
      padding-left: 4px;
    }

  /* 画像 */
  .kind_box > img,
  .kind_box > span,
  .kind_box a {
    display: block;
    float: left;
    margin: 0 16px 8px 8px;
    position: relative;
    border: 1px solid #d0d0d0;
  }
  .kind_box a:after {
    content: url(../img/common_img/ico_plus.png);
    position: absolute;
    right: 5px;
    bottom: 5px;
  }
  .kind_box3 > img,
  .kind_box4 > img,
  .kind_box5 > img {
    display: block;
    margin: 5px auto;
    border: 1px solid #d0d0d0;
    max-width:99%;
    height: auto;
  }
  .kind_box6 > img {
    display: block;
    max-width: 100%;
    border: 1px solid #d0d0d0;
  }

  /* text */
  .kind_box > div {
    margin-top: -3px;
    width: 230px;
    float: right;
  }
    .kind_box p,
    .kind_box3 p {
      display: block;
      line-height: 1.35;
      text-align: left;
    }
.kind_box .tag_p {
      padding-top: 5px;
    text-align: left;
    font-size: 14px;
    }
    #outer_change .kind_box p {
      padding-right: 5px;
    }
.kind_box3 .tag_p {
      padding: 5px 10px 8px;
    }
    .kind_box4 p,
    .kind_box5 p {
      padding: 3px 0 5px;
      font-size: 12px;
      line-height: 1.25;
      text-align: center;
    }
    .kind_box5 p {
      height: 2.5em;
    }
      .kind_box p span {
        color: #3d9535;
        font-weight: bold;
        line-height: 1.3;
      }
    .kind_box6 p {
      padding: 5px 0 0;
      font-size: 12px;
      line-height: 1.25;
      text-align: center;
    }

/* ★ */
.star_or {
  position: relative;
  padding-left: 14px;
}
.star_or:before {
  content:"★";
  color: #f4992d;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 5px;
}

/* 写真 */
.photo_list {
  margin: 20px 0;
  width: 100%;
}
  .photo_list li {
    float: left;
    text-align: center;
    width: 32%;
  }
  .photo_list li:nth-of-type(3),
  .photo_list li:nth-of-type(2) {
    margin-left: 2%;
  }
    .photo_list li img {
      display: block;
      margin: 0 auto;
      padding: 5px;
      background: #FFF;
      box-shadow: 0 0 3px rgba(0,0,0,0.15);
    }
    .photo_list li span {
      padding: 8px;
      text-align: center;
      font-size: 12px;
    }
/*市松模様*/
.kind_box#ichimatsu_sp{
}
.kind_box#ichimatsu_sp img{
    display: block;
    float: left;
    margin: 0 16px 8px 8px;
    position: relative;
    border: 1px solid #d0d0d0;
}


/*------------------------------ 襖 */
#fusuma {
}
#fusuma_info {
  margin-top: -5px;
}

/* 価格 */
.txbox_outline .txbox {
  margin-bottom: 10px;
}
  .txbox_outline .txbox h5 {
    border-bottom: 3px solid #fbc88c;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #4d4339;
    margin-bottom: 10px;
  }
  .fusuma_tag {
    font-weight: bold;
  }
  .fusuma_fee {
    color: #EF6227;
    font-weight: bold;
  }

/* 施工例 */
.before_after {
  margin: 20px 0;
  background: url(../img/common_img/arrow_ba.png) no-repeat center center;
}
  .before_after li {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
  }
    .before_after li img {
      display: block;
      max-width: 280px;
      height: auto;
      margin: 0 auto;
      border: 1px solid #e2d5bc;
      padding: 5px;
      background: #FFF;
    }

.example_box {
}
  .demand_box,
  .sekou_box {
    border-radius: 5px;
    width: 48%;
    float: left;
    background: #FFF;
  }
  .demand_box {
    border: 3px solid #f79f37;
    border-radius: 5px;
    margin-right: 4%;
  }
  .sekou_box {
    border: 3px solid #44be97;
    border-radius: 5px;
  }
    .demand_box h5,
    .sekou_box h5 {
      color: #FFF;
      font-weight: bold;
      font-size: 16px;
      padding: 5px;
      text-align: center;
    }
    .demand_box h5 {
      background-color: #f79f37;
    }
    .sekou_box h5 {
      background-color: #44be97;
    }
    .demand_box p,
    .sekou_box p {
      padding: 10px 15px;
      line-height: 1.45;
    }
      .demand_box p span,
      .sekou_box p span {
        display: block;
        color: #df3f2e;
        font-weight: bold;
        padding: 5px 0 7px;
        line-height: 1.25;
      }

  .demand_box i {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #F79F37;
    text-align: center;
    padding: 10px 0;
  }

/* 障子価格 */
#syoji_fee {
  width: 395px;
}
  #syoji_fee h5 {
    margin-top: 16px;
    margin-bottom: 7px;
  }
  #syoji_fee h5:first-of-type {
    margin-top: 3px;
  }
  #syoji_fee p:last-of-type {
    margin-bottom: 4px;
  }

/*
///////////////////////////////////////////////////////////////////////

  マンションリフォーム

///////////////////////////////////////////////////////////////////////
*/
.dot_list {
  margin: 10px 0;
}
  .dot_list li {
    position: relative;
    padding-left: 18px;
    margin-left: 3px;
    margin-bottom: 5px;
  }
  .col2 li {
    float: left;
    width: 45%;
  }
  .dot_list li:before {
    content: "●";
    font-size: 14px;
    line-height: 1;
    color: #4AA342;
    position: absolute;
    top: 4px;
    left: 0;
  }

#mansion_fee .kind_box3 div .tag_p {
  padding-top: 10px;
    text-align: left;
    font-size: 14px;
}
#mansion_fee .kind_box3 div .common_btn {
  margin: -5px auto 25px;
}


/*
///////////////////////////////////////////////////////////////////////

  エクステリア

///////////////////////////////////////////////////////////////////////
*/
#trouble_list {
}
  #trouble_list > dl > dt {
    font-weight: bold;
    position: relative;
    padding: 5px 0 0 80px;
    margin-bottom: 20px;
  }
  #trouble_list > dl > dt:before {
    position: absolute;
    left: 0;
    top: 0;
  }
  #trouble_list > dl:first-of-type > dt:before {
    content: url(../img/exterior_img/case1.png);
  }
  #trouble_list > dl:nth-of-type(2) > dt:before {
    content: url(../img/exterior_img/case2.png);
  }
  #trouble_list > dl:nth-of-type(3) > dt:before {
    content: url(../img/exterior_img/case3.png);
  }
  #trouble_list > dl:nth-of-type(4) > dt:before {
    content: url(../img/exterior_img/case4.png);
  }
  #trouble_list > dl:nth-of-type(5) > dt:before {
    content: url(../img/exterior_img/case5.png);
  }
  #trouble_list > dl:nth-of-type(6) > dt:before {
    content: url(../img/exterior_img/case6.png);
  }
  #trouble_list > dl:nth-of-type(7) > dt:before {
    content: url(../img/exterior_img/case7.png);
  }
  #trouble_list > dl:nth-of-type(8) > dt:before {
    content: url(../img/exterior_img/case8.png);
  }
  #trouble_list > dl:nth-of-type(9) > dt:before {
    content: url(../img/exterior_img/case9.png);
  }

    #trouble_list > dl > dt > span {
      display: block;
      background: #e1d6cc;
      border-radius: 8px;
      padding: 10px 20px;
      margin-left: 19px;
      line-height: 1.45;
      position: relative;
      color: #4d4339;
      vertical-align: middle;
      min-height: 40px;
    }
    #trouble_list > dl > dt > span:before {
      content: url(../img/exterior_img/case_arrow.png);
      position: absolute;
      left: -19px;
      top: 25px;
    }

  #trouble_list > dl > dd {
    background: url(../img/exterior_img/resolution.png) no-repeat left top #FFF;
    padding: 20px;
    margin-bottom: 20px;
  }
    #trouble_list > dl > dd .photo_box_r {
    }
      #trouble_list > dl > dd .photo_box_r img {
        width: 245px;
        height: auto;
      }
    #trouble_list > dl > dd > div {
      width: 440px;
    }
      .c_answer {
        display: block;
        min-height: 65px;
        padding: 5px 0 0 40px;
        font-weight: bold;
        font-size: 24px;
        line-height: 1.15;
        color: #e64e3d;
        border-bottom: 3px solid #e1d6cc;
        margin-bottom: 10px;
      }
      #exterior #trouble_list > dl:nth-of-type(7) dd .c_answer,
      #exterior #trouble_list > dl:nth-of-type(8) dd .c_answer,
      #gardening #trouble_list > dl:nth-of-type(1) dd .c_answer,
      #gardening #trouble_list > dl:nth-of-type(2) dd .c_answer {
        padding-top: 15px;
        min-height: 45px;
      }

        #gardening #trouble_list > dl dd .before_after li img {
          width: 260px;
          height: auto;
        }

        .c_box {
          margin-top: 10px;
          border: 1px solid #e1d6cc;
          border-radius: 8px;
          padding: 8px 15px;
        }
          .c_name {
            display: block;
            font-weight: bold;
            padding-bottom: 3px;
          }
          .c_box p {
            line-height: 1.45;
          }

        #gardening_photo {
        }
          #gardening_photo li {
            float: left;
            margin-right: 20px;
          }
          #gardening_photo li:last-of-type {
            margin-right: 0;
          }

/*
///////////////////////////////////////////////////////////////////////

  カテゴリー（外壁・屋根塗装／水まわり／内装）

///////////////////////////////////////////////////////////////////////
*/
#interior_bloc .photo_box_r,
#wet_area_bloc.photo_box_r,
#wall_roof_bloc .photo_box_r{
  margin-top: -10px;
}
#content_list {
  margin-top: 30px;
}
  #content_list li {
    float: left;
    width: 240px;
    margin-right: 20px;
    margin-bottom: 10px;
    background: url(../img/common_img/bg_water.gif) repeat left top;
    padding: 5px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #content_list li:nth-of-type(3n) {
    margin-right: 0;
  }
    #content_list li a {
      display: block;
      border-radius: 5px;
      padding: 18px 15px;
      text-align: left;
      text-decoration: none;
      color: #5b3911;
      text-shadow: 0 1px 1px rgba(255,255,255,0.75),
        0 -1px 1px rgba(255,255,255,0.75),
        1px 0 1px rgba(255,255,255,0.75),
        -1px 0 1px rgba(255,255,255,0.75);
      font-weight: bold;
      font-size: 16px;
      background: #a7effc;
      background: -moz-linear-gradient(top,  #a7effc 0%, #89e6f6 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7effc), color-stop(100%,#89e6f6));
      background: -webkit-linear-gradient(top,  #a7effc 0%,#89e6f6 100%);
      background: -o-linear-gradient(top,  #a7effc 0%,#89e6f6 100%);
      background: -ms-linear-gradient(top,  #a7effc 0%,#89e6f6 100%);
      background: linear-gradient(to bottom,  #a7effc 0%,#89e6f6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7effc', endColorstr='#89e6f6',GradientType=0 );
      position: relative;
    }
    .content_list_long a {
      font-size: 15px !important;
      padding: 19px 11px 18px !important;
    }
    #content_list li a:after {
      content: url(../img/common_img/arrow_white.gif);
      position: absolute;
      right: 10px;
      top: 24px;
    }

  #content_list li:hover {
  }
    #content_list li:hover a {
      background: url(../img/common_img/arrow_white.gif) no-repeat 96% center #A5EEFB;
    }

/*
///////////////////////////////////////////////////////////////////////

  フローリング

///////////////////////////////////////////////////////////////////////
*/
.nano_list {
}
  .nano_list li {
    float: left;
    padding-right: 20px;
    color: #4d4339;
  }
  .nano_list li:before {
    content: "●";
    font-size: 12px;
    color: #f58f16;
    padding-right: 3px;
  }

/* フローリングコーティング */
.fl_name {
  color: #48a83d;
  font-weight: bold;
}
.fl_fee {
  color: #4d4339;
  font-size: 18px;
}
  .fl_camp {
    color: #de3d2c;
    font-weight: bold;
    font-size: 18px;
  }
  .fl_camp_fee {
    display: inline-block;
    margin-left: 12px;
    color: #de3d2c;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
  }
  .fl_fee small{
    font-size: 14px;
  }

#flooring_construction div .txbox {
  margin: 10px 0 0 !important;
}
  #flooring_construction .txbox .fl_name {
    font-size: 16px;
  }

/*
///////////////////////////////////////////////////////////////////////

  シロアリ

///////////////////////////////////////////////////////////////////////
*/
#termite_bloc > div {
  margin-top: 40px;
}
#termite_bloc > div:first-of-type {
  margin-top: 0;
}

/* シロアリとは */
#termite_left {
  width: 300px;
  float: left;
}
  #termite_left img {
    max-width: 90%;
    height: auto;
    float: left;
  }

#termite_data {
  float: right;
  width: 440px;
  border-top: 1px solid #B5A89B;
  border-right: 1px solid #B5A89B;
}
  #termite_data th,
  #termite_data td {
    padding: 5px;
    font-size: 12px;
    border-bottom: 1px solid #B5A89B;
    border-left: 1px solid #B5A89B;
    text-align: center;
  }
  #termite_data th {
    background: #E0DEDB;
  }
  #termite_data td {
    background: #FFF;
  }

/* 施工方法 */
#termite_step ul {
}
  #termite_step ul li {
    float: left;
    width: 210px;
    padding-right: 58px;
    margin-bottom: 5px;
    background: url(../img/termite_img/step_arrow_right.png) no-repeat 230px 65px;
    text-align: left;
    position: relative;
  }

  /* ナンバリング */
  #termite_step ul li:before {
    position: absolute;
    left: 0;
    top: 0;
  }
  #termite_step ul .num1:before {
    content:url(../img/termite_img/num1.png);
  }
  #termite_step ul .num2:before {
    content:url(../img/termite_img/num2.png);
  }
  #termite_step ul .num3:before {
    content:url(../img/termite_img/num3.png);
  }
  #termite_step ul .num4:before {
    content:url(../img/termite_img/num4.png);
  }
  #termite_step ul .num5:before {
    content:url(../img/termite_img/num5.png);
  }
  #termite_step ul .num6:before {
    content:url(../img/termite_img/num6.png);
  }
  #termite_step ul .num7:before {
    content:url(../img/termite_img/num7.png);
  }
  #termite_step ul .num8:before {
    content:url(../img/termite_img/num8.png);
  }
  #termite_step ul .num9:before {
    content:url(../img/termite_img/num9.png);
  }
  /* rayout */
  #termite_step ul:first-of-type li {
    padding-bottom: 36px;
  }
  #termite_step ul:first-of-type li:nth-of-type(3):after {
    content: url(../img/termite_img/step_arrow_next.png);
    position: absolute;
    bottom: 0;
    left: -360px;
  }
    /* 中身 */
    #termite_step ul li span {
      display: block;
      padding: 5px 0 10px;
      line-height: 1.25;
      height: 2em;
    }

/*------------------- 薬剤と価格について */
.drug_logo {
  float: left;
  margin-right: 30px;
}
.drug_right {
  float: left;
}
  .drug_name {
    font-weight: bold;
    line-height: 1.25;
    padding-bottom: 8px;
  }
  .drug_certification {
    padding-bottom: 10px;
    line-height: 1.25;
  }
  .drug_point {
    margin-top: 10px;
    background: url(../img/common_img/box01_line.jpg) repeat-x left top;
    padding-top: 15px;
  }
  .drug_fee {
    margin-top: 20px;
    background: #f4f3f0;
    padding: 15px;
  }
    .drug_fee strong {
      display: block;
      font-size: 16px;
      padding-top: 8px;
    }
    .drug_fee strong .drug_price {
      padding-left: 10px;
      font-size: 21px;
      color: #DE3D2C;
    }

/*------------------- 保証・アフターケア */
#termite_warranty p strong {
  font-size: 16px;
  color: #DE3D2C;
}

/*------------------- 床下環境改善 */
#termite_env_img {
  float: right;
  text-align: right;
}
#termite_env_box {
  width: 420px;
}
  #termite_env_box .title05 {
    line-height: 1.25;
  }
    #termite_env_box .title05 span{
      display: block;
    }

  #termite_env_box .dot_list {
    margin: 15px 0 25px;
  }

/*------------------- お申し込みの流れ */
#termite_flow {
}
  #termite_flow ul {
  }
    #termite_flow ul li{
      padding: 10px 0 17px 90px;
      border-bottom: 1px dotted #ababab;
      margin-bottom: 10px;
    }
    #termite_flow ul li:nth-of-type(1){
      background: url(../img/termite_img/step1.png) no-repeat left top;
    }
    #termite_flow ul li:nth-of-type(2){
      background: url(../img/termite_img/step2.png) no-repeat left top;
    }
    #termite_flow ul li:nth-of-type(3){
      background: url(../img/termite_img/step3.png) no-repeat left top;
    }
    #termite_flow ul li:nth-of-type(4){
      background: url(../img/termite_img/step4.png) no-repeat left top;
    }
    #termite_flow ul li:nth-of-type(5){
      background: url(../img/termite_img/step5.png) no-repeat left top;
    }
    #termite_flow ul li:nth-of-type(6){
      background: url(../img/termite_img/step6.png) no-repeat left top;
    }
    #termite_flow ul li:nth-of-type(7){
      background: url(../img/termite_img/step7.png) no-repeat left top;
    }
    #termite_flow ul li:nth-of-type(8){
      background: url(../img/termite_img/step8.png) no-repeat left top;
    }
    #termite_flow ul li:nth-of-type(9){
      background: url(../img/termite_img/step9.png) no-repeat left top;
    }
      em {
        font-style: normal;
      }
      #termite_flow ul li span {
        display: block;
        font-weight: bold;
        font-size: 18px;
        color: #DE3D2C;
      }

/* シロアリキャンペーン */
#termite_campaign {
  position: relative;
}
  #termite_campaign img {
    max-width: 100%;
    height: auto;
  }
  #termite_campaign p {
    display: block;
    position: absolute;
    bottom: 11px;
    left: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    color: #fff;
  }
    #termite_campaign p span {
      padding: 0 15px;
      color: #E9ED81;
      display: inline-block;
    }

/*
///////////////////////////////////////////////////////////////////////

  事業案内

///////////////////////////////////////////////////////////////////////
*/
.dl_table2 {
  margin: 20px 0;
  display: table;
  width: 100%;
  border: 5px solid #E9E2DC;
  background: url(../img/common_img/bg_brown.gif) repeat left top;
  padding: 2px;
}
  .dl_table2 > dl {
    display: table-row;
  }
    .dl_table2 > dl > dt,
    .dl_table2 > dl > dd {
      display: table-cell;
      font-size: 14px;
      padding: 12px 15px;
      border-bottom: 1px solid #D6CDC5;
    }
    .dl_table2 > dl > dt {
      width: 120px;
      background: url(../img/common_img/bg_browns.gif) repeat left top;
      font-weight: bold;
      color: #FFF;
      text-shadow:0 0 2px rgba(0,0,0,0.45);
    }
    .dl_table2 > dl > dd {
      background: #FFF;
    }

      .dl_table2 > dl > dd dl {
      }
        .dl_table2 > dl > dd dl dt {
          border-left: 5px solid #4d4339;
          padding-left: 8px;
          font-weight: bold;
          color: #4d4339;
          margin-bottom: 5px;
        }
        .dl_table2 > dl > dd dl dd {
          margin-bottom: 12px;
          line-height: 1.25;
        }
        .dl_table2 > dl > dd dl dd:last-of-type {
          margin-bottom: 0;
        }

#business_info .common_btn {
  margin-right: 10px;
}

/* 住宅関連事業 */
.housing_box {
  margin-bottom: 20px;
}
  .housing_box .float_right {
    text-align: right;
  }
  .housing_box > div:nth-of-type(2) {
    width: 440px;
  }
  .housing_box > div:nth-of-type(2) .common_btn {
    display: inline-block;
    margin-top: 20px;
  }

/* オンラインショップ */
#business_shopping .clearfix {
  padding-top: 20px;
}
  #business_shopping .clearfix .float_left {
    width: 400px;
  }
  #business_shopping .clearfix .float_left p {
    padding: 25px 0;
    line-height: 2;
  }

/*
///////////////////////////////////////////////////////////////////////

  ペイント

///////////////////////////////////////////////////////////////////////
*/
.paint_table {
  display: table;
  margin-bottom: 20px;
}
  .paint_table dl dt,
  .paint_table dl dd {
    background: rgba(255,255,255,0.95);
  }

  .paint_table > dl {
    display: table-row;
  }
    .paint_table > dl > dt,
    .paint_table > dl > dd{
      display: table-cell;
      padding: 6px 5px;
      color: #4d4339;
      border-bottom: 1px solid #ACA69F;
      border-right: 1px solid #ACA69F;
    }

    .paint_table > dl > dt {
      width: 11%;
      text-align: center;
      border-left: 1px solid #ACA69F;
      font-weight: bold;
    }
    .paint_table > dl > dd {
    }
    .paint_table > dl > dd:nth-of-type(1){
      width: 10%;
      text-align: center;
      font-weight: bold;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .paint_table > dl > dd:nth-of-type(2) {
      width: 29%;
      line-height: 1.45;
    }
    .paint_table > dl > dd:nth-of-type(3) {
      width: 38%;
      padding: 0;
    }

    /* 項目行 */
    .paint_table > dl:first-of-type > dt,
    .paint_table > dl:first-of-type > dd {
      text-align: center;
      border-bottom: 1px solid #FFF;
      border-right: 1px solid #FFF;
      background: #58AD52 !important;
      color: #FFF !important;
      font-weight: bold;
    }
    .paint_table > dl:first-of-type > dt:last-of-type{
      border-left: 1px solid #58AD52;
    }
    .paint_table > dl:first-of-type > dd:last-of-type{
      border-right: 1px solid #58AD52;
    }

      /* 適用下地、使用塗料 */
      .paint_table > dl > dd dl {
        border-bottom: 1px dotted #58AD52;
        width: 100%;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
      }
      .paint_table > dl > dd dl:last-of-type {
        border-bottom: 0;
      }
        .paint_table > dl > dd dl dt,
        .paint_table > dl > dd dl dd,
        .paint_table > dl > dd dl dd a {
          font-size: 13px;
        }
        .paint_table > dl > dd dl dt {
          font-weight: bold;
          padding-top: 5px;
        }
        .paint_table > dl > dd dl dd {
          padding-bottom: 8px;
        }

/*-------------------- 塗料 */
#paint_bloc .title05 {
  margin-top: 30px;
  margin-bottom: 20px;
}
#paint_bloc .photo_box_r .red_btn {
  position: relative;
  padding-left: 20px;
}
  #paint_bloc .photo_box_r .red_btn img {
    display: block;
    position: absolute;
    left: 8px;
    top: 10px;
  }

/* txt */
.paint_left {
  float: left;
  width: 480px;
}
.w_narrow {
  width: 335px !important;
}
  .paint_box .title04,
  .paint_left .title04 {
    font-size: 14px;
  }
  .paint_box .dl_table,
  .paint_left .dl_table {
    width: 100%;
  }
    .paint_box .dl_table dt,
    .paint_left .dl_table dt {
      width: 120px;
    }

  .paint_box .dot_list,
  .paint_left .dot_list {
  }
    .paint_box .dot_list li,
    .paint_left .dot_list li {
      line-height: 1.35;
      margin-bottom: 8px;
    }
      .paint_box .dot_list li span,
      .paint_left .dot_list li span {
        display: block;
        font-weight: bold;
      }

/* 生協組合員価格 */
#paint_bloc .fl_name {
  display: inline-block;
  margin-right: 20px;
}
#paint_bloc .fl_fee {
  display: inline-block;
  font-size: 14px;
  text-decoration: line-through;
}
  #paint_bloc .fl_fee i {
    display: inline-block;
    margin-left: 15px;
    color: #847E79;
    text-decoration: none;
  }

#paint_bloc .fl_camp_fee {
  text-decoration: none;
  font-size: 16px;
}
  #paint_bloc .fl_camp_fee small {
    display: inline-block;
    font-size: 16px !important;
  }

#paint_bloc .paint_line {
  border: 0;
  border-bottom: 1px dotted #AFA59C;
  margin: 8px 0;
}

/*
///////////////////////////////////////////////////////////////////////

  外壁塗装・屋根塗装

///////////////////////////////////////////////////////////////////////
*/
#roof_point .title08,
#outer_point .title08 {
  margin: 20px 0 0;
}
#roof_point ol,
#outer_point ol {
  margin-left: 20px;
}
.marker_red {
  display: inline-block;
  font-size: 1.1em;
  line-height: 1;
  color: #4d4339;
  padding: 0;
  display: inline-block;
  border-bottom: 5px solid #FFB4AD;
  margin: 0 2px;
}

/* 塗装箇所について */
#place_box {
  width: 650px;
  margin: 0 auto;
  padding: 10px;
  background: url(../img/common_img/bg_brownt.gif);
  text-align: center;
  border: 1px dotted #a7a5a1;
}
#place_btn_box {
  text-align: center;
}
  #place_btn {
    width: 320px;
    margin: 20px auto 0;
  }
    #place_btn li {
      width: 140px;
    }
    #place_btn li:first-of-type {
      margin-right: 20px;
    }
      #place_btn li a {
        text-align: center;
      }

/* キャンペーン */
#roof_campaign .txbox,
#outer_campaign .txbox {
  background: none;
  background-color: #FFF;
  border: 5px solid #826C5A !important;
  border-radius: 10px;
  padding-bottom: 2px;
}
  #roof_campaign .txbox > div,
  #outer_campaign .txbox > div {
    padding: 20px 15px 10px;
  }
    #roof_campaign .txbox > div sup,
    #outer_campaign .txbox > div sup {
      font-size: 14px;
    }
    #roof_campaign .txbox > div i,
    #outer_campaign .txbox > div i {
      display: inline-block;
      margin: 0 8px;
      color: #7A7676;
    }
    .tax {
      padding-left: 3px;
    }
    #roof_campaign .common_btn,
    #outer_campaign .common_btn {
      margin-right: 10px;
    }

/* レンジキャンペーン */
#range_campaign {
  position: relative;
}
  #range_campaign p {
    display: block;
    position: absolute;
    bottom: 8px;
    left: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
  }
    #range_campaign p span {
      padding-right: 15px;
      color: #E9ED81;
    }

/* 保証書 */
#img_certificate {
  margin-top: 20px;
}
  #img_certificate li:nth-of-type(1) {
    float: left;
  }
  #img_certificate li:nth-of-type(2) {
    float: right;
  }
    #img_certificate li img:hover {
      opacity:0.75;
      filter:alpha(opacity=75);
      -ms-filter: "alpha( opacity=75 )";
    }

/* 屋根塗装 施工方法 */
#roof_method #termite_step ul li {
  padding-right: 65px;
}
  #roof_method #termite_step ul li span {
    display: block;
    padding: 8px 0 0;
    line-height: 1.25;
    text-align: center;
  }

/*
///////////////////////////////////////////////////////////////////////

  屋根葺き替え

///////////////////////////////////////////////////////////////////////
*/
#reroof_recommend .title08 {
  margin: 20px 0 -10px;
}
#reroof_recommend .clearfix .title05 {
  margin-top: 25px;
  width: 480px;
}

/* ライフサイクルコスト比較表 */
#img_cost {
  width: 100%;
  padding: 10px;
  background: url(../img/common_img/bg_brownt.gif);
}

/* ディーズルーフィングシリーズ */
#reroof_recommend .kind_box3 img {
  width: 230px;
  height: auto;
  border: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#reroof_recommend .kind_box3 p {
  color: #E04433;
  text-align: center;
  padding: 5px 0 !important;
}
  #reroof_recommend .kind_box3 p .fee {
    font-weight: bold;
    font-size: 21px;
    padding-left: 5px;
  }
  #reroof_recommend .kind_box3 p .tax {
    font-size: 12px !important;
    display: inline-block;
  }
  #reroof_recommend .kind_box3 p sup {
    font-size: 10px;
  }

#reroof_p {
  display: block;
  margin-top: 10px;
  border-top: 1px dashed #AFA397;
  padding-top: 15px;
}

/* カバー工法4つのメリット */
#reroof_merit .title05 {
  display: block;
  margin: 8px 0 0;
}

/* カバー工法 ステップ */
#reroof_method .kind_box4 {
  width: 240px;
}
  #reroof_method .kind_box4:after {
    top: 90px;
  }

/* 屋根葺き替え ステップ */
#refoof_photo .kind_box4 {
  width: 136px;
}
  #refoof_photo .kind_box4:after {
    top: 60px;
  }
    #refoof_photo .kind_box4 p {
      height: 2em;
    }

/*
///////////////////////////////////////////////////////////////////////

  介護リフォーム

///////////////////////////////////////////////////////////////////////
*/
#care_info {
  margin-top: 20px;
  background: url(../img/care_reform_img/ph_care.jpg) no-repeat right center #FFF;
  width: 100%;
  min-height: 180px;
  border:5px solid #826c5a;
  border-radius: 10px;
  padding: 15px;
}
  #care_point_list {
  }
    #care_point_list li {
      margin-bottom: 10px;
      color: #56ab51;
      font-size: 16px;
      font-weight: bold;
    }
    #care_point_list li:last-of-type {
      margin-bottom: 0;
    }
      #care_point_list li span {
        display: inline-block;
        margin-right: 8px;
        width: 35px;
        height: 35px;
        border-radius:50%;
        background: #56ab51;
        font-size: 18px;
        line-height: 35px;
        color: #FFF;
        font-weight: bold;
        text-align: center;
      }

/* 補助金制度について */
#care_subsidy {
}
  #care_subsidy .dl_table {
    margin-top: 12px;
  }
    #care_subsidy dl dt {
      background: #58ad52;
      border-bottom: 1px solid #FFF;
      color: #FFF;
    }
    #care_subsidy dl dd {
      border-bottom: 1px solid #D6CDC5;
    }

/* 改修例 */
#care_example .kind_box{
}
#care_example .kind_box > div {
  width: 100%;
  position: relative;
}
  #care_example .kind_box div a {
    display: block;
  }
  #care_example .kind_box div a:nth-of-type(1) {
    float: left;
    margin: 5px 0 5px 5px !important;
  }
  #care_example .kind_box div a:nth-of-type(2) {
    float: right;
    margin: 5px 5px 5px 0 !important;
  }
    .care_kind_p {
      display: block;
      padding: 10px 5px 8px !important;
    }

#care_example .kind_box:last-of-type div a {
  margin-left: 105px !important;
}

/*
///////////////////////////////////////////////////////////////////////

  内窓

///////////////////////////////////////////////////////////////////////
*/
#inner_info {
  margin-top: 20px;
  background: url(../img/inner_sash_img/ph_info.jpg) no-repeat right center #FFF;
  width: 100%;
  min-height: 180px;
  border:5px solid #826c5a;
  border-radius: 10px;
  padding: 15px;
}

/* 5つの特徴 */
.five_point {
}
  .five_point dt,
  .five_point dd {
    padding: 5px 0;
  }
  .five_point dt {
    float: left;
    width: 100px;
    font-weight: bold;
    color: #252525;
  }
  .five_point dt:before {
    content: "●";
    font-size: 16px;
    line-height: 1;
    color: #F79F37;
    margin-right: 5px;
  }
  .five_point dd {
    margin-left: 120px;
  }

/* 外部リンク */
.icon-export {
  color: #0068B7;
  font-size: 18px;
  line-height: 1;
  padding-right: 2px;
  vertical-align: -1px;
}

/*
///////////////////////////////////////////////////////////////////////

  ハウスクリーニング

///////////////////////////////////////////////////////////////////////
*/
.w45 {
  width: 358px;
}
.w50 {
  width: 400px;
}
  .fl_arrow {
    padding-left: 24px;
    margin: -3px 0;
  }
    .fl_arrow i {
      font-size: 15px;
      line-height: 1;
    }

.big_list {
}
  .big_list li {
    float: left;
    padding-right: 20px;
    font-size: 16px;
    color: #EF5B00;
    font-weight: bold;
  }
  .big_list li:before {
    content: "●";
    font-size: 16px;
    color: #FFAC4F;
    padding-right: 4px;
  }

/*
///////////////////////////////////////////////////////////////////////

  耐震

///////////////////////////////////////////////////////////////////////
*/
#aseismatic_info {
  background: url(../img/aseismatic_img/bg_aseismatic01.png) no-repeat right bottom;
}
  #aseismatic_info .dot_list{
    padding-bottom: 30px;
  }

/*
///////////////////////////////////////////////////////////////////////

  給湯器

///////////////////////////////////////////////////////////////////////
*/
/* 種類を選ぶ */
.w68 {
  width: 68% !important;
}
.water_box {
  margin-top: 20px;
  border: 5px solid #77593e;
  border-radius: 10px;
  padding: 15px;
  background: #FFF;
  text-align: center;
}
  #eco_img02 {
    display: block;
    float: right;
  }

/* 機種を選ぶ */
#water_point2 .kind_box4 img {
  border: 0 !important;
}

/* ポイント3 */
#img_point3 {
  margin-top: 20px;
}
  #img_point3 img {
    display: block;
    margin-bottom: 10px;
  }

/* メーカー */
#water_maker {
}
  #water_maker li {
    float: left;
    width: 25%;
    text-align: center;
  }
    #water_maker li img {
      display: block;
      margin: 0 auto;
      width: 180px;
      height: auto;
    }

/*
///////////////////////////////////////////////////////////////////////

  浴室

///////////////////////////////////////////////////////////////////////
*/
.bath_p {
  font-size: 12px;
  text-align: right;
  color: #D33;
  padding: 0;
  display: block;
  margin-top: -8px;
  margin-bottom: -20px;
}
  /* 半額写真下キャプション */
  .system_caption {
    display: block;
    padding-top: 5px;
    text-align: center;
    font-size: 12px;
  }
  /* オレンジ見出し */
  .system_p {
    font-size: 16px;
    font-weight: bold;
    color: #f78415;
    padding-bottom: 8px;
  }

.batn_table {
  display: table;
  width: 100%;
  border: 1px solid #D6CDC5;
}
  .batn_table dl {
    display: table-row;
  }
    .batn_table dl dt,
    .batn_table dl dd {
      display: table-cell;
      font-size: 14px;
      padding: 8px 10px;
      border-bottom: 1px dotted #D6CDC5;
      background: #FFF;
      height: auto !important;
    }
    .batn_table dl:last-of-type dt,
    .batn_table dl:last-of-type dd {
      border-bottom: 0;
    }
    .batn_table dl dt {
      font-weight: bold;
      width: 120px;
    }
      .batn_table dl dt img{
        display: block;
        margin-bottom: 5px;
      }
    .batn_table dl dd {
      border-left: 1px solid #DDD;
      position: relative;
    }
      .batn_table dd p {
        display: block;
        position: absolute;
        top: 10px;
        line-height: 1.45;
        padding-right: 10px;
      }


/*
///////////////////////////////////////////////////////////////////////

  NEWS

///////////////////////////////////////////////////////////////////////
*/
.newsbox {
  margin-bottom: 30px;
}
  /* title */
  .newstitle {
    margin: 0 0 15px;
    background-image: url(../img/common_img/bg_title01_tree.png), url(../img/common_img/bg_title01.png);
    background-repeat: no-repeat, repeat-y;
    background-position: left top, left top;
    padding: 25px 15px 8px 38px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    color: #42702c;
    text-shadow: 0 1px 1px rgba(255,255,255,0.85),
      0 -1px 1px rgba(255,255,255,0.85),
      1px 0 1px rgba(255,255,255,0.85),
      -1px 0 1px rgba(255,255,255,0.85);
    position: relative;
  }
    .newstitle a {
      font-size: 16px;
      line-height: 1.2;
      font-weight: bold;
      color: #42702c;
      text-decoration: none;
    }
    .newstitle a:hover {
      color: #40a310;
    }
    /* date */
    .newstitle span {
      display: block;
      position: absolute;
      top: 7px;
      left: 38px;
      font-weight: normal;
      font-size: 12px;
    }

  /* image */
  .news_ph_left {
    float: left;
    margin-right: 20px;
  }
  .news_ph_right {
    float: right;
    margin-left: 20px;
  }
  .news_ph_left,
  .news_ph_right {
    margin-bottom: 10px;
  }
    .news_ph_left img,
    .news_ph_right img {
      display: block;
      border-radius:5px;
      margin-top: 5px;
    }
    .newsbox a img:hover {
      opacity:0.75;
      filter:alpha(opacity=75);
      -ms-filter: "alpha( opacity=75 )";
    }
  /* text */
  .news_text {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.65;
    padding-bottom: 10px;
  }
    /* more */
    .news_text .more-link {
      font-size: 12px;
      float: right;
      margin-top: 5px;
    }

  /* postinfo */
  .postinfo {
    display: block;
    clear: both;
    padding: 5px 15px;
    background: rgba(255,255,255,0.45);
    box-shadow: 0 0 1px rgba(0,0,0,0.15) inset;
    border-radius: 5px;
    text-align: right;
    font-size: 12px;
  }
  .postinfo a {
    font-size: 12px;
  }

hr.line_01 {
  height: 0;
  border: 0;
  clear: both;
  margin: 15px 0px;
}

/* list : WP-PageNavi */
.wp-pagenavi {
  clear: both;
  margin: 40px auto 10px;
  text-align: center;
  font-size: 14px;
}
  .wp-pagenavi a,
  .wp-pagenavi span {
    text-decoration: none;
    padding: 6px 12px;
    margin: 1px 2px;
    zoom: 1;
    color: #FFF;
    border-radius:3px;
  }
  .wp-pagenavi span.pages {
    background: url(../img/common_img/bg_green.gif);
  }
  .wp-pagenavi span.current {
    background: url(../img/common_img/bg_brown.gif);
  }
  .wp-pagenavi a {
    background: #459A3E;
  }
  .wp-pagenavi a:hover {
    background: #58AC51;
  }

/* content : pagelink */
.pagelink {
  margin-top: -15px;
  padding-top: 20px;
  border-top: 1px dotted #666;
}
  .pagelink .oldpage {
    float: left;
  }
  .pagelink .newpage {
    float: right;
  }

/* content : listlink */
.listlink {
  clear: both;
  display: block;
  margin: 0 auto 20px;
  width: 200px;
  padding: 4px;
  background: url(../img/common_img/bg_green.gif) repeat left top;
  border-radius: 10px;
}
  .listlink a {
    display: block;
    padding: 5px;
    background: #5DA951;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .listlink a:hover {
    background: #AFD04E;
  }

/* ----------------------------------------------------------------------------------------------------------------------------------------

WP Side

---------------------------------------------------------------------------------------------------------------------------------------- */
#calendar_wrap,
#news_search,
.sidebox {
}
.sidebox:nth-of-type(3) {
  margin-bottom: 30px;
}

/* side title */
#news_search_title {
  display: block;
  padding: 4px 0 4px 1px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
  background: url(../img/common_img/twotone.gif) no-repeat left bottom;
}
  #news_search_title a {
    text-decoration: none;
  }

.side_title {
  background: url(../img/side_img/bg_tit_category.png) no-repeat left top;
  width: 270px;
  color: #FFF;
  font-weight: bold;
  padding: 5px 12px 12px;
}
.sidebox:nth-of-type(3) .side_title {
  background: url(../img/side_img/bg_tit_news.png) no-repeat left top;
}
  .side_title a {
    text-decoration: none;
  }

/* ■■■ Side Page Link ■■■ */
.sidebox {
}
  .subnavi {
    width: 270px;
    margin-bottom: 20px;
    padding: 0;
  }
    .subnavi li {
      display: block;
      text-align: left;
    }
      .subnavi li a {
        max-width:100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

    .subnavi > li {
      border-bottom: 1px dotted #bab4a8;
      padding: 7px 0 5px 2px;
    }
      .subnavi > li > a {
        display: block;
        background: url(../img/common_img/arrow_or.png) no-repeat left 8px;
        padding-left: 13px;
      }
      .subnavi > li ul {
        margin-left: 18px;
        padding: 3px 0 2px 2px;
      }
        .subnavi > li > ul > li a {
          display: block;
          background: url(../img/side_img/thread.png) no-repeat left 8px;
          padding-left: 13px;
        }

/* ■■■ search ■■■   */
#news_search {
  width: 100%;
  background-image: url(../img/side_img/outline_top.jpg), url(../img/side_img/outline_top.jpg), url(../img/side_img/outline_side.jpg), url(../img/side_img/outline_side.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top, left bottom, left top, right top;
  background-color: #FFF;
  padding: 15px;
  margin-bottom: 20px;
}
  #news_search_title {
    font-weight: bold;
    font-size: 14px;
    color: #4f4219;
    background: url(../img/side_img/search.png) no-repeat left center;
    padding-left: 21px;
  }
  .screen-reader-text {
    display: none;
  }
  #news_search #s {
    width: 165px;
    margin: 0;
    border:1px solid #BFBFBF;
    padding: 6px;
    font-size: 13px;
    background: #FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
    -moz-border-radius: 3px;
    background: -moz-linear-gradient( top, #F1F1F1, #fff );
  }
  #news_search form #searchsubmit {
    float: right;
    width: 50px;
    margin: 0;
    padding: 6px 0 7px;
    border:1px solid #de3d2c;
    background: #ed5646;
    background: -moz-linear-gradient(top,  #ed5646 2%, #de3d2c 75%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ed5646), color-stop(75%,#de3d2c));
    background: -webkit-linear-gradient(top,  #ed5646 2%,#de3d2c 75%);
    background: -o-linear-gradient(top,  #ed5646 2%,#de3d2c 75%);
    background: -ms-linear-gradient(top,  #ed5646 2%,#de3d2c 75%);
    background: linear-gradient(to bottom,  #ed5646 2%,#de3d2c 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5646', endColorstr='#de3d2c',GradientType=0 );
    box-shadow: 0 1px 1px rgba(255,255,255,0.45) inset;
    border-radius: 3px;
    zoom: 1;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
  }
  #news_search form #searchsubmit:hover {
    background: #ff5c4a;
    border:1px solid #EA816B;
  }

/* ■■■ wp-calendar ■■■ */
#calendar_wrap {
  background: #444;
  padding: 10px;
  margin-bottom: 20px;
}
  #wp-calendar {
    color: #FFF;
    width: 170px;
  }
    /* month */
    #wp-calendar caption {
      font-weight: bold;
      background: #3279BB;
      border:1px solid #1B5C96;
      font-size: 13px;
      line-height: 1;
      color: #FFF;
      padding: 7px 0;
      margin-bottom: 10px;
    }
    /* day */
    #wp-calendar thead th {
      padding-bottom: 5px;
    }
    /* day */
    #wp-calendar td, #wp-calendar th {
      text-align: center;
      padding: 2px 1px;
      line-height: 1.8;
    }
    #wp-calendar td a {
      width: 100%;
      height: 100%;
      background: #54A2E5;
      display: inline-block;
      color: #FFF;
      line-height: 1.8;
      text-decoration: none;
    }
    #wp-calendar td a:hover {
      background: #89C8FF;
    }
    /* pager */
    #wp-calendar tfoot {
    }
    #wp-calendar #prev {
      text-align: left;
    }
    #wp-calendar #next {
      text-align: right;
    }

/* ■■■ Rss feed ■■■   */
#feed a {
  font-weight: bold;
  padding: 7px 0px 7px 33px;
  border-radius: 3px;
  background: #FE9901 url(../img/common_img/rss_icon.png) no-repeat 10px 50%;
  color: #fff;
  text-decoration: none;
  display: block;
}
#feed a:hover {
}




