/* CSS Document */
/*------------------------------------------------------------
     main
------------------------------------------------------------ */
/* 検査・選別サービスとは？
------------------------------------------------------------ */
.p-inspection-service-about__text-image {
  float: right;
  width: 48.148%;
  margin-left: 3.704%;
}
/* 弊社の強み
------------------------------------------------------------ */
.p-inspection-service-strength__frame {
  border: 3px solid #009BBB;
  text-align: center;
}
.p-inspection-service-strength__frame-trouble {
  padding: 2.4% 1.85% 5.58%;
}
.p-inspection-service-strength__frame-trouble__heading {
  margin-bottom: 2em;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .1em;
}
.p-inspection-service-strength__frame-trouble__heading-inner {
  display: inline-block;
  padding-bottom: .3em;
  position: relative;
}
.p-inspection-service-strength__frame-trouble__heading-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: .3em;
  border-top: .07em solid #000;
  border-bottom: .07em solid #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-inspection-service-strength__frame-trouble__ballon {
  text-align: center;
}
.p-inspection-service-strength__frame-eight {
  background-color: #E3F3FC;
}
.p-inspection-service-strength__frame-eight__title {
  padding: 3.6% 2% 3%;
  background-color: #009BBB;
  position: relative;
  margin-bottom: 85px;
}
.p-inspection-service-strength__frame-eight__title::after {
  content: "";
  display: block;
  width: 120px;
  height: 55px;
  border-top: 55px solid #009BBB;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
}
.p-inspection-service-strength__frame-eight__title-heading {
  color: #FFF;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.p-inspection-service-strength__frame-eight__title-heading__image {
  display: block;
  margin: .75em auto 0;
}
.p-inspection-service-strength__frame-eight__title-text {
  margin-top: 1.5em;
}
.p-inspection-service-strength__frame-eight__strength {
  padding: 0 2% 5.58%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-inspection-service-strength__frame-trouble__heading {
    margin-bottom: 1em;
    font-size: 20px;
    font-size: 2.0rem;
  }
  .p-inspection-service-strength__frame-eight__title {
    margin-bottom: 40px;
  }
  .p-inspection-service-strength__frame-eight__title::after {
    width: 60px;
    height: 30px;
    border-top-width: 30px;
    border-right-width: 30px;
    border-left-width: 30px;
  }
  .p-inspection-service-strength__frame-eight__title-heading {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-inspection-service-strength__frame-eight__title-text {
    margin-top: 1em;
    text-align: left;
  }
}
/* その他サービス
------------------------------------------------------------ */
.p-inspection-service-other__group {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px;
}
.p-inspection-service-other__group-item {
  padding: 20px 10px;
}
.p-inspection-service-other__group-item__col1 {
  width: 100%;
}
.p-inspection-service-other__group-item__col4 {
  display: flex;
  flex-direction: column;
  width: 25%;
}
.p-inspection-service-other__text {
  margin-bottom: auto;
}
.p-inspection-service-other__image {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-inspection-service-other__group-item__col4 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-inspection-service-other__group-item__col4 {
    width: 100%;
  }
}