@charset "UTF-8";
/* Scss Document */
/* タブレット */
/* PC:最低幅 */
/* PC:中幅 */
/* PC:大幅 */
/* PC:VW基準*/
/* PC:%基準*/
/* PC:大幅VW基準*/
/* PC:大幅%基準*/
/* PC:中幅VW基準*/
/* PC:中幅%基準*/
/* PC:px基準*/
/* タブレットpx基準 */
/* タブレット%基準 */
/* スマートフォンvw基準 */
/* スマートフォン%基準 */
.page-title {
  background: url(../img/architect/mv_products.jpg) no-repeat center top;
}

#architect-nav > li {
  margin: 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#architect-nav > li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
#architect-nav > li figure {
  font-size: 0;
  line-height: 0;
}
#architect-nav div {
  padding: 30px;
  width: 50%;
}
#architect-nav h3 {
  margin: 0 0 0.7em;
  font-size: 2.8rem;
  font-weight: normal;
}
#architect-nav h3:after {
  margin-top: 0.25em;
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #E40011;
}
#architect-nav div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#architect-nav div li {
  width: 50%;
  letter-spacing: 0.1em;
}
#architect-nav div li.col1 {
  width: 100%;
}
#architect-nav div a {
  padding-left: 1em;
  display: inline-block;
  background: url(../img/common/arw_s_b_r.png) no-repeat left 0.5em;
  background-size: auto 10px;
  display: block;
  text-decoration: none;
  color: #1F1713;
}

.nav-btm {
  text-align: left;
  text-align: left;
}

/** 
------------------------------------------------------------------**/
#yt-wrap {
  margin: 0 auto;
  width: 1000px;
}

.section .products-intro {
  margin: 0;
  text-align: center;
  font-weight: normal;
  font-size: 2rem;
}
.section .products-intro h3 {
  border: none;
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  color: #000;
}
.section h3.ttl-grn {
  border: none;
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  color: #000;
}

.section-full h3.ttl-grn {
  border: none;
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  color: #000;
}

.section h3.ttl-grn,
.section-full h3.ttl-grn {
  text-align: center;
}

