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


/* ==================================================== */
/*  共通
/* ==================================================== */

.breadcrumb {
  margin-bottom: 55px;
}
/* ページ内リンク */
.link_area .flex {
  justify-content: center;
  margin-bottom: 6em;
}
.link_area a.btn_link-product_detail {
  max-width: 194px;
  width: 48%;
  margin:0 12px;
}
span.red {
  color: #ff3a3a;
}

@media screen and (max-width: 767px) {
  .link_area .flex {
    justify-content: space-between;
    padding: 0 5%;
    max-width: 420px;
    margin: 0 auto 3em;
  }
  .link_area a.btn_link-product_detail{
    margin:0;
  }
  .main_tit_box .text_box span.sub_tit-noline {
    letter-spacing: 0.05em;
  }
}


/* main_tit_box */
@media screen and (max-width: 767px) {
  .main_tit_box .text_box h1.main_tit {
    font-size: 2.7rem;
  }
}


/* management */
section.management {
  margin-bottom: 92px;
}
.management .management_box {
  max-width: 800px;
  margin: 0 auto;
  counter-reset: number 0;
}
.management .management_box .management_detail {
  display: flex;
  margin-bottom: 30px;
}
.management .management_box .management_detail:last-child {
  margin-bottom: 0;
}
.management .management_box .management_detail:before {
  width: 35px;
  margin-right: 15px;
  counter-increment: number 1;
  content: counter(number)".";
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
}
.management .management_box .management_detail .text_box {
  width: calc(100% - 50px);
}
.management .management_box .management_detail .text_box p.management_tit {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.management .management_box .management_detail .text_box p {
  margin-bottom: 20px;
}
.management .management_box .management_detail .text_box p:last-child {
  margin-bottom: 0;
}

/* management_detail_01 */
.management .management_box .management_detail.management_detail_01 {
  margin-bottom: 32px;
}
.management .management_box .management_detail.management_detail_01 .text_box figure {
  max-width: 503px;
  width: 63%;
  margin: 0 auto;
}

/* management_detail_02 */
.management .management_box .management_detail.management_detail_02 {
  margin-bottom: 46px;
}
.management .management_box .management_detail.management_detail_02 .text_box ol.num_01 {
  margin-left: 6em;
  margin-bottom: 19px;
}
.management .management_box .management_detail.management_detail_02 .text_box ol.num_01 li {
  position: relative;
  margin-bottom: 5px;
  list-style-type: none;
  counter-increment: cnt;
}
.management .management_box .management_detail.management_detail_02 .text_box ol.num_01 li:last-child {
  margin-bottom: 0;
}
.management .management_box .management_detail.management_detail_02 .text_box ol.num_01 li:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -5.5em;
  width: 4em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.management .management_box .management_detail.management_detail_02 .text_box .contact {
  max-width: 709px;
  margin-left: auto;
  border: 1px solid #B0A293;
}
.management .management_box .management_detail.management_detail_02 .text_box .contact p {
  padding: 35px 13%;
}
.management .management_box .management_detail.management_detail_02 .text_box .contact p span {
  display: block;
  margin-bottom: 10px;
  font-size: 1,8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  section.management {
    margin-bottom: 50px;
  }
  .management .management_box .management_detail.management_detail_01 .text_box figure {
    left: -50px;
    position: relative;
    width: calc(100% + 50px);
  }
  .management .management_box .management_detail.management_detail_02 .text_box ol.num_01 {
    margin-left: 1em;
  }
  .management .management_box .management_detail.management_detail_02 .text_box .contact {
    position: relative;
    left: -50px;
    width: calc(100% + 50px);
  }
  .management .management_box .management_detail.management_detail_02 .text_box .contact p {
    padding: 25px;
  }
  .kitei .kitei_box .kitei_detail.kitei_detail_08 .text_box ol.num_01 .num_02{
    margin-left: -3em;
  }
}


/* kitei */
section.kitei {}
.kitei .kitei_box {
  max-width: 800px;
  margin: 0 auto;
  counter-reset: number 0;
}
.kitei .kitei_box .intro {
  margin-bottom: 43px;
}
.kitei .kitei_box .kitei_detail {
  display: flex;
  margin-bottom: 30px;
}
.kitei .kitei_box .kitei_detail:last-child {
  margin-bottom: 0;
}
.kitei .kitei_box .kitei_detail:before {
  width: 35px;
  margin-right: 15px;
  counter-increment: number 1;
  content: counter(number)".";
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
}
.kitei .kitei_box .kitei_detail .text_box {
  width: calc(100% - 50px);
}
.kitei .kitei_box .kitei_detail .text_box .mark figcaption{
  padding-top: 10px;
}
.kitei .kitei_box .kitei_detail .text_box p.kitei_tit {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.kitei .kitei_box .kitei_detail .text_box p {
  margin-bottom: 20px;
}
.kitei .kitei_box .kitei_detail .text_box p:last-child {
  margin-bottom: 0;
}

/* kitei_detail_03 */
.kitei .kitei_box .kitei_detail.kitei_detail_03 .text_box ol.num_01 {
  margin-left: 3em;
  margin-bottom: 19px;
}
.kitei .kitei_box .kitei_detail.kitei_detail_03 .text_box ol.num_01 li {
  position: relative;
  margin-bottom: 5px;
  list-style-type: none;
  counter-increment: cnt;
}
.kitei .kitei_box .kitei_detail.kitei_detail_03 .text_box ol.num_01 li:last-child {
  margin-bottom: 0;
}
.kitei .kitei_box .kitei_detail.kitei_detail_03 .text_box ol.num_01 li:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -5.5em;
  width: 4em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

/* kitei_detail_08 */
.kitei .kitei_box .kitei_detail.kitei_detail_08 .text_box ol.num_01 {
  margin-left: 3em;
}
.kitei .kitei_box .kitei_detail.kitei_detail_08 .text_box ol.num_01 li {
  position: relative;
  margin-bottom: 5px;
  list-style-type: none;
  counter-increment: cnt;
}
.kitei .kitei_box .kitei_detail.kitei_detail_08 .text_box ol.num_01 li:last-child {
  margin-bottom: 0;
}
.kitei .kitei_box .kitei_detail.kitei_detail_08 .text_box ol.num_01 li:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -5.5em;
  width: 4em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.kitei .kitei_box .kitei_detail.kitei_detail_08 .text_box ol.num_01 li > ol.num_02 li {
  list-style-type: decimal;
  margin-left: 1.7em;
}
.kitei .kitei_box .kitei_detail.kitei_detail_08 .text_box ol.num_01 li > ol.num_02 li:first-child {
  padding-top: 10px;
}
.kitei .kitei_box .kitei_detail.kitei_detail_08 .text_box ol.num_01 li > ol.num_02 li:before {
  content: none;
}

.kitei .kitei_box .kitei_detail.kitei_detail_07 .text_box ol.num_03,
.kitei .kitei_box .kitei_detail.kitei_detail_05 .text_box ol.num_03,
.kitei .kitei_box .kitei_detail.kitei_detail_02 .text_box ol.num_03{
  padding-top: 10px;
}
.kitei .kitei_box .kitei_detail.kitei_detail_07 .text_box ol.num_03 li,
.kitei .kitei_box .kitei_detail.kitei_detail_05 .text_box ol.num_03 li,
.kitei .kitei_box .kitei_detail.kitei_detail_02 .text_box ol.num_03 li {
  padding-left: 2em;
  text-indent: -2em;
}
.kitei .kitei_box .kitei_detail.kitei_detail_09 .text_box ol.num_03  {
  width:100%;
  padding:10px 0 30px;
}
.kitei .kitei_box .kitei_detail.kitei_detail_09 .text_box ol.num_03 li {
  padding-left: 2em;
  text-indent: -2em;
}

/* kitei_detail_11 */
.kitei .kitei_box .kitei_detail.kitei_detail_11 .text_box ol.num_01 {
  margin-left: 3em;
  margin-bottom: 20px;
}
.kitei .kitei_box .kitei_detail .text_box .mark img{
  width:80%;
  margin-left: 10%;
  }
.kitei .kitei_box .kitei_detail.kitei_detail_11 .text_box ol.num_01 li {
  position: relative;
  margin-bottom: 5px;
  list-style-type: none;
  counter-increment: cnt;
}
.kitei .kitei_box .kitei_detail.kitei_detail_11 .text_box ol.num_01 li:last-child {
  margin-bottom: 0;
}
.kitei .kitei_box .kitei_detail.kitei_detail_11 .text_box ol.num_01 li:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -5.5em;
  width: 4em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

/* kitei_detail_16 */
#main.four_voc.regulations .kitei .kitei_box .kitei_detail_16 .text_box ol li.flex span {
  width: 63px;
  margin-right: 15px;
}
#main.four_voc.regulations .kitei .kitei_box .kitei_detail_16 .text_box ol li.flex p {
  width: calc(100% - 78px);
}


