@charset "utf-8";
/* ==========================================================

title : 東建ウェブサイト 建築商品一覧 RC・ユニヴァリィ・プロシード
scope : 「RC スイート・テラス」

last modify : 2021/09/14 362_taga

=============================================================== */
/*============================
  #contents
============================*/
#contents article .title_img {
  background: #000;
}
#contents article .title_img img {
  display: block;
  width: 1024px;
  margin: 0 auto;
}
#contents article .nav_wrap {
  margin-top: 10px;
}
.lead {
  width: 640px;
  margin: 45px auto 50px;
}
@media screen and (min-width: 814px) {
  #contents article {
    position: static;
  }
  #contents article h1 {
    font-size: 0;
  }
}
@media screen and (max-width: 813px) {
  #contents article .title_img img {
    width: 100%;
  }
  .lead {
    width: 100%;
    margin: 0;
    padding: 1.5em 1em;
  }
}
/*============================
  common
============================*/
.section_title {
  color: #002f65;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝体", "Noto Serif JP", serif;
  font-size: 160%;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 0 10px;
  position: relative;
  margin: 0 0 25px;
}
.section_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 273px;
  height: 2px;
  background: url(../image/bg_title.png) no-repeat center center / contain;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.bold {
  color: #002f65;
  font-size: 112%;
  font-weight: bold;
}
@media screen and (max-width: 813px) {
  .flex {
    display: block;
  }
  .bold {
    margin: 0.5em 0;
  }
}
/*============================
  .resistance
============================*/
.resistance {
  width: 565px;
  margin: 0 auto;
}
.resistance_lead {
  margin: 0 0 37px;
  text-align: center;
}
.resistance .flex img {
  display: block;
  width: 198px;
}
.resistance .flex .desc {
  margin: 30px 0 0;
  width: 325px;
}
.resistance .flex .desc .bold {
  margin: 0 0 5px;
}
@media screen and (max-width: 813px) {
  .resistance {
    padding: 0 1em;
    width: 100%;
  }
  .resistance .flex img {
    margin: 0 auto;
    width: 75%;
  }
  .resistance .flex .desc {
    margin: 20px auto 0;
    width: 90%;
  }
}
/*============================
  .performance
============================*/
.performance {
  width: 790px;
  margin: 30px auto 0;
}
.performance_item {
  width: 240px;
}
.performance_item h3 {
  background: #0f184d;
  color: #fff;
  font-size: 106%;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0.4em 0;
  text-align: center;
}
.performance_item p {
  font-size: 95%;
  margin: 0 15px;
  padding: 0 5px 0;
}
.performance_item .bold {
  border-bottom: 1px solid #3a4876;
  font-size: 100%;
  margin: 0 15px 10px;
  padding: 0 0 0.5em;
  text-align: center;
}
.performance_item img {
  display: block;
  margin: 20px 0 0;
  width: 100%;
}
@media screen and (max-width: 813px) {
  .performance {
    width: 100%;
    padding: 0 1em;
  }
  .performance_item {
    width: 100%;
  }
  .performance_item:not(:first-child) {
    margin: 1.5em 0 0;
  }
  .performance_item h3 {
    font-size: 110%;
  }
  .performance_item .bold {
    font-size: 105%;
  }
  .performance_item img {
    margin: 15px auto 0;
    width: 80%;
  }
}
/*============================
  .service_life
============================*/
.service_life {
  margin: 25px auto 0;
  width: 665px;
}
.service_life .flex img {
  display: block;
  margin: 0 30px 0 0;
  width: 134px;
}
.service_life .flex .bold {
  line-height: 1;
  margin: 0 0 20px;
}
@media screen and (max-width: 813px) {
  .service_life {
    margin: 35px auto 0;
    padding: 0 1em;
    width: 100%;
  }
  .service_life .flex img {
    float: left;
    margin: 0 20px 0 0;
    width: 30%;
  }
  .service_life .flex .bold {
    line-height: 1.5;
    margin: 0 0 15px;
  }
}
/*============================
  .loan
============================*/
.loan {
  background: #0f184d;
  border-radius: 10px;
  margin: 40px auto 60px;
  padding: 9px 40px 9px 16px;
  width: 520px;
}
.loan .flex {
  align-items: center;
}
.loan .flex img {
  display: block;
  margin: 0 25px 0 0;
  width: 92px;
}
.loan .flex p {
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 813px) {
  .loan {
    padding: 16px;
    width: 90%;
  }
  .loan .flex {
    display: flex;
  }
}