/*****************************************************************************
CSS only for /jp/support/sumai/hantei/ toguruma
*****************************************************************************/

/* modalContent01
-----------------------------------------*/
.BoxArea {
  padding: 35px 20px 40px;
  text-align: center;
}

.BoxArea .ImgList {
  grid-template-columns: repeat(2, 24%);
  justify-content: center;
  gap: 25px 28px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .BoxArea .ImgList {
    grid-template-columns: repeat(2, calc((100% - 13px) / 2));
    gap: 24px 13px;
  }
}

/* modalContent03
-----------------------------------------*/
.Check {
  display: grid;
  grid-template-columns: 32.1839% 1fr;
  padding-inline: 40px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Check {
    grid-template-columns: 1fr;
    padding-inline: 0;
  }
}
.Check__item:nth-child(odd) {
  padding: 0 30px 0 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Check__item:nth-child(odd) {
    padding: 0 0 32px 0;
  }
}
.Check__item:nth-child(even) {
  padding: 0 0 0 30px;
  border-left: 1px solid #ccc;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Check__item:nth-child(even) {
    padding: 32px 0 0 0;
    border-left: none;
    border-top: 1px solid #ccc;
  }
}
.Check__img--number img {
  width: 173px;
}
.Check__text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.86;
}