/*====================
additions for gaiheki-info.jp (外壁塗装セレクトナビ)
2018.09
接頭辞ax_
====================*/

/* SPの基本の文字サイズ 1.0em = 14px */

/*=== utility classes ===*/
.sr-only { display: none; } /* スクリーンリーダ専用 */
@media screen and (max-width:740px) { .pc-only { display: none; } }



/*=== ページタイトル ===*/
.ax_pageTitle {
  border: 2px solid #094;
  border-right: none;
  border-left: none;
  padding: 3px 0;
  margin-bottom: 28px;
  background: url(../images/common/ax_pageTitle-tile-sp.png) 0 3px / auto 50px repeat-x;
}
@media screen and (min-width:741px) {
  .ax_pageTitle {
    border: 2px solid #094;
    padding: 3px;
    margin-bottom: 20px;
    background: url(../images/common/ax_pageTitle-pc-bg.jpg) 3px 3px / auto no-repeat;
  }
}
.ax_pageTitle > .pageTitle-content {
  display: block;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: auto 55%;
  background-position: 10px center;
}
@media screen and (min-width:741px) {
  .ax_pageTitle > .pageTitle-content {
    height: 64px;
    background-size: auto;
    background-position: 18px center;
    background-repeat: no-repeat;
    /* background-image は個別に指定 */
  }
}

/*=== コンテンツブロックの要素 ===*/
.ax_section {
  margin-bottom: 40px;
  padding: 0 3%;
  font-size: 14px;
}
@media screen and (min-width:741px) {
  .ax_section {
    margin-bottom: 40px;
    padding: 0;
  }
}
/* ax_section とボタンとの間 */
.ax_section + .bnr-new {
  /* margin-top: -35px; */
  margin-top: -20px;
}
.ax_section ~ .page_top {
  margin-top: -25px;
}

@media screen and (min-width:741px) {
  .ax_subSection { overflow: hidden; }
}

.ax_subSect-title {
  font-size: 1.286em; /* 文字サイズ14の時の18px; */
  font-weight: bold;
  padding-left: 24px;
  text-indent: -24px;
  color: #094;
  /* margin-top: 1.333em; */
  margin-top: 1.15em;
}
.ax_subSect-title::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 13px;
  background: url(../images/common/ax_subSectTitle-icon.png) 0 0 / 17px auto no-repeat;
}
.ax_subSect-title.woIcon { /* チェックマークアイコン無し */
  padding-left: 0;
  text-indent: 0;
  /* font-size: 16px; */
  /* font-size: 1.143em; */
  /* font-size: 17px; */
  font-size: 1.214em;
}
.ax_subSect-title.woIcon::before { content: none; }

