/*  **************************************************************************************************************************************************/
/*  contents  */
/*  **************************************************************************************************************************************************/
.br_sp {
  display: none;
}

.inspection-wrap {
  line-height: 1;
  border-bottom: 1px #919191 solid;
}

.inspection-wrap img {
  vertical-align: top;
}

.inspection-wrap .fv_main {
  position: relative;
  padding-top: 55px;
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #e7f5fd 3px, #e7f5fd 7px);
}

.inspection-wrap .fv_inner {
  position: relative;
  max-width: 977px;
  text-align: center;
  margin: 0 auto 33px;
}

.inspection-wrap .fv_main_img {
  position: relative;
  z-index: 10;
}

.inspection-wrap .fv_point {
  position: absolute;
  width: 60.6%;
  top: 55%;
  background-color: #ee7c01;
  box-sizing: border-box;
  border: 10px #ee7c01 solid;
  border-radius: 10px;
  box-shadow: 7px 7px #6f0303;
}

.inspection-wrap .fv_menu_ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 0.2em 0 0.5em;
  font-size: 25.6px;
  font-weight: bold;
  color: #fff;
}

.inspection-wrap .fv_menu_ttl span {
  font-size: 25.6px;
  font-weight: bold;
}

.inspection-wrap .fv_menu_ttl::after {
  content: "";
  position: absolute;
  z-index: 1;
  /*display: flex;*/
  display: none;
  width: 0;
  height: 0;
  left: 47.5%;
  bottom: -17px;
  border-style: solid;
  border-width: 17px 14px 0 14px;
  border-color: #ee7c01 transparent transparent transparent;
}

.inspection-wrap .fv_menu {
  position: relative;
  display: flex;
  align-items: center;
  /*flex-wrap: wrap;
  justify-content: space-between;*/
  padding: 9px 0;
  background-color: #fff;
}

.inspection-wrap .fv_menu picture {
  display: inline-block;
  width: 25%;
  padding-left: 5px;
  vertical-align: text-top;
  text-align: center;
}

.inspection-wrap .fv_menu span {
  display: inline-block;
  width: 75%;
  vertical-align: text-top;
  padding: 7.6px 10px 7.6px 3px;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  text-align: left;
}

.inspection-wrap .fv_menu span:not(:last-child) {
  border-right: 2px dashed #ee7c01;
}

.inspection-wrap .fv_menu span:nth-of-type(n+2) {
  width: 65%;
}

.inspection-wrap .fv_inner_wrap {
  position: relative;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 4.2%;
}

.inspection-wrap .fv_btn {
  position: relative;
  text-align: center;
  margin: 3.6% auto 0;
  width: 56%;
  max-width: 560px;
  border-radius: 100vh;
  background-color: #fff;
}

.inspection-wrap .sec_btn {
  position: relative;
  text-align: center;
  margin: 3% auto 0;
  width: 56%;
  max-width: 560px;
  border-radius: 100vh;
  background-color: #fff;
}

/*.inspection-wrap .fv_btn img, .inspection-wrap .sec_btn img {
  width: 100%;
}*/
.inspection-wrap .fv_btn a, .inspection-wrap .sec_btn a {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.inspection-wrap .fv_btn a:hover, .inspection-wrap .sec_btn a:hover {
  opacity: .6;
}

.inspection-wrap .sec {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.inspection-wrap .sec_01 {
  background: #e1ebe6;
}

.inspection-wrap .sec_01::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
  left: 48%;
  bottom: -31px;
  border-style: solid;
  border-width: 31px 30px 0 30px;
  border-color: #e1ebe6 transparent transparent transparent;
}

.inspection-wrap .sec_02 {
  background: #fefbe2;
}

.inspection-wrap .sec_03_1 {
  position: relative;
  background: #fff;
}

.inspection-wrap .sec_03_1::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
  left: 47.5%;
  bottom: -31px;
  border-style: solid;
  border-width: 31px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
}

.inspection-wrap .sec_03_1::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  left: 48.2%;
  bottom: -36px;
  border-style: solid;
  border-width: 28px 27px 0 27px;
  border-color: rgba(16, 102, 61, 0.2) transparent transparent transparent;
}

.inspection-wrap .sec_03_2 {
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #e7f5fd 3px, #e7f5fd 7px);
  box-shadow: inset 0 8px rgba(16, 102, 61, 0.2);
}

.inspection-wrap .sec_04 {
  background: #fefbe2;
}

.inspection-wrap .sec_05 {
  background: #fff;
}

.inspection-wrap .sec_06 {
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #feeed3 3px, #feeed3 7px)
}

