@charset "utf-8";

.policy {
  display: flex;
  background: #f0fcf5;
  background: url(../img/policy__bg.png) center/contain repeat #f0fcf5;
}

.policy__container {
  margin: 40px auto;
  padding: 48px 40px 12px;
  width: calc(100% - 64px);
  max-width: 700px;
  background: white;
  border-radius: 32px;
  text-align: center;
}

.policy__h2 {
  width: 100%;
  max-width: 42em;
  height: auto;
  margin-bottom: 32px;
}

.policy__letter {
  line-height: 3;
  font-size: 16px;
  border-top: dotted 4px #a4d5aa;
}

.policy__message {
  font-size: 20px;
  font-weight: bold;
  color: var(--brand-color);
}

.policy__container__img {
  margin-top: 24px;
  margin-bottom: 12px;
}

.policy__container__img img {
  width: 80%;
  max-width: 500px;
  height: auto;
}

.policy__letter-sp {
  display: none;
}

/* policy__pht */

.policy__pht {
  width: 100%;
}

.policy__pht__item__group {
  display: flex;
}

.policy__pht__items {
  display: flex;
}

.policy__pht__item {
  flex: 1;
}

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







/* small screen */

@media (max-width: 767px) {

  .policy__container {
    padding: 32px 16px;
    margin: 40px auto;
    width: calc(100% - 32px);
    max-width: 440px;
  }

  .policy__letter-pc {
    display: none;
  }

  .policy__letter-sp {
    display: block;
    width: calc(100% - 32px);
    max-width: 400px;
    margin: 0 auto;
  }

  .policy__h2 {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-bottom: 32px;
  }

 .policy__letter-sp>.policy__letter {
    line-height: 1.8;
    font-size: 14px;
    border: none;
    margin-bottom: 32px;
    text-align: left;
  }

  .policy__letter:last-child {
    line-height: 2;
  }

  .policy__message {
    font-size: 16px;
  }

  .policy__container__img {
    margin-top: 8px;
  }

  .policy__container__img>img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }


  /* policy__pht */

.policy__pht {
  width: 100%;
  display: block;
}

.policy__pht__item__group {
  display: block;
}

.policy__pht__item {
  flex: 1;
}

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

}