@media screen and (min-width:741px) {
  .ax_subSect-main {
    /* 普通はいらないんだけど subSectの中にsubSectExを抱える時, そいつとのマージンで困ったことになるので, そういう時はこいつで前段となるsubSectのcopyとfigを囲む. */
    overflow: hidden;
  }
}
.ax_subSect-copy {
  line-height: 1.8; /* サイト本文と同じ */
  text-align: justify;
}
/* @media screen and (min-width:741px) {
  .ax_subSect-copy {
    margin-bottom: 1.5em;
  }
} */
.ax_subSect-copy strong { color: #094; }
.ax_subSect-fig {
  margin: 1em auto;
  border: 2px solid #8dc4aa;
  /* max-width: 325px; */
}
@media screen and (min-width:741px) {
  .ax_subSect-fig {
    float: right;
    margin: 0 0 1.0em 1.5em;
    width: 322px;
  }
}
.ax_subSect-fig > img {
  display: block;
  width: 100%;
  height: auto;
}

/*=== コンテンツブロック内にさらにブロック ===*/
.ax_subSectEx {
  margin: 1em -3.191% 0; /* -3.191% <-- 幅いっぱいにするため */
  clear: both;
}
@media screen and (min-width:741px) {
  .ax_subSectEx {
    margin: 1.5em 0 0;
  }
}
@media screen and (min-width:741px) {
  .ax_subSect-copy + .ax_subSectEx { margin-top: 2em; }
}
.ax_subSectEx-title {
  background-color: #65d26d;
  border-bottom: 1px solid #4f8269;
  margin: 0;
  font-size: 1.286em; /* 18px */
  padding: 0.85em 0.5em;
  font-weight: bold;
  color: #fff;
}
.ax_subSectEx-item {
  padding: 1.25em 3% 1.5em;
  border-bottom: 1px solid #8dc4aa;
}
  @media screen and (min-width:741px) {
    .ax_subSectEx-item {
      overflow: hidden;
    }
  }
  @media screen and (min-width:741px) {
    .ax_subSectEx-item-main {
      float: left;
      width: 460px;
    }
    .ax_subSectEx-item-main.fullwidth {
      float: none;
      width: 100%;
    }
    .ax_subSectEx-item.with-subSectFig .ax_subSectEx-item-main {
      /* 右に普通サイズの ax_subSect-fig が配置される場合 */
      width: 286px;
    }
  }
  .ax_subSectEx-item-main-title {
  font-weight: bold;
  font-size: 1.286em;
  color: #0071bc;
  margin-bottom: 0.75em;
}
.ax_subSectEx-item-main-copy {
  line-height: 1.8;
  margin-bottom: 1em;
}
.ax_subSectEx-item-main-copy strong {
  color: #0071bc;
}

/* 計算式 */
.cost-hiyouSyuPoint-expression {
  font-size: 0.857em;
  margin: 0 auto 1.65em;
  max-width: 400px;
  color: #094;
  border: 1px solid #22ac38;
  padding: 0.75em;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width:741px) {
  .cost-hiyouSyuPoint-expression {
    max-width: inherit;
    font-size: 1em;
    border-width: 2px;
    border-radius: 5px;
    margin-bottom: 0;
    /* text-align: left; */
    padding: 0.75em 1.25em;
  }
}
/* お祝い金ページで出てくるファックス表記 */
.cost-hiyouSyuPoint-expression > .exp-left,
.cost-hiyouSyuPoint-expression > .exp-right {
  display: block;
  width: 50%;
  float: left;
  text-align: left;
}
@media screen and (min-width:741px) {
  .cost-hiyouSyuPoint-expression > .exp-left,
  .cost-hiyouSyuPoint-expression > .exp-right {
    font-weight: bold;
    line-height: 24px;
    height: 24px;
  }
  .cost-hiyouSyuPoint-expression > .exp-right {
    text-align: right;
  }
  .cost-hiyouSyuPoint-expression .faxnum {
    font-size: 1.286em;
  }
}


/* "5. 塗料" の table セット */
.cost-hiyouSyuPoint-tableDiv {
  border: 1px solid #22ac38;
  border-radius: 3px;
  padding: 0 10px 15px;
  font-size: 1.0em; /*14px;*/
  margin: 0 auto 1.45em;
  max-width: 400px;
}
@media screen and (min-width:741px) {
  .cost-hiyouSyuPoint-tableDiv {
    margin-bottom: 0;
    max-width: inherit;
    border-width: 2px;
    padding: 0 17px 15px;
  }
}
.cost-hiyouSyuPoint-tableDiv table {
  width: 100%;
}
.cost-hiyouSyuPoint-tableDiv caption {
  color: #094;
  text-align: left;
  line-height: 1;
  padding: 1.25em 0 1.0em;
  font-weight: bold;
}
.cost-hiyouSyuPoint-tableDiv th,
.cost-hiyouSyuPoint-tableDiv td {
  font-weight: normal;
  color: #496357;
  border: 1px solid #bad8ca;
  border-left: none;
  border-right: none;
  background-color: #f8fbfa;
  padding: 0.70em 0.25em;
  line-height: 1;
}
.cost-hiyouSyuPoint-tableDiv tr:nth-child(even) th,
.cost-hiyouSyuPoint-tableDiv tr:nth-child(even) td {
  background-color: #fff;
}
.cost-hiyouSyuPoint-tableDiv td {
  text-align: right;
}
@media screen and (min-width:741px) {
  /* 表とテーブルの間隔 */
  .cost-hiyouSyuPoint-expression + .cost-hiyouSyuPoint-tableDiv {
    margin-top: 1.45em;
  }
}
/* 挿絵 */
.ax_subSectEx-item-fig {
  width: 142px;
  height: 142px;
  border: 2px solid #8dc4aa;
  margin: 0 auto;
}
.ax_subSectEx-item-fig > img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width:741px) {
  .ax_subSectEx-item-fig {
    width: 136px; 
    height: 136px;
    float: right;
  }
}
/* figcaptionを持つ .ax_subSectEx-item-fig が横に2つ並ぶセット */
.ax_subSectEx-item-2figContainer { margin: 14px auto; }
@media screen and (min-width:741px) {
  .ax_subSectEx-item-2figContainer {
    overflow: hidden;
  }
}
.ax_subSectEx-item-2figContainer .ax_subSectEx-item-fig {
  width: 100%;
  height: auto;
  
}
@media screen and (min-width:741px) {
  .ax_subSectEx-item-2figContainer .ax_subSectEx-item-fig {
    width: 49%;
    float: left;
  }
}
.ax_subSectEx-item-2figContainer .ax_subSectEx-item-fig + .ax_subSectEx-item-fig {
  margin-top: 3%; /* 画面端からのマージンと合わせている. */
}
@media screen and (min-width:741px) {
  .ax_subSectEx-item-2figContainer .ax_subSectEx-item-fig + .ax_subSectEx-item-fig {
    margin-top: 0;
    float: right;
  }
}

