@charset "utf-8";

/******
フォント
Poppins
font-family: "poppins", sans-serif;

Zen Kaku Gothic Antique
font-family: "Zen Kaku Gothic Antique", sans-serif;
Medium→500
Bold→700

*******/

body {
  color: #e95541;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  overflow-wrap: break-word;
}

.img {
  width: 100%;
  height: auto;
}

.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

.inner-624 {
  width: calc(100% - 50px);
  max-width: 624px;
  margin: 0 auto;
  background: #fff;
  border: 4px solid #e95541;
  border-radius: 50px;
  position: relative;
  z-index: 3;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.ilblk {
  display: inline-block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.bg--green {
  background-color: #a2d5c9;
}

@media screen and (max-width: 750px) {
  .inner-1000 {
    border-radius: 32px;
  }
  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  .inner-624 {
    width: calc(100% - 10.4166vw);
    border-radius: 10.4166vw;
  }
}

@media screen and (max-width: 400px) {
  br.br-400 {
    display: none;
  }
}
