@charset "UTF-8";
.bold_txt {
  font-weight: 700;
}

.m_txt {
  margin: 1em 0;
  display: block;
}

section {
  margin-bottom: 0;
}

.ttl_wrap .performance_ttl {
  margin-bottom: 35px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .ttl_wrap .performance_ttl {
    margin-bottom: 30px;
  }
}

.sub_ttl {
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sub_ttl {
    padding: 0;
    line-height: 1.3;
    text-align: left;
  }
}

.sec_ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 25px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  color: #876824;
  border-bottom: solid 1px #876824;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    font-size: 22px;
    padding-bottom: 0;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

.performance_li li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .performance_li li {
    width: 100%;
  }
}

.link_wrap {
  margin: 100px 0 30px;
}
@media screen and (max-width: 767px) {
  .link_wrap {
    margin: 50px 0 0;
  }
}

.caution {
  font-size: 13px;
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}

.border_wrap {
  border: 10px solid #faf9f0;
  padding: 35px 15px;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .border_wrap {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 767px) {
  #durability {
    margin-bottom: 0;
  }
}
#durability .ttl_wrap {
  margin: 40px auto 0;
}
#durability .point_ol {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}
#durability .point_ol li {
  width: 32.3%;
  background-color: #faf9f0;
  padding: 7px 20px;
  counter-reset: unset;
  counter-increment: list;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #durability .point_ol li {
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 1.5rem;
  }
}
#durability .point_ol li span {
  font-weight: 700;
}
#durability .point_ol li::before {
  content: counter(list, decimal-leading-zero);
  color: #876824;
  font-family: "Cinzel", serif;
  font-size: 40px;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #durability .point_ol li::before {
    font-size: 25px;
  }
}
#durability .sec {
  margin: 4rem auto;
}
@media screen and (max-width: 767px) {
  #durability .sec .sec_ttl {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  #durability .sec .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#durability .sec .flex_wrap .txt_wrap {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #durability .sec .flex_wrap .txt_wrap {
    margin-right: 0;
    margin-bottom: 2rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #durability .sec .flex_wrap .txt_wrap br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #durability .sec .flex_wrap figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#durability .sec .flex_wrap figure img {
  min-width: 626px;
  min-height: 417px;
}
@media screen and (max-width: 767px) {
  #durability .sec .flex_wrap figure img {
    min-width: 100%;
    min-height: auto;
  }
}
#durability .sec .point_li li .txt_point {
  font-weight: 700;
  margin: 2rem 0;
}
#durability .sec .point_li li .txt_point .caution {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
#durability .sec02 {
  margin-bottom: 0;
  background-color: #faf9f0;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #durability .sec02 {
    padding: 4rem 0;
  }
}
#durability .sec02 .sec_ttl {
  color: #545454;
  border-bottom: none;
  text-align: center;
  padding-bottom: 0;
}
#durability .sec02 .flow_img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#durability .sec02 .flow_img li {
  width: 24%;
  margin: 0 5px 4rem;
}
@media screen and (max-width: 767px) {
  #durability .sec02 .flow_img li {
    width: 47%;
    margin: 0 5px 2rem;
  }
}
@media screen and (max-width: 355px) {
  #durability .sec02 .flow_img li {
    width: 100%;
  }
}
#durability .sec02 .flow_img li img {
  width: 100%;
}
#durability .sec02 .flow_img li p {
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #durability .sec02 .flow_img li p {
    margin-top: 10px;
  }
}
#durability .sec02 .kiso_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #durability .sec02 .kiso_wrap {
    display: block;
  }
  #durability .sec02 .kiso_wrap img {
    width: 100%;
  }
}
#durability .sec02 .kiso_wrap p {
  text-align: center;
  margin-top: 1rem;
}
#durability .sec02 .kiso_wrap .kiso01 {
  position: relative;
}
@media screen and (max-width: 767px) {
  #durability .sec02 .kiso_wrap .kiso01 {
    margin-bottom: 5rem;
  }
}
#durability .sec02 .kiso_wrap .kiso01::after {
  content: "";
  display: block;
  position: absolute;
  right: -2.8rem;
  top: -4rem;
  bottom: 0;
  margin: auto 0;
  border-top: solid 3px #876824;
  border-right: solid 3px #876824;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  #durability .sec02 .kiso_wrap .kiso01::after {
    right: 0;
    left: 0;
    bottom: -3rem;
    top: auto;
    margin: auto;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