/* 4つのfigureが横並びになる (spでは2x2) コンテナ */
.ax_subSectEx-item-4figContainer {
  overflow: hidden;
  box-sizing: border-box;
  margin: 14px auto;
}
.ax_subSectEx-item-4figContainer * { box-sizing: border-box; }
.ax_subSectEx-item-4figContainer .ax_subSectEx-item-fig {
  width: 48.5%;
  height: auto;
  float: left;
}
.ax_subSectEx-item-4figContainer .ax_subSectEx-item-fig:nth-child(odd) {
  margin-right: 1.5%;
}
.ax_subSectEx-item-4figContainer .ax_subSectEx-item-fig:nth-child(-n+2) {
  margin-bottom: 1.5%;
}
@media screen and (min-width:741px) {
  .ax_subSectEx-item-4figContainer .ax_subSectEx-item-fig {
    width: 24.25%;
  }
  .ax_subSectEx-item-4figContainer .ax_subSectEx-item-fig:nth-child(-n+3) {
    margin-right: 1%;
  }
  .ax_subSectEx-item-4figContainer .ax_subSectEx-item-fig:nth-child(-n+2) {
    margin-bottom: 0;
  }
}
.ax_subSectEx-item-4figContainer .capt-green {
  border: 1px solid #094;
}
.ax_subSectEx-item-4figContainer .capt-green .figcapt-title {
  border-bottom: 1px solid #094;
  color: #094;
  font-weight: bold;
  /* font-size: 16px; */
  font-size: 1.143em;
  padding: 0.5em;
  line-height: 1.15;
}


/* .capt-gray : ダークグレイ背景の figcaption */
.ax_subSectEx-item-fig.capt-gray {
  border: 1px solid #535353;
}
.ax_subSectEx-item-fig.capt-gray figcaption {
  background-color: #535353;
  color: #fff;
  padding: 0.5em;
  font-size: 0.857em; /* 12px */
  line-height: 1.5;
}
@media screen and (min-width:741px) {
  .ax_subSectEx-item-fig.capt-gray figcaption {
    height: 5.65em; /* ... maybe "/color/index.html" only setting? ... */
  }
}
/* 緑の figcaption を上下にもつ figure */
.dual-capts.capt-green {
  border: 2px solid #094;
}
  @media screen and (min-width:741px) {
    .dual-capts.capt-green { border-width: 1px; }
  }
.dual-capts.capt-green .figcapt-title {
  border-bottom: 2px solid #094;
  /* font-size: 16px; */
  font-size: 1.143em;
  line-height: 1.25;
  font-weight: bold;
  color: #094;
  /* padding: 8px; */
  padding: 0.5em;
}
@media screen and (min-width:741px) {
  .dual-capts.capt-green .figcapt-title {
    border-bottom-width: 1px;
    /* font-size: 20px; */
    font-size: 1.429em;
  }
}
.dual-capts.capt-green .figcapt-copy {
  border-top: 2px solid #094;
  color: #22ac38;
  /* font-size: 12px; */
  font-size: 0.857em;
  line-height: 1.50;
  /* padding: 8px; */
  padding: 0.667em;
}
@media screen and (min-width:741px) {
  .dual-capts.capt-green .figcapt-copy {
    border-top-width: 1px;
  }
}


/*--------------------
  #main.cost "外壁塗装の費用と相場" ページ
--------------------*/

/* ページタイトル */
#main.cost .ax_pageTitle > .pageTitle-content {
  /* background-image: url(../images/cost/ax_cost-page-title-sp.png), url(../images/common/ax_pageTitle-tile-sp.png); */
  background-image: url(../images/cost/ax_cost-page-title-sp.png);
}
@media screen and (min-width:741px) {
  #main.cost .ax_pageTitle > .pageTitle-content {
    background-image: url(../images/cost/ax_cost-pageTitle-pc.png);
  }
}

/* @cost-soubaStd 外壁塗装の相場 > 30坪の戸建てを... */

/* 費用内訳の表  */
.cost__soubaStd-table {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  font-size: 1.286em; /* 18px; */
  font-size: 1.214em; /* 17px; */
  /*font-size: 1.143em;*/ /* 16px; */
  margin-top: 1em;
}
@media screen and (min-width:741px) {
  .cost__soubaStd-table {
    width: 91.111%;
    max-width: inherit;
    font-size: 1.286em; /* 18px; */
  }
}
.cost__soubaStd-table caption {
  background-color: #65d26d;
  color: #fff;
  text-align: left;
  padding: 0.85em 0.3em;
  line-height: 1;
}
.cost__soubaStd-table small {
  font-weight: normal;
  font-size: 0.5em;
}
.cost__soubaStd-table tbody th,
.cost__soubaStd-table tbody td {
  background-color: #fcfcfc;
  border-bottom: 1px solid #8dc4aa;
  vertical-align: middle;
  color: #496357;
  padding-top: 0.45em;
  padding-bottom: 0.45em;
}
.cost__soubaStd-table tbody th {
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 0.3em;
  min-width: 5.5em;
}

