/* ––––––––––––––––––––––––––––––––––––––––––––––––––
thanks start
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* .fv-page */
@media (max-width: 567px) {
  .fv-page {
    height: 618em;
  }
}

/* .title */
@media (max-width: 567px) {
  .title {
    top: 80em;
    left: 30em;
    width: 100%;
    transform: none;
  }
}

/* .line */
.line {
  margin-bottom: 55em;
}

/* .line__btn */
.line__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15em;
  width: 610em;
  height: 66em;
  border-radius: 33px;
  background-color: #06c755;
  color: #fff;
}
@media (max-width: 1440px) {
  .line__btn {
    width: 446em;
    height: 66em;
  }
}
@media (max-width: 567px) {
  .line__btn {
    width: 100%;
    height: 75em;
    border-radius: 16px;
  }
}

/* .line__btn 内の img */
.line__btn img {
  display: block;
  margin-right: 44em;
  width: 44em;
}
@media (max-width: 567px) {
  .line__btn img {
    margin-right: 10em;
    width: 33em;
  }
}

/* .line__btn 内の span */
.line__btn span {
  display: inline-block;
  font-weight: 700;
  font-size: 28em;
}
@media (max-width: 567px) {
  .line__btn span {
    font-size: 24em;
  }
}

/* .line > p */
.line > p {
  color: #d51414;
  text-align: center;
  font-weight: 700;
  font-size: 16em;
}
@media (max-width: 1440px) {
  .line > p {
    font-size: 14em;
  }
}
@media (max-width: 567px) {
  .line > p {
    font-size: 16em;
    line-height: 1.5;
  }
}

/* .content__title 内の h2 */
.content__title h2 {
  margin-bottom: 0.8em;
  font-weight: 700;
  font-size: 22em;
}
@media (max-width: 1440px) {
  .content__title h2 {
    font-size: 20em;
  }
}
@media (max-width: 567px) {
  .content__title h2 {
    font-size: 18em;
  }
}

/* .content .items */
.content .items {
  display: flex;
  background-color: #f5f5f5;
}
@media (max-width: 567px) {
  .content .items {
    flex-direction: column;
  }
}

/* .content .items .item */
.content .items .item {
  padding: 50em;
  width: calc(100% / 3);
}
@media (max-width: 567px) {
  .content .items .item {
    padding: 45em 25em;
    width: 100%;
  }
}

/* .content .items .item__top */
.content .items .item__top {
  font-weight: 700;
  font-size: 28em;
}

/* .content .items .item__bottom p */
.content .items .item__bottom p {
  margin-top: 0.7em;
  font-weight: 700;
  font-size: 18em;
  line-height: 2;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
  thanks end
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