#cap .performance_wrap {
  margin-bottom: 0;
}
#cap .link_wrap {
  margin: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  #cap .link_wrap {
    margin: 30px 0;
  }
}
#cap .cap01 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  #cap .cap01 {
    margin-bottom: 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #cap .cap01 figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#cap .cap01 .txt_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  #cap .cap01 .txt_wrap {
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
}
#cap .cap01 img {
  width: 474px;
  height: 320px;
}
@media screen and (max-width: 767px) {
  #cap .cap01 img {
    width: 100%;
    height: auto;
  }
}
#cap .cap02 {
  background-color: #faf9f0;
  margin-bottom: 0;
  padding: 1rem 0;
}
#cap .cap02 .cap_li > li {
  margin-bottom: 8rem;
}
#cap .cap02 .cap_li .blc {
  background-color: #fff;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #cap .cap02 .cap_li .blc {
    padding: 20px;
  }
  #cap .cap02 .cap_li .blc figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #cap .cap02 .cap_li .blc img {
    margin-bottom: 20px;
    width: 100%;
  }
}
#cap .cap02 .cap_li .blc .txt_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #cap .cap02 .cap_li .blc .txt_wrap {
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#cap .cap02 .cap_li .blc .flex_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #cap .cap02 .cap_li .blc .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#cap .cap02 .cap_li .blc .res-p_img {
  margin-top: 20px;
}
#cap .cap02 .cap_li .blc .feature_li {
  border: 10px solid #faf9f0;
  padding: 15px;
  margin: 20px 0;
}
#cap .cap02 .cap_li .blc .feature_li dt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}
#cap .cap02 .cap_li .blc .feature_li .flex_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#cap .cap02 .cap_li .blc .feature_li dd {
  width: 50%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #cap .cap02 .cap_li .blc .feature_li dd {
    width: 100%;
  }
}
#cap .cap02 .cap_li .blc .feature_li dd::before {
  content: "●";
  font-size: 14px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
#cap .cap02 .cap_li .blc .photo_construction {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #cap .cap02 .cap_li .blc .photo_construction li {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
}
#cap .cap02 .cap_li .blc .photo_construction li:nth-child(2) img, #cap .cap02 .cap_li .blc .photo_construction li:first-child img {
  width: 586px;
  height: 331px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #cap .cap02 .cap_li .blc .photo_construction li:nth-child(2) img, #cap .cap02 .cap_li .blc .photo_construction li:first-child img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
#cap .cap02 .cap_li .blc .photo_construction li:nth-child(6), #cap .cap02 .cap_li .blc .photo_construction li:nth-child(7) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #cap .cap02 .cap_li .blc .photo_construction li:nth-child(6), #cap .cap02 .cap_li .blc .photo_construction li:nth-child(7) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #insulation .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #insulation .tbPad {
    padding: 1rem 10px;
  }
}
#insulation .link_wrap {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  #insulation .link_wrap {
    margin: 30px 0 0;
    padding-bottom: 60px;
  }
}
#insulation .tMar_border {
  margin-top: 10px;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  #insulation .tMar_border {
    padding-top: 2rem;
  }
}
#insulation .caution {
  margin-top: 1em;
}
#insulation .sec01, #insulation .sec02 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #insulation .sec01, #insulation .sec02 {
    margin-bottom: 6rem;
  }
}
#insulation .sec01 .txt_wrap, #insulation .sec04 .txt_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #insulation .sec01 .txt_wrap, #insulation .sec04 .txt_wrap {
    margin-right: 0;
  }
}
#insulation .sec01 img, #insulation .sec04 img {
  width: 625px;
  height: 417px;
}
@media screen and (max-width: 767px) {
  #insulation .sec01 img, #insulation .sec04 img {
    width: 100%;
    height: auto;
  }
}
#insulation .sec03 .caution {
  margin-top: 0;
}
#insulation .sec03 .photo_insulation {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#insulation .sec03 .photo_insulation li {
  width: 48%;
  margin-bottom: 3rem;
}
#insulation .sec03 .photo_insulation li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #insulation .sec03 .photo_insulation li {
    width: 100%;
  }
  #insulation .sec03 .photo_insulation li:last-child {
    margin-bottom: 0;
  }
  #insulation .sec03 .photo_insulation li img {
    width: 100%;
  }
}
#insulation .sec03 .photo_insulation figcaption {
  margin: 1rem auto;
  text-align: center;
}
#insulation .sec03 .photo_insulation figcaption .bold_txt {
  display: block;
}
#insulation .sec03 .photo_insulation figcaption .display_block span {
  display: inline-block;
}
#insulation .sec04 {
  background-color: #faf9f0;
}
#insulation .sec04 .m_txt {
  margin-top: 0;
}
#insulation .sec04 .icynene_img {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#insulation .sec04 .icynene_img img {
  width: 100%;
  height: auto;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  #insulation .sec04 .icynene_img img {
    padding: 0;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #insulation .sec04 section {
    margin-bottom: 2rem;
  }
}
#insulation .sec04 .icynene_li {
  background-color: #fff;
  padding: 20px;
  margin-top: 2rem;
}
#insulation .sec04 .icynene_li li {
  margin-bottom: 10px;
  font-weight: 700;
}
#insulation .sec04 .icynene_li li:before {
  content: "●";
  font-size: 14px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