@media screen and (min-width:741px) {
  .cost__soubaStd-table caption {
    padding: 0.7em 1.1em;
    font-weight: bold;
  }
  .cost__soubaStd-table small {
    font-weight: normal;
    font-size: 0.778em;
  }
  .cost__soubaStd-table tbody th,
  .cost__soubaStd-table tbody td {
    height: 54px;
  }
  .cost__soubaStd-table tbody th {
    padding-left: 112px;
    font-weight: bold;
  }
  .cost__soubaStd-table tbody .row-ashiba th {
    background-image: url(../images/cost/ax_cost-soubaStd-table-tnAsh.png);
  }
  .cost__soubaStd-table tbody .row-gaiheki th {
    background-image: url(../images/cost/ax_cost-soubaStd-table-tnGai.png);
  }
  .cost__soubaStd-table tbody .row-yane th {
    background-image: url(../images/cost/ax_cost-soubaStd-table-tnYan.png);
  }
  .cost__soubaStd-table tbody .row-sonota th {
    background-image: url(../images/cost/ax_cost-soubaStd-table-tnSon.png);
  }
}

.cost__soubaStd-table tbody td {
  text-align: right;
  padding-right: 0.3em;
}

.cost__soubaStd-table tfoot td {
  background-color: #496357;
  color: #fff;
  padding: 0.9em 0.3em;
  font-weight: normal;
  overflow: hidden;
}
.cost__soubaStd-table tfoot td .rt-label {
  display: block;
  float: left;
  width: 2.5em;
}
.cost__soubaStd-table tfoot td .rt-price {
  display: block;
  float: right;
  color: #ff0;
  text-align: right;
}
.cost__soubaStd-table tfoot td small {
  font-weight: normal;
  color: #fff;
  font-size: 0.778em;
}

@media screen and (min-width:741px) {
  .cost__soubaStd-table tbody td {
    padding-right: 1.1em;
  }
  .cost__soubaStd-table tfoot td {
    padding: 0.7em 1.1em;
    font-weight: bold;
  }
}

/* @cost-soubaVry 外壁塗装の相場 > 外壁塗装にかかる費用は... */

.cost-soubaVry {
  overflow: hidden;
}
.cost__soubaVry-fig {
  margin: 0 auto 1.25em;
  border: 2px solid #8dc4aa;
  max-width: 356px;
}
@media screen and (min-width:741px) {
  .cost__soubaVry-fig {
    float: right;
    margin: 0 0 20px 20px;
    width: 322px; /* 326-2*2 */
  }
  .cost__soubaVry-fig > img {
    display: block;
    width: 100%;
    height: auto;
  }
}



/*--------------------
  #main.performance "成約実績" ページ
--------------------*/

/* ページタイトル */
#main.performance .ax_pageTitle > .pageTitle-content {
  background-image: url(../images/performance/ax_perf-pageTitle-sp.png);
}
@media screen and (min-width:741px) {
  #main.performance .ax_pageTitle > .pageTitle-content {
    background-image: url(../images/performance/ax_perf-pageTitle-pc.png);
  }
}

