/*****************************************************************************
CSS only for /jp/support/sumai/hantei/ kitchen_suisen
*****************************************************************************/

/* modalContent04
-----------------------------------------*/
.Check {
  display: grid;
  grid-template-columns: 32.8125% 1fr;
  align-items: center;
  gap: 0 45px;
  margin-block: 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Check {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.Check__img {
  text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Check__img img {
    width: 70%;
  }
}
.Check__text {
  font-size: 14px;
  line-height: 1.85;
}
