@charset "shift_jis";
/* Updated 2023/03/01.T */
[class*=column-layoutB]:not(:first-child) {
  margin-top: 27px;
}

._d-flex .logo img {
  filter: drop-shadow(12px 3px 24px rgba(0, 0, 0, 0.16));
}

._d-flex .phone {
  margin-right: 70px;
}

._d-flex .phone img {
  filter: drop-shadow(12px 3px 24px rgba(0, 0, 0, 0.16));
}

@media screen and (min-width: 768px) {
  ._d-flex .logo {
    margin-right: 29px;
  }
  .card-box03>.inner>.body {
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  ._d-flex .phone {
    margin-right: 30px;
  }
  [class*=column-layoutB]:not(:first-child) {
    margin-top: 0;
  }
}