#insulation .sec04 .pvc_sec {
  background-color: #fff;
  padding: 20px;
}
#insulation .sec04 .pvc_sec .sec_ttl {
  font-size: 21px;
  color: #545454;
  border: none;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #insulation .sec04 .pvc_sec .sec_ttl {
    margin-bottom: 2rem;
  }
}
#insulation .sec04 .pvc_sec img {
  width: 480px;
  height: 319px;
}
@media screen and (max-width: 767px) {
  #insulation .sec04 .pvc_sec img {
    width: 100%;
    height: auto;
  }
}
#insulation .sec04 .montage_dl, #insulation .sec04 .pvc_dl {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#insulation .sec04 .montage_dl .dl_cont, #insulation .sec04 .pvc_dl .dl_cont {
  width: 32.3%;
  padding: 35px 35px 15px 35px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #insulation .sec04 .montage_dl .dl_cont, #insulation .sec04 .pvc_dl .dl_cont {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
}
#insulation .sec04 .montage_dl .dl_cont dt, #insulation .sec04 .pvc_dl .dl_cont dt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #876824;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  border-bottom: 1px solid #faf9f0;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#insulation .sec04 .montage_dl .dl_cont dd, #insulation .sec04 .pvc_dl .dl_cont dd {
  margin-bottom: 1em;
  text-indent: -1.5em;
  margin-left: 1em;
}
#insulation .sec04 .montage_dl .dl_cont dd:before, #insulation .sec04 .pvc_dl .dl_cont dd:before {
  content: "●";
  font-size: 14px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
#insulation .sec04 .pvc_dl .dl_cont dd {
  text-indent: 0;
  margin-left: 0;
}
#insulation .sec04 .pvc_dl .dl_cont dd::before {
  content: none;
}

@media screen and (max-width: 767px) {
  #airtightness .flex_wrap {
    display: block;
  }
}
#airtightness .performance_ttl {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  #airtightness .performance_ttl {
    font-size: 30px;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