/* ご成約事例 */
.ax_perfVoice-item {
  margin-bottom: 5px;
}
@media screen and (min-width:741px) {
  .ax_perfVoice-item {
    width: 665px;
    border: 5px solid #65d26d;
    border-top: none;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .ax_perfVoice-item:last-of-type {
    margin-bottom: 0;
  }
}

/* ご成約事例 : header */
.ax_perfVoice-itemHeader {
  margin: 0 -3.333%;
  background: #65d26d url(../images/performance/ax_perfVoice-itemHeaderLabel-bg.png) 11px 0 / auto 65px no-repeat;
  /* min-height: 65px; */
  overflow: hidden;
  /* padding: 10px 3% 0 0; */
}
  @media screen and (min-width:741px) {
    .ax_perfVoice-itemHeader {
      margin: 0 -5px;
      background-size: auto 75px;

      /* border-radiuses ($topright: 0, $bottomright: 0, $bottomleft: 0, $topleft: 0) */
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;

      -webkit-border-top-right-radius: 10px;
      -moz-border-radius-topright:     10px;
      border-top-right-radius:         10px;

      -webkit-border-top-left-radius:  10px;
      -moz-border-radius-topleft:      10px;
      border-top-left-radius:          10px;
    
      -moz-background-clip:    padding; 
      -webkit-background-clip: padding-box; 
      background-clip:         padding-box; 
    }
  }
.ax_perfVoice-itemHeaderLabel { /* "ご成約事例 01" */
  width: 115px;
  height: 65px;
  float: left;
  background-repeat: no-repeat;
  background-position: center 27px;
  background-size: auto 21px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  /* background-image:  個別 */
}
  @media screen and (min-width:741px) {
    .ax_perfVoice-itemHeaderLabel {
      width: 131px;
      margin-right: 20px;
      height: 75px;
      background-size: auto 25px;
      background-position: center 31px;
    }
  }
  .ax_perfVoice-item.item1 .ax_perfVoice-itemHeaderLabel { background-image: url(../images/performance/ax_perfVoice-itemHeaderLabel-num1.png); }
  .ax_perfVoice-item.item2 .ax_perfVoice-itemHeaderLabel { background-image: url(../images/performance/ax_perfVoice-itemHeaderLabel-num2.png); }
  .ax_perfVoice-item.item3 .ax_perfVoice-itemHeaderLabel { background-image: url(../images/performance/ax_perfVoice-itemHeaderLabel-num3.png); }
  .ax_perfVoice-item.item4 .ax_perfVoice-itemHeaderLabel { background-image: url(../images/performance/ax_perfVoice-itemHeaderLabel-num4.png); }
  .ax_perfVoice-item.item5 .ax_perfVoice-itemHeaderLabel { background-image: url(../images/performance/ax_perfVoice-itemHeaderLabel-num5.png); }
  .ax_perfVoice-item.item6 .ax_perfVoice-itemHeaderLabel { background-image: url(../images/performance/ax_perfVoice-itemHeaderLabel-num6.png); }
  .ax_perfVoice-item.item7 .ax_perfVoice-itemHeaderLabel { background-image: url(../images/performance/ax_perfVoice-itemHeaderLabel-num7.png); }
  .ax_perfVoice-item.item8 .ax_perfVoice-itemHeaderLabel { background-image: url(../images/performance/ax_perfVoice-itemHeaderLabel-num8.png); }
  
.ax_perfVoice-itemTitle { /* "実績が多くお祝い..." */
  font-size: 1em;/* font-size: 14px; */
  padding: 1.15em 3% 1.15em 0;
  line-height: 1.357;
  font-weight: bold;
  color: #fff;
}
  @media screen and (min-width:741px) {
    .ax_perfVoice-itemTitle {
      font-size: 18px;
      line-height: 1.333;
      padding: 15px 15px 14px 0;
    }
  }

/* ご成約事例 : row* のタイトル */
.ax_perfVoice-itemBody .itemBody-title > .title-txt {
  display: inline-block;
  background-color: #65d26d;
  color: #fff;
  /* font-size: 14px; */
  font-size: 1em;
  font-weight: bold;
  line-height: 1.8em;
  padding: 0 0.65em;
  -webkit-border-radius: 0.90em;
  -moz-border-radius: 0.90em;
  border-radius: 0.90em;
  margin-bottom: 0.5em;
}
@media screen and (min-width:741px) {
  .ax_perfVoice-itemBody .itemBody-title > .title-txt {
    padding: 0 0.85em;
  }
}

/* ご成約事例 : row* の本文 */
.ax_perfVoice-itemBody .itemBody-txt {
  /* font-size: 12px; */
  font-size: 0.857em;
  line-height: 2;
  text-align: justify;
}

.ax_perfVoice-itemBody-row1,
.ax_perfVoice-itemBody-row2,
.ax_perfVoice-itemBody-row3,
.ax_perfVoice-itemBody-row4 {
  border-bottom: 1px solid #bdc4aa;
  /* padding: 12px 0; */
  padding: 16px 0;
}
.ax_perfVoice-itemBody-row4 { border-bottom: none; }
  @media screen and (min-width:741px) {
    .ax_perfVoice-itemBody-row1,
    .ax_perfVoice-itemBody-row2,
    .ax_perfVoice-itemBody-row3,
    .ax_perfVoice-itemBody-row4 {
      padding: 20px;
    }
  }

/* ご成約事例 : row1 */
@media screen and (min-width:741px) {
  .ax_perfVoice-itemBody-row1 { overflow: hidden; }
}
/* ご成約事例 : row1-1 (サムネイル, スペック) */
.ax_perfVoice-itemBody-row1-1 {
  overflow: hidden;
  margin-bottom: 0.75em;
}
  @media screen and (min-width:741px) {
    .ax_perfVoice-itemBody-row1-1 {
      float: left;
      width: 240px;
    }
  }
.ax_perfVoice-itemBody-row1-1 .voice-tn {
  width: 44px;
  height: 44px;
  border: 1px solid #22ac38;
  float: left;
  margin: 0 8px 0 0;
}
@media screen and (min-width:741px) {
  .ax_perfVoice-itemBody-row1-1 .voice-tn {
    width: 78px;  height: 78px;
  }
}
.item1 .ax_perfVoice-itemBody-row1-1 .voice-tn,
  .item5 .ax_perfVoice-itemBody-row1-1 .voice-tn { background-color: #f8b551; }
.item2 .ax_perfVoice-itemBody-row1-1 .voice-tn,
  .item6 .ax_perfVoice-itemBody-row1-1 .voice-tn { background-color: #f19ec2; }
.item3 .ax_perfVoice-itemBody-row1-1 .voice-tn,
  .item7 .ax_perfVoice-itemBody-row1-1 .voice-tn { background-color: #7ecef4; }
.item4 .ax_perfVoice-itemBody-row1-1 .voice-tn,
  .item8 .ax_perfVoice-itemBody-row1-1 .voice-tn { background-color: #b3d465; }
.ax_perfVoice-itemBody-row1-1 .voice-tn > img {
  width: 100%;
  height: auto;;
}
.ax_perfVoice-itemBody-row1-1 .voice-infoList {
  font-size: 0.857em; /* 12px */
  padding-left: 0;
  list-style: none;
  text-indent: 0;
  color: #496357;
}
  @media screen and (min-width:741px) { .ax_perfVoice-itemBody-row1-1 .voice-infoList { font-size: 1em; } }
.ax_perfVoice-itemBody-row1-1 .voice-infoList > .item { margin-bottom: 0.35em; }
  @media screen and (min-width:741px) { .ax_perfVoice-itemBody-row1-1 .voice-infoList > .item { margin-bottom: 0.70em; } }

/* ご成約事例 : row1-2 (成約金額) */
.ax_perfVoice-itemBody-row1-2,
.ax_perfVoice-itemBody-row1-2 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ax_perfVoice-itemBody-row1-2 {
  overflow: hidden;
}
.ax_perfVoice-itemBody-row1-2 .cntr-price {
  width: 49%;
  float: left;
  background-color: #fcfaec;
  text-align: center;
  border: 2px solid #00a0e9;
  padding: 14px 0 0 0;
  height: 72px;
}
@media screen and (min-width:741px) {
  .ax_perfVoice-itemBody-row1-2 .cntr-price { padding-top: 12px; }
}
.ax_perfVoice-itemBody-row1-2 .cntr-cmpr {
  width: 50%;
  float: right;
  background: #e9f5e5 url(../images/performance/ax_perf-cntrCmpr-bgArrow.png) left center / 18px auto no-repeat;
  padding: 16px 0 0 18px;
  height: 72px;
  text-align: center;
}
  @media screen and (min-width:741px) {
    .ax_perfVoice-itemBody-row1-2 .cntr-cmpr { padding-top: 14px; }
  }
.ax_perfVoice-itemBody-row1-2 .cntr-label {
  display: block;
  font-size: 0.857em; /* 12px */
  color: #22ac38;
  line-height: 1;
  margin-bottom: 0.5em;
  font-weight: bold;
}
  @media screen and (min-width:741px) {
    .ax_perfVoice-itemBody-row1-2 .cntr-label { font-size: 1em; }
  }
.ax_perfVoice-itemBody-row1-2 .cntr-price-val {
  display: block;
  font-size: 1.714em;/* 24px; */
  font-weight: bold;
  line-height: 1;
  color: #f93
}
.ax_perfVoice-itemBody-row1-2 .cntr-price-val small {
  font-weight: normal;
  font-size: 0.5em;
}
.ax_perfVoice-itemBody-row1-2 .cntr-cmpr-val {
  display: block;
  /* font-size: 16px; */
  font-size: 1.143em;
  margin-top: 0.8em;
  line-height: 1;
  font-weight: bold;
}
.ax_perfVoice-itemBody-row1-2 .cntr-cmpr-val small {
  /* font-size: 12px; */
  font-size: 0.75em;
}

/* ご成約事例 : row2 */
@media screen and (min-width:741px) {
  .ax_perfVoice-itemBody-row2 { overflow: hidden; }
}
/* ご成約事例 : row2-1 (理由) */
@media screen and (min-width:741px) {
  .ax_perfVoice-itemBody-row2-1 {
    float: left;
    width: 410px;
  }
}
/* ご成約事例 : row2-2 (評価) */
.ax_perfVoice-itemBody-row2-2 {
  border-top: 1px solid #bdc4aa;
  padding-top: 16px;
  margin-top: 16px;
  overflow: hidden;
}
@media screen and (min-width:741px) {
  .ax_perfVoice-itemBody-row2-2 {
    float: right;
    width: 194px;
    height: 146px; /* (temp.) */
    border-top: none;
    border-left: 1px solid #bdc4aa;
    padding-top: 0;
    margin-top: 0;
    text-align: center;
    background: url(../images/performance/ax_perf-ratingBg.png) center center no-repeat;
  }
}
.ax_perfVoice-itemBody-row2-2 .itemBody-title { /* [評価] */
  float: left;
  height: 25px;
  margin-right: 0.75%;
}
@media screen and (min-width:741px) {
  .ax_perfVoice-itemBody-row2-2 .itemBody-title { float: none; margin-bottom: 1.25em; }
}
.ax_perfVoice-itemBody-row2-2 .itemBody-title > .title-txt { margin-bottom: 0; }
.ax_perfVoice-itemBody-row2-2 .itemBody-ratingTxt { /* "とても満足" */
  float: left;
  /* font-size: 21px; */
  font-size: 1.5em;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: -0.025em;
}
@media screen and (min-width:741px) {
  .ax_perfVoice-itemBody-row2-2 .itemBody-ratingTxt {
    float: none;
    /* font-size: 24px; */
    font-size: 1.714em;
    margin-bottom: 0.35em;
  }
}
.ax_perfVoice-itemBody-row2-2 .itemBody-ratingStar {
  float: right;
  height: 25px;
  line-height: 25px;
  color: #22ac38;
}
@media screen and (min-width:741px) {
  .ax_perfVoice-itemBody-row2-2 .itemBody-ratingStar {
    float: none;
    height: 30px;
    line-height: 30px;
  }
}
.ax_perfVoice-itemBody-row2-2 .itemBody-ratingStar > .star {
  display: inline-block;
  vertical-align: top;
  width: 111px;
  height: 25px;
  background: url(../images/performance/ax_perf-ratingStar5.png) left center / 107px auto no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
@media screen and (min-width:741px) {
  .ax_perfVoice-itemBody-row2-2 .itemBody-ratingStar > .star {
    width: 134px;
    height: 30px;
    /* background-size: 126px auto; */
    background-size: 130px auto;
    background-position: left top;
  }
}
.ax_perfVoice-itemBody-row2-2 .itemBody-ratingStar > .star4 {
  background-image: url(../images/performance/ax_perf-ratingStar4.png);
}
.ax_perfVoice-itemBody-row2-2 .itemBody-ratingStar > .star-val {
  display: inline-block;
  /* font-size: 21px; */
  font-size: 1.5em;
  /* line-height: 25px; */
  font-weight: bold;
}
@media screen and (min-width:741px) {
  .ax_perfVoice-itemBody-row2-2 .itemBody-ratingStar > .star-val {
    /* font-size: 24px; */
    font-size: 1.714em;
  }
}
.ax_perfVoice-itemBody-row2-2 .itemBody-ratingStar > .star-val small {
  font-size: 0.65em;
  /* line-height: 25px; */
  font-weight: normal;
}
@media screen and (min-width:741px) {
  .ax_perfVoice-itemBody-row2-2 .itemBody-ratingStar > .star-val small {
    font-size: 0.75em;
  }
}

/* ご感想 : row4 */
@media screen and (min-width:741px) {
  .ax_perfVoice-itemBody-row4-container {
    background-color: #e9f5e5;
    padding: 15px;
  }
}



/*--------------------
  #main.point-color "外壁塗装の色選び" ページ
--------------------*/

/* ページタイトル */
#main.point-color .ax_pageTitle > .pageTitle-content {
  background-image: url(../images/point-color/ax_colo-pageTitle-sp.png);
}
@media screen and (min-width:741px) {
  #main.point-color .ax_pageTitle > .pageTitle-content {
    background-image: url(../images/point-color/ax_colo-pageTitle-pc.png);
  }
}

#main.point-color .ax_subSection + .ax_subSection:not(.no-top-border) {
  /* .no-top-border をもつ ax_subSection には適用しない. */
  /* margin-bottom: 15px; */
  border-top: 1px solid #22ac38;
  margin-top: 1.5em;
}



/*--------------------
  #main.service-life "耐久年数について" ページ
--------------------*/

/* ページタイトル */
#main.service-life .ax_pageTitle > .pageTitle-content {
  background-image: url(../images/service-life/ax_svli-pageTitle-sp.png);
}
@media screen and (min-width:741px) {
  #main.service-life .ax_pageTitle > .pageTitle-content {
    background-image: url(../images/service-life/ax_svli-pageTitle-pc.png);
  }
}

/* 図表 */
@media screen and (min-width:741px) {
  .ax_svli-1-1-fig5,
  .ax_svli-1-2-fig4 {
    width: 671px;
    margin: 14px auto;
  }
}

/* 新要素の下の見積もりボタンのマージン */
.has-ax-marginbottom { margin-bottom: 28px; }



/*--------------------
  #main.cash-contribution "お祝い金について" ページ
--------------------*/

/* ページタイトル */
#main.cash-contribution .ax_pageTitle > .pageTitle-content {
  background-image: url(../images/cash-contribution/ax_ccon-pageTitle-sp.png);
}
@media screen and (min-width:741px) {
  #main.cash-contribution .ax_pageTitle > .pageTitle-content {
    background-image: url(../images/cash-contribution/ax_ccon-pageTitle-pc.png);
  }
}