@media screen and (max-width: 767px) {
  .kitei .kitei_box .kitei_detail .text_box .mark img{
    width:100%;
    margin-left: 0;
  }
  .kitei .kitei_box .kitei_detail .text_box .mark {
    position:relative;
    left:-50px;
    width:calc(100% + 50px);
}
  .kitei .kitei_box .kitei_detail .text_box .table_box{
    margin-left: -40px;
  }
  .kitei .kitei_box .kitei_detail.kitei_detail_09 .table_box{
   margin-left: 0;
  }.kitei .kitei_box .kitei_detail.kitei_detail_09 .table_box table{
    width:100%;
  }

}


/* table */
table.formaldehyde_table colgroup .name{
  width:20.7%;
}
table.formaldehyde_table colgroup .type{
  width:7.1%;
}
table.formaldehyde_table colgroup .txt{
  width:72.2%;
}
table.formaldehyde_table td:first-of-type,
table.formaldehyde_table td:first-of-type{
  white-space: nowrap;
  text-align: center;
  }
table caption{
  font-weight:bold;
}
table th {
  white-space: nowrap;
  padding: 14px;
  text-align: center;
  background-color: #F8F3EF;
  font-weight: bold;
  border: 1px solid #AA8968;
}
table td {
  border: 1px solid #AA8968;
  text-align: left;
  padding: 14px;
}