#airtightness .performance_ttl .sub_ttl {
  font-size: 22px;
  display: block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #airtightness .performance_ttl .sub_ttl {
    font-size: 15px;
    text-align: center;
  }
}
#airtightness .blc_wrap {
  background-color: #faf9f0;
  padding: 20px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #airtightness .blc_wrap {
    margin-bottom: 35px;
  }
}
#airtightness .blc_wrap .txt_wrap {
  margin-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  #airtightness .blc_wrap .txt_wrap {
    margin-right: 0;
  }
}
#airtightness .blc_wrap .sub_ttl {
  text-align: left;
  font-size: 20px;
  margin-bottom: 10px;
}
#airtightness .blc_wrap img {
  width: 471px;
  height: 265px;
}
@media screen and (max-width: 767px) {
  #airtightness .blc_wrap img {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
}
#airtightness .blc_wrap .m_txt {
  margin-bottom: 0;
  margin-top: 2em;
}
#airtightness .sec01, #airtightness .sec02 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #airtightness .sec01, #airtightness .sec02 {
    margin-bottom: 6rem;
  }
}
#airtightness .sec01 .txt_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #airtightness .sec01 .txt_wrap {
    margin-right: 0;
  }
}
#airtightness .sec01 img {
  width: 616px;
  height: 363px;
}
@media screen and (max-width: 767px) {
  #airtightness .sec01 img {
    width: 100%;
    height: auto;
  }
}
#airtightness .sec02 .blc_wrap .bold_txt {
  margin-bottom: 0.5rem;
}
#airtightness .danmen {
  margin-bottom: 5rem;
}
#airtightness .danmen img {
  width: 610px;
  height: 701px;
}
@media screen and (max-width: 767px) {
  #airtightness .danmen img {
    width: 100%;
    height: auto;
  }
}
#airtightness .danmen .caution {
  text-indent: -1em;
  margin-left: 1em !important;
  font-size: 16px;
}
#airtightness .danmen .m_txt {
  margin-bottom: 1em;
  margin-top: 1em;
}
#airtightness .danmen .m_txt li {
  font-weight: 700;
}
#airtightness .danmen .m_txt li:before {
  content: "●";
  font-size: 14px;
  position: relative;
  top: -1px;
}
#airtightness .sec03 .txt_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #airtightness .sec03 .txt_wrap {
    margin-right: 0;
  }
}
#airtightness .sec03 .txt_wrap .caution {
  margin-bottom: 2rem;
}
#airtightness .sec03 .sokutei img {
  width: 374px;
  height: 280px;
}
@media screen and (max-width: 767px) {
  #airtightness .sec03 .sokutei img {
    width: 100%;
    height: auto;
  }
}
#airtightness .sec03 .sokutei .caution {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 14px;
}
#airtightness .sec04 .blc_wrap .flex_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#airtightness .sec04 .blc_wrap .photo_sekou figcaption {
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #airtightness .sec04 .blc_wrap .photo_sekou figcaption {
    margin-top: 0.5em;
  }
}
#airtightness .sec04 .blc_wrap .photo_sekou img {
  width: 394px;
  height: 295px;
}
@media screen and (max-width: 767px) {
  #airtightness .sec04 .blc_wrap .photo_sekou img {
    width: 100%;
    height: auto;
  }
}
#airtightness .link_wrap {
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  #airtightness .link_wrap {
    margin: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  #ac .flex_wrap {
    display: block;
  }
}
#ac .link_wrap {
  margin: 70px 0;
}
@media screen and (max-width: 767px) {
  #ac .link_wrap {
    margin: 50px 0 !important;
  }
}
#ac .sec01 .txt_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #ac .sec01 .txt_wrap {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #ac .sec01 img {
    width: 100%;
  }
}
#ac .sec02 figure {
  margin: 40px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #ac .sec03 .tbMar {
    margin-bottom: 0;
  }
}
#ac .sec03 .sec03_content {
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  #ac .sec03 .sec03_content {
    margin-bottom: 2rem;
  }
  #ac .sec03 .sec03_content img {
    width: 100%;
  }
}
#ac .sec03 .voice_li {
  margin-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  #ac .sec03 .voice_li {
    margin-right: 0;
    width: 100%;
  }
}
#ac .sec03 .voice_li li {
  background: #faf9f0;
  padding: 15px 20px 15px 30px;
  text-indent: -1em;
  margin-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #ac .sec03 .voice_li li {
    font-size: 16px;
    height: 80px;
  }
}
#ac .sec03 .photo_sec03 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #ac .sec03 .photo_sec03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#ac .sec03 .photo_sec03 figure {
  width: 31.5%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #ac .sec03 .photo_sec03 figure {
    width: 47%;
    margin-bottom: 2rem;
  }
}
#ac .sec03 .photo_sec03 figure img {
  width: 100%;
}
#ac .sec03 .photo_sec03 figure figcaption {
  margin-top: 10px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #ac .sec03 .photo_sec03 figure figcaption {
    margin-top: 5px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #ductless .flex_wrap {
    display: block;
  }
}
#ductless .link_wrap {
  margin: 100px 0 70px;
}
@media screen and (max-width: 767px) {
  #ductless .link_wrap {
    margin: 50px 0;
  }
}
#ductless .sec01 .txt_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  #ductless .sec01 figure {
    margin: 3rem auto;
    text-align: center;
  }
}
#ductless .sec02 .tbMar {
  margin: 7rem 0;
}
#ductless .sec02 .sistem_li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px auto;
}
#ductless .sec02 .sistem_li li {
  width: 31%;
  background-color: #faf9f0;
  padding: 15px;
  text-align: center;
  counter-increment: number;
  position: relative;
}
@media screen and (max-width: 767px) {
  #ductless .sec02 .sistem_li li {
    width: 100%;
    margin-bottom: 4rem;
  }
}
#ductless .sec02 .sistem_li li:before {
  content: counter(number, decimal-leading-zero);
  font-family: "Cinzel", serif;
  color: #876824;
  font-size: 35px;
  line-height: 1.2;
}
#ductless .sec02 .sistem_li li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: -2.5rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: solid 2px #876824;
  border-right: solid 2px #876824;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  #ductless .sec02 .sistem_li li:not(:last-child)::after {
    right: 0;
    left: 0;
    bottom: -15rem;
    margin: auto;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
