/*****************************************************************************
CSS only for /jp/support/sumai/hantei/ door_handle
*****************************************************************************/

/* modalContent03
-----------------------------------------*/
.Check {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  padding-inline: 12px;
}
@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 40px 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 40px;
  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 {
  text-align: center;
}