.kodawari {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kodawari div {
  padding: 0;
  width: 32%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kodawari dl {
  padding: 10px 20px 30px;
}
.kodawari dt {
  margin: 0 0 20px;
  color: #000;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}

.btn {
  margin: 40px auto 0;
  padding: 0.75em 0;
  display: inline-block;
}
.btn a {
  padding: 1em 1em 1em 3em;
  border: solid 2px #ccc;
  background: url(../img/common/arw_b_r.png) no-repeat left 1em center;
  background-size: auto 10px;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #1F1713;
}

/** 
------------------------------------------------------------------**/
.hikaku {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hikaku .hikaku-left {
  width: 49%;
  background: #f6f6f6;
}
.hikaku .hikaku-right {
  width: 49%;
  background: #f6f6f6;
}
.hikaku dl {
  padding: 20px;
  text-align: left;
}
.hikaku h4 {
  margin: 0 20px;
  border-bottom: solid 2px #bbb;
  padding: 15px 20px;
  text-align: center;
  font-size: 2.4rem;
}

.hikaku-right h4 {
  border-bottom: solid 2px #e40011;
  color: #e40011;
}

.hikaku dt {
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
.hikaku dd {
  margin: 0 0 0 1em;
  text-indent: -1em;
}

.next-order {
  border: solid 1px #ccc;
  width: 1000px;
}
.next-order th,
.next-order td {
  border: solid 5px #eee;
  vertical-align: top;
  line-height: 1.6;
  font-size: 1.8rem;
}
.next-order th {
  padding: 15px 20px;
  color: #fff;
  background: transparent url(../img/common/img/bg_grn2.gif);
  text-align: center;
}
.next-order td {
  padding: 20px;
  text-align: left;
  background: transparent url(../img/commonimg/bg_wht.gif);
}

.next-merit {
  background: transparent url(../img/architect/bg_merit.png) no-repeat center bottom;
}
.next-merit ul {
  font-size: 2rem;
}
.next-merit li {
  margin: 20px auto 0;
  padding: 30px;
  width: 70%;
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
}
.next-merit em {
  font-weight: 500;
  color: #e40011;
  font-size: 1.8rem;
  border-bottom: dashed 1px #e40011;
}
.next-merit li a {
  margin: 15px auto 0;
  padding: 10px 10px 10px 30px;
  border: solid 2px #ccc;
  display: block;
  width: 60%;
  color: #000;
  text-align: center;
  background: #fff url(../img/common/arw_b_r.png) no-repeat 10px center;
  background-size: auto 10px;
  text-decoration: none;
}

/** 
------------------------------------------------------------------**/
#concept-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.concept .nav-page-concept {
  margin: 1em auto;
  width: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.concept .nav-page-concept li {
  margin: 0 1.5em;
  text-align: center;
  position: relative;
  line-height: 1.3;
}
.concept .nav-page-concept a {
  padding-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 4em;
  color: #1F1713;
  text-decoration: none;
  background: transparent url(../img/common/arw_s_b_b.png) no-repeat center bottom;
  background-size: 16px auto;
}
.concept-item {
  padding: 3em 0;
  position: relative;
}
.concept-item .chart {
  padding: 2em;
  background: #fff;
}
.concept-item:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 3em calc(50vw - 50%);
}
.concept-item h3 {
  margin: 0 0 1.5em;
  font-size: 3rem;
  font-weight: 500;
}
.concept-item h3:after {
  margin-top: 0.5em;
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #E40011;
}
.concept-item h3.center {
  text-align: center;
}
.concept-item h3.center:after {
  margin-right: auto;
  margin-left: auto;
}
.concept-item h4,
.concept-item dt {
  margin: 0.75em 0 2em;
  color: #000;
  line-height: 1.3;
  font-weight: bold;
  font-size: 2rem;
}
.concept-item h5 {
  margin: 0 0 1em;
  font-size: 1.8rem;
}
.concept-item .column {
  width: 550px;
}
.concept-item .column-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.concept-item .merit-list {
  padding: 3em;
  background: #fff;
  font-size: 2rem;
  text-align: center;
}
.concept-item .merit-list ul {
  display: inline-block;
}
.concept-item .merit-list ul li {
  margin-bottom: 1em;
  text-align: left;
  font-weight: bold;
}
.concept-item .merit-list ul li:last-child {
  margin-bottom: 0;
}
.concept-item .merit-list ul li span {
  margin-right: 0.5em;
  color: #fff;
  background: #E40011;
  width: 1.75em;
  height: 1.75em;
  display: inline-block;
  text-align: center;
  line-height: 1.75em;
}
.concept-item .merit-list ul li em {
  color: #E40011;
}

.taishin {
  background: #fff url(../img/architect/img_taishin.png) no-repeat right -50px top;
  background-size: 65% auto;
}

.shoene {
  background: #fff url(../img/architect/img_shoene.png) no-repeat right -60px top;
  background-size: 55% auto;
}

.rekka {
  background: #fff url(../img/architect/img_rekka.png) no-repeat right -60px top;
  background-size: 65% auto;
}

.iji {
  background: #fff url(../img/architect/img_iji.png) no-repeat right -60px bottom;
  background-size: 65% auto;
}

.zeh-ttl {
  margin: 40px 0;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.zeh-ttl .en {
  font-size: 7rem;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.zeh-ttl .en span {
  color: #E40011;
}

.zeh-frame {
  margin: 30px 0;
  padding: 30px 40px;
  background: rgba(0, 0, 0, 0.05);
}
.zeh-frame h3 {
  margin: 0 0 0.5em;
}

.zeh-about {
  margin: 40px 0;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zeh-about > div {
  width: 55%;
  font-size: 1.8rem;
}
.zeh-about li {
  margin-bottom: 1.5em;
  margin-left: 1em;
  line-height: 1.3;
  text-indent: -1em;
}
.zeh-about li:nth-child(1):before, .zeh-about li:nth-child(2):before, .zeh-about li:nth-child(3):before {
  content: "1";
  padding-right: 0.5em;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  color: #E40011;
  font-size: 2.4rem;
  font-weight: bold;
}
.zeh-about li:nth-child(1):before {
  content: "1";
}
.zeh-about li:nth-child(2):before {
  content: "2";
}
.zeh-about li:nth-child(3):before {
  content: "3";
}

/** 
------------------------------------------------------------------**/
.wifi-frame {
  margin: 30px 0 50px;
  padding: 30px 30px 30px 340px;
  border: dashed 1px #060;
  background: #fff url(../img/architect/bg_irmcnz.png) no-repeat left top;
  background-size: auto 100%;
}
.wifi-frame h3 {
  margin: 0 0 0.5em;
  color: #060;
  font-size: 2.4rem;
}
.wifi-frame li {
  padding: 0.75em 0 0.75em 35px;
  border-bottom: dotted 1px #999;
}
.wifi-frame li:last-child {
  border: none;
}
.wifi-frame .no01 {
  background: transparent url(../img/architect/parts_no01.png) no-repeat left 1em;
}
.wifi-frame .no02 {
  background: transparent url(../img/architect/parts_no02.png) no-repeat left 1em;
}
.wifi-frame .no03 {
  background: transparent url(../img/architect/parts_no03.png) no-repeat left 1em;
}
.wifi-frame .no04 {
  background: transparent url(../img/architect/parts_no04.png) no-repeat left 1em;
}

.smart-wrap {
  margin: 50px -40px 0 0;
  width: 1040px;
  overflow: hidden;
  text-align: left;
}

.section .smart-wrap h3 {
  margin: 0;
  padding: 0;
  background: transparent url(../img/common/img/bg_grn.gif);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: left;
}

.smart-wrap h3 span {
  padding: 15px 0 15px 60px;
  display: block;
}

.case01 h3 span {
  background: transparent url(../img/architect/parts_case01.png) no-repeat left center;
}

.case02 h3 span {
  background: transparent url(../img/architect/parts_case02.png) no-repeat left center;
}

.case03 h3 span {
  background: transparent url(../img/architect/parts_case03.png) no-repeat left center;
}

.case04 h3 span {
  background: transparent url(../img/architect/parts_case04.png) no-repeat left center;
}

.case05 h3 span {
  background: transparent url(../img/architect/parts_case05.png) no-repeat left center;
}

.case06 h3 span {
  background: transparent url(../img/architect/parts_case06.png) no-repeat left center;
}

.smart-block {
  display: inline;
  margin: 0 40px 40px 0;
  width: 480px;
  float: left;
  background: #fff;
}
.smart-block div {
  padding: 20px;
  font-size: 1.5rem;
  overflow: hidden;
  width: 440px;
}

/** 
------------------------------------------------------------------**/
.mamorisu {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mamorisu > div {
  width: 55%;
}
.mamorisu > figure {
  width: 40%;
}
.mamorisu dl {
  padding: 15px 20px 20px;
  border: solid 4px #ddd;
  width: 49%;
  background: transparent url(../img/common/img/bg_wht.gif);
}
.mamorisu dt {
  margin: 0 0 10px;
  border-bottom: solid 1px #ccc;
  font-size: 2rem;
  text-align: center;
  font-weight: 400;
}
.mamorisu dd {
  font-size: 1.3rem;
  line-height: 1.6;
}

.flow_step2 {
  margin: 20px auto;
  padding: 30px;
  border: solid 4px #ddd;
  width: 1000px;
  background: transparent url(../img/common/img/bg_wht.gif);
  overflow: hidden;
}
.flow_step2 div {
  float: left;
  width: 732px;
}
.flow_step2 .img_right {
  float: right;
}
.flow_step2 h3 {
  margin: 0 0 0.75em;
  padding: 0;
  font-size: 2.4rem;
  line-height: 1;
}
.flow_step2 h3 span {
  padding: 0.25em 1em;
  color: #fff;
  background: #aaa;
  font-size: 1.4rem;
  text-align: center;
}

/** 
------------------------------------------------------------------**/
.shuri,
.kinkyu {
  margin: 30px 0 0;
  padding: 20px;
  line-height: 1.6;
  background: #eee;
}

.shuri div,
.kinkyu div {
  margin: 0 0 10px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shuri dl {
  margin: 0 10px 0 0;
  display: inline;
  width: 24%;
}

.kinkyu dl {
  margin: 0 10px 0 0;
  display: inline;
  width: 49%;
}

.shuri dl,
.kinkyu dl {
  padding: 20px;
  background: #fff;
  color: #000;
}

.shuri h4 {
  margin: 0 0 0.75rem;
  color: #e40011;
  font-size: 2.4rem;
  text-align: center;
}

.kinkyu h4 {
  margin: 0 0 0.75rem;
  color: #e40011;
  font-size: 2.4rem;
  text-align: center;
}
.kinkyu h5 {
  margin-bottom: 0.5em;
  font-size: 1.5rem;
}

.shuri dt,
.kinkyu dt {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: dotted 1px #699;
  font-weight: bold;
  font-size: 1.8rem;
}

.shuri dd,
.kinkyu dd {
  font-size: 1.5rem;
}

.tel-block {
  margin: 50px auto 0;
  border: solid 2px #ccc;
  padding: 15px;
  width: 60%;
  overflow: hidden;
  text-align: center;
  line-height: 1;
}
.tel-block h4 {
  margin: 0 0 20px;
  font-size: 3rem;
  font-weight: bold;
}
.tel-block .number {
  line-height: 1;
}
.tel-block p {
  font-size: 1.6rem;
  font-weight: 500;
}
.tel-block address {
  font-size: 6rem;
  font-weight: 500;
  color: #e40011;
  font-family: "Times New Roman";
}
.tel-block .open {
  margin: 1em auto 0;
  padding: 5px 10px;
  background: #e40011;
  color: #fff;
  text-align: center;
  width: 60%;
}

.after-img {
  margin-top: 50px;
}

/** 
------------------------------------------------------------------**/
.seinou-intro {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seinou-intro .float-left,
.seinou-intro .float-right {
  width: 49%;
}

.check-wrap {
  padding: 80px 0;
  background: #f8f8f8;
}

.seinou-check {
  padding: 15px 0 0 15px;
  overflow: hidden;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.seinou-check ul {
  margin-right: 15px;
  width: 48%;
  font-size: 2rem;
}
.seinou-check li {
  margin: 0 0 15px;
  padding: 23px 15px 23px 55px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
}
.seinou-check .chk01 {
  background: #fff url(../img/architect/parts_chk01.png) no-repeat 15px center;
}
.seinou-check .chk02 {
  background: #fff url(../img/architect/parts_chk02.png) no-repeat 15px center;
}
.seinou-check .chk03 {
  background: #fff url(../img/architect/parts_chk03.png) no-repeat 15px center;
}
.seinou-check .chk04 {
  background: #fff url(../img/architect/parts_chk04.png) no-repeat 15px center;
}
.seinou-check .chk05 {
  background: #fff url(../img/architect/parts_chk05.png) no-repeat 15px center;
}
.seinou-check .chk06 {
  background: #fff url(../img/architect/parts_chk06.png) no-repeat 15px center;
}
.seinou-check .chk07 {
  background: #fff url(../img/architect/parts_chk07.png) no-repeat 15px center;
}
.seinou-check .chk08 {
  background: #fff url(../img/architect/parts_chk08.png) no-repeat 15px center;
}
.seinou-check .chk09 {
  background: #fff url(../img/architect/parts_chk09.png) no-repeat 15px center;
}
.seinou-check .chk10 {
  background: #fff url(../img/architect/parts_chk10.png) no-repeat 15px center;
}

.seinou-clear {
  padding: 20px;
  border: solid 4px #ccc;
  text-align: center;
  font-size: 2.2rem;
}

.seinou-merit {
  margin: 0 auto;
  padding: 0 0 20px 10px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.seinou-merit li {
  margin: 20px 0 0;
  padding: 20px;
  width: 49%;
  font-size: 1.8rem;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}
.seinou-merit span {
  padding: 10px 10px 10px 80px;
  display: block;
}
.seinou-merit .merit01 span {
  background: url(../img/architect/icon_merit01.png) no-repeat left center;
}
.seinou-merit .merit02 span {
  background: url(../img/architect/icon_merit02.png) no-repeat left center;
}
.seinou-merit .merit03 span {
  background: url(../img/architect/icon_merit03.png) no-repeat left center;
}
.seinou-merit .merit04 span {
  background: url(../img/architect/icon_merit04.png) no-repeat left center;
}

/** 
------------------------------------------------------------------**/
#teitanso h3 {
  padding: 0.75em 0;
  border-top: dotted 2px #060;
  border-bottom: dotted 2px #060;
  font-size: 3.6rem;
}
#teitanso h4 {
  margin: 0 0 1.5em;
  padding: 0.25em 1em;
  font-size: 2.4rem;
  background: #060;
  color: #fff;
  font-weight: 300;
}
#teitanso h5 {
  margin: 0 0 1.5em;
  padding: 0 0 0.5em;
  font-size: 2rem;
  color: #060;
  line-height: 1.4;
  border-bottom: 2px dashed #acc2ac;
}
#teitanso h6 {
  margin: 0 0 1em;
  font-size: 2rem;
  line-height: 1.4;
}
#teitanso .img-wrap {
  margin: 0 0 10px;
  padding: 20px 0;
  background: transparent url(../img/common/img/bg_wht.gif);
  text-align: center;
}

.col-wrap {
  margin-right: -30px;
  width: 1030px;
  overflow: hidden;
  text-align: left;
}

.col2 {
  margin: 0 30px 0 0;
  float: left;
  width: 485px;
}

.col3-1 {
  margin: 0 30px 0 0;
  float: left;
  width: 313px;
}

.col3-2 {
  margin: 0 30px 0 0;
  float: left;
  width: 657px;
}

.col4-1 {
  margin: 0 20px 0 0;
  float: left;
  width: 235px;
}

.col4-3 {
  float: left;
  width: 745px;
}

#teitanso .thermo h5 {
  margin: 0;
  padding: 0.25em 1em;
  border: none;
  background: #090;
  color: #fff;
}

.thermo .col-wrap {
  border: solid 2px #090;
  background: transparent url(../img/common/img/bg_wht.gif);
  width: 996px;
  line-height: 1.4;
}
.thermo .col2 {
  margin: 0;
  padding: 30px;
  width: 438px;
  text-align: center;
}
.thermo .foamlite h6 {
  color: #090;
}
.thermo p {
  margin-top: 1em;
}

.lowe-head {
  margin: 0 0 1.5em;
  padding: 0 0 1em;
  border-bottom: dotted 1px #999;
  width: 100%;
  overflow: hidden;
  line-height: 1.4;
  font-weight: 600;
}
.lowe-head img {
  margin: 0 20px 0 0;
  float: left;
  clear: left;
}
.lowe-head p {
  font-size: 1.6rem;
}
.lowe-head p span {
  font-size: 1.4rem;
  font-weight: 300;
}

.shanetsu {
  overflow: hidden;
}
.shanetsu img {
  margin: 0 20px 0 0;
  float: left;
  clear: left;
}
.shanetsu table th,
.shanetsu table td {
  border-bottom: dotted 1px #aaa;
}
.shanetsu table th {
  color: #c00;
}
.shanetsu table td.cell1 {
  color: #060;
  font-size: 1.4rem;
  text-align: center;
}
.shanetsu table td.cell2 {
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}

.eco {
  margin-right: -20px;
  width: 1020px;
}
.eco .col4-1 {
  margin: 0 20px 0 0;
  padding: 10px;
  background: transparent url(../img/common/img/bg_wht.gif);
  width: 215px;
  text-align: center;
  font-weight: 600;
}
.eco .cut {
  color: #FF6600;
  font-weight: 600;
}

.cut-total {
  margin: 1em 0 0;
  font-weight: 600;
  font-size: 3.6rem;
  text-align: center;
}
.cut-total span {
  color: #FF6600;
}

#flat35 table {
  clear: both;
  width: 100%;
  margin-bottom: 25px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
}
#flat35 table th {
  width: 50%;
  background: #060;
  font-weight: 500;
  color: #fff;
}
#flat35 table th.plana {
  background: #F60;
}
#flat35 table td {
  width: 50%;
  background: #fff;
  padding: 15px 20px;
  line-height: 160%;
  text-align: center;
  vertical-align: top;
  border: 1px solid #CCCCCC;
}
#flat35 table td.plana {
  color: #F60;
}
#flat35 table th {
  padding: 15px 20px;
  line-height: 160%;
  text-align: center;
  vertical-align: top;
  border: 1px solid #CCCCCC;
}

