@charset "UTF-8";
/* CSS Document */

/* safariの青枠を消すcss */
*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  color: #000;
  /* RGB */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
  text-align: left;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  z-index: -2;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

a {
  text-decoration: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

main {
  z-index: 0;
}

.br__span {
  display: inline-block;
}

li {
  list-style: none;
}

.br__sp {
  display: none;
}

button {
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 749px) {
  .br__sp {
    display: block;
  }

  .br__pc {
    display: none;
  }
}

h2 {
  line-height: 1.5;
}

/* --------------------------------------
ヘッダー
----------------------------------------*/
.header {
  background-color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}

.header__area {
  padding: 1rem 4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: 220px;
  height: auto;
}

.header__logo-makibee {
  width: 190px;
  height: auto;
}

main {
  margin-top: 84px;
}

/*media Queries 1023
------------------------------------------*/
@media screen and (max-width: 1023px) {
  .header__area {
    padding: 1.6rem;
  }

  .header__logo {
    width: 140px;
    height: auto;
  }

  .header__logo-makibee {
    width: 100px;
    height: auto;
  }

  main {
    margin-top: 66px;
  }
}

/* --------------------------------------
フッター
----------------------------------------*/
.footer {
  margin-top: 20rem;
}

.footer__light--blue {
  width: 100%;
  background-color: #EFF6FC;
  padding: 4rem 1.6rem;
}

.footer__area {
  max-width: 1132px;
  margin: 0 auto;
}

.footer__cate {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
}

.footer__cate p {
  font-weight: 500;
}

.footer__cate div {
  width: 97%;
  background-color: #CACACA;
  height: 1px;
}

.footer__padding {
  margin-top: 4rem;
  padding: 0 2.4rem;
}

.footer__contents--flex {
  display: flex;
  justify-content: left;
  margin-top: 2.4rem;
  gap: 3.6rem;
  width: 50%;
  line-height: 1.5;
}

.footer__link--flex {
  display: flex;
  gap: 1.6rem;
}

.footer__text--blue {
  color: #0065AE;
  font-weight: 500;
  white-space: nowrap;
}

.footer__nav {
  position: relative;
  height: fit-content;
}

.footer__nav::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 0;
  background-color: #0065AE;
  width: 1px;
  z-index: 0;
  height: 100%;
}

.footer__nav li:nth-child(n+2) {
  margin-top: 2.4rem;
}

.footer__nav a {
  color: #000;
}

.footer__nav--no-link {
  color: #999999 !important;
}

@media (hover: hover) and (pointer: fine) {
  .footer__nav a:hover {
    color: #0065AE;
  }

  .footer__nav--no-link:hover {
    color: #999999 !important;
  }
}

