.flex {
  display: flex;
}
.gap-1 {
  gap: 1rem;
}
.gap-half {
  gap: 0.5rem;
}

.fw-700 {
  font-weight: 700;
}

.figcaption {
  color: #747474;
  height: 1.5rem;
  font-size: 1rem;
}

.overflow-wrap {
  overflow-wrap: break-word;
}

.relative {
  position: relative;
}

.image-photo {
  position: absolute;
  bottom: 2rem;
  right: 1rem;
  font-size: 10px;
  filter: drop-shadow(0 0 0.5rem rgb(0, 0, 0))
    drop-shadow(0 0 0.5rem rgb(0, 0, 0)) drop-shadow(0 0 0.5rem rgb(0, 0, 0));
  color: #fff;
}

.sp {
  display: none;
}
.flex-wrap {
  flex-wrap: wrap;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.sub-title {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .grid-3 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

.align-center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.column {
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .sp-column {
    flex-direction: column;
  }

  .sp-order-2 {
    order: 2;
  }
}

.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-22 {
  width: 22%;
}

.flex-w30 {
  width: 30%;
}

.w-40,
.flex-w40 {
  width: 40%;
}

.w-49 {
  width: 49%;
}

.width-50,
.flex-w50 {
  width: 50%;
}

.w-60,
.flex-w60 {
  width: 60%;
}
.button-flex {
  display: flex;
  justify-content: center;
  margin: 2rem auto;
}

.mright-2 {
  margin-right: 2rem;
}

a.prev-btn {
  background-image: url(<?phpbloginfo("template_url");?>/style/img/page/guide/guide-premium-btn-04.png) !important;
}

a.next-btn {
  background-position: 97% center !important;
}

a.prev-btn::after {
  content: none !important;
}

a.next-btn::after {
  content: none !important;
}

@media screen and (max-width: 414px) {
  .button-flex {
    justify-content: space-between;
  }

  .bottom-btn {
    width: 48% !important;
    margin: 0 !important;
  }

  .mright-2 {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .flex-w60 {
    width: 100%;
  }
  .flex-w50 {
    width: 100%;
  }
  .flex-w40 {
    width: 100%;
  }
  .flex-w30 {
    width: 100%;
  }
}
.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.super {
  vertical-align: top;
  font-size: 1.2rem;
}

strong {
  font-size: 1.6rem !important;
  display: block;
}
.mt-0 {
  margin-top: 0;
}

.mtop-1half {
  margin-top: 1.5rem;
}

.mtop-2 {
  margin-top: 2rem;
}

.mtop-4 {
  margin-top: 4rem;
}
.mtop-8 {
  margin-top: 8rem;
}

.ml-1half {
  margin-left: 1.5rem;
}

.mr-1half {
  margin-right: 1.5rem;
}

.mbottom-15 {
  margin-bottom: 15px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

span br {
  display: block !important;
}

strong br {
  display: block !important;
}

p br {
  display: block !important;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.bg-gray {
  background: #dae1e3;
}

.fz-18 {
  font-size: 18px;
}
.fz-12 {
  font-size: 12px;
}

.pa-1 {
  padding: 1rem;
}

.pa-2 {
  padding: 2rem;
}

.ptop-4 {
  padding-top: 4rem;
}

.pbottom-4 {
  padding-bottom: 4rem;
}

.pl-6 {
  padding-left: 6rem;
}

.pr-6 {
  padding-right: 6rem;
}

@media screen and (max-width: 768px) {
  .sp-w100 {
    width: 100%;
  }

  .sp-mt1-5 {
    margin-top: 1.5rem;
  }

  .sp-pa-2 {
    padding: 2rem;
  }
}
