@charset "utf-8";

/* ==================================================== */
/*  コンテンツページタイトル
/* ==================================================== */
/* ホルムアルデヒド放散等級表示制度 */
.formaldehyde .main_tit_box {
  background: url(../img/formaldehyde/formaldehyde_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

/* 4VOC放散表示制度 */
.four_voc .main_tit_box {
  background: url(../img/4voc/4voc_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}


/* ==================================================== */
/*  共通
/* ==================================================== */
/* main_tit_box */
@media screen and (max-width: 1024px) {
  .main_tit_box .text_box {
    top: 64%;
  }
}
@media screen and (max-width: 767px) {
  .main_tit_box .text_box {
    top: 70%;
  }
  .main_tit_box .text_box h1.main_tit {
    font-size: 2.7rem;
  }
}

/* intro */
section.intro {
  padding: 0 0 120px;
}
.intro .intro_box {
  max-width: 800px;
  margin: 0 auto;
}
.intro .intro_box .text_box {}
.intro .intro_box .text_box p {
  margin-bottom: 30px;
}
.intro .intro_box .text_box p:last-child {
  margin-bottom: 0;
}
.intro .intro_box .text_box p a[href*=".pdf"]:after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 0 2px 8px;
  background-image: url(../img/common/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  section.intro {
    padding: 0;
  }
  .intro .intro_box {
    max-width: 100%;
    width: 90%;
  }
}

/* point */
section.point {
  padding: 0 0 160px;
}
.point .point_box {
  max-width: 800px;
  margin: 0 auto;
}
.point .point_box .point_detail {
  justify-content: space-between;
  margin-bottom: 40px;
}
.point .point_box .point_detail:last-child {
  margin-bottom: 0;
}
.point .point_box .point_detail figure {
  max-width: 81px;
  width: 10%;
  margin-top: -15px;
}
.point .point_box .point_detail .text_box {
  max-width: 684px;
  width: 86%
}
.point .point_box .point_detail .text_box ol {
  margin-left: 25px;
  padding-top: 20px;
}
.point .point_box .point_detail .text_box ol li {
  margin-bottom: 15px;
  list-style-type: decimal;
}
.point .point_box .point_detail .text_box ol li:last-child {
  margin-bottom: 0;
}
.point .point_box .point_detail .text_box ol li::marker{
  font-weight: bold;
}
.point .point_box .point_detail .text_box ol li span {
  font-weight: bold;
}
.point .point_box .point_02,
.point .point_box .point_03,
.point .point_box .point_04,
.point .point_box .point_06 {
  align-items: baseline;
}

@media screen and (max-width: 767px) {
  section.point {
    padding: 70px 0 0;
  }
  .point .point_box {
    max-width: 100%;
    width: 90%;
  }
  .point .point_box .point_detail figure {
    width: 20%;
  }
  .point .point_box .point_detail .text_box {
    width: 75%;
  }
}


/* link */
section.link {}
.link .link_area {
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .link .link_area {
    justify-content: space-around;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  section.link {
    padding: 70px 0 0;
  }
  .link .link_area {
    display: block;
  }
}


/* ==================================================== */
/*  個別
/* ==================================================== */
/* ホルムアルデヒド放散等級表示制度 */
#main.formaldehyde {}

/* 4VOC放散表示制度 */
#main.four_voc {}
#main.four_voc .text_box .outline_title {
  margin-bottom: 10px;
  font-weight: bold;
}
#main.four_voc .point .point_box .point_01 {
  align-items: baseline;
}