.inspection-wrap .inner_ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  background: repeating-linear-gradient(-45deg, #472c24, #472c24 3px, #2a1a15 3px, #2a1a15 9px);
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

.inspection-wrap .inner_ttl img {
  margin: 0 30px;
}

.inspection-wrap .inner_wrap {
  position: relative;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  padding: 5% 0 6%;
}

.inspection-wrap .sec_01 .inner_wrap {
  padding: 5% 0 3%;
}

.inspection-wrap .sec01_ttl {
  position: relative;
  width: 84.4%;
  margin: 0 auto 40px;
  padding: 2.8%;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 7px 7px #0e5e37;
}

.inspection-wrap .sec01_ttl::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
  left: 47.5%;
  bottom: -20px;
  border-style: solid;
  border-width: 20px 16px 0 16px;
  border-color: #fff transparent transparent transparent;
}

.inspection-wrap .sec01_ttl::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  left: 48%;
  bottom: -25px;
  border-style: solid;
  border-width: 20px 16px 0 16px;
  border-color: #0e5e37 transparent transparent transparent;
}

.inspection-wrap .sec01_ttl_txt {
  display: inline-block;
  text-align: left;
  font-size: 32px;
  font-weight: bold;
}

.color_gr {
  color: #10663d;
  font-weight: bold;
}

.inspection-wrap .sec01_tbl {
  position: relative;
  width: 86.6%;
  margin: 0 auto;
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.inspection-wrap .sec01_check li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin-right: 1%;
  width: 102%;
}

.inspection-wrap .sec01_check .check_icon {
  margin-top: 2%;
  margin-right: 1%;
}

.inspection-wrap .sec01_check .check_txt {
  width: 100%;
  padding: 5.5% 0 1.1%;
  border-bottom: 3px dashed #10663d;
  font-size: 24px;
  font-weight: bold;
}

.inspection-wrap .sec01_ill {
  position: relative;
  margin: 5% 0 5% 3%;
}

.inspection-wrap .sec02_ttl {
  position: relative;
  display: flex;
  margin: 1.3% auto 3.5%;
  justify-content: center;
  text-align: left;
  font-size: 32px;
  font-weight: bold;
}

.inspection-wrap .sec02_ill_box {
  position: relative;
  text-align: center;
  margin: 0 auto -120px;
}

.inspection-wrap .sec02_ill {
  position: relative;
  z-index: 100;
  text-align: center;
  margin: 0 auto;
}

