@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : xx.css                                  */
/* update : 2023                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.technical {
  padding-bottom: 76px;
}

.technical_sttl {
  max-width: 1010px;
  margin: 0 auto 35px;
  text-align: center;
  position: relative;
}
.technical_sttl::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #f4aa00;
  position: absolute;
  top: 50%;
  left: 0;
}
.technical_sttl span {
  padding: 0 20px;
  font-size: 25px;
  font-weight: 700;
  color: #f4aa00;
  background: #FFF;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.technical_box01 {
  margin-top: 45px;
}

.technical_box02 {
  margin-top: 35px;
}

.technical_box03 {
  margin-top: 62px;
}

.technical_box04 {
  margin-top: 72px;
}

.technical_box05 {
  margin-top: 56px;
}

.technical_box06 {
  margin-top: 90px;
}

.technical_scroll {
  text-align: center;
  overflow-x: auto;
}

.gray01 {
  max-width: 740px;
  margin: 0 auto;
  padding: 20px 20px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 10px;
  background: #dcdcdc;
}

.gray_ttl {
  font-size: 18px;
  font-weight: 700;
}

.gray_text {
  margin-top: 5px;
  line-height: 1.2;
}
.gray_text p {
  padding-left: 10px;
  position: relative;
}
.gray_text p::before {
  content: "・";
  font-size: 15px;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
}
.gray_text .gray_note {
  padding-left: 15px;
}
.gray_text .gray_note::before {
  content: "※";
}

.gray02 {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 32px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #dcdcdc;
}

.gray02_l {
  width: 55%;
}

.gray02_r {
  width: 44%;
}

.technical_img01 {
  max-width: 980px;
  min-width: 810px;
  margin: 0 auto;
  text-align: center;
}

.technical_img02 {
  max-width: 705px;
  margin: 30px auto 0;
  text-align: center;
}

.technical_img03 {
  max-width: 986px;
  min-width: 830px;
  margin: 16px auto 0;
  text-align: center;
}

.technical_img04 {
  max-width: 725px;
  min-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.technical_img05 {
  max-width: 948px;
  margin: 24px auto 0;
  text-align: center;
}

.technical_bold {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.pdf_btn {
  width: 170px;
  margin: 11px 16px 0 auto;
}
.pdf_btn a {
  padding: 9px 0 9px 52px;
  display: block;
  background: #dcdcdc;
  position: relative;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pdf_btn a:hover {
  color: #FFF;
  background: #0c538f;
}
.pdf_btn a::before {
  content: "";
  width: 35px;
  height: 15px;
  display: block;
  background: url(../../business/img/technical/pdf.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  left: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .technical {
    padding-bottom: 54px;
  }
  .technical_sttl {
    max-width: 100%;
    margin: 0 auto 18px;
  }
  .technical_sttl span {
    padding: 0 20px;
    font-size: 17px;
  }
  .technical_box01 {
    margin-top: 20px;
  }
  .technical_box02 {
    margin-top: 35px;
  }
  .technical_box03 {
    margin-top: 43px;
  }
  .technical_box04 {
    margin-top: 55px;
  }
  .technical_box05 {
    margin-top: 58px;
  }
  .technical_box06 {
    margin-top: 38px;
  }
  .technical_scroll {
    text-align: center;
    overflow-x: auto;
  }
  .gray01 {
    max-width: 100%;
    margin: 0;
    padding: 20px 20px 23px;
    display: block;
  }
  .gray_ttl {
    font-size: 17px;
  }
  .gray_text {
    margin-top: 8px;
  }
  .gray_text p {
    padding-left: 10px;
  }
  .gray_text .gray_note {
    padding-left: 15px;
  }
  .gray01_r {
    margin-top: 20px;
  }
  .gray02 {
    max-width: 100%;
    margin: 0;
    padding: 26px 20px 32px;
    display: block;
  }
  .gray02_l {
    width: 100%;
  }
  .gray02_r {
    width: 100%;
    margin-top: 20px;
  }
  .technical_img01 {
    margin: 0 auto;
  }
  .technical_img02 {
    margin: 20px auto 0;
  }
  .technical_img03 {
    margin: 8px auto 0;
  }
  .technical_img04 {
    margin: 0 auto;
  }
  .technical_img05 {
    max-width: none;
    width: 1280px;
    margin: 15px auto 0;
  }
  .technical_img05 img {
    width: 100%;
    height: auto;
  }
  .technical_bold {
    font-size: 15px;
    line-height: 1.4;
  }
  .pdf_btn {
    display: none;
  }
}
/* -------------------sp END------------------------------- */