.knot-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.knot-intro div {
  margin-right: -185px;
  padding: 30px 80px 60px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  width: 665px;
  position: relative;
  z-index: 1;
  font-size: 2rem;
}
.knot-intro figure {
  margin-top: 80px;
  width: 665px;
  position: relative;
  z-index: 0;
}

.manage-wrap {
  padding: 80px 0 120px;
  background: url(../img/architect/bg_knot2.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.manage-wrap h2 {
  margin-bottom: 2em;
}

.point-wrap h2 {
  margin-bottom: 2em;
}
.point-wrap .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.point-wrap .points div {
  width: 330px;
  font-size: 1.8rem;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #contents-ttl {
    background-image: url(../img/common/img/bg_ami.png), url(../img/architect/bg_product.jpg);
    background-repeat: repeat, repeat-x;
    background-position: center center, center center;
    background-size: auto 100%, auto 100%;
  }
  #architect-nav > li {
    margin: 0 -5vw 15px;
    padding: 4vw;
    display: block;
  }
  #architect-nav div {
    padding: 2vw 4vw;
    width: 100%;
  }
  #architect-nav h3 {
    margin: 0.75em 0;
    font-size: 2.4rem;
  }
  #architect-nav div ul {
    display: block;
  }
  #architect-nav div li {
    width: auto;
    font-size: 1.4rem;
  }
  .nav-btm {
    text-align: left;
  }
  /** 
  ------------------------------------------------------------------**/
  #yt-wrap {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  #yt-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .section .intro {
    margin: 0;
    text-align: center;
    font-weight: normal;
    font-size: 1.4rem;
  }
  .section .products-intro {
    text-align: left;
    font-size: 1.6rem;
  }
  .section .products-intro h2 {
    border: none;
    text-align: center;
    font-size: 2rem;
    color: #000;
  }
  .section .products-intro h3 {
    border: none;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 300;
    color: #000;
  }
  .section h3.ttl-grn {
    border: none;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 300;
    color: #000;
  }
  .section-full h3.ttl-grn {
    border: none;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 300;
    color: #000;
  }
  .section h3.ttl-grn,
  .section-full h3.ttl-grn {
    text-align: center;
  }
  .kodawari {
    width: 100%;
    overflow: hidden;
  }
  .kodawari div {
    margin-bottom: 8vw;
    padding: 0;
    float: none;
    width: 100%;
    position: relative;
  }
  .kodawari dl {
    padding: 0 0 10px;
    width: 100%;
  }
  .kodawari dt {
    margin: 0 0 10px;
    font-size: 2rem;
    text-align: center;
  }
  .kodawari img {
    position: static;
    left: 0;
    bottom: 0;
  }
  .btn {
    margin: 40px auto 0;
    padding: 0.75em 0;
    width: 100%;
    background: transparent url(../img/common/bg_wht.gif);
  }
  .btn a {
    padding: 1em 0 1em 30px;
    background: url(../img/common/arw_b_r.png) no-repeat left 10px center;
    background-size: auto 10px;
    font-weight: 400;
  }
  /** 
  ------------------------------------------------------------------**/
  .hikaku {
    width: 100%;
    overflow: hidden;
  }
  .hikaku .hikaku-left {
    float: none;
    width: 100%;
  }
  .hikaku .hikaku-right {
    border: none;
    border-top: solid 10px #fff;
    float: none;
    width: 100%;
  }
  .hikaku dl {
    padding: 15px;
    text-align: left;
  }
  .hikaku-left h4,
  .hikaku-right h4 {
    padding: 10px 20px;
    text-align: center;
  }
  .hikaku dt {
    margin-bottom: 1em;
    text-align: center;
    font-size: 1.4rem;
  }
  .hikaku dd {
    margin: 0 0 0 1em;
    text-indent: -1em;
    font-size: 1.3rem;
  }
  .next-order {
    border: solid 1px #ccc;
    width: 100%;
  }
  .next-order th,
  .next-order td {
    border: solid 5px #eee;
    vertical-align: top;
    line-height: 1.6;
    font-size: 1.8rem;
  }
  .next-order th {
    padding: 15px 20px;
    color: #fff;
    background: transparent url(../img/common/img/bg_grn2.gif);
    text-align: center;
  }
  .next-order td {
    padding: 20px;
    text-align: left;
    background: transparent url(../img/common/img/bg_wht.gif);
  }
  .next-merit {
    background: transparent url(../img/architect/bg_merit.png) no-repeat center top;
    background-size: 115% auto;
  }
  .next-merit ul {
    font-size: 1.4rem;
  }
  .next-merit li {
    margin: 15px auto 0;
    padding: 15px;
    width: 90%;
    line-height: 1.4;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  }
  .next-merit em {
    font-weight: 500;
    font-size: 1.6rem;
  }
  .next-merit li a {
    margin: 15px auto 0;
    padding: 10px 10px 10px 25px;
    display: block;
    width: 90%;
    text-align: center;
    font-weight: 300;
    font-size: 1.5rem;
  }
  /** 
  ------------------------------------------------------------------**/
  .wifi-frame {
    margin: 30px 0 50px;
    padding: 30px;
    border: dashed 1px #060;
    background: #fff;
    background-size: auto auto;
  }
  .wifi-frame h3 {
    margin: 0 0 0.5em;
    color: #060;
    font-size: 2.4rem;
  }
  .wifi-frame li {
    padding: 0.75em 0 0.75em 35px;
    border-bottom: dotted 1px #999;
  }
  .wifi-frame li:last-child {
    border: none;
  }
  .wifi-frame .no01 {
    background: transparent url(../img/architect/parts_no01.png) no-repeat left 1em;
  }
  .wifi-frame .no02 {
    background: transparent url(../img/architect/parts_no02.png) no-repeat left 1em;
  }
  .wifi-frame .no03 {
    background: transparent url(../img/architect/parts_no03.png) no-repeat left 1em;
  }
  .wifi-frame .no04 {
    background: transparent url(../img/architect/parts_no04.png) no-repeat left 1em;
  }
  img.irtxt1 {
    width: 100%;
    height: auto;
  }
  img.irtxt2 {
    width: 81%;
    height: auto;
  }
  .smart-wrap {
    margin: 50px 0 0 0;
    width: 100%;
    overflow: hidden;
    text-align: left;
  }
  .section .smart-wrap h3 {
    margin: 0;
    padding: 0;
    background: transparent url(../img/common/img/bg_grn.gif);
    color: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: left;
    width: 100%;
    display: table;
  }
  .smart-wrap h3 span {
    display: block;
  }
  .smart-block {
    display: block;
    margin: 0 40px 40px 0;
    width: 100%;
    float: none;
    background: #fff;
  }
  .smart-block div {
    padding: 20px;
    font-size: 1.5rem;
    width: 100%;
  }
  /** 
  ------------------------------------------------------------------**/
  #concept-block {
    margin: 0 0 0 0;
    width: 100%;
  }
  .concept {
    margin: 0 0 20px 0;
    padding: 20px;
    width: 100%;
  }
  .concept .nav-page-concept {
    font-size: 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .concept .nav-page-concept li {
    margin: 0;
    text-align: center;
    position: relative;
    line-height: 1.3;
    width: 50%;
  }
  .concept .nav-page-concept a {
    padding-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 3em;
    color: #1F1713;
    text-decoration: none;
    background: transparent url(../img/common/arw_s_b_b.png) no-repeat center bottom;
    background-size: 16px auto;
  }
  .concept-item {
    padding: 3em 0;
  }
  .concept-item .chart {
    padding: 0;
    margin-top: 2em;
  }
  .concept-item:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 3em calc(50vw - 50%);
  }
  .concept-item:nth-child(odd) .chart {
    padding: 1.5em;
  }
  .concept-item h3 {
    margin: 0 0 1.5em;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
  }
  .concept-item h3:after {
    margin-top: 0.5em;
    margin-right: auto;
    margin-left: auto;
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #E40011;
  }
  .concept-item h3.center {
    text-align: center;
  }
  .concept-item h4,
  .concept-item dt {
    text-align: center;
  }
  .concept-item h5 {
    font-size: 1.8rem;
  }
  .concept-item .column {
    width: 100%;
  }
  .concept-item .column-wrap {
    display: block;
  }
  .concept-item .merit-list {
    padding: 2em;
    font-size: 1.8rem;
  }
  .concept-item .merit-list ul {
    display: inline-block;
  }
  .concept-item .merit-list ul li {
    margin-bottom: 1em;
    padding-left: 2.5em;
    text-align: left;
    position: relative;
    line-height: 1.3;
  }
  .concept-item .merit-list ul li:last-child {
    margin-bottom: 0;
  }
  .concept-item .merit-list ul li span {
    color: #fff;
    width: 1.75em;
    height: 1.75em;
    position: absolute;
    top: 0;
    left: 0;
  }
  .taishin {
    background: #fff url(../img/architect/img_taishin.png) no-repeat right -50px top;
    background-size: 55% auto;
  }
  .shoene {
    background: #fff url(../img/architect/img_shoene.png) no-repeat right -60px top;
    background-size: 55% auto;
  }
  .rekka {
    background: #fff url(../img/architect/img_rekka.png) no-repeat right -60px top;
    background-size: 65% auto;
  }
  .iji {
    background: #fff url(../img/architect/img_iji.png) no-repeat right -60px bottom;
    background-size: 65% auto;
  }
  .zeh-ttl {
    margin: 40px 0;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
  }
  .zeh-ttl .en {
    font-size: 4rem;
    font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.05em;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  .zeh-ttl .en span {
    color: #E40011;
  }
  .zeh-frame {
    margin: 30px 0;
    padding: 20px;
    border: solid 1px #ccc;
  }
  .zeh-frame h3 {
    margin: 0 0 0.5em;
  }
  .zeh-about {
    margin: 40px 0;
    width: 100%;
    overflow: hidden;
  }
  .zeh-about h3 {
    font-size: 1.6rem;
  }
  .zeh-about .float-left {
    width: 100%;
  }
  .zeh-about .float-right {
    width: 100%;
  }
  .zeh-about li {
    margin-bottom: 0.5em;
    margin-left: 1em;
    line-height: 1.3;
    text-indent: -1em;
  }
  .zeh-about li br {
    display: none;
  }
  /** 
  ------------------------------------------------------------------**/
  #equip {
    margin: 0;
    padding: 65% 0 0;
    width: 100%;
    height: auto;
    line-height: 1.4;
    color: #000;
    background: transparent url(../img/architect/img_equip.jpg) no-repeat center top;
    background-size: 100% auto;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  #equip p br {
    display: none;
  }
  #equip h2 {
    margin: 0 0 1em;
    padding: 0;
    border: none;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
  }
  #equip-nav {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
  #equip-nav li {
    margin: 0;
    padding: 15px 0 20px;
    float: none;
    width: 100%;
    text-align: center;
  }
  #equip-nav .nav-mttl {
    color: #004D00;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
  }
  #equip-nav h2 {
    margin: 0 auto 0.75em;
    padding: 10px 0;
    border: none;
    width: 100%;
    height: auto;
    display: table;
  }
  #equip-nav a {
    margin: 12px 0 0;
    color: #000;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: transparent url(../img/common/img/arrow_sq_l_red.gif) no-repeat right center;
  }
  #equip-nav img {
    width: 100%;
    height: auto;
  }
  #equip-nav a img {
    width: auto;
  }
  #equip-nav .dsc {
    margin: 1em 0 0;
    line-height: 1.6;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -1px;
  }
  #equip-nav a:hover {
    text-decoration: none;
  }
  /** 
  ------------------------------------------------------------------**/
  .mamorisu {
    margin: 30px 0 0 0;
    width: 100%;
    overflow: hidden;
  }
  .mamorisu > div {
    width: 100%;
  }
  .mamorisu > figure {
    width: 100%;
  }
  .mamorisu dl {
    margin: 0 0 15px 0;
    padding: 15px 20px 20px;
    border: solid 4px #ddd;
    float: none;
    width: 100%;
    background: transparent url(../img/common/img/bg_wht.gif);
  }
  .mamorisu dt {
    margin: 0 0 10px;
    font-size: 2rem;
    text-align: center;
    font-weight: 400;
  }
  .mamorisu dd {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .flow_step2 {
    margin: 20px 0;
    padding: 15px;
    border: solid 4px #ddd;
    width: 100%;
    background: transparent url(../img/common/img/bg_wht.gif);
    overflow: hidden;
  }
  .flow_step2 div {
    float: none;
    width: 100%;
  }
  .flow_step2 .img_right {
    margin: 20px 0 0;
    float: none;
    text-align: center;
  }
  .flow_step2 h3 {
    margin: 0 0 0.75em;
    padding: 0;
    font-size: 2rem;
    line-height: 1;
  }
  .flow_step2 h3 span {
    padding: 0.25em 1em;
  }
  /** 
  ------------------------------------------------------------------**/
  .shuri {
    margin: 30px -20px 0;
    padding: 20px;
    line-height: 1.6;
  }
  .kinkyu {
    margin: 30px -20px 0;
    padding: 20px;
    line-height: 1.6;
  }
  .shuri div,
  .kinkyu div {
    margin: 0 0 10px 0;
    width: 100%;
    overflow: hidden;
  }
  .shuri dl {
    margin: 0 0 0 0;
    display: block;
    float: none;
    width: 100%;
  }
  .kinkyu dl {
    margin: 0 10px 0 0;
    display: block;
    float: none;
    width: 100%;
  }
  .shuri dl,
  .kinkyu dl {
    margin-top: 10px;
    padding: 15px;
    background: #fff;
    color: #000;
  }
  .shuri h4 {
    margin: 0 0 0.75rem;
    line-height: 1;
    font-size: 1.6rem;
    text-align: center;
  }
  .kinkyu h4 {
    margin: 0 0 0.75rem;
    line-height: 1;
    font-size: 1.6rem;
    text-align: center;
  }
  .kinkyu h5 {
    margin: 0 0 0.25em;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .shuri dt,
  .kinkyu dt {
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: dotted 1px #ccc;
    font-size: 1.6rem;
  }
  .shuri dd {
    font-size: 1.3rem;
  }
  .kinkyu dd {
    font-size: 1.3rem;
  }
  .tel-block {
    margin: 50px auto 0;
    border: solid 2px #ccc;
    padding: 15px;
    width: 100%;
    background: transparent url(../img/common/img/bg_wht.gif);
    overflow: hidden;
    text-align: center;
    line-height: 1;
  }
  .tel-block h4 {
    margin: 0 0 20px;
    font-size: 1.4rem;
  }
  .tel-block .number {
    line-height: 1;
  }
  .tel-block p {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .tel-block address {
    font-size: 4rem;
  }
  .tel-block address a {
    color: #e40011;
  }
  .tel-block .open {
    margin: 1em auto 0;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    width: 100%;
  }
  .after-img {
    margin-top: 20px;
  }
  /** 
  ------------------------------------------------------------------**/
  .seinou-intro {
    width: 100%;
    overflow: hidden;
  }
  .seinou-intro .float-left {
    width: 100%;
  }
  .seinou-intro .float-right {
    margin: 30px 0 0;
    width: 100%;
    text-align: center;
  }
  .seinou-intro .float-right img {
    width: 90%;
    height: auto;
  }
  .check-wrap {
    padding: 8vw 0;
    width: 100%;
  }
  .check-wrap .block-inner {
    width: 100%;
  }
  .seinou-check {
    padding: 10px 10px 0 10px;
    width: 100%;
    overflow: hidden;
  }
  .seinou-check .chk01,
  .seinou-check .chk02,
  .seinou-check .chk03,
  .seinou-check .chk04,
  .seinou-check .chk05,
  .seinou-check .chk06,
  .seinou-check .chk07,
  .seinou-check .chk08,
  .seinou-check .chk09,
  .seinou-check .chk10 {
    background-size: auto 60% !important;
  }
  .seinou-check ul {
    margin-right: 0;
    width: 100%;
    float: none;
    font-size: 1.6rem;
  }
  .seinou-check li {
    margin: 0 0 10px;
    padding: 23px 15px 23px 70px;
    line-height: 1.4;
    text-align: center;
    font-weight: 500;
    text-align: left;
  }
  .seinou-clear {
    padding: 20px;
    border: solid 4px #ccc;
    text-align: center;
    background: transparent url(../img/common/img/bg_wht.gif);
    font-size: 1.4rem;
  }
  .seinou-merit {
    margin: 0 auto;
    padding: 20px 10px;
    width: 100%;
    overflow: hidden;
  }
  .seinou-merit br {
    display: none;
  }
  .seinou-merit li {
    margin: 20px 0 0;
    padding: 20px;
    float: none;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  }
  .seinou-merit span {
    padding-left: 70px;
    display: block;
  }
  .seinou-merit .merit01 span {
    background: url(../img/architect/icon_merit01.png) no-repeat left center;
  }
  .seinou-merit .merit02 span {
    background: url(../img/architect/icon_merit02.png) no-repeat left center;
  }
  .seinou-merit .merit03 span {
    background: url(../img/architect/icon_merit03.png) no-repeat left center;
  }
  .seinou-merit .merit04 span {
    background: url(../img/architect/icon_merit04.png) no-repeat left center;
  }
  /** faq
  ------------------------------------------------------------------**/
  .faq-wrap dt {
    font-size: 1.3rem;
  }
  .faq-wrap dd {
    font-size: 1.3rem;
  }
  .faq-wrap dd br {
    display: none;
  }
  .faq-wrap dt:before,
  .faq-wrap dd:before {
    font-size: 2rem;
  }
  .knot-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .knot-intro div {
    margin-right: -95%;
    padding: 8vw;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    width: 95%;
    position: relative;
    z-index: 1;
    font-size: 1.6rem;
  }
  .knot-intro div h2 {
    margin-top: 0;
  }
  .knot-intro figure {
    margin-top: 80%;
    margin-left: 5%;
    width: 95%;
    position: relative;
    z-index: 0;
  }
  .manage-wrap {
    padding: 8vw 0 12vw;
    background: url(../img/architect/bg_knot2.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
  }
  .manage-wrap h2 {
    margin-bottom: 2em;
  }
  .point-wrap .points {
    display: block;
  }
  .point-wrap .points div {
    margin: 8vw auto;
    font-size: 1.8rem;
    text-align: center;
  }
  .point-wrap .points div figure {
    margin: 0 auto;
    width: 80%;
  }
}
/*-------------------------
230706 標準仕様
-------------------------*/
section .equipment_lttl {
  margin: 0 0 1em;
  text-align: left;
}
section .equipment_lttl .en {
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-size: 4.8rem;
}
@media only screen and (max-width: 640px) {
  section .equipment_lttl .en {
    font-size: 10.5263157895vw;
  }
}
section .equipment_lttl .jp {
  font-size: 2.6rem;
}
@media only screen and (max-width: 640px) {
  section .equipment_lttl .jp {
    font-size: 6.5789473684vw;
  }
}

.equipment_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.equipment_flex .col2 {
  float: none;
  width: 48%;
  margin-right: 0;
}
.equipment_inner {
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  max-width: 1440px;
}
@media only screen and (max-width: 640px) {
  .equipment_inner {
    padding: 0;
  }
}
.equipment_lttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 120px;
}
@media only screen and (max-width: 640px) {
  .equipment_lttl_wrap {
    margin-bottom: 13.1578947368vw;
  }
}
.equipment_lttl_textarea {
  position: relative;
  width: 395px;
  padding: 80px 60px;
  background: #A01F1F;
  color: #FFF;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .equipment_lttl_textarea {
    width: 100%;
    padding: 10.5263157895vw 7.8947368421vw;
  }
}
.equipment_lttl_textarea .note {
  position: absolute;
  bottom: 40px;
  left: 60px;
}
@media only screen and (max-width: 640px) {
  .equipment_lttl_textarea .note {
    position: static;
    bottom: auto;
    left: auto;
    margin-top: 6.5789473684vw;
  }
}
.equipment_lttl_img {
  width: calc(100% - 395px);
}
@media only screen and (max-width: 640px) {
  .equipment_lttl_img {
    width: 100%;
  }
}
.equipment_lttl_img img {
  vertical-align: bottom;
}
.equipment_mttl {
  margin: 100px 0 100px;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .equipment_mttl {
    margin: 15.7894736842vw 0 15.7894736842vw;
  }
}
.equipment_mttl .en {
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-size: 4.5rem;
}
@media only screen and (max-width: 640px) {
  .equipment_mttl .en {
    font-size: 9.2105263158vw;
  }
}
.equipment_mttl .ico {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  background: url("../img/products/equipment/equipment_mttl_ico.png") top 50% center no-repeat;
}
@media only screen and (max-width: 640px) {
  .equipment_mttl .ico {
    width: 6.5789473684vw;
    height: 6.5789473684vw;
    margin: 0 1.9736842105vw;
    background-size: contain;
  }
}
.equipment_mttl .option {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: 2.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .equipment_mttl .option {
    font-size: 5.2631578947vw;
  }
}
.equipment_mttl .option:before, .equipment_mttl .option:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 25px;
  height: 1px;
  background: #A01F1F;
}
@media only screen and (max-width: 640px) {
  .equipment_mttl .option:before, .equipment_mttl .option:after {
    width: 5.2631578947vw;
  }
}
.equipment_mttl .option:before {
  left: -40px;
}
@media only screen and (max-width: 640px) {
  .equipment_mttl .option:before {
    left: -6.5789473684vw;
  }
}
.equipment_mttl .option:after {
  right: -40px;
}
@media only screen and (max-width: 640px) {
  .equipment_mttl .option:after {
    right: -6.5789473684vw;
  }
}
.equipment_mttl .sub {
  margin-top: 1em;
  font-size: 2.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .equipment_mttl .sub {
    font-size: 4.7368421053vw;
  }
}
.equipment_sttl {
  margin: 0 0 1em;
  color: #A01F1F;
  font-size: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .equipment_sttl {
    margin-top: 2em;
    font-size: 5.2631578947vw;
    line-height: 1.3;
  }
}
.equipment_ssttl {
  margin: 0.7em 0;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .equipment_ssttl {
    font-size: 5.2631578947vw;
  }
}
.equipment_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.equipment_point .ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .equipment_point .ttl_wrap {
    margin-bottom: 10.5263157895vw;
  }
}
.equipment_point .ttl_wrap .point {
  width: 100px;
  height: 100px;
  margin-right: 40px;
  padding: 15px;
  background: #A01F1F;
  border-radius: 50px;
  color: #FFF;
  line-height: 1.2;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .equipment_point .ttl_wrap .point {
    width: 18.4210526316vw;
    height: 18.4210526316vw;
    margin-right: 5.2631578947vw;
    padding: 2.6315789474vw;
    font-size: 3.9473684211vw;
  }
}
.equipment_point .ttl_wrap .point .num {
  font-size: 4.8rem;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .equipment_point .ttl_wrap .point .num {
    font-size: 7.8947368421vw;
  }
}
.equipment_point .ttl_wrap .ttl {
  color: #A01F1F;
  font-size: 3rem;
  line-height: 1.75;
}
@media only screen and (max-width: 640px) {
  .equipment_point .ttl_wrap .ttl {
    font-size: 5.2631578947vw;
  }
}
.equipment_point .ttl_wrap p {
  margin-top: 0.5em;
}
@media only screen and (max-width: 640px) {
  .equipment_point .textarea {
    width: 65.7894736842vw;
  }
}
.equipment_point .col2 {
  width: 48%;
  margin-right: 0;
  float: none;
}
@media only screen and (max-width: 640px) {
  .equipment_point .col2 {
    width: 100%;
  }
}
.equipment_point_inner {
  width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .equipment_point_inner {
    width: 100%;
  }
}
.equipment_point_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .equipment_point_item {
    margin-bottom: 13.1578947368vw;
  }
}
.equipment_point_item:last-child {
  margin-bottom: 0;
}
.equipment_point_img {
  width: 100%;
  text-align: center;
}
.equipment_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.equipment_item .ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .equipment_item .ttl_wrap {
    margin-bottom: 10.5263157895vw;
  }
}
.equipment_item .ttl_wrap .item {
  width: 100px;
  height: 100px;
  margin-right: 40px;
  padding: 15px;
  background: #FFF;
  border: #A01F1F 1px solid;
  border-radius: 50px;
  color: #A01F1F;
  line-height: 1.2;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .equipment_item .ttl_wrap .item {
    width: 18.4210526316vw;
    height: 18.4210526316vw;
    margin-right: 5.2631578947vw;
    padding: 2.6315789474vw;
    font-size: 3.9473684211vw;
  }
}
.equipment_item .ttl_wrap .item .num {
  font-size: 4.8rem;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .equipment_item .ttl_wrap .item .num {
    font-size: 7.8947368421vw;
  }
}
.equipment_item .ttl_wrap .ttl {
  color: #A01F1F;
  font-size: 3rem;
  line-height: 1.75;
}
@media only screen and (max-width: 640px) {
  .equipment_item .ttl_wrap .ttl {
    font-size: 5.2631578947vw;
  }
}
.equipment_item .ttl_wrap p {
  margin-top: 0.5em;
}
@media only screen and (max-width: 640px) {
  .equipment_item .textarea {
    width: 65.7894736842vw;
  }
}
.equipment_item .col2 {
  width: 48%;
  margin-right: 0;
  float: none;
}
@media only screen and (max-width: 640px) {
  .equipment_item .col2 {
    width: 100%;
  }
}
.equipment_item_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .equipment_item_item {
    margin-bottom: 13.1578947368vw;
  }
}
.equipment_item_item:last-child {
  margin-bottom: 0;
}
.equipment_caption {
  font-size: 1.5rem;
  line-height: 1.75;
}
@media only screen and (max-width: 640px) {
  .equipment_caption {
    font-size: 3.1578947368vw;
  }
}
@media only screen and (max-width: 640px) {
  .equipment .nav-page-concept li {
    width: 33%;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.intro p.center {
    text-align: left;
  }
}
.equipment.kitchen .point02 .ttl_wrap .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 510px;
}
@media (max-width: 1440px) {
  .equipment.kitchen .point02 .ttl_wrap .textarea {
    width: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.kitchen .point02 .ttl_wrap .textarea {
    width: 65.7894736842vw;
  }
}
.equipment.kitchen .point02 .ttl_wrap .textarea .ttl {
  width: 100%;
}
.equipment.kitchen .point02 .ttl_wrap .textarea p {
  width: 195px;
}
@media only screen and (max-width: 640px) {
  .equipment.kitchen .point02 .ttl_wrap .textarea p {
    width: 100%;
  }
}
.equipment.kitchen .point02 .ttl_wrap .textarea img {
  width: 300px;
}
@media (max-width: 1440px) {
  .equipment.kitchen .point02 .ttl_wrap .textarea img {
    width: 190px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.kitchen .point02 .ttl_wrap .textarea img {
    width: 100%;
  }
}
.equipment.kitchen .point03 .img01 {
  margin-left: 50px;
}
@media only screen and (max-width: 640px) {
  .equipment.kitchen .point03 .img01 {
    width: calc(100% - 6.5789473684vw);
    margin-left: 6.5789473684vw;
  }
}
.equipment.kitchen .point03 .caption01 {
  width: 385px;
  margin: 10px auto 50px;
}
.equipment.kitchen .point03 .jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .equipment.kitchen .point03 .jcc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.equipment.kitchen .point03 .jcc .col2 {
  width: 265px;
  margin: 0 15px;
}
@media (max-width: 1440px) {
  .equipment.kitchen .point03 .jcc .col2 {
    width: 48%;
    margin: 0;
  }
}
.equipment.kitchen .point04 .col2 {
  clear: both;
  overflow: hidden;
}
.equipment.kitchen .point04 .left {
  position: relative;
  float: left;
  width: 380px;
}
@media (max-width: 1440px) {
  .equipment.kitchen .point04 .left {
    width: 330px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.kitchen .point04 .left {
    width: 100%;
  }
}
.equipment.kitchen .point04 .left .caption03 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1440px) {
  .equipment.kitchen .point04 .left .caption03 {
    width: 150px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.kitchen .point04 .left .caption03 {
    width: 40.7894736842vw;
    bottom: 2.6315789474vw;
  }
}
.equipment.kitchen .point04 .right {
  float: right;
  width: 230px;
}
@media (max-width: 1440px) {
  .equipment.kitchen .point04 .right {
    width: 180px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.kitchen .point04 .right {
    width: 100%;
    margin-top: 6.5789473684vw;
  }
}
@media (max-width: 640px) {
  .equipment.kitchen .point05 .ttl_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.equipment.kitchen .point05 .ttl_wrap .textarea {
  width: 600px;
}
@media (max-width: 1440px) {
  .equipment.kitchen .point05 .ttl_wrap .textarea {
    width: 540px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.kitchen .point05 .ttl_wrap .textarea {
    width: 65.7894736842vw;
  }
}
.equipment.kitchen .point05 .ttl_wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-left: auto;
}
@media (max-width: 1440px) {
  .equipment.kitchen .point05 .ttl_wrap .list {
    width: 460px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.kitchen .point05 .ttl_wrap .list {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.equipment.kitchen .point05 .ttl_wrap .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 142px;
  height: 142px;
  margin-left: 25px;
  border: #A01F1F 1px solid;
  border-radius: 80px;
  color: #A01F1F;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.1;
}
@media (max-width: 1440px) {
  .equipment.kitchen .point05 .ttl_wrap .list li {
    width: 135px;
    height: 135px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.kitchen .point05 .ttl_wrap .list li {
    width: 26.3157894737vw;
    height: 26.3157894737vw;
    margin-left: 0;
    font-size: 3.9473684211vw;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.kitchen .item01 .equipment_flex .col2 {
    width: 48%;
  }
}
.equipment.kitchen .item02 .ttl_wrap {
  position: relative;
}
.equipment.kitchen .item02 .img01 {
  position: absolute;
  bottom: -320px;
  right: -120px;
}
@media only screen and (max-width: 640px) {
  .equipment.kitchen .item02 .img01 {
    bottom: -32.8947368421vw;
    right: 0;
    width: 34.2105263158vw;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.kitchen .item02 .img02 {
    width: 80.2631578947vw;
  }
}
.equipment.bathroom .equipment_lttl_wrap {
  display: block;
  float: left;
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .equipment_lttl_wrap {
    width: 100%;
  }
}
.equipment.bathroom .equipment_lttl_textarea {
  width: 650px;
  padding: 40px 60px 100px;
}
@media (max-width: 1440px) {
  .equipment.bathroom .equipment_lttl_textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .equipment_lttl_textarea {
    padding-bottom: 10.5263157895vw;
  }
}
.equipment.bathroom .equipment_lttl_img {
  width: 650px;
}
@media (max-width: 1440px) {
  .equipment.bathroom .equipment_lttl_img {
    width: 100%;
  }
}
.equipment.bathroom .equipment_point {
  display: block;
}
.equipment.bathroom .equipment_point_item.col2 {
  float: right;
}
.equipment.bathroom .equipment_point .ttl_wrap .textarea {
  width: 520px;
}
@media (max-width: 1440px) {
  .equipment.bathroom .equipment_point .ttl_wrap .textarea {
    width: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .equipment_point .ttl_wrap .textarea {
    width: 65.7894736842vw;
  }
}
.equipment.bathroom .point01 {
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.equipment.bathroom .point01 .left {
  width: 380px;
}
@media (max-width: 1440px) {
  .equipment.bathroom .point01 .left {
    width: 310px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .point01 .left {
    width: 100%;
    margin-bottom: 3.9473684211vw;
  }
}
.equipment.bathroom .point01 .right {
  width: 260px;
}
@media (max-width: 1440px) {
  .equipment.bathroom .point01 .right {
    width: 210px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .point01 .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 3.9473684211vw;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .point01 .right .equipment_point_img {
    width: 48%;
  }
}
.equipment.bathroom .point01 .equipment_caption {
  position: absolute;
  top: 170px;
  right: 0;
  width: 240px;
}
@media (max-width: 1440px) {
  .equipment.bathroom .point01 .equipment_caption {
    top: 150px;
    width: 210px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .point01 .equipment_caption {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
  }
}
.equipment.bathroom .point01 .ttl_wrap, .equipment.bathroom .point02 .ttl_wrap {
  margin-bottom: 45px;
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .point01 .ttl_wrap, .equipment.bathroom .point02 .ttl_wrap {
    margin-bottom: 10.5263157895vw;
  }
}
.equipment.bathroom .other .ttl_wrap {
  width: 100px;
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .other .ttl_wrap {
    width: 18.4210526316vw;
  }
}
.equipment.bathroom .other .ttl_wrap .point {
  margin: 0;
  padding: 37px 15px;
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .other .ttl_wrap .point {
    padding: 6.5789473684vw 2.6315789474vw;
  }
}
.equipment.bathroom .other .equipment_flex {
  width: 1135px;
  margin-right: 60px;
}
@media (max-width: 1440px) {
  .equipment.bathroom .other .equipment_flex {
    width: 995px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .other .equipment_flex {
    width: 100%;
  }
}
.equipment.bathroom .other .equipment_flex .ttl {
  margin-bottom: 20px;
  color: #A01F1F;
  font-size: 3rem;
  line-height: 1.75;
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .other .equipment_flex .ttl {
    margin-bottom: 3.9473684211vw;
    font-size: 5.2631578947vw;
  }
}
.equipment.bathroom .item01, .equipment.bathroom .item02 {
  margin-bottom: 0;
}
.equipment.bathroom .item01 .ttl_wrap {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .item01 .ttl_wrap {
    margin-bottom: 10.5263157895vw;
  }
}
.equipment.bathroom .item01 .left {
  width: 350px;
}
@media (max-width: 1440px) {
  .equipment.bathroom .item01 .left {
    width: 260px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .item01 .left {
    width: 100%;
    margin-bottom: 3.9473684211vw;
  }
}
.equipment.bathroom .item01 .right {
  width: 265px;
  text-align: left;
}
@media (max-width: 1440px) {
  .equipment.bathroom .item01 .right {
    width: 260px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .item01 .right {
    position: relative;
    width: 100%;
  }
}
.equipment.bathroom .item01 .satisfaction {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 15px;
  padding: 15px 20px;
  border: #A01F1F 1px solid;
  border-radius: 8px;
  font-size: 1.8rem;
  line-height: 1.22;
  letter-spacing: 0;
}
@media (max-width: 1440px) {
  .equipment.bathroom .item01 .satisfaction {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .item01 .satisfaction {
    width: 48%;
    margin: 3.9473684211vw 0 0;
    padding: 2.6315789474vw 1.9736842105vw;
    font-size: 3.1578947368vw;
    line-height: 1.4;
  }
}
.equipment.bathroom .item01 .satisfaction .num {
  margin-left: 10px;
  color: #A01F1F;
  font-size: 5.4rem;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .item01 .satisfaction .num {
    font-size: 9.2105263158vw;
  }
}
.equipment.bathroom .item01 .satisfaction .percent {
  margin-top: 10px;
  color: #A01F1F;
  font-size: 3.8rem;
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .item01 .satisfaction .percent {
    margin-top: 2.6315789474vw;
    font-size: 5.2631578947vw;
  }
}
.equipment.bathroom .item01 .satisfaction .asterisk {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .item01 .satisfaction .asterisk {
    top: 2.6315789474vw;
    right: 1.9736842105vw;
    font-size: 2.6315789474vw;
  }
}
.equipment.bathroom .item01 .note {
  font-size: 1.3rem;
  line-height: 1.23;
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .item01 .note {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48%;
    font-size: 2.6315789474vw;
    line-height: 1.4;
  }
}
.equipment.bathroom .item02 .ttl_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 260px;
}
@media (max-width: 1440px) {
  .equipment.bathroom .item02 .ttl_wrap {
    width: 230px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .item02 .ttl_wrap {
    width: 100%;
  }
}
.equipment.bathroom .item02 .equipment_item_img {
  width: 350px;
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .equipment.bathroom .item02 .equipment_item_img {
    width: 300px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.bathroom .item02 .equipment_item_img {
    width: 100%;
    margin-top: 0;
  }
}
.equipment.washroom .equipment_ssttl {
  color: #A01F1F;
}
@media (max-width: 1440px) {
  .equipment.washroom .equipment_point_inner {
    margin-left: 140px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.washroom .equipment_point_inner {
    margin-left: 0;
  }
}
.equipment.washroom .ttl_wrap {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .equipment.washroom .ttl_wrap {
    margin-bottom: 10.5263157895vw;
  }
}
.equipment.washroom .point01 .equipment_point_img {
  text-align: left;
}
.equipment.washroom .point02 .ttl_wrap {
  width: 595px;
}
@media (max-width: 1440px) {
  .equipment.washroom .point02 .ttl_wrap {
    width: 440px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.washroom .point02 .ttl_wrap {
    width: 100%;
  }
}
.equipment.washroom .point02 .equipment_point_img {
  width: 785px;
  text-align: left;
}
@media (max-width: 1440px) {
  .equipment.washroom .point02 .equipment_point_img {
    width: 670px;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.washroom .point02 .equipment_point_img {
    width: 100%;
  }
}
.equipment.toilet .point01 .equipment_ssttl {
  margin: 0 0 0.5em;
}
.equipment.toilet .point01 .equipment_item_img {
  margin-top: 1.5em;
}
.equipment.toilet .point02 .ttl_wrap .textarea, .equipment.toilet .point03 .ttl_wrap .textarea {
  width: 400px;
}
@media only screen and (max-width: 640px) {
  .equipment.toilet .point02 .ttl_wrap .textarea, .equipment.toilet .point03 .ttl_wrap .textarea {
    width: 65.7894736842vw;
  }
}
@media only screen and (max-width: 640px) {
  .equipment.toilet .point03 .col2 {
    width: 48%;
  }
}
.equipment.smart .smart_ttl {
  margin: 80px 0 100px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .equipment.smart .smart_ttl {
    margin: 13.1578947368vw 0;
    font-size: 5.2631578947vw;
  }
}
.equipment.smart .equipment_point_item .ttl_wrap .ttl {
  color: #1F1713;
}
.equipment.smart .merit01 .ttl_wrap, .equipment.smart .merit03 .ttl_wrap {
  width: 610px;
}
@media only screen and (max-width: 640px) {
  .equipment.smart .merit01 .ttl_wrap, .equipment.smart .merit03 .ttl_wrap {
    width: 100%;
    margin-bottom: 0;
  }
}
.equipment.smart .merit01 .equipment_item_img, .equipment.smart .merit03 .equipment_item_img {
  width: 430px;
  margin: -40px 60px 0 0;
}
@media only screen and (max-width: 640px) {
  .equipment.smart .merit01 .equipment_item_img, .equipment.smart .merit03 .equipment_item_img {
    width: 65.7894736842vw;
    margin: 0 0 0 auto;
  }
}
.equipment.smart .merit02 .equipment_flex {
  margin-left: 140px;
}
@media only screen and (max-width: 640px) {
  .equipment.smart .merit02 .equipment_flex {
    margin-left: 0;
  }
}
.equipment.smart .merit02 .equipment_item_img {
  width: 355px;
}
@media only screen and (max-width: 640px) {
  .equipment.smart .merit02 .equipment_item_img {
    width: 65.7894736842vw;
    margin: 0 0 0 auto;
  }
}
.equipment.smart .merit02 .detal {
  width: 620px;
}
@media only screen and (max-width: 640px) {
  .equipment.smart .merit02 .detal {
    width: 100%;
  }
}
.equipment.smart .merit02 .detal_ttl {
  margin: 0 0 1em;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .equipment.smart .merit02 .detal_ttl {
    font-size: 4.7368421053vw;
  }
}
.equipment.smart .merit02 .detal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .equipment.smart .merit02 .detal_list {
    margin-bottom: 3.9473684211vw;
  }
}
.equipment.smart .merit02 .detal_list dt,
.equipment.smart .merit02 .detal_list dd {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.73;
}
@media only screen and (max-width: 640px) {
  .equipment.smart .merit02 .detal_list dt,
  .equipment.smart .merit02 .detal_list dd {
    font-size: 3.1578947368vw;
  }
}
.equipment.smart .merit02 .detal_list dt {
  width: 180px;
}
@media only screen and (max-width: 640px) {
  .equipment.smart .merit02 .detal_list dt {
    width: 35%;
  }
}
.equipment.smart .merit02 .detal_list dd {
  width: 430px;
}
@media only screen and (max-width: 640px) {
  .equipment.smart .merit02 .detal_list dd {
    width: 62%;
  }
}
.equipment.smart .merit02 .detal .note {
  font-size: 1.3rem;
}
@media only screen and (max-width: 640px) {
  .equipment.smart .merit02 .detal .note {
    font-size: 2.6315789474vw;
  }
}
.equipment.smart .merit04 {
  padding: 220px 0 10px;
  background: url("../img/products/equipment/smart_merit_item04.png") bottom right no-repeat;
}
@media only screen and (max-width: 640px) {
  .equipment.smart .merit04 {
    padding: 0 0 39.4736842105vw;
    background-size: 100% auto;
  }
}
.equipment.smart .merit04 .equipment_caption {
  margin-left: 140px;
}
@media only screen and (max-width: 640px) {
  .equipment.smart .merit04 .equipment_caption {
    margin: -18.4210526316vw 0 0 auto;
  }
}
.equipment.smart .merit05 .equipment_item_img {
  width: 613px;
  margin: -100px 0 0 auto;
}
@media only screen and (max-width: 640px) {
  .equipment.smart .merit05 .equipment_item_img {
    width: 65.7894736842vw;
    margin-top: -10.5263157895vw;
  }
}