#contents table {
  width: 100%;
}

@media (max-width: 729px) {
  #contents h1 {
    font-size: 2rem;
  }
  #contents h2,
  .single #contents h1.entry-title,
  .single #contents .heading {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4em;
  }
  #contents .page-title p.img-l,
  #contents .box p.img-l,
  #contents .page-title p.img-r,
  #contents .box p.img-r {
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  #contents .page-title .att-box,
  #contents .box .att-box {
    padding: 10px 10px 0;
  }
} /* Eo max729 */

@media (max-width: 1039px) {
  #contents img.icon,
  #sidebar img.icon {
    width: auto;
  }
} /* Eo max1039 */

/* -----------------------------------------------------------------
  印刷時に固定バナーを削除
----------------------------------------------------------------- */
@media print {
  #f-bar,#page-top {
    display:none;
  }
} /* Eo print */

/* -----------------------------------------------------------------
  ボックス
----------------------------------------------------------------- */
/* ブロックを囲む */
#contents .box {
  clear:both;
  padding:10px 0;
}

/* 背景つきボックス */
#contents .att-box {
  background:#fffefa;
  border:1px solid #EDE8C8;
  box-sizing: border-box;
  clear: both;
  padding: 15px 15px 5px;
  margin-bottom: 15px;
}

/* 回り込み解除 */
#contents .clearfix:after,
#contents .box:after,
#contents .att-box:after {
  content: "";
  display: block;
  clear: both;
}

/* -----------------------------------------------------------------
  ページタイトル
----------------------------------------------------------------- */
#contents .page-title {
  padding-bottom: 10px;
  margin: 0;
}
#contents .page-title:after {
  content: "";
  display: block;
  clear: both;
}
#contents .page-title h1 {
  background: #e5f6fd;
  background: -webkit-linear-gradient(bottom, #e5f6fd, #fff);
  background: linear-gradient(to bottom, #fff, #e5f6fd);
  border: 1px solid #d7eaf3;
  border-bottom: 5px solid #28b7ef;
  border-radius: 3px;
  color:#333333;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 20px;
  padding:10px 3%;
  text-align: left;
}
@media (max-width: 729px) {
  #contents .box h1,
  #contents .page-title h1 {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    font-size:2rem;
    margin-right: -3.5% !important;
    margin-left: -3.5% !important;
    width: auto !important;
    font-weight:bold;
  }
  .page-template-page-1col .post h1,
  .page-template-page-1col-w .post h1 {
    text-align:center;
  }
} /* Eo max729 */

@media (min-width: 730px) {
  .box h1,
  .page-title h1 {
    font-size:2.4rem;
  }
  .page-template-page-1col .post h1,
  .page-template-page-1col-w .post h1 {
    font-size: 2.5em;
    font-weight:bold;
    text-align:center;
  }
} /* Eo min730 */

/* -----------------------------------------------------------------
  リンク用ボタン（単独で使用）
----------------------------------------------------------------- */
#contents a.btn {
  background: #D1E8FF;
  background: -webkit-linear-gradient(top, #f99922, #ffac59);
  background: linear-gradient(to top, #f99922, #ffac59);
  border: 1px solid #ff8400;
  border-radius: 3px;
  color: #fff;
  display: block;
  float: none;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  width: 80%;
}
#contents a.btn:hover {
  opacity: 0.8;
}

/* -----------------------------------------------------------------
  見出し
----------------------------------------------------------------- */
/* 大見出し */
.post .box .heading,
.post .page-title .heading {
  background: #EEEEEE;
  border-left: 10px #1D86EF solid;
  font-weight: bold;
  clear:both;
  height: auto;
  margin: 0 0 10px;
  padding: 8px 10px;
}

@media (max-width: 729px) {
  .post .box .heading,
  .post .page-title .heading,
  .post .box h2 {
    background: #007acc;
    color: #FFF;
    border: none;
    border-radius: 0;
    margin-right: -3.5% !important;
    margin-left: -3.5% !important;
    margin-bottom: 10px;
    padding: 8px 20px;
    width: auto !important;
  }
} /* Eo max729 */

@media (min-width:730px){
  .page-template-page-1col #contents .post h2,
  .page-template-page-1col-w #contents .post h2 {
    background: none;
    border-left: none;
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding: 0;
  }
} /* Eo min730 */

/* 小見出し */
#contents .s-heading {
  border-left: #499DF2 solid 8px;
  font-weight: bold;
  line-height:1.4em;
  margin: 0 0 10px;
  padding: 3px 0 2px 15px;
}

