@charset "utf-8";
/* キャンペーン終了後 */

.sec01__anchor .gray {
  max-width: 348px;
  width: 32%;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #999;
  border-radius: 50px;
  box-shadow: 5px 5px 0px 2px #15257E;
}

.sec01__anchor .gray p {
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1;
}

.sec01__anchor .gray img {
  max-width: 36px;
}

@media screen and (max-width: 767px) {

  .sec01__anchor .gray {
    justify-content: flex-start;
    padding-left: clamp(0px, 21.3vw, 100px);
    max-width: 380px;
    width: 90%;
    height: 46px;
    box-shadow: 4px 4px 0px 1px #15257E;
  }

  .sec01__anchor .gray p {
    font-size: clamp(14px, 4.8vw, 18px);
  }

  .sec01__anchor .gray img {
    width: clamp(10px, 6.4vw, 24px);
  }

}