@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: 767px) {
  .main_tit_box .text_box h1.main_tit {
    font-size: 2.7rem;
  }
}


/* intro */
section.intro {
  margin-bottom: 65px;
}
.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;
}

@media screen and (max-width: 767px) {
  section.intro {
    margin-bottom: 50px;
  }
  .intro .intro_box {
    max-width: 100%;
  }
}


/* shinseisho */
section.shinseisho {}
.shinseisho .shinseisho_box {
  max-width: 494px;
  margin: 0 auto;
}
.shinseisho .shinseisho_box ul li {
  margin-bottom: 15px;
  padding: 0px 10px 12px 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #B0A293;
}
.shinseisho .shinseisho_box ul li:last-child {
  margin-bottom: 0;
}
.shinseisho .shinseisho_box ul li p {
  padding-left: 1em;
  text-indent: -1em;
}
.shinseisho .shinseisho_box ul li p a:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 6px;
  margin: 0 10px 3px 0;
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.shinseisho .shinseisho_box ul li 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.shinseisho {}
  .shinseisho .shinseisho_box {
    max-width: 100%;
    width: 100%;
  }
}


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

/* 4VOC放散表示制度 */
#main.four_voc.application .link_beforetxt{
  padding:3em 0 2em ;
}

