.secTitle .ttlCaption {
  color: #808080;
  font-weight: 900;
  line-height: 1;
}
.secTitle .ttlMain {
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .secTitle .ttlCaption {
    font-size: 13px;
    padding: 0 0 8px 0;
  }
  .secTitle .ttlMain {
    font-size: clamp(14px, 5.13vw, 20px);
  }
}
@media print, screen and (min-width: 768px) {
  .secTitle .ttlCaption {
    font-size: clamp(14px, 1.39vw, 20px);
    padding: 0 0 16px 0;
  }
  .secTitle .ttlMain {
    font-size: clamp(20px, 2.36vw, 34px);
  }
}
.secPageTop .pnkzArea {
  text-align: right;
}
.secPageTop .pnkzArea a.pnkzList {
  color: #000000;
  font-weight: 500;
}
.secPageTop .pnkzArea span.pnkzList {
  color: #808080;
  font-weight: 500;
}
.secPageTop .pageTitleWrap .entryBtnCol .entryBtn {
  background: #F6FF7E;
  border: solid 1px #000000;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 12px;
}
.secPageTop .pageTitleWrap .entryBtnCol .entryBtn .text {
  font-weight: bold;
  font-size: 14px;
}
.secPageTop .pageTitleWrap .entryBtnCol .entryBtn .arrow {
  background: url(../../shared/images/btn_arrow_black_right.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 14/10;
  width: 14px;
}

@media only screen and (max-width: 767px) {
  .secPageTop {
    padding: 100px 0 0 0;
  }
  .secPageTop .pnkzArea {
    font-size: 11px;
  }
  .secPageTop .pageTopImg {
    padding: 6px 0 0 0;
    width: 100vw;
    margin-left: calc((min(92.4vw, 390px) - 100vw) / 2);
  }
  .secPageTop .pageTitleWrap {
    display: flex;
    justify-content: space-between;
    padding: 32px 0 54px 0;
  }
  .secPageTop .pageTitleWrap .commonTitleArea {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: calc(100% - 130px);
  }
  .secPageTop .pageTitleWrap .entryBtnCol {
    width: 125px;
    padding: 24px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secPageTop {
    padding: 120px 0 0 0;
  }
  .secPageTop .pageTopImg {
    padding: 20px 0 0 0;
  }
  .secPageTop .pageTitleWrap {
    display: flex;
    justify-content: space-between;
    padding: 70px 0 40px 0;
  }
  .secPageTop .pageTitleWrap .commonTitleArea {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: calc(100% - 140px);
  }
  .secPageTop .pageTitleWrap .entryBtnCol {
    width: 125px;
    padding: 24px 0 0 0;
  }
}
.secAnchor {
  display: flex;
  flex-wrap: wrap;
}
.secAnchor .anchorLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #D1D1D1;
}
.secAnchor .anchorLink .text {
  color: #808080;
  font-weight: bold;
}
.secAnchor .anchorLink .arrow {
  background: url(../../shared/images/arrow_black_under.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}

@media only screen and (max-width: 767px) {
  .secAnchor {
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 4px;
    padding: 0 0 40px 0;
  }
  .secAnchor .anchorLink {
    width: 49%;
    padding: 6px 0;
  }
  .secAnchor .anchorLink .text {
    width: calc(100% - 20px);
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secAnchor .anchorLink .arrow {
    width: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .secAnchor {
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 14px;
    padding: 0 0 80px 0;
  }
  .secAnchor .anchorLink {
    width: clamp(200px, 24%, 260px);
    padding: 12px 0;
  }
  .secAnchor .anchorLink .text {
    width: calc(100% - 32px);
    font-size: clamp(14px, 1.25vw, 18px);
  }
  .secAnchor .anchorLink .arrow {
    width: 25px;
  }
}
.secConcept .conceptCaption {
  font-weight: 500;
}
.secConcept .conceptCaption .strong {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .secConcept {
    padding: 0 0 38px 0;
  }
  .secConcept .conceptCaption {
    padding: 24px 0 40px 0;
    line-height: 1.8;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .secConcept {
    padding: 0 0 64px 0;
  }
  .secConcept .conceptCaption {
    padding: 28px 0 40px 0;
    line-height: 1.8;
    font-size: clamp(14px, 1.04vw, 15px);
  }
}
.secDetail .detailArea .dataCol .dataItem {
  border-bottom: solid 1px #d1d1d1;
}
.secDetail .detailArea .dataCol .dataItem .itemTitle {
  font-weight: bold;
}
.secDetail .detailArea .dataCol .dataItem .itemDetail {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .secDetail {
    padding: 0 0 38px 0;
  }
  .secDetail .detailArea {
    padding: 42px 0 0 0;
  }
  .secDetail .detailArea .imgCol {
    padding: 0 0 24px 0;
  }
  .secDetail .detailArea .dataCol .dataItem {
    padding: 12px 0 12px 0;
  }
  .secDetail .detailArea .dataCol .dataItem .itemTitle {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 5px;
  }
  .secDetail .detailArea .dataCol .dataItem .itemDetail {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 768px) {
  .secDetail {
    padding: 0 0 106px 0;
  }
  .secDetail .detailArea {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 64px 0 0 0;
  }
  .secDetail .detailArea .imgCol {
    width: min(36%, 360px);
  }
  .secDetail .detailArea .imgCol img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .secDetail .detailArea .dataCol {
    width: min(63%, 640px);
  }
  .secDetail .detailArea .dataCol .dataItem {
    padding: 16px 0 16px 0;
  }
  .secDetail .detailArea .dataCol .dataItem .itemTitle {
    font-size: clamp(14px, 1.39vw, 20px);
    padding: 0 0 5px;
  }
  .secDetail .detailArea .dataCol .dataItem .itemDetail {
    font-size: clamp(14px, 1.04vw, 15px);
  }
  .secDetail .detailArea .dataCol .dataItem:first-of-type {
    padding-top: 0;
  }
}
.bottomArea .bottomTitle {
  text-align: center;
  font-weight: bold;
}
.bottomArea .bottomCaption {
  text-align: center;
}
.bottomArea .bottomImg {
  text-align: center;
}
.bottomArea .bottomBtn {
  background: #F6FF7E;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 40px;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px #000000;
}
.bottomArea .bottomBtn .text {
  color: #000000;
  font-weight: bold;
}
.bottomArea .bottomBtn .arrow {
  background: url(../../shared/images/btn_arrow_black_right.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 15/8;
}

@media only screen and (max-width: 767px) {
  .bottomArea .bottomTitle {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 2px 0;
  }
  .bottomArea .bottomCaption {
    font-size: 12px;
    padding: 0 0 20px 0;
  }
  .bottomArea .bottomImg {
    padding: 0 0 20px 0;
    width: min(70%, 161px);
    margin: 0 auto;
  }
  .bottomArea .bottomBtn {
    -moz-column-gap: min(3.5vw, 12px);
         column-gap: min(3.5vw, 12px);
    padding: 10px 20px;
  }
  .bottomArea .bottomBtn .text {
    font-size: clamp(14px, 4.1vw, 16px);
    letter-spacing: 0.02em;
  }
  .bottomArea .bottomBtn .arrow {
    width: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .bottomArea .bottomTitle {
    font-size: clamp(17px, 1.94vw, 28px);
    padding: 0 0 20px 0;
  }
  .bottomArea .bottomCaption {
    font-size: clamp(14px, 1.25vw, 18px);
    padding: 0 0 34px 0;
  }
  .bottomArea .bottomImg {
    padding: 0 0 36px 0;
  }
  .bottomArea .bottomBtn {
    -moz-column-gap: 24px;
         column-gap: 24px;
    padding: 10px 20px;
  }
  .bottomArea .bottomBtn .text {
    font-size: clamp(14px, 1.11vw, 16px);
  }
  .bottomArea .bottomBtn .arrow {
    width: 15px;
  }
}/*# sourceMappingURL=style.css.map */