.table_caption{
  padding-top: 10px ;
}
.table_caption_02{
  padding: 10px 0 30px;
}

table.four_voc_table01 colgroup .name{
  min-width:150px;
}
table.four_voc_table01 colgroup .value{
  min-width:200px;
}
table.four_voc_table02{
  width:100%;
}
table.four_voc_table02 td {
  text-align:left;
}
table.four_voc_table03 colgroup .name{
  max-width:190px;
}
table.four_voc_table03 colgroup .type{
  max-width:120px;
}
table.four_voc_table03 colgroup .value{
  max-width:190px;
}
table.four_voc_table03 td {
  text-align:center;
}
table.four_voc_table04 td {
  text-align:left;
}
table.four_voc_table04 colgroup .name{
  min-width:120px;
  width:34%;
}
table.four_voc_table04 colgroup .type{
  min-width:120px;
  width:26%;
}
table.four_voc_table04 colgroup .else{
  min-width:190px;
  width:40%;
}
.scroll_box.table_bt{
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  table th,
  table td {
    padding: 10px;
  }
  table.formaldehyde_table colgroup .name{
    width:156px;
  }
  table.formaldehyde_table colgroup .type{
    width:54px;
  }
  table.formaldehyde_table colgroup .txt{
    width:444px;
  }
  table.four_voc_table01 colgroup .name{
    min-width:auto;
  }
  table.four_voc_table01 colgroup .value{
    min-width:auto;
  }
  table.four_voc_table03{
    width:100%;
  }
  table.four_voc_table04,
  table.four_voc_table05{
    width: calc(767px - 10%);
  }
  table.four_voc_table06{
    margin-top: 30px;
  }
}


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

/* 4VOC放散表示制度 */
#main.four_voc.regulations {}


#main.four_voc.regulations .kitei .kitei_box .kitei_detail {
  display: block;
}
#main.four_voc.regulations .kitei .kitei_box .kitei_detail:before {
  display:none;
}
#main.four_voc.regulations .kitei .kitei_box .kitei_detail .text_box {
  display:flex;
  flex-wrap: wrap;
  width:100%;
}
#main.four_voc.regulations .kitei .kitei_box .kitei_detail .text_box .number {
  width: 65px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
  margin-right: 15px;
  margin-bottom: 0;
}
#main.four_voc.regulations .kitei .kitei_box .kitei_detail .text_box .text_box_01,
#main.four_voc.regulations .kitei .kitei_box .kitei_detail .text_box .text_box_02 {
  width:calc(100% - 80px);
}
#main.four_voc.regulations .kitei .kitei_box .kitei_detail .text_box .text_box_sub {
  flex-wrap:wrap;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #main.four_voc.regulations .kitei .kitei_box .kitei_detail .text_box {
    display:block;
  }
  #main.four_voc.regulations .kitei .kitei_box .kitei_detail .text_box .number {
    text-align:left;
  }
  #main.four_voc.regulations .kitei .kitei_box .kitei_detail .text_box .text_box_01,
  #main.four_voc.regulations .kitei .kitei_box .kitei_detail .text_box .text_box_02 {
    width:100%;
  }
  #main.four_voc.regulations .kitei .kitei_box .kitei_detail .text_box .text_box_sub .number {
    width: 15px;
  }
  #main.four_voc.regulations .kitei .kitei_box .kitei_detail .text_box .text_box_sub .text_box_02 {
    width: calc(100% - 30px);
  }
}