@charset "UTF-8";
.items .contents {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 840px) {
  .items .contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.items .contents .items-head {
  width: 100%;
  padding-bottom: 1rem;
}
@media screen and (max-width: 840px) {
  .items .contents .items-head {
    width: 92%;
    margin: auto;
    padding-bottom: 5%;
  }
}
.items .contents .items-area .items-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 1em;
}
.items .contents .items-area .items-tabs .item-tab,
.items .contents .items-area .items-tabs .table-tab {
  width: 50%;
  border-radius: 14px 14px 0 0;
  text-align: center;
  padding: 0.6em;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  background-color: #daffe8;
  cursor: pointer;
}
.items .contents .items-area .items-tabs .item-tab.active,
.items .contents .items-area .items-tabs .table-tab.active {
  background-color: #5aae9e;
  color: #fff;
  font-size: 1.4em;
}
.items .contents .items-area .items-wrap,
.items .contents .items-area .items-table {
  display: none;
}
.items .contents .items-area .items-wrap.active,
.items .contents .items-area .items-table.active {
  display: block;
}
.items .contents .items-area .items-wrap .item-box {
  margin-bottom: 3em;
}
.items .contents .items-area .items-wrap .item-box:last-child {
  margin-bottom: 0;
}
.items .contents .items-area .items-wrap .item-box .item-head {
  border-bottom: solid 3px #5aae9e;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 840px) {
  .items .contents .items-area .items-wrap .item-box .item-head {
    padding: 1em 0;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
  }
}
.items .contents .items-area .items-wrap .item-box .item-head .item-name {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 841px) {
  .items .contents .items-area .items-wrap .item-box .item-contents {
    padding: 50px 0;
  }
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 841px) {
  .items .contents .items-area .items-wrap .item-box .item-contents .item-desc {
    font-size: 18px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 840px) {
  .items .contents .items-area .items-wrap .item-box .item-contents .item-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 4%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 840px) {
  .items .contents .items-area .items-wrap .item-box .item-contents .item-desc .item-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1em;
  }
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-desc .desc-right,
.items .contents .items-area .items-wrap .item-box .item-contents .item-desc .desc-left {
  width: 50%;
}
@media screen and (max-width: 840px) {
  .items .contents .items-area .items-wrap .item-box .item-contents .item-desc .desc-right,
  .items .contents .items-area .items-wrap .item-box .item-contents .item-desc .desc-left {
    display: contents;
  }
}
@media screen and (min-width: 841px) {
  .items .contents .items-area .items-wrap .item-box .item-contents .item-desc .desc-right {
    padding-left: 2.5em;
  }
}
@media screen and (min-width: 841px) {
  .items .contents .items-area .items-wrap .item-box .item-contents .item-desc .desc-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-desc .item-btn.cta-btn.official a {
  width: 100%;
}
@media screen and (max-width: 840px) {
  .items .contents .items-area .items-wrap .item-box .item-contents .item-desc .item-btn.cta-btn.official a {
    width: 96%;
    margin: auto;
    font-size: 1.2em;
    font-weight: bold;
  }
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-desc .item-img {
  margin-top: 2em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 840px) {
  .items .contents .items-area .items-wrap .item-box .item-contents .item-desc .item-img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
  }
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-desc .item-title {
  color: #ff9e8d;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 840px) {
  .items .contents .items-area .items-wrap .item-box .item-contents .item-desc .item-title {
    margin-bottom: 1.5em;
  }
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-desc .item-detail {
  margin-bottom: 1em;
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-desc .item-detail:last-child {
  margin-bottom: 0;
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-desc .item-detail dt {
  margin-bottom: 0.6em;
  color: #5aae9e;
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-desc .item-detail dd ul.dot {
  list-style: disc;
  margin-left: 1em;
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-desc .item-detail dd ul.dot li {
  font-size: 16px;
  margin-bottom: 0;
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-desc .item-detail dd .cmt {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 1.5rem;
  margin-left: auto;
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-spec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 0.2rem;
  margin-top: 2rem;
  margin-left: 4%;
  margin-right: 4%;
}
@media screen and (min-width: 841px) {
  .items .contents .items-area .items-wrap .item-box .item-contents .item-spec {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 840px) {
  .items .contents .items-area .items-wrap .item-box .item-contents .item-spec {
    grid-template-columns: 1fr;
  }
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-spec .spec-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #5aae9e;
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-spec .spec-item .spec-item-head {
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #f2fff7;
  border-bottom: 1px solid #5aae9e;
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-spec .spec-item .spec-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  font-size: 16px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 840px) {
  .items .contents .items-area .items-wrap .item-box .item-contents .item-article {
    margin-left: 4%;
    margin-right: 4%;
  }
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-article h2.item-article-title {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 840px) {
  .items .contents .items-area .items-wrap .item-box .item-contents .item-article h2.item-article-title {
    width: 90%;
    margin-left: 4%;
    margin-right: 4%;
  }
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-article h2.item-article-title .main-title {
  font-size: 1.5rem;
  color: #ff9e8d;
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-article h2.item-article-title .sub-title {
  font-size: 1.2rem;
  font-weight: bold;
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-article h2.item-article-title::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/icon_pin.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-article h3 {
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 840px) {
  .items .contents .items-area .items-wrap .item-box .item-contents .item-article h3 {
    width: 86%;
    margin-left: 4%;
    margin-right: 4%;
  }
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-article .cmt {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 500px;
  margin-top: 0.5rem;
  margin-left: auto;
}
@media screen and (max-width: 840px) {
  .items .contents .items-area .items-wrap .item-box .item-contents .item-article .cmt {
    width: 100%;
  }
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-article .cmt p {
  margin: 0;
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-article .item-img {
  margin: 30px 0;
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-article .item-img img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.items .contents .items-area .items-wrap .item-box .item-contents .item-article .text {
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 840px) {
  .items .contents .items-area .items-wrap .item-box .item-contents .item-article .text {
    margin-left: 0;
    margin-right: 0;
  }
}
.items .contents .items-area .items-table .items-table-wrap {
  display: grid;
  gap: 40px;
}

.content-block {
  width: 100%;
}
.content-block .content-block_title {
  margin: 0;
  padding: 5px 20px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background-color: #5aae9e;
}
.content-block .content-block_body {
  margin-top: 30px;
  padding: 0 4%;
}
.content-block .content-block_body p {
  margin-bottom: 20px;
}
.content-block .content-block_body ul.square {
  margin-left: 10px;
  margin-right: 10px;
  list-style: none;
  margin-bottom: 20px;
}
.content-block .content-block_body ul.square li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}
.content-block .content-block_body ul.square li::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #000;
  background-color: transparent;
  margin-top: 0.5em;
}
.content-block .content-block_body .image {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-block .content-block_body .image img {
  display: block;
  max-width: 100%;
}
.content-block .content-block_body .cmt {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 1.5rem;
  margin-left: auto;
}
.content-block .content-block_body .content-block__catch {
  margin-top: 2.2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #5aae9e;
}

.point {
  position: relative;
  margin-top: 2.2rem;
  padding: 1rem 1rem 0;
}
.point .point__title {
  position: absolute;
  top: 0;
  left: 2.5rem;
  width: 25%;
}
@media screen and (max-width: 840px) {
  .point .point__title {
    left: 50%;
    width: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.point .point__body {
  width: 100%;
  background-color: #f2f1f0;
  padding: 2rem 2.2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 840px) {
  .point .point__body {
    padding: 10% 1rem 1rem;
  }
}
.point .point__body .point__body-heading {
  width: 60%;
}
@media screen and (max-width: 840px) {
  .point .point__body .point__body-heading {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.point .point__body .point__body-content {
  margin-top: 20px;
}
@media screen and (max-width: 840px) {
  .point .point__body .point__body-content {
    margin-top: 10px;
  }
}
.point .point__body .point__body-content p {
  font-family: "Noto Serif JP";
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
@media screen and (max-width: 840px) {
  .point .point__body .point__body-content p {
    line-height: 1.5;
  }
}

/**アフィ文言**/
.afi-att {
  max-width: 45rem;
  width: 100%;
  margin: 1rem auto;
  text-align: center;
}

.afi-att p {
  margin: 0 0.5rem;
  font-size: 0.7rem;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .afi-att {
    text-align: left;
  }
}
/* 注釈用 */
.asterisk {
  font-size: 0.7em;
  vertical-align: top;
}

.cmt {
  margin-top: 1rem;
}

.cmt p {
  font-size: clamp(10px, 0.6em, 14px);
  line-height: 1.2;
}/*# sourceMappingURL=style.css.map */