@media screen and (max-width: 767px) {
  #ductless .sec03 .tbMar, #ductless .sec03 .tbPad {
    margin: 0;
  }
  #ductless .sec03 .tbMar img, #ductless .sec03 .tbPad img {
    width: 100%;
  }
}
#ductless .sec03 .sec_ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #ductless .sec03 .sec_ttl {
    margin-bottom: 15px;
  }
}
#ductless .sec03 .sistem_li {
  background-color: #faf9f0;
  padding: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #ductless .sec03 .sistem_li {
    margin-right: 0;
    margin-bottom: 2rem;
    padding: 30px 20px;
  }
}
#ductless .sec03 .sistem_li li {
  text-indent: -1.2em;
  margin-left: 1em;
  margin-bottom: 8px;
}
#ductless .sec03 .sistem_li li::before {
  content: "●";
  font-size: 14px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
#ductless .sec03 .read_txt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  #ductless .sec03 .read_txt {
    margin: 3rem auto 5rem;
    line-height: 2;
    font-size: 16px;
  }
  #ductless .sec03 .read_txt br {
    display: none;
  }
}
#ductless .sec04, #ductless .sec05 {
  margin: 4rem auto;
}
@media screen and (max-width: 767px) {
  #ductless .sec04 img, #ductless .sec05 img {
    width: 100%;
  }
}
#ductless .sec04 .sec_ttl, #ductless .sec05 .sec_ttl {
  font-size: 21px;
  color: #545454;
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}
#ductless .sec04 .flex_wrap, #ductless .sec05 .flex_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #ductless .sec04, #ductless .sec05 {
    margin: 2rem auto 5rem;
    text-align: center;
  }
  #ductless .sec04 li, #ductless .sec05 li {
    margin-bottom: 3rem;
  }
}
#ductless .sec06 {
  margin-top: 7rem;
}
#ductless .sec06 .jirei_li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#ductless .sec06 .jirei_li li {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #ductless .sec06 .jirei_li li img {
    width: 100%;
  }
}
#ductless .sec06 .jirei_li li p {
  border: 1px #fff solid;
  padding: 0.8rem 3rem 0.8rem 2rem;
  display: inline-block;
  letter-spacing: 1px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  #ductless .sec06 .jirei_li li {
    margin-bottom: 2rem;
  }
}
#ductless .sec06 .jirei_li li .hover-mask {
  background: rgba(56, 47, 36, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ductless .sec06 .jirei_li li .hover-mask:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
#ductless .sec06 .jirei_li li .hover-mask:hover p::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
}
#ductless .sec06 .sec_ttl {
  margin-bottom: 45px;
  padding-bottom: 6px;
}
#ductless .vlr70 {
  border: 10px solid #faf9f0;
  margin: 3rem 3rem 0 0;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  #ductless .vlr70 {
    margin: 3rem 0;
    padding: 4rem 1rem 1rem;
  }
}
#ductless .vlr70 .txt_wrap .ttl {
  font-size: 25px;
  margin-bottom: 1rem;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #876824;
}
@media screen and (max-width: 767px) {
  #ductless .vlr70 .txt_wrap .ttl {
    text-align: center;
  }
  #ductless .vlr70 .txt_wrap .ttl br {
    display: none;
  }
}
#ductless .vlr70 .txt_wrap .sub_ttl {
  line-height: 1.5;
  text-align: left;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  #ductless .vlr70 .txt_wrap .sub_ttl {
    text-align: center;
  }
}
#ductless .vlr70 .img_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ductless .vlr70 .mode_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
  padding-top: 3rem;
  border-top: 1px solid #d0d0d0;
}
#ductless .vlr70 .mode_wrap li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #ductless .vlr70 .mode_wrap li {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#ductless .vlr70 .mode_wrap .li_ttl {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #876824;
}
#ductless .vlr70 figure {
  width: 30%;
  margin: 0.5rem 5rem;
}
@media screen and (max-width: 767px) {
  #ductless .vlr70 figure {
    width: 100%;
    padding: 2rem;
    margin: 0;
  }
}
#ductless .vlr70 figure img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #earthquake .flex_wrap {
    display: block;
  }
  #earthquake img {
    width: 100%;
  }
}
#earthquake .sec01 .txt_wrap {
  margin-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  #earthquake .sec01 .txt_wrap {
    margin-right: 0;
  }
}
#earthquake .sec01 .txt_wrap .caution {
  font-size: 16px;
}
#earthquake .sec01 figcaption {
  margin-top: 1rem;
  text-align: center;
}
#earthquake .sec01 .truss_wrap {
  border: 10px solid #faf9f0;
  padding: 20px;
  margin: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  #earthquake .sec01 .truss_wrap {
    padding: 20px 15px;
  }
}
#earthquake .sec01 .truss_wrap dt {
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  color: #876824;
  margin-bottom: 10px;
}
#earthquake .sec02 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #earthquake .sec02 {
    margin-top: 5rem;
  }
}
#earthquake .sec02 .sec02_img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#earthquake .sec02 .sec02_img figure {
  background-color: #faf9f0;
  padding: 2rem;
  margin: 6rem 1rem 0;
}
@media screen and (max-width: 767px) {
  #earthquake .sec02 .sec02_img figure {
    margin: 4rem 0;
  }
}
#earthquake .sec02 .sec02_img figure figcaption {
  margin-top: 1.5rem;
}
#earthquake .sec02 .sec02_img .sec02_img01 {
  width: 360px;
}
#earthquake .sec02 .sec02_img .sec02_img02 {
  width: 607px;
}
@media screen and (max-width: 767px) {
  #earthquake .sec02 .sec02_img .sec02_img01,
  #earthquake .sec02 .sec02_img .sec02_img02 {
    width: 100%;
  }
}
#earthquake .sec03 .flex_wrap figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #faf9f0;
  padding: 3rem;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  #earthquake .sec03 .flex_wrap figure {
    padding: 2rem;
  }
}
#earthquake .sec03 .flex_wrap figure figcaption {
  margin-top: 1rem;
}
#earthquake .sec03 .flex_wrap .sec03_img01 {
  margin-right: 2rem;
}
#earthquake .sec03 .flex_wrap .sec03_img02 {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  #earthquake .sec03 .flex_wrap .sec03_img01,
  #earthquake .sec03 .flex_wrap .sec03_img02 {
    margin: 0;
    width: 100%;
  }
  #earthquake .sec03 .flex_wrap .sec03_img01 {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