/* キャッチ
----------------------------------------------- */
.page-template-page-1col #contents .post .catch,
.page-template-page-1col-w #contents .post .catch {
  font-size: 1.2em;
}
@media (min-width:730px){
  .page-template-page-1col #contents .post .catch,
  .page-template-page-1col-w #contents .post .catch {
    font-weight: bold;
    text-align: center;
  }
} /* Eo min730 */



/* -----------------------------------------------------------------
  配置調整
----------------------------------------------------------------- */
/* 画像の配置 */
.img-l {
  float:left;
  margin:0 4% 0 0;
  min-width: 120px;
  padding: 0;
  text-align:left;
  width: 46%;
}

.img-r {
  float:right;
  margin:0 0 0 4%;
  min-width: 120px;
  padding: 0;
  text-align:right;
  width: 46%;
}

.img-c {
  text-align:center;
  clear:both;
  width: 100%;
}

/* 画像の下に回り込まないテキスト */
@media (min-width: 730px) {
  .box .img-l + .wrap,
  .page-title .img-l + .wrap {
    float: right;
    width: 50%;
  }
  .box .img-r + .wrap,
  .page-title .img-r + .wrap {
    float: left;
    width: 50%;
  }
} /* Eo min730 */


/* テキストの配置 */
.txt-r {
  text-align:right;
}

.txt-c {
  text-align:center;
}

/* float解除 */
.clear {
  clear: both;
}

/* テキストのインデント */
.indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* -----------------------------------------------------------------
  装飾
----------------------------------------------------------------- */
/* 強調 */
#contents .deco {
  color:#F00;
  font-weight:bold;
}

#contents .box .accent,
#contents .box strong,
#contents .page-title .accent,
#contents .page-title strong {
  font-weight:bold;
}

/* -----------------------------------------------------------------
  1カラム時、長い文章を折りたたみjq用（印刷時は折りたたまない）
----------------------------------------------------------------- */
@media only screen and (max-width: 729px){
  .cl-letter {
    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative;
    height: 6em;
  }
  .cl-letter:after {
    background: #FFF;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 50%,rgba(255,255,255,1) 100%);
    color: #999;
    content: "続きを読む";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 2.5em 0 0;
    width: 100%;
  }
  .cl-letter p {
    white-space: normal;
  }
  .cl-letter.open{
    overflow: visible;
    height: auto;
  }
  .cl-letter.open:after {
    background: none;
    content: "";
  }
} /* Eo max729 */

/* -----------------------------------------------------------------
  テーブルプラグイン用（初期設定用。調整は別途スタイルを書くこと）
----------------------------------------------------------------- */
.wp-table-reloaded {
  border-collapse: collapse;
}
/* セル */
.wp-table-reloaded th,
.wp-table-reloaded td {
  font-size: 1.4rem;
  width: auto;
}

/* -----------------------------------------------------------------
  スニペット用 （Post-Snippets で作成したブロックのスタイル）
----------------------------------------------------------------- */

/* 問い合わせバナー（oder-bnr）
----------------------------------------------- */
#contents .order-bnr {
  text-align: center;
}
#contents .order-bnr p img {
  margin-bottom:10px;
}
#contents .order-bnr p a:hover img {
  opacity:0.8;
}
#contents .order-bnr p {
  font-size:2.0rem;
  margin-bottom:0;
}
#contents .order-bnr p span {
  font-size:3.0rem;
  font-weight:bold;
  background:url(/img/default/tel-icon.png) left center no-repeat;
  padding-left:30px;
  line-height:1rem;
}
#contents .order-bnr p:last-child {
  font-size:1.6rem;
}
@media (min-width: 690px) {
  #contents .order-bnr p img {
    margin-bottom:20px;
  }
  #contents .order-bnr p {
    font-size:2.5rem;
  }
  #contents .order-bnr p span {
    font-size:3.7rem;
    margin-left:30px;
  }
  #contents .order-bnr p:last-child br {
    display:none;
  }
}
@media (max-width: 689px) {
  #contents .order-bnr p img {
    width:100%;
  }
  #contents .order-bnr p:last-child {
    padding-top:10px;
  }
  #contents .order-bnr p span {
    display: inline-block;
    line-height: initial;
  }
}

/* サービス（service-list）
----------------------------------------------- */
#contents ul.service-list li {
  background: #FFF;
  color: #111;
}
#contents ul.service-list li span {
  display: block;
  padding: 0.5em 1em;
}
#contents ul.service-list li img + span {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
#contents ul.service-list li a {
  background: #FEBF01;
  border: 1px #F90 solid;
  border-radius: 3px;
  color: #111;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0.2em 1em;
  margin: 0 auto 1em;
  width: 70%;
  min-widht: 200px;
}
#contents ul.service-list li a:hover {
  background: #FEAE01;
}
@media (max-width: 729px){
  #contents ul.service-list li {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
} /* max729 */