.inspection-wrap .sec02_txt {
  position: relative;
  display: inline-block;
  z-index: 1;
  top: -135px;
  left: 2.1%;
  width: 48.1%;
  border-radius: 18px;
  background-color: #10663d;
  box-shadow: 7px 7px #87af8c;
  padding: 2% 5%;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.inspection-wrap .sec02_txt .color_lg {
  color: #faf490;
  font-weight: bold;
}

.inspection-wrap .sec03_1_merit {
  position: relative;
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin: 0 auto;
  align-items: stretch;
}

.inspection-wrap .sec03_1_box {
  width: 32.6%;
  align-items: stretch;
}

.inspection-wrap .sec03_1_midashi {
  width: auto;
  font-size: 13px;
  font-weight: bold;
  color: #10663d;
  margin: 0 auto 3px;
  padding-left: 2em;
  text-align: left;
}

.inspection-wrap .sec03_1_midashi::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.66666em;
  height: 0.933333em;
  margin-right: 0.13333em;
  background-image: url(/lp/bpit/img/pc/psec03_before01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.inspection-wrap .sec03_1_midashi::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.66666em;
  height: 0.933333em;
  margin-left: 0.13333em;
  background-image: url(/lp/bpit/img/pc/psec03_after01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.inspection-wrap .sec03_1_ttl {
  position: relative;
  display: inline-block;
  width: 76%;
  border-radius: 10px;
  background-color: #10663d;
  margin: 0 auto;
  padding: 1.5% 1.9% 1.5% 15.1%;
  text-align: left;
}

.inspection-wrap .sec03_1_ttl span {
  line-height: 1.4;
  padding-left: 5%;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.inspection-wrap .sec03_1_ttl::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
  left: 47.5%;
  bottom: -8px;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #10663d transparent transparent transparent;
}

.inspection-wrap .sec03_1_txt {
  width: 73.8%;
  margin: 0 auto;
  padding: 2% 0;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
}

.inspection-wrap .sec03_1_box:nth-child(2) .sec03_1_txt {
  width: 100%;
  height: 60px;
}

.inspection-wrap .sec03_1_txtl {
  display: inline-block;
  margin: 0 auto -1.5%;
  padding: 4% 0 0.8%;
  border-bottom: 5px dashed #fa9505;
  font-size: 36px;
  font-weight: bold;
}

.inspection-wrap .sec03_2_ttll {
  margin: 2% 0 4%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.inspection-wrap .sec03_2_ttl_box {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.inspection-wrap .sec03_2_ttl {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 100%;
  border-radius: 13px;
  background-color: #10663d;
  margin: 0 2% 5.5%;
  padding: 1.6% 2.8%;
}

.inspection-wrap .sec03_2_ttl ul {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.inspection-wrap .sec03_2_txt {
  margin-left: 6%;
  width: 63.5%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}

.inspection-wrap .sec03_2_ttlm {
  /*width: 63.5%;*/
  margin: 1% 0 -1.6%;
  font-size: 24px;

  color: #10663d;
}

.inspection-wrap .sec03_2_ttlm>span {
  font-weight: bold;
}

.inspection-wrap .sec03_2_ttlm::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 28px;
  height: 38px;
  right: 10px;
  background-image: url(/lp/bpit/img/pc/psec03_before02.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.inspection-wrap .sec03_2_ttlm::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 28px;
  height: 38px;
  left: 10px;
  background-image: url(/lp/bpit/img/pc/psec03_after02.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.inspection-wrap .sec04_ttl_box {
  position: relative;
  display: flex;
  align-items: center;
  width: 87.6%;
  margin: 0 auto 2.6%;
  padding-bottom: 0.5%;
  border-bottom: 4px dashed #87b08f;
}

.inspection-wrap .sec04_ttl {
  width: 37%;
  text-align: left;
  margin: 0 1.8%;
  font-size: 36px;
  font-weight: bold;
  color: #10663d;
}

.inspection-wrap .sec04_txt {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.inspection-wrap .sec04_ill {
  margin: 0 auto 4%;
}

.inspection-wrap .sec04_menu {
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #60463e;
}

.inspection-wrap .sec04_menu_ttl {
  padding: 1.2% 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.inspection-wrap .sec04_menu_ttl picture {
  display: inline-block;
  padding: 0 2.2%;
  vertical-align: bottom;
}

.inspection-wrap .sec04_menu_txt {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 2% 4.5%;
  border-radius: 0 0 20px 20px;
  border-right: 4px dashed #60463e;
  border-bottom: 4px dashed #60463e;
  border-left: 4px dashed #60463e;
}

.inspection-wrap .sec04_menu_txt li {
  text-align: left;
  line-height: 1.5;
  font-size: 20px;
  color: #2a1a15;
}

.inspection-wrap .sec04_menu_txt li>span {
  font-weight: bold;
}

.inspection-wrap .sec05_ill1 {
  margin: 0 auto 5.2%;
  width: 79.2%;
}

.inspection-wrap .sec05_ill2 {
  margin: 0 auto 5%;
  width: 90%;
}

.inspection-wrap .sec05_txt {
  width: 90%;
  margin: 60px auto 44px;
  padding-bottom: 12px;
  border-bottom: 6px dashed #87b08f;
  font-size: 36px;
  font-weight: bold;
}

.inspection-wrap .sec05_txtl, .inspection-wrap .sec05_txts, .inspection-wrap .sec05_txtg {
  font-weight: bold;
  color: #10663d;
}

.inspection-wrap .sec05_txtl {
  font-size: 48px;
}

.inspection-wrap .sec05_txts {
  font-size: 30px;
}

.inspection-wrap .sec05_txtg {
  font-size: 36px;
}

.inspection-wrap .sec_06 .inner_wrap {
  padding: 3% 0 8%;
}

.inspection-wrap .sec06_box1, .inspection-wrap .sec06_box2, .inspection-wrap .sec06_box3 {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-left: 5%;
  margin-right: 5%;
}

.inspection-wrap .sec06_box1 {
  align-items: flex-start;
}

.inspection-wrap .sec06_box2 {
  flex-direction: row-reverse;
  align-items: flex-end;
  margin: -6.1% 0 2%;
}

.inspection-wrap .sec06_box3 {
  align-items: center;
}

.inspection-wrap .sec06_box1 .sec06_ph {
  position: relative;
  margin-left: 3.5%;
}

.inspection-wrap .sec06_box2 .sec06_ph {
  position: relative;
  margin: -3% 0 3% 0;
  z-index: 1;
}

.inspection-wrap .sec06_box3 .sec06_ph {
  position: relative;
  margin: 0 -8% 0 6.6%;
}

.inspection-wrap .sec06_txt1, .inspection-wrap .sec06_txt2, .inspection-wrap .sec06_txt3 {
  position: relative;
  line-height: 1.5;
  margin: 0 auto;
  padding: 3.5% 3.2%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px rgba(205, 176, 126, 0.6);
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}

.inspection-wrap .sec06_txt1 {
  width: 48.8%;
}

.inspection-wrap .sec06_txt2 {
  width: 65%;
}

.inspection-wrap .sec06_txt3 {
  width: 57%;
}

.inspection-wrap .sec06_txtg {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  color: #10663d;
}

.inspection-wrap .sec06_txt1::before, .inspection-wrap .sec06_txt3::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
  left: 100%;
  top: 47.5%;
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.inspection-wrap .sec06_txt1::after, .inspection-wrap .sec06_txt3::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  left: 101%;
  top: 52%;
  border-style: solid;
  border-width: 13px 0 13px 24px;
  border-color: transparent transparent transparent rgba(205, 176, 126, 0.6);
}

.inspection-wrap .sec06_txt2::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
  left: -24px;
  top: 47.5%;
  border-style: solid;
  border-width: 15px 26px 15px 0;
  border-color: transparent #fff transparent transparent;
}

.inspection-wrap .sec06_txt2::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  left: -20px;
  top: 51.8%;
  border-style: solid;
  border-width: 12px 20px 12px 0;
  border-color: transparent rgba(205, 176, 126, 0.6) transparent transparent;
}

.inspection-wrap .sec06_annotation {
  margin-right: 87px;
  font-size: 20px;
  text-align: right;
}

@media screen and (min-width:1240px) {
  .inspection-wrap .fv_menu_ttl {
    font-size: 24.8px;
  }

  .inspection-wrap .fv_menu_ttl span {
    font-size: 24.8px;
  }
}

@media screen and (min-width:1040px) and (max-width:1239px) {
  .inspection-wrap .fv_menu_ttl {
    font-size: 1.65vw;
  }

  .inspection-wrap .fv_menu_ttl span {
    font-size: 1.65vw;
  }

  .inspection-wrap .fv_menu span {
    font-size: 1.4vw;
  }
}

@media screen and (min-width:768px) and (max-width:1039px) {
  .inspection-wrap .fv_menu_ttl {
    font-size: 1.4vw;
  }

  .inspection-wrap .fv_menu_ttl span {
    font-size: 1.4vw;
  }

  .inspection-wrap .fv_menu span {
    font-size: 1.2vw;
  }
}

/*@media screen and (min-width:768px) and (max-width:839px) {
  .inspection-wrap .fv_inner_wrap {
    padding: 12.3% 4.8% 4.8%;
  }
  .inspection-wrap .inner_wrap {
    padding: 12.3% 4.8% 4.8%;
  }
}*/

@media screen and (max-width:767px) {
  .br_pc {
    display: none;
  }

  .br_sp {
    display: block;
  }

  .inspection-wrap .fv_main {
    padding-top: 3.125vw;
  }

  .inspection-wrap .fv_inner {
    max-width: 767px;
    margin-bottom: 0;
  }

  .inspection-wrap .fv_main_img {
    text-align: right;
  }

  .inspection-wrap .fv_main_img img {
    width: 94.7%;
  }

  .inspection-wrap .fv_point {
    position: absolute;
    width: 51%;
    top: 51%;
    margin-left: 5.3%;
    background-color: #ee7c01;
    box-sizing: border-box;
    border: 1.3021vw #ee7c01 solid;
    border-radius: 1.3021vw;
    box-shadow: 0.9115vw 0.9115vw #6f0303;
  }

  .inspection-wrap .fv_menu_ttl {
    display: block;
    line-height: 1.2;
    text-align: center;
    padding: 0.7813vw 0 1.5625vw;
    font-size: 3.6458vw;
  }

  .inspection-wrap .fv_menu_ttl span {
    font-size: 4.1667vw;
    font-weight: bold;
  }

  .inspection-wrap .fv_menu_ttl::after {
    left: 47.5%;
    bottom: auto;
    border-width: 2.6042vw 2.0833vw 0 2.0833vw;
    top: 100%;
    margin-top: -1px;
  }

  .inspection-wrap .fv_menu {
    display: flex;
    /*flex-direction: column;*/
    flex-flow: wrap;
    padding: 1vw 4vw 4vw 2vw;
    width: 100%;
    box-sizing: border-box;
  }

  .inspection-wrap .fv_menu picture {
    width: 15%;
    margin: 0;
    padding: 1% 0 0 0;
  }

  .inspection-wrap .fv_menu span {
    width: 83%;
    /*margin-left: 0.2604vw;*/
    padding: 5% 0 2% 2%;
    border-bottom: 0.3906vw dashed #ee7c01;
    font-size: 3.6458vw;
  }

  .inspection-wrap .fv_menu span:nth-of-type(n+2) {
    width: 83%;
  }

  .inspection-wrap .fv_menu span:not(:last-child) {
    border-right: none;
  }

  .inspection-wrap .fv_menu img {
    width: 4.0365vw;
  }

  .inspection-wrap .fv_inner_wrap {
    padding: 0 0 7.8%;
  }

  .inspection-wrap .fv_btn {
    text-align: center;
    left: 0;
    width: 94%;
    max-width: 701px;
  }

  .inspection-wrap .sec_btn {
    text-align: center;
    margin-top: 5.3%;
    width: 94%;
    max-width: 701px;
  }

  .inspection-wrap .sec_01 {
    padding-bottom: 7vw;
  }

  .inspection-wrap .sec_01::before {
    left: 45%;
    bottom: auto;
    border-width: 5.3385vw 5.2083vw 0 5.2083vw;
    top: 100%;
    margin-top: -1px;
  }

  .inspection-wrap .sec_03_1::before {
    left: 45%;
    bottom: -5.3385vw;
    border-width: 5.3385vw 5.2083vw 0 5.2083vw;
  }

  .inspection-wrap .sec_03_1::after {
    left: 46%;
    bottom: -5.9896vw;
    border-width: 4.9479vw 4.8177vw 0 4.8177vw;
  }

  .inspection-wrap .sec_03_2 {
    box-shadow: inset 0 1.0417vw rgba(16, 102, 61, 0.2);
  }

  .inspection-wrap .inner_ttl {
    justify-content: space-between;
    padding: 4.5573vw 0;
    font-size: 7.0313vw;
  }

  .inspection-wrap .inner_ttl img {
    width: 5.7292vw;
    margin: 0 2.3438vw;
  }

  .inspection-wrap .inner_wrap {
    padding: 4.2% 0 10%;
    max-width: 767px;
    width: 100%;
  }

  .inspection-wrap .sec01_ttl {
    width: 86.5%;
    margin: 4.2% auto 5.2%;
    padding: 5.4% 0.7%;
    border-radius: 2.6042vw;
    box-shadow: 0.9115vw 0.9115vw #0e5e37;
  }

  .inspection-wrap .sec01_ttl::before {
    bottom: auto;
    border-width: 3.2552vw 2.6042vw 0 2.6042vw;
    top: 100%;
    margin-top: -1px;
  }

  .inspection-wrap .sec01_ttl::after {
    left: 48.3%;
    bottom: auto;
    border-width: 3.2552vw 2.6042vw 0 2.6042vw;
    top: 100%;
    margin-top: 0px;
  }

  .inspection-wrap .sec01_ttl_txt {
    text-align: center;
    font-size: 6.25vw;
    line-height: 1.3;
    white-space: nowrap;
  }

  .inspection-wrap .sec01_tbl {
    width: 83.8%;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .inspection-wrap .sec01_check li {
    display: inline-flex;
    width: 100%;
  }

  .inspection-wrap .sec01_check .check_icon {
    margin-right: 2%;
  }

  .inspection-wrap .sec01_check .check_icon img {
    width: 5.2083vw;
  }

  .inspection-wrap .sec01_check .check_txt {
    width: 92%;
    border-bottom: 0.5208vw dashed #10663d;
    font-size: 3.9063vw;
    white-space: nowrap;
  }

  .inspection-wrap .sec01_ill {
    margin: 4.2% 0 -5%;
  }

  .inspection-wrap .sec01_ill img {
    width: 83.8542vw
  }

  .inspection-wrap .sec_02 .inner_wrap {
    padding-bottom: 11%;
  }

  .inspection-wrap .sec02_ttl {
    margin: 8% auto -1.5%;
    text-align: center;
    font-size: 5.4688vw;
  }

  .inspection-wrap .sec02_ill_box {
    margin: 0 auto -37.5vw;
    width: 90%;
  }

  .inspection-wrap .sec02_txt {
    top: -42.7083vw;
    left: 16.8%;
    width: 52.5%;
    border-radius: 2.3438vw;
    box-shadow: 0.9115vw 0.9115vw #87af8c;
    padding: 4.6875vw;
    font-size: 4.1667vw;
  }

  .inspection-wrap .sec03_1_merit {
    display: block;
  }

  .inspection-wrap .sec03_1_box {
    width: 90%;
    margin: 0 auto 3.9%;
  }

  .inspection-wrap .sec03_1_midashi {
    width: 63%;
    font-size: 3.125vw;
    margin-bottom: 0.651vw;
    padding-left: 0;
  }

  .inspection-wrap .sec03_1_midashi::before {
    width: 1.6927vw;
    height: 2.474vw;
    left: -0.651vw;
    background-image: url(/lp/bpit/img/sp/ssec03_before01.png);
  }

  .inspection-wrap .sec03_1_midashi::after {
    width: 1.6927vw;
    height: 2.474vw;
    right: -0.651vw;
    background-image: url(/lp/bpit/img/sp/ssec03_after01.png);
  }

  .inspection-wrap .sec03_1_ttl {
    width: 67.6%;
    padding: 1.5% 1.5% 1.5% 15.1%;
    text-align: left;
  }

  .inspection-wrap .sec03_1_ttl img {
    width: 7.8125vw;
  }

  .inspection-wrap .sec03_1_ttl span {
    line-height: 1.5;
    padding-left: 8%;
    font-size: 5.2083vw;
  }

  .inspection-wrap .sec03_1_ttl::before {
    bottom: auto;
    border-width: 2.8646vw 2.2135vw 0 2.2135vw;
    top: 100%;
    margin-top: -1px;
  }

  .inspection-wrap .sec03_1_txt {
    width: 100%;
    padding: 4.6% 0 3.3%;
    font-size: 4.1667vw;
  }

  .inspection-wrap .sec03_1_box:nth-child(2) .sec03_1_txt {
    height: inherit;
  }

  .inspection-wrap .sec03_1_txtl {
    margin: 0 auto -1.5%;
    border-bottom: 0.651vw dashed #fa9505;
    font-size: 6.25vw;
  }

  .inspection-wrap .sec03_2_ttll {
    margin: 6% 0 4%;
    text-align: center;
    font-size: 5.2083vw;
    font-weight: bold;
  }

  .inspection-wrap .sec03_2_ttl_box {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .inspection-wrap .sec03_2_ttl {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-end;
    text-align: center;
    width: 27%;
    border-radius: 1.6927vw;
    background-color: #10663d;
    margin: 0 0 5.5%;
    padding: 3.6% 1.8%;
  }

  .inspection-wrap .sec03_2_ttl_box .sec03_2_ttl:first-child img {
    width: 6.6406vw;
  }

  .inspection-wrap .sec03_2_ttl_box .sec03_2_ttl:nth-child(2) img {
    width: 8.2031vw;
  }

  .inspection-wrap .sec03_2_ttl_box .sec03_2_ttl:last-child img {
    width: 8.4635vw;
  }

  .inspection-wrap .sec03_2_txt {
    margin-left: 0;
    margin-top: 10.8%;
    width: 100%;
    font-size: 3.6458vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
  }

  .inspection-wrap .sec03_2_ttlm {
    width: 100%;
    display: flex;
    margin: 2.6042vw 0 -3.9063vw;
    font-size: 4.1667vw;
    line-height: 1.4;
    color: #10663d;
    justify-content: center;
    align-items: center;
  }

  .inspection-wrap .sec03_2_ttlm>span {
    display: block;
    font-weight: bold;
  }

  .inspection-wrap .sec03_2_ttlm::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 5.9896vw;
    height: 8.2031vw;
    right: 10px;
    background-image: url(/lp/bpit/img/sp/ssec03_before02.png);
    background-repeat: no-repeat;
  }

  .inspection-wrap .sec03_2_ttlm::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 5.9896vw;
    height: 8.2031vw;
    left: 10px;
    background-image: url(/lp/bpit/img/sp/ssec03_after02.png);
    background-repeat: no-repeat;
  }

  .inspection-wrap .sec_04 .inner_wrap {
    padding-top: 2.2%;
  }

  .inspection-wrap .sec04_ttl_box {
    display: block;
    width: 90%;
    margin: 2.6% auto 0;
    border-bottom: none;
  }

  .inspection-wrap .sec04_ttl {
    width: 100%;
    text-align: center;
    margin: 7% auto 0;
    font-size: 5.2083vw;
    padding-bottom: 1.3%;
    border-bottom: 0.651vw dashed #87b08f;
  }

  .inspection-wrap .sec04_txt {
    text-align: center;
    margin: 3.7% auto 0;
    font-size: 3.3854vw;
  }

  .inspection-wrap .sec04_ill {
    margin: 0 auto 5.72%;
  }

  .inspection-wrap .sec04_menu {
    border-radius: 2.6042vw
  }

  .inspection-wrap .sec04_menu_ttl {
    padding: 2.8% 0;
    font-size: 4.6875vw;
  }

  .inspection-wrap .sec04_menu_ttl img {
    width: 4.5573vw;
  }

  .inspection-wrap .sec04_menu_txt {
    padding: 3.1% 4.5%;
    border-radius: 0 0 2.6042vw 2.6042vw;
    border-right: 0.651vw dashed #60463e;
    border-bottom: 0.651vw dashed #60463e;
    border-left: 0.651vw dashed #60463e;
  }

  .inspection-wrap .sec04_menu_txt li {
    line-height: 1.7;
    font-size: 3.125vw;
  }

  .inspection-wrap .sec05_ill1 {
    margin: 4.3% auto 0;
    width: 100%;
  }

  .inspection-wrap .sec05_ill2 {
    margin: 0 auto 8.4%;
    width: 100%;
  }

  .inspection-wrap .sec05_txt {
    width: 88.5%;
    margin: 6.25% auto 6.51%;
    padding-bottom: 1.17%;
    border-bottom: 0.651vw dashed #87b08f;
    font-size: 5.2083vw;
    line-height: 1.2;
  }

  .inspection-wrap .sec05_txtl {
    font-size: 7.8125vw;
  }

  .inspection-wrap .sec05_txts {
    font-size: 5.2083vw;
  }

  .inspection-wrap .sec05_txtg {
    font-size: 6.25vw;
  }

  .inspection-wrap .sec_06 .inner_wrap {
    padding-bottom: 10.41%;
  }

  .inspection-wrap .sec06_box1, .inspection-wrap .sec06_box2, .inspection-wrap .sec06_box3 {
    margin-left: 0;
    margin-right: 0;
  }

  .inspection-wrap .sec06_box1 {
    align-items: flex-end;
    margin: 0 6.1198vw 0 0;
  }

  .inspection-wrap .sec06_box2 {
    flex-direction: row-reverse;
    align-items: flex-end;
    margin: 11.1979vw 0 0 5.2083vw;
  }

  .inspection-wrap .sec06_box3 {
    align-items: flex-end;
    margin: 6.901vw 6.1198vw 20.8333vw 0;
  }

  .inspection-wrap .sec06_box1 .sec06_ph {
    position: relative;
    margin-left: 0;
    margin-right: -3.9063vw;
  }

  .inspection-wrap .sec06_box2 .sec06_ph {
    position: relative;
    margin: 0 0 0 17px;
    bottom: -4.2969vw;
  }

  .inspection-wrap .sec06_box3 .sec06_ph {
    position: relative;
    margin: 0 -9.1146vw 0 0;
    bottom: -13.2813vw;
  }

  .inspection-wrap .sec06_box1 .sec06_ph img {
    width: 42.4479vw;
  }

  .inspection-wrap .sec06_box2 .sec06_ph img {
    width: 27.474vw;
  }

  .inspection-wrap .sec06_box3 .sec06_ph img {
    width: 33.0729vw;
  }

  .inspection-wrap .sec06_txt1, .inspection-wrap .sec06_txt2, .inspection-wrap .sec06_txt3 {
    padding: 5.5% 4.6%;
    border-radius: 1.3021vw;
    box-shadow: 1.0417vw 1.0417vw rgba(205, 176, 126, 0.6);
    font-size: 3.3854vw;
  }

  .inspection-wrap .sec06_txt1 {
    width: 54%;
    top: 5.2083vw;
  }

  .inspection-wrap .sec06_txt2 {
    width: 63.5%;
  }

  .inspection-wrap .sec06_txt3 {
    width: 68.6%;
  }

  .inspection-wrap .sec06_txtg {
    font-size: 3.3854vw;
  }

  .inspection-wrap .sec06_txt1::before, .inspection-wrap .sec06_txt3::before {
    right: auto;
    left: 100%;
    margin-right: -1px;
    top: 47.5%;
    border-width: 2.6042vw 0 2.6042vw 4.5573vw;
  }

  .inspection-wrap .sec06_txt1::after, .inspection-wrap .sec06_txt3::after {
    right: auto;
    left: 100%;
    margin-right: 0;
    top: 47.5%;
    border-width: 3.3854vw 0 3.3854vw 5.599vw;
  }

  .inspection-wrap .sec06_txt2::before {
    left: auto;
    right: 100%;
    margin-left: -1px;
    top: 47.5%;
    border-width: 2.6042vw 4.5573vw 2.6042vw 0;
  }

  .inspection-wrap .sec06_txt2::after {
    left: auto;
    right: 100%;
    margin-left: 0;
    top: 48.5%;
    border-width: 2.6042vw 4.5573vw 2.6042vw 0;
  }

  .inspection-wrap .sec06_annotation {
    margin-right: 0;
    font-size: 3.3854vw;
    position: absolute;
    top: 79%;
    right: 6.1198vw;
  }
}

@media screen and (min-width:768px) and (max-width:1240px) {
  .inspection-wrap .sec04_menu_txt ul li.br_sp {
    display: none;
  }

  .inspection-wrap .fv_menu_ttl {
    font-size: 1.7vw
  }

  .inspection-wrap .fv_point img {
    width: 1.375em;
    height: auto;
  }

  .inspection-wrap .fv_menu {
    font-size: 1.5vw;
    padding: 9px 0 9px 5px;
  }

  .inspection-wrap .fv_menu span {
    width: 70%;
    font-size: 1.3vw;
  }

  .inspection-wrap .fv_menu span:nth-of-type(n+2) {
    width: 60%;
  }

  .inspection-wrap .sec01_ttl_txt {
    font-size: 2.1vw;
  }

  .sec01_check {
    width: 70%;
  }

  .inspection-wrap .sec01_check li {
    width: 100%;
  }

  .inspection-wrap .sec01_check .check_txt {
    font-size: 1.7vw;
  }

  .inspection-wrap .sec02_ttl {
    margin: 1% auto 3.5%;
    font-size: 2.5806vw;
  }

  .inspection-wrap .sec02_ill_box {
    margin: 0 auto;
  }

  .inspection-wrap .sec02_txt {
    position: absolute;
    bottom: 40px;
    left: 22%;
    font-size: 1.4vw;
    top: auto;
  }

  .inspection-wrap .sec_btn {
    margin: 0 auto 0;
  }

  .inspection-wrap .inner_ttl {
    font-size: 3.225vw
  }

  .inspection-wrap .sec03_1_txtl {
    font-size: 3vw;
  }

  .inspection-wrap .sec03_1_ttl {
    font-size: 1.935vw;
    text-align: center;
    padding: 0.2em 0.5em;
    width: 98%;
    box-sizing: border-box;
    margin: 0 auto 10px;
  }

  .inspection-wrap .sec03_1_ttl img {
    width: 1.375em;
    height: auto;
  }

  .inspection-wrap .sec03_1_ttl span {
    font-size: 100%;
  }

  .inspection-wrap .sec03_1_midashi {
    font-size: 1.048vw;
  }

  .inspection-wrap .sec03_1_txt {
    font-size: 1.612vw;
  }

  .inspection-wrap .sec03_2_txt {
    font-size: 1.6129vw;
  }

  .inspection-wrap .sec03_2_ttlm {
    font-size: 2.1vw;
    margin-bottom: 10px;
  }

  .inspection-wrap .sec03_2_ttlm>span {
    font-weight: bold;
  }

  .inspection-wrap .sec03_2_ttll {
    font-size: 2.419vw;
  }

  .sec03_2_ttl div {
    font-size: 100%;
  }

  .sec03_2_ttl div img {
    width: 1.5em;
    height: auto;
  }

  .inspection-wrap .sec03_2_ttlm::before, .inspection-wrap .sec03_2_ttlm::after {
    width: 0.6666em;
    height: 0.933333em;
    margin-right: 0.13333em;
    background-size: 100%
  }

  .inspection-wrap .sec04_ttl {
    font-size: 2.9vw;
  }

  .inspection-wrap .sec04_txt {
    font-size: 2.2vw;
  }

  .inspection-wrap .sec04_menu_txt>ul {
    width: 33%;
  }

  .inspection-wrap .sec04_menu_txt li {
    line-height: 1.7;
    font-size: 1.5vw;
    display: flex;
  }

  .inspection-wrap .sec04_menu_txt li>span {
    display: block;
    font-weight: bold;
  }

  .inspection-wrap .sec06_box1 {
    margin-bottom: 15%;
  }

  .inspection-wrap .sec06_box2 {
    margin: -6.1% 0 8%;
  }

  .inspection-wrap .sec06_box3 {
    margin-bottom: 0
  }

  .inspection-wrap .sec06_box3 .sec06_ph {
    margin: 0 auto
  }

  .inspection-wrap .sec06_annotation {
    margin-top: 2%;
    margin-bottom: 6%;
    margin-right: 5%;
  }
}