/* ご成約お祝い金キャンペーンについて */
@media screen and (min-width:741px) {
  .ax_section.ccon-abou {
    overflow: hidden;
    width: 615px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .ccon-abou-right {
    float: right;
    width: 335px;
  }
  .ccon-abou-left {
    float: left;
    width: 268px;
  }
  .ccon-abou-left .ax_subSect-title.woIcon {
    border-bottom: 1px solid #094;
  }
  .ccon-abou-left .ax_subSection:first-of-type .ax_subSect-title.woIcon {
    margin-top: 0;
  }
}

/* table ご成約お祝い金の金額 */
.ccon-abou-priceTable {
  width: 100%;
}
@media screen and (min-width:741px) {
  .ccon-abou-priceTable { border: 1px solid #53bb55; }
}
.ccon-abou-priceTable > caption {
  background-color: #53bb55;
  color: #fff;
  text-align: center;
  font-weight: bold;
  /* font-size: 18px; */
  font-size: 1.286em;
  padding: 0.35em 0;
}
.ccon-abou-priceTable > thead th {
  text-align: center;
  /* font-size: 12px; */
  font-size: 0.857em;
  /* color: #666; */
  padding: 0.75em 0;
}
@media screen and (min-width:741px) {
  .ccon-abou-priceTable > thead th {
    /* font-size: 16px; */
    font-size: 1.143em;
  }
}
.ccon-abou-priceTable > tbody > tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.ccon-abou-priceTable > tbody td {
  text-align: center;
  /* font-size: 18px; */
  font-size: 1.286em;
  padding: 0.45em 0;
  font-weight: bold;
}
.ccon-abou-priceTable .ctotal { color: #496357; }
.ccon-abou-priceTable .cprice { color: #22ac38; }
@media screen and (min-width:741px) {
  .ccon-abou-priceTable .cprice {
    border-left: 1px solid #53bb55;
  }
}
@media screen and (min-width:741px) {
  .ccon-abou-left .ax_subSect-fig {
    float: none;
    margin-left: 0;
    width: 260px;/* 268 - 8 */
    border-width: 4px;
  }
}

/* お祝い金申請フォームボタン */
.ccon-btn {
  margin: 18px auto;
}
.ccon-btn > .link {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.65em 0.65em 0.65em 0;
  margin: 0 auto;
  font-size: 21px;
  font-size: 1.5em;
  background: url(../images/cash-contribution/ax_ccon-btn-arrow.png) right 10px center / 22px 22px no-repeat;
}
@media screen and (min-width:741px) {
  .ccon-btn > .link { 
    width: 420px;
    /* font-size: 25px; */
    font-size: 1.786em;
    background-size: 26px 26px;
  }
  .ccon-btn > .link:hover { text-decoration: none; }
}
.ccon-btn.blue > .link { background-color: #205db5; }
.ccon-btn.orange > .link { background-color: #fea700; }
@media screen and (min-width:741px) {
  .ccon-btn.blue > .link:hover { background-color: #18478a; }
.ccon-btn.orange > .link:hover { background-color: #cb8500; }
}
/* .ccon-btn-sp {} */
.ccon-btn-pc { display: none; }
@media screen and (min-width:741px) {
  .ccon-btn-sp { display: none; }
  .ccon-btn-pc { display: block; }
}

/* .ax_subSectEx 内の .ccon-btn ボタン - 小さい. アイコンもない */
.ax_subSectEx .ccon-btn > .link { 
  font-size: 14px;
  font-size: 1em;
  font-weight: normal;
  width: 13em;
  margin: 0 auto;
  border-radius: 3px;
  background-image: none;
  padding-right: 0;
}
@media screen and (min-width:741px) {
  .ax_subSectEx .ccon-btn > .link {
    margin: 0;
    width: 262px; /* 280px - 1em (18px) */
    /* font-size: 18px; */
    font-size: 1.286em;
    padding-left: 1em;
    background-image: url(../images/cash-contribution/ax_ccon-btn-arrow.png);
    background-position: right 1em center;
    text-align: left;
    font-weight: bold;
  }
}

/* ご応募の流れ */
.ccon-howtTousNaga {
  margin-top: 2em;
}

/* ご応募方法 */
/* 当サイトでご紹介の〜 */
@media screen and (min-width:741px) {
  .introToForm,
  .introToForm .ax_subSect-copy {
    text-align: center;
  }
}

/* お祝い金申請のご注意点 */
.ax_atteList {
  margin: 0;
  padding: 0;
}
.ax_atteList > .item {
  border-bottom: 1px dotted #22ac38;
  font-size: 0.857em;
  line-height: 2.0;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
}
@media screen and (min-width:741px) {
  .ax_atteList > .item {
    border-bottom-width: 2px;
    padding-left: 2.333em;
    padding-right: 2.333em;
  }
}