@media (min-width: 730px){
  #contents ul.service-list {
    display: flex;
    flex-wrap: wrap;
  }
} /* min730 */

/* フッターエリア（f-area）
----------------------------------------------- */
div.f-area {
  clear: both;
  padding: 1em;
}
div.f-area > div {
  max-width: 1000px;
  margin: 0 auto;
}
div.f-area > div h3 {
  font-weight: bold;
  margin: 0 0 0.5em;
}
div.f-area p a {
  text-decoration: underline;
}
@media (min-width: 730px) {
  div.f-area > div h3 {
    font-size: 1.2em;
    padding-top: 8px;
  }
} /* Eo min730 */
/* フッターエリア：対応エリア用調整 */
div#f-taiou {
  background: #F2E0D9;
}
div#f-taiou ul {
  margin: 0;
  padding: 0.5em 0;
}
div#f-taiou ul li {
  display: inline-block;
  margin: 0 0.3em 1em;
  width: 7em;
}
div#f-taiou ul li a {
  background: #fceabb;
  background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
  background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
  border: 1px #E8AF00 solid;
  border-radius: 0.8em;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 6px 6px -4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 3px 6px 6px -4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 3px 6px 6px -4px;
  color: #111;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 3px 0;
}
div#f-taiou ul li a:hover {
  background: #F79800;
  background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#F79800 51%,#fbdf93 100%);
  background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#F79800 51%,#fbdf93 100%);
}
@media (min-width: 730px) {
  div#f-taiou > div h3 {
    float: left;
    padding-right: 2em;
  }
  div#f-taiou ul li a {
    font-size: 1.2em;
  }
} /* Eo min730 */

/* お問い合わせバナー（f-form） */
div#f-form {
  background: #efffff;
  border-top: 1px #35c6fe solid;
  clear: both;
  padding: 1em;
  text-align:center;
}
div#f-form p img {
  margin-bottom:10px;
}
div#f-form p a:hover img {
  opacity:0.8;
}
div#f-form p {
  font-size:2.0rem;
  margin-bottom:0;
}
div#f-form p span {
  font-size:3.0rem;
  font-weight:bold;
  background:url(/img/default/tel-icon.png) left center no-repeat;
  padding-left:30px;
  line-height:1rem;
}
div#f-form p:last-child {
  font-size:1.6rem;
}
@media (min-width: 690px) {
  div#f-form p img {
    margin-bottom:20px;
  }
  div#f-form p {
    font-size:2.5rem;
  }
  div#f-form p span {
    font-size:3.7rem;
    margin-left:30px;
  }
  div#f-form p:last-child br {
    display:none;
  }
}
@media (max-width: 689px) {
  div#f-form p img {
    width:100%;
  }
  div#f-form p:last-child {
    padding-top:10px;
  }
}

/* 選ばれる理由（reason-list）
----------------------------------------------- */
#contents ul.reason-list {
}


/* 施工までの流れ（flow-list）
----------------------------------------------- */
#contents ol.flow-list {
  display: flex;
  flex-wrap: wrap;
}
#contents ol.flow-list li {
  list-style: none;
  line-height: 1.5em;
  padding: 0 0.5em;
}
#contents ol.flow-list li span {
  display: block;
}
#contents ol.flow-list li img + span {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
}
#contents ol.flow-list + p.more {
  text-align: center;
}
#contents ol.flow-list + p.more a {
  background: #FFD65E;
  background: -webkit-linear-gradient(top, #FFD65E, #FEBF04);
  background: linear-gradient(#FFD65E, #FEBF04);
  border: 1px #FFA200 solid;
  border-radius: 3px;
  color: #111;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0.2em 1em;
  font-weight:bold;
}
#contents ol.flow-list + p.more a:hover {
  background: #FFF194;
  background: -webkit-linear-gradient(top, #FFF194, #FEBF04);
  background: linear-gradient(#FFF194, #FEBF04);
}

@media (max-width: 729px){
  #contents ol.flow-list li {
    width: 33%;
  }
} /* max729 */

@media (min-width: 730px){
  #contents ol.flow-list li {
    width: 16.6%;
  }
} /* min730 */