.footer__blue {
  background-color: #0065AE;
  padding: 3.2rem 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.footer__blue--flex {
  max-width: 1132px;
  padding: 0 1.6rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.footer__blue__link {
  display: flex;
  gap: 1.6rem;
}

.footer__line--white {
  min-height: 12px;
  height: 100%;
  width: 1px;
  background-color: #fff;
}

.footer__blue__link a {
  color: #fff;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .footer__blue__link a:hover {
    opacity: 0.5;
  }
}

.footer__line--blue--short {
  max-height: 77px;
  min-height: auto;
  height: 100%;
}

/*media Queries 749
------------------------------------------*/
@media screen and (max-width: 749px) {
  .footer__cate {
    margin-top: 2.4rem;
  }

  .footer__padding {
    padding: 0;
    margin-top: 2.4rem;
  }

  .footer__link--flex {
    display: block;
    gap: 1.6rem;
  }

  .footer__contents--flex {
    width: auto;
  }

  .footer__blue {
    padding: 2.4rem 0 1.6rem;
  }

  .footer__blue--flex {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .footer__blue__link {
    display: flex;
    justify-content: center;
    gap: 1.6rem;
  }

  small {
    font-size: 1rem;
    margin-top: 2.4rem;
    display: block;
  }

  .footer__contents--flex {
    gap: 1.6rem;
  }

  .footer__nav::after {
    left: -8px;
  }
}

/*media Queries 329
------------------------------------------*/
@media screen and (max-width: 329px) {
  .footer__blue {
    font-size: 1rem;
  }
}

/* ----------------------------------------------------------------------------
一覧ページ
------------------------------------------------------------------------------*/
.list-page__description {
  margin-top: 2.4rem;
  line-height: 2;
}

.list-page__a {
  margin-top: 1.6rem;
  display: inline-block;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #000;
  padding-bottom: 0.2rem;
}

@media (hover: hover) and (pointer: fine) {
  .list-page__a:hover {
    color: #0065AE;
    border-bottom: 1px solid #0065AE;
  }
}

/* --------------------------------------
マキベエ®の耐火構造設定確認
----------------------------------------*/
.list-page__link--flex {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
  margin-top: 8rem;
  max-width: 1100px;
  width: 100%;
}

.list-page__link__bg--blue {
  background-color: #E6F7FC;
  padding: 2.4rem 4rem;
  min-height: 576px;
  max-width: 500px;
  width: 100%;
}

.list-page__link__cate {
  font-size: 2.4rem;
  font-weight: 500;
  background-color: #0065AE;
  padding: 1.2rem;
  text-align: center;
  color: #fff;
}

.list-page__link-area {
  margin-top: 4rem;
  padding-left: 2.4rem;
  text-align: left;
}

.list-page__link-area h4 {
  font-size: 2.4rem;
  font-weight: 500;
  background-color: #0099C3;
  padding: 0.8rem 2.4rem;
  color: #fff;
  max-width: 144px;
  width: 100%;
}

.list-page__link-area nav {
  font-size: 1.6rem;
  padding-left: 2.4rem;
  margin-top: 2.4rem;
}

.list-page__link-area nav li {
  margin-top: 2.4rem;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

.list-page__link-area nav li a {
  color: #000;
  border-bottom: #000 1px solid;
  padding-bottom: 0.1rem;
}

.list-page__link--no-link {
  color: #cdcdcd !important;
}

.list-page__link-area nav li .list-page__link--no-link {
  border-bottom: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .list-page__link-area nav li a:hover {
    color: #0065AE;
    border-bottom: #0065AE 1px solid;
  }
}

.list-page__link--maintenance {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  margin-top: 0.4rem;
  padding: 1.2rem;
  background-color: #D1585E;
}

/*media Queries 899
------------------------------------------*/
@media screen and (max-width: 899px) {
  .list-page__link__bg--blue {
    padding: 2.4rem 2.4rem;
  }

  .list-page__link-area {
    padding-left: 1.6rem;
  }

  .list-page__link-area nav {
    padding-left: 1.6rem;
  }
}

/*media Queries 649
------------------------------------------*/
@media screen and (max-width: 649px) {
  .list-page__link__bg--blue {
    padding: 2.4rem 1rem;
  }

  .list-page__link-area {
    padding-left: 0;
    margin-top: 2.4rem;
  }

  .list-page__link-area nav {
    padding-left: 0;
  }

  .list-page__link__cate {
    font-size: 1.8rem;
  }

  .list-page__link-area h4 {
    font-size: 1.6rem;
    padding: 0.8rem 1.6rem;
    max-width: 96px;
    width: 100%;
  }

  .list-page__link-area nav li {
    margin-top: 1.6rem;
  }
}

/*media Queries 519
------------------------------------------*/
@media screen and (max-width: 519px) {
  .list-page__link--flex {
    gap: 4rem;
    flex-wrap: wrap;
    margin-top: 6.4rem;
  }

  .list-page__link__bg--blue {
    padding: 2.4rem 1rem;
  }

}



/* ----------------------------------------------------------------------------
詳細ページ
------------------------------------------------------------------------------*/
/* --------------------------------------
ページ共通 
----------------------------------------*/
.page-title__area {
  background-color: #0065AE;
  width: 100%;
  position: relative;
  padding: 4.8rem 1.6rem;
}

.page-title__h__area {
  max-width: 1100px;
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  margin: 0 auto;
}

.page-title__img--left {
  width: 158px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title__img--right {
  width: 158px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* --------------------------------------
マキベエ®耐火認定の選定へ戻るページ
----------------------------------------*/
.button__back-ichiran__area {
  max-width: 1132px;
  padding: 0 1.6rem;
  width: 100%;
  margin: 12rem auto 0;
  line-height: 1.5;
}

.button__back-ichiran {
  display: inline-block;
  color: #FFF;
  background-color: #0065AE;
  padding: 1.6rem 2.4rem;
  border: #0065AE 1px solid;
}

.button__back-ichiran:hover {
  color: #0065AE;
  background-color: #fff;
  border: #0065AE 1px solid;
}

/*media Queries 749
------------------------------------------*/
@media screen and (max-width: 749px) {
  .button__back-ichiran__area {
    margin: 8rem auto 0;
  }
}

/*media Queries 349
------------------------------------------*/
@media screen and (max-width: 349px) {
  .button__back-ichiran {
    padding: 1.6rem 0.8rem;
  }
}

/*media Queries 749
------------------------------------------*/
@media screen and (max-width: 749px) {
  .page-title__area {
    background-color: #0065AE;
    width: 100%;
    position: relative;
    padding: 2.4rem 1.6rem;
  }

  .page-title__h__area {
    max-width: 1100px;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 auto;
  }

  .page-title__img--left {
    display: none;
  }

  .page-title__img--right {
    width: 86px;
    height: auto;
  }


}


/* --------------------------------------
セクション共通 
----------------------------------------*/

.section-contents {
  max-width: 1132px;
  padding: 0 1.6rem;
  width: 100%;
  margin: 8rem auto 0;
}

.title {
  background-color: #EFF6FC;
  width: 100%;
  color: #000;
  font-size: 3.2rem;
  font-weight: 500;
  padding: 3.2rem 2.4rem;
}

.sub-title {
  background-color: #0065AE;
  width: 100%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0.8rem 2.4rem;
  line-height: 1.5;
}

/*media Queries 749
------------------------------------------*/
@media screen and (max-width: 749px) {
  .section-contents {
    margin: 6.4rem auto 0;
  }

  .title {
    font-size: 1.8rem;
    padding: 2.4rem 1rem;
  }

  .sub-title {
    font-size: 1.6rem;
    padding: 0.8rem 1rem;
  }
}

/* --------------------------------------
ページタイトル下文章
----------------------------------------*/
.page-title__under-description {
  margin: 4rem auto 0;
  line-height: 2;
  max-width: 1132px;
  padding: 0 1.6rem;
}

/*media Queries 749
------------------------------------------*/
@media screen and (max-width: 749px) {
  .page-title__under-description {
    margin: 2.4rem auto 0;
  }
}

/* --------------------------------------
形状リンクエリア
----------------------------------------*/
.shape__select--side-margin {
  padding: 0 1.6rem;
}

.shape__select__area {
  background-color: #E6F7FC;
  max-width: 1100px;
  width: 100%;
  padding: 2.4rem;
  display: flex;
  justify-content: center;
  gap: 6.4rem;
  margin: 6.4rem auto 0;
  border: 1px solid #0065AE;
}

.shape__select__area--no-margin {
  margin: 0 auto !important;
}

.shape__select__link {
  color: #0065AE;
  font-weight: 500;
  font-size: 2.4rem;
  background-color: #fff;
  border: 1px solid #0065AE;
  max-width: 152px;
  width: 100%;
  padding: 1.6rem;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: center;
}

@media (hover: hover) and (pointer: fine) {
  .shape__select__link:hover {
    color: #fff;
    background-color: #0065AE;
  }

  .shape__select__link:hover .shape__select__link__img path {
    stroke: #fff;
  }
}

.shape__select_sp {
  display: none;
}

/*media Queries 749
------------------------------------------*/
@media screen and (max-width: 749px) {
  .shape__select_pc {
    display: none;
  }

  .shape__select_sp {
    display: block;
  }

  .shape__select__area {
    padding: 2.4rem 1.6rem;
    gap: 4rem;
    margin: 4rem auto 0;
  }

  .shape__select__link {
    font-weight: 500;
    font-size: 1.6rem;
    max-width: 128px;
    width: 100%;
    padding: 0.8rem;
    display: flex;
    gap: 1.6rem;
    align-items: center;
  }

  @media (hover: hover) and (pointer: fine) {
    .shape__select__link:hover {
      color: #0065AE;
      background-color: #fff;
    }

    .shape__select__link:hover .shape__select__link__img path {
      stroke: #0065AE;
    }
  }
}

/*media Queries 349
------------------------------------------*/
@media screen and (max-width: 349px) {
  .shape__select__area {
    gap: 2.4rem;
  }
}


/* --------------------------------------
判定基準
----------------------------------------*/
.kizyun__contents--flex {
  margin: 4rem auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2rem;
}

.kizyun__single-contents--flex {
  justify-content: left;
}

.kizyun__contents__area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem;
  max-width: 650px;
  width: 100%;
  padding: 3.2rem 5.6rem;
  border: solid 1px #0065AE;
  line-height: 1.5;
}

.kizyun__single-contents__area {
  max-width: 330px;
}

.kizyun__contents {
  text-align: center;
  max-width: 220px;
  width: 100%;
}

.kizyun__img {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.kizyun__teigi--flex {
  display: flex;
}

.kizyun__contents__dl {
  width: fit-content;
  margin: 2.4rem auto 0;
}

.kizyun__teigi--flex dt {
  text-align: right;
  width: 4rem;
}

.kizyun__rei__area {
  background-color: #F4F5F5;
  max-width: 430px;
  width: 100%;
  padding: 1.6rem 2.4rem 3.2rem;
  height: fit-content;
}

.kizyun__rei--flex {
  display: flex;
  margin-top: 0.8rem;
}

.kizyun__rei--flex dt {
  text-align: right;
  width: 15.3rem;
}

.kizyun__rei__title {
  font-weight: 500;
}

.kizyun__rei__contents {
  margin-top: 1.6rem;
  padding: 0 1.6rem;
}

.kizyun__rei__title--blue {
  font-weight: 500;
  color: #0065AE;
  margin: 2.4rem 0 1.6rem;
}

/*media Queries 749
------------------------------------------*/
@media screen and (max-width: 749px) {
  .kizyun__contents--flex {
    margin: 2.4rem auto;
    gap: 2.4rem;
  }

  .kizyun__img {
    max-width: 120px;
    width: 100%;
    height: auto;
  }

  .kizyun__contents__area {
    gap: 0;
    padding: 2.4rem 0rem;
    font-size: 1.4rem;
    line-height: 1.5;
    justify-content: center;
  }

  .kizyun__contents__dl {
    margin: 1.6rem auto 0;
  }

  .kizyun__contents {
    max-width: 170px;
  }

  .kizyun__teigi--flex dd {
    text-align: left;
  }

  .kizyun__rei__area {
    padding: 1.6rem;
    font-size: 1.4rem;
  }

  .kizyun__rei__contents {
    padding: 0;
  }

  .kizyun__rei--flex dt {
    width: auto;
  }

  .kizyun__rei__margin {
    margin-left: 10.3rem;
  }

  .kizyun__rei__margin dt {
    width: 30px;
  }
}

/*media Queries 389
------------------------------------------*/
@media screen and (max-width: 389px) {
  .kizyun__contents {
    max-width: 150px;
    font-size: 1.2rem;
  }
}

/*media Queries 349
------------------------------------------*/
@media screen and (max-width: 349px) {
  .kizyun__contents__area {
    gap: 1.6rem;
  }

  .kizyun__rei__margin {
    margin-left: 0;
  }

  .kizyun__rei__margin dt {
    width: auto;
    text-align: left;
  }

}

/* --------------------------------------
入力手順
----------------------------------------*/
.tezyun__description {
  margin-top: 4rem;
  line-height: 2;
}

/*media Queries 749
------------------------------------------*/
@media screen and (max-width: 749px) {
  .tezyun__description {
    margin-top: 2.4rem;
    line-height: 2;
  }
}

/* --------------------------------------
入力例
----------------------------------------*/
.nintei-shiyou__bg--gray {
  background-color: #F4F5F5;
  padding: 4rem 2.4rem;
  margin-top: 4rem;
}

.nintei-shiyou__contents--flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
}

.nintei-shiyou__img__area {
  max-width: 120px;
  width: 100%;
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
  height: fit-content;
}

.nintei-shiyou__img {
  max-width: 120px;
  width: 100%;
  height: 132px;
}

.nintei-shiyou__h__area {
  display: flex;
  gap: 0.8rem;
  font-size: 2.4rem;
  font-weight: 500;
  align-items: center;
}

.nintei-shiyou__bar--blue {
  background-color: #0065AE;
  width: 0.8rem;
  height: 3.2rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  max-width: 860px;
  font-size: 1.4rem;
  table-layout: fixed;
  line-height: 1.2;
  background-color: #fff;
  margin-top: 2.4rem;
}

.table--no-margin {
  margin-top: 0 !important;
}

th,
td {
  border: 1px solid #BDD0E3;
  text-align: center;
  padding: 4px;
  height: 52px;
  vertical-align: middle;
}

.table input {
  border: 1px solid #D9D9D9;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 0;
}

.table select {
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 0.4rem;
  background-image: url(../img/select-arrow.svg);
  background-position: right 2px center;
  background-repeat: no-repeat;
  background-size: 10px 8px;
  cursor: pointer;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  color: #000;
  background-color: #fff;
}

.table__font--small {
  font-size: 1.2rem;
}

.table__bg--blue {
  background-color: #0065AE;
  color: #fff;
}

.table__bg--light-blue {
  background-color: #EFF6FC;
}

.table_width_wide {
  width: 13%;
}

.wid__beam__number {
  width: 15%;
}

.wid__beam__m {
  width: 15%;
}

.nintei-shiyou__sp {
  display: none;
}

.table__font__m {
  position: relative;
}

.table__font__m__span {
  position: absolute;
  top: 0;
  right: -13px;
}

.sup {
  vertical-align: text-top;
}

/*media Queries 1099
------------------------------------------*/
@media screen and (max-width: 1099px) {
  .nintei-shiyou__img__area {
    max-width: 280px;
    margin: 0 auto;
  }

  table {
    max-width: none;
  }
}

/*media Queries 750
------------------------------------------*/
@media screen and (max-width: 749px) {
  .nintei-shiyou__pc {
    display: none;
  }

  .nintei-shiyou__sp {
    display: block;
    padding: 0;
  }

  .nintei-shiyou__bg--gray {
    padding: 2.4rem 1.6rem;
    margin-top: 2.4rem;
  }

  .nintei-shiyou__contents--flex {
    justify-content: center;
    gap: 1.6rem;
    display: block;
  }

  .nintei-shiyou__sp__rei--margin {
    margin-top: 1.6rem;
  }

  .table--no-margin {
    margin-top: 0 !important;
  }

  .title-area--sp-padding {
    padding: 0 1.6rem;
  }

  .wid__beam__wall {
    width: 20%;
  }

  .table_width_wide {
    width: 24%;
  }

  .wid__beam__number {
    width: 35%;
  }

  .width_more {
    width: 65%;
  }

  .wid__beam__m {
    width: 35%;
  }

  .nintei-shiyou__img__area__sp {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
    max-width: 280px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }

  .nintei-shiyou__h__area {
    font-size: 1.8rem;
  }

  .nintei-shiyou__bar--blue {
    width: 0.5rem;
    height: 2.4rem;
  }

  .table__font--small {
    font-size: 0.8rem;
  }

  .table select {
    font-size: 1.1rem;
  }

}

/*media Queries 349
------------------------------------------*/
@media screen and (max-width: 359px) {
  .table select {
    font-size: 0.8rem;
    background-size: 7px 8px;

  }
}

/*media Queries 349
------------------------------------------*/
@media screen and (max-width: 349px) {
  .nintei-shiyou__img__area__sp {
    gap: 2.4rem;
  }
}

/* --------------------------------------
認定使用の選定
----------------------------------------*/
.nintei-shiyou__area {
  background-color: #fff;
  padding: 0 1.6rem;
  margin-top: 8rem;
}

.nintei-shiyou__reset-btn {
  border: none;
  background-color: #E9E9E9;
  padding: 1.2rem 3.2rem;
  width: 120px;
  display: inline-block;
  margin-top: 1.6rem;
  cursor: pointer;
  font-size: 1.4rem;
  color: #000;
}

.nintei-shiyou__tyokuhari {
  margin-top: 6.4rem;
}

.nintei-shiyou__sp--margin--first {
  margin-top: 1.6rem;
}

.nintei-shiyou__sp--margin {
  margin-top: 4rem;
}

/* --------------------------------------
404
----------------------------------------*/
.not__description__area {
  max-width: 1132px;
  padding: 0 1.6rem;
  width: 100%;
  margin: 8rem auto 0;
  line-height: 1.5;
}

/*media Queries 749
------------------------------------------*/
@media screen and (max-width: 749px) {
  .not__description__area {
    margin: 4rem auto 0;
  }
}