@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;
}


/* ==================================================== */
/*  共通
/* ==================================================== */
/* intro */
section.intro {
  margin-bottom: 70px;
}
.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%;
    width: 90%;
  }
}


/* shoumeisho */
section.shoumeisho {}
.shoumeisho .shoumeisho_box {
  justify-content: space-between;
  margin: 0 auto;
}
.shoumeisho .shoumeisho_box .shoumeisho_detail {
  flex-direction: column;
  align-items: center;
  max-width: 318px;
  width: 31%;
}
.shoumeisho .shoumeisho_box .shoumeisho_detail p.shoumeisho_tit-circle {
  display: inline-block;
  width: 100%;
  margin-bottom: 38px;
  padding: 12px 17px 8px;
  color: #624629;
  background-color: #F8F3EF;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 31px;
  letter-spacing: 0.01em;
}
.shoumeisho .shoumeisho_box .shoumeisho_detail p.shoumeisho_tit-circle span {
  font-size: 1.4rem;
}
.shoumeisho .shoumeisho_box .shoumeisho_detail figure {
  max-width: 268px;
}


@media screen and (max-width: 1024px) {
  .shoumeisho .shoumeisho_box .shoumeisho_detail p.shoumeisho_tit-circle {
    height: 68px;
    padding: 12px 25px 8px;
    font-size: 1.5rem;
  }
  .shoumeisho .shoumeisho_box .shoumeisho_detail p.shoumeisho_tit-circle span {
    display: block;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  section.shoumeisho {}
  .shoumeisho .shoumeisho_box {
    display: block;
  }
  .shoumeisho .shoumeisho_box .shoumeisho_detail {
    max-width: 100%;
    width: 100%;
    margin-bottom: 70px;
  }
  .shoumeisho .shoumeisho_box .shoumeisho_detail:last-child {
    margin-bottom: 0;
  }
  .shoumeisho .shoumeisho_box .shoumeisho_detail p.shoumeisho_tit-circle {
    height: auto;
    margin-bottom: 25px;
  }
  .shoumeisho .shoumeisho_box .shoumeisho_detail p.shoumeisho_tit-circle span {
    display: inline-block;
  }
  .shoumeisho .shoumeisho_box .shoumeisho_detail figure {
    max-width: 100%;
    width: 80%;
  }
}


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

/* 4VOC放散表示制度 */
#main.four_voc.certificate {}
#main.four_voc.certificate .shoumeisho .shoumeisho_box {
  justify-content: center;
}
#main.four_voc.certificate .shoumeisho .shoumeisho_box .shoumeisho_detail figure {
  max-width: 356px;
  border: 1px solid #aaa;
}