@charset "utf-8";

/* 日本繊維板工業会とは
==================================================== */
#main.about {}


/* ==================================================== */
/*  コンテンツページタイトル
/* ==================================================== */
.about .main_tit_box {
  background: url(../img/about/about_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}


/* ==================================================== */
/*  background
/* ==================================================== */
section.background {
  padding: 0 0 120px;
}
.background .background_box {
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
.background .background_box .text_box {
  max-width: 515px;
  width: 64%;
}
.background .background_box .link_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 250px;
  width: 31%;
}
.background .background_box .link_area figure {
  max-width: 142px;
  margin-bottom: 20px;
}
.background .background_box .link_area a {
  text-align: center;
  text-decoration: underline;
}
.background .background_box .link_area a[target=_blank]: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.background {
    padding: 0;
  }
  .background .background_box {
    display: block;
    max-width: 100%;
    width: 90%;
  }
  .background .background_box .text_box {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .background .background_box .link_area {
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
  }
  .background .background_box .link_area figure {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}


/* ==================================================== */
/*  overview
/* ==================================================== */
section.overview {
  padding: 0 0 120px;
}
.overview .overview_box {
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
.overview .overview_box figure {
  max-width: 170px;
  width: 22%;
}
.overview .overview_box .text_box {
  max-width: 600px;
  width: 75%;
}
.overview .overview_box .text_box .flex {
  margin-bottom: 14px;
}
.overview .overview_box .text_box .flex:last-child {
  margin-bottom: 0;
}
.overview .overview_box .text_box .flex span {
  width: 95px;
  /*margin-right: 10px;*/
  font-weight: bold;
}
.overview .overview_box .text_box .flex p {
  width: 84%;
}
.overview .overview_box figure {
    max-width: 160px;
    width: 20%;
}

@media screen and (max-width: 767px) {
  section.overview {
    padding: 70px 0 0;
  }
  .overview .overview_box {
    display: block;
    max-width: 100%;
    width: 90%;
  }
  .overview .overview_box figure {
    max-width: 100%;
    width: 80%;
    margin: 0 auto 30px;
  }
  .overview .overview_box .text_box {
    max-width: 100%;
    width: 100%;
  }
  .overview .overview_box .text_box .flex {
    display: block;
    margin-bottom: 20px;
  }
  .overview .overview_box .text_box .flex span {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .overview .overview_box .text_box .flex p {
    width: 100%;
  }
}


/* ==================================================== */
/*  access
/* ==================================================== */
section.access {}
.access .access_box {
  max-width: 800px;
  margin: 0 auto;
}
.access .access_box ul {
  margin-bottom: 50px;
}
.access .access_box ul li {
  margin-bottom: 10px;
  padding-left:1em;
  text-indent:-1em;
}
.access .access_box ul li:last-child {
  margin-bottom: 0;
}
.access .access_box ul li:before {
  content: "・";
}

@media screen and (max-width: 767px) {
  section.access {
    padding: 70px 0 0;
  }
  .access .access_box {
    display: block;
    max-width: 100%;
    width: 90%;
  }
}