@charset "utf-8";

@media (min-width: 641px) {
  body {
    font-family: "FOT-セザンヌ Pro M", "FOT-筑紫A丸ゴシック Std D", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  }

  section {
    width: 900px;
    margin: 0 auto;
  }

  h1 {
    font-size: 1.5em;
    display: block;
    text-align: center;
  }

  h1 em {
    font-size: 170%;
    font-style: normal;
  }

  h1 span {
    background: #111;
    color: #FFF;
    padding: 1px 10px;
    margin: 0 10px;
    border-radius: 5px;
  }

  .catch1 {
    display: block;
    text-align: center;
  }

  .catch1 li {
    list-style: none;
    display: inline-block;
    padding: 6px 10px;
    margin-right: 6px;
    background: #FFD275;
  }

  .overview {
    /*border-top:1px solid #999;
      border-bottom:1px solid #999;*/
    background: #EEE;
  }

  .overview li {
    list-style: none;
    display: inline-block;
    font-size: 90%;
    margin: 10px 80px 5px 0px;
  }

  .overview li strong {
    font-weight: bold;
    font-size: 100%;
  }

  .overview li em {
    font-weight: bold;
    font-size: 160%;
    font-style: normal;
  }

  .catch2 br {
    margin-bottom: 5px;
    color: #9F3;
  }

  .madori img {
    width: 100%;
  }

  dl {
    display: inline-block;
    font-size: 0.9em;
    width: 30%;
    margin: 10px;
    padding-bottom: 10px;
    vertical-align: top;
  }

  dt {
    color: #069;
    font-size: 110%;
    font-weight: bold;
  }

  dt em {
    background: #069;
    color: #FFF;
    border-radius: 50px;
    padding: 1px 8px;
    margin-right: 5px;
    font-style: normal;
  }

  dd {
    margin: 10px;
  }

  dd img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  /*ulバージョン*/

  ul.point {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
  }

  ul.point li {
    width: 30%;
    list-style: none;
    padding-bottom: 180px;
    margin-bottom: 35px;
    height: auto;
    position: relative;
  }

  ul.point li:first-child,
  ul.point li:nth-child(2),
  ul.point li:nth-child(4),
  ul.point li:nth-child(5),
  ul.point li:nth-child(7),
  ul.point li:nth-child(8) {
    margin-right: 5%;
  }

  ul.point li img {
    text-align: center;
    padding: 0;
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
  }

  ul.point li p {
    margin: 8px 5px 30px 5px;
    font-size: 0.9rem;

  }

  ul.point li h2 {
    color: #069;
    font-size: 1.0rem;
    font-weight: bold;
    margin: 0;
  }

  ul.point li h2 em {
    background: #069;
    color: #FFF;
    border-radius: 50px;
    padding: 1px 8px;
    margin-right: 5px;
    font-style: normal;
  }

  /*ulバージョン*/


  dt em {
    background: #069;
    color: #FFF;
    border-radius: 50px;
    padding: 1px 8px;
    margin-right: 5px;
    font-style: normal;
  }

  dd {
    margin: 10px;
  }

  dd img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }



  /*当社施工例*/

  /**/
  .text {
    position: relative;
  }

  .text:after {
    position: absolute;
    content: '当社施工例';
    font-size: 0.8em;
    padding: 0 2px;
    background: #FFF;
    bottom: 3px;
    right: 3px;
  }

  /*当社施工例*/


  #box img {
    width: 100%;
  }

  .nombl {
    display: none;
  }
}

@media (max-width: 640px) {
  body {
    font-family: "FOT-セザンヌ Pro M", "FOT-筑紫A丸ゴシック Std D", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  }

  section {
    width: 95%;
    margin: 0 auto;
    padding: 0 10px;
  }

  h1 {
    font-size: 1.5em;
    text-align: center;
  }

  h1 em {
    font-size: 170%;
    font-style: normal;
  }

  h1 span {
    background: #111;
    color: #FFF;
    padding: 1px 10px;
    margin: 0 10px;
    border-radius: 5px;
  }



  .catch1 {
    margin: 10px 0 0 0;
    padding: 0;
  }

  .catch1 li {
    list-style: none;
    display: inline-block;
    padding: 1.4% 1%;
    margin-bottom: 5px;
    background: #FFD275;
    text-align: center;
    width: 47%;
    font-size: 80%;
  }

  .overview {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 10px 0;
  }

  .overview li {
    list-style: none;
    display: inline-block;
    font-size: 90%;
    padding-top: 8px;
  }

  .overview li strong {
    font-weight: bold;
    font-size: 100%;
  }

  .overview li em {
    font-weight: bold;
    font-size: 160%;
    font-style: normal;
  }

  .catch2 br {
    margin-bottom: 10px;
  }

  .madori img {
    width: 100%;
  }




  /*ulバージョン*/

  ul.point {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    display: block;
  }

  ul.point li {
    width: 100%;
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #CCC;
  }

  ul.point li img {
    width: 100%;
  }

  ul.point li p {
    margin: 3px 5px 10px 5px;
    font-size: 0.9rem;
  }

  ul.point li h2 {
    color: #069;
    font-size: 1.0rem;
    font-weight: bold;
    margin: 0;
  }

  ul.point li h2 em {
    background: #069;
    color: #FFF;
    border-radius: 50px;
    padding: 1px 8px;
    margin-right: 5px;
    font-style: normal;
  }

  /*ulバージョン*/







  dl {
    display: inline-block;
    font-size: 0.9em;
    border-bottom: 1px dashed #CCC;
    margin: 10px 15px 10px 0;
    padding-bottom: 10px;
  }

  dt {
    color: #069;
    font-size: 110%;
    font-weight: bold;
  }

  dt em {
    background: #069;
    color: #FFF;
    border-radius: 50px;
    padding: 1px 8px;
    margin-right: 5px;
    font-style: normal;
  }

  dd {
    margin: 0 10px 0 0;

  }

  dd img {
    text-align: center;
    width: 100%;

  }

  /*当社施工例*/

  .text {
    position: relative;
  }

  .text:after {
    position: absolute;
    content: '当社施工例';
    font-size: 0.8em;
    padding: 0 2px;
    background: #FFF;
    bottom: 19px;
    right: 3px;
  }

  /*当社施工例*/

  box {}

  .nopc {
    display: none;
  }

  #box p#plan img {
    width: 100%;
  }
}