#earthquake .sec04 .flex_wrap {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #earthquake .sec04 .flex_wrap {
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#earthquake .sec04 .ancher_li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #earthquake .sec04 .ancher_li {
    margin-right: 0;
    margin-top: 2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#earthquake .sec04 .ancher_li li {
  margin-bottom: 1rem;
}
#earthquake .sec04 .ancher_li li:last-child {
  margin-bottom: 0;
}
#earthquake .sec04 .ancher_li li a {
  display: block;
  padding: 15px;
  background-color: #faf9f0;
  color: #876824;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  #earthquake .sec04 .ancher_li li a {
    padding: 15px 30px 15px 2em;
    text-indent: -1.2em;
  }
}
#earthquake .sec04 .ancher_li li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: solid 2px #876824;
  border-right: solid 2px #876824;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-radius: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  #earthquake .sec04 .ancher_li li a::after {
    right: 2rem;
  }
}
#earthquake .sec04 .taishin_li .flex_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#earthquake .sec04 .taishin_li .ttl {
  font-size: 21px;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 15px;
  text-indent: -1.2em;
  margin-left: 1.3em;
}
@media screen and (max-width: 767px) {
  #earthquake .sec04 .taishin_li figure img {
    width: 100%;
    margin-bottom: 1.8rem;
  }
}
#earthquake .sec04 .taishin_li figure figcaption {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #earthquake .sec04 .taishin_li figure figcaption {
    margin-top: -1rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #earthquake .sec04 .taishin_li #taishin_05,
  #earthquake .sec04 .taishin_li #taishin_06 {
    margin-top: 4rem;
  }
}
#earthquake .sec04 .taishin_li #taishin_07 figure {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  #earthquake .sec04 .taishin_li #taishin_07 figure {
    margin-right: 0;
  }
}
#earthquake .link_wrap {
  margin: 50px 0;
}
/*# sourceMappingURL=performance.css.map */