.flex {
  display: flex;
}

.relative {
  position: relative;
}

.image-photo {
  position: absolute;
  bottom: 3rem;
  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;
}

@media screen and (max-width: 414px) {
  .sp-d-block {
    display: block;
  }
}

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

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

.column {
  flex-direction: column;
}

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

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

.w-5 {
  width: 5%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-40 {
  width: 40%;
}

.w-49 {
  width: 49%;
}

.width-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.h-full {
  height: 100%;
}

strong {
  font-size: 1.6rem !important;
  display: block;
}

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

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

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

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

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

span br {
  display: block !important;
}

strong br {
  display: block !important;
}

p br {
  display: block !important;
}

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

.bg-gray {
  background: #f0f3f4;
}

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

.pa-1 {
  padding: 1rem;
}

.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: 414px) {
  .sp-w100 {
    width: 100%;
  }

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

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