/* 対応エリア（visit-area-sec）
----------------------------------------------- */
#contents section.visit-area h3 {
  border: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0;
}
#contents section.visit-area dl {
  margin-bottom: 1em;
}
#contents section.visit-area dl dt {
  border-bottom: 1px #CCC dashed;
  font-size: 1.2em;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
#contents section.visit-area dl dt:hover {
  color: #ffd18c;
}
#contents section.visit-area dl dt i {
  right: 1em;
  top: 1em;
  position: absolute;
}
#contents section.visit-area dl dd {
  background: #55d0fc;
  padding: 0.5em;
}
#contents section.visit-area dl dd ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#contents section.visit-area dl dd ul li {
  list-style: none;
  margin: 0.5em;
}

/* リンクをボタンにする
#contents section.visit-area dl dd ul li span,
#contents section.visit-area dl dd ul li a {
  background: #FFA443;
  background: -webkit-linear-gradient(top, #FFA443, #FF7400);
  background: linear-gradient(#FFA443, #FF7400);
  border: 3px #FFF solid;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 7px 7px 7px -6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 7px 7px 7px -6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 7px 7px 7px -6px;
  color: #FFF;
  font-size: 1.2em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 0.5em;
  padding: 0.2em 1.5em;
}
#contents section.visit-area dl dd ul li:first-child span,
#contents section.visit-area dl dd ul li:first-child a {
  background: #F30;
  background: -webkit-linear-gradient(top, #F30, #C72800);
  background: linear-gradient(#F30, #C72800);
} リンクをボタンにする */

#contents section.visit-area p.more {
  text-align: center;
}
#contents section.visit-area p.more a {
  background: #FFD65E;
  background: -webkit-linear-gradient(top, #FFD65E, #FEBF04);
  background: linear-gradient(#FFD65E, #FEBF04);
  border: 1px #FFA200 solid;
  border-radius: 3px;
  color: #111;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0.2em 1em;
  font-weight:bold;
}
#contents section.visit-area p.more a:hover {
  background: #FFF194;
  background: -webkit-linear-gradient(top, #FFF194, #FEBF04);
  background: linear-gradient(#FFF194, #FEBF04);
}


/* 火災保険（hoken-sec）
----------------------------------------------- */
#contents .hoken h2.plate,
#contents .loan h2.plate {
  background: #244386;
  background: -webkit-linear-gradient(top, #2C539E, #244386);
  background: linear-gradient(#2C539E, #244386);
  color: #FFF;
  text-align: center;
  line-height:1.8em;
}
#contents .hoken .plate,
#contents .loan .plate {
  background: #244386;
  background: -webkit-linear-gradient(top, #2C539E, #244386);
  background: linear-gradient(#2C539E, #244386);
  color: #FFF;
  text-align: center;
}
#contents .hoken .more,
#contents .loan .more {
  clear: both;
  text-align: center;
}
#contents .hoken .more a,
#contents .loan .more a {
  background: #00B1F4;
  background: -webkit-linear-gradient(top, #00B1F4, #009CD7);
  background: linear-gradient(#00B1F4, #009CD7);
  border: 1px #008DC3 solid;
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0.2em 1em;
  font-weight:bold;
}
#contents .hoken .more a:hover,
#contents .loan .more a:hover {
  background: #65DCFE;
  background: -webkit-linear-gradient(top, #65DCFE, #009CD7);
  background: linear-gradient(#65DCFE, #009CD7);
}

@media (max-width: 1039px){
  #contents .hoken .plate,
  #contents .loan .plate{
    font-size: 5vw;
    line-height:1.4em;
  }
} /* max729 */

@media (min-width: 1040px){
  #contents .hoken .plate,
  #contents .loan .plate{
    font-size: 50px;
    margin-bottom: 15px;
  }
} /* min730 */


/* 安心の保証（warranty-sec）
----------------------------------------------- */
#contents .warranty li {
  background: #FFFBED;
  border: 1px #D0BC89 solid;
  padding: 1.5em;
}
#contents .warranty li span {
  display: block;
  padding: 0.5em 0;
}
#contents .warranty li span.type {
  color: #C33;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}
#contents .warranty li span.sub {
  background: #827845;
  color: #fff;
  text-align: center;
}

/*豆知識
----------------------------------------------- */
#contents .colum li {
  background: #FFFBED;
  border: 1px #D0BC89 solid;
  padding: 1.5em;
}
#contents .colum li span {
  display: block;
  padding: 0.5em 0;
}
#contents .colum li span.type {
  color: #C33;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}
#contents .colum li span.sub {
  background: #827845;
  color: #fff;
  text-align: center;
}