.coating_header--classic {
  position: relative;
  width: 100%;
  max-width: 988px;
  aspect-ratio: 21/9;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.coating_header__detail {
  position: absolute;
  left: 40px;
  top: 30px;
  color: #fff;
}
.coating_header__title {
  font-size: 72px;
  font-weight: 100;
  line-height: 1.2;
}
.coating_header__title span {
  display: block;
  font-size: 45px;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.coating_header__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-top: 20px;
}
.coating_header__text-blue {
  background-color: #626d94;
}
.coating_header__text__type {
  padding: 0.5em 2.4em;
}
.coating_header__text__type:nth-child(odd) {
  border-right: 1px solid #fff;
}

.coating_main {
  width: 100%;
  max-width: 856px;
  margin: 26px auto;
}
.coating_main img {
  max-width: 100%;
  height: auto;
}
.coating_read {
  font-size: 28px;
  font-weight: 100;
}
.coating_recommend_read {
  font-size: 20px;
  line-height: 1.5;
  margin: 10px auto;
}
.coating_recommend_read-sub {
  font-size: 16px;
  margin-bottom: 20px;
}
.coating_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 30px;
}
.coating_flex__detail {
  width: 67%;
}
.coating_flex__image {
  width: 30%;
}
.coating_table_title {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 10px;
}
.coating_table_title__notice {
  font-size: 10px;
}
.coating_table {
  width: 100%;
  font-size: 12px;
  font-weight: 100;
  text-align: center;
}
.coating_table_wrap p {
  font-size: 10px;
}
.coating_table__th {
  font-weight: 100;
  vertical-align: middle;
  padding: 0.5em;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
.coating_table__th:nth-child(n+2) {
  border-left: 2px solid #efefef;
}
.coating_table__tr {
  border-bottom: 1px solid #231815;
}
.coating_table__td {
  padding: 0.5em;
  vertical-align: middle;
}
.coating_table__td:first-of-type {
  text-align: left;
}
.coating_table__td:nth-child(n+2) {
  border-left: 2px solid #fff;
}
.coating_table__td__bg {
  padding: 0.5em;
  background-color: #efefef;
}
.coating_table__td__bg:nth-child(n+2) {
  border-left: 2px solid #fff;
}
.coating_footer__text {
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #595757;
  padding: 1em;
  margin: 20px auto;
}/*# sourceMappingURL=coating.css.map */