@charset "UTF-8";

.c-contractContentsForm {
  margin-top: 36px;
}

.c-contractContentsForm__heading--invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.c-contractContentsForm__item:not(:first-child) {
  margin-top: 60px;
}

.c-contractContentsForm__itemHeading {
  padding: 24px 32px;
  background: #333;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: bold;
}

.c-contractContentsForm__checkItem:nth-child(even) {
  background-color: #fafafa;
}

.c-contractContentsForm__checkItem .c-checkbox {
  display: block;
}

.c-contractContentsForm__checkItem .c-checkbox__label {
  width: 100%;
  padding: 24px 32px;
  cursor: pointer;
}

.c-checkbox__checkbox:disabled + .c-checkbox__label {
  cursor: default;
}

.c-contractContentsForm__checkItem .c-checkbox__check {
  position: inherit;
  margin-top: 0;
  top: 0;
}

.c-contractContentsForm__item--singleSelection .c-checkbox__check::before {
  border-radius: 50%;
}

.c-contractContentsForm__checkItem .c-checkbox__text {
  margin-left: 32px;
}

@media only screen and (max-width: 768px) {
  .c-contractContentsForm__itemHeading {
    padding: 20px 16px;
    font-size: 1.6rem;
  }
}

.c-benefitList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 20px;
  margin-top: 30px;
}

.c-benefitList:empty {
  min-height: 600px;
}

.c-benefitList--error {
  grid-template-columns: 1fr;
  height: 300px;
}

.c-benefitList__link,
.c-benefitList__link--blank {
  display: grid;
  grid-template: 
    "appealImage appealText" 1fr
    "appealImage appealNotice" auto
    / auto 1fr;
  gap: 0 20px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 28px;
  text-decoration: none;
}

.c-benefitList__image {
  grid-area: appealImage;
  max-width: 100%;
  height: auto;
}

.c-benefitList__text {
  grid-area: appealText;
  text-decoration: underline;
}

.c-benefitList__link--blank .c-benefitList__text::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 8px;
  background: url(/st/common/images/icon-link-blue.svg) no-repeat center center;
  background-size: cover;
}

.c-benefitList__notice {
  grid-area: appealNotice;
}

.c-benefitList__notice li {
  text-decoration: none;
  color: #757575;
  font-size: 1.3rem;
  line-height: 1.4;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-benefitList__notice li::before {
    content: "\203B";
    width: 1em;
    height: 1em;
    margin-right: 4px;
}

.c-benefitList__error {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .c-benefitList {
    grid-template-columns: repeat(1, 1fr);
  }

  .c-benefitList__link,
  .c-benefitList__link--blank {
    padding: 20px 16px;
    column-gap: 12px;
  }

  .c-benefitList__text {
    font-size: 1.4rem;
  }

  .c-benefitList__notice {
    margin-top: 12px;
  }
  
  .c-benefitList .c-btn {
    padding: 0 12px;
  }

  .c-benefitList__error {
    min-height: 253px;
  }
}

.p-confirmationModal02-title {
  line-height: 1.6;
  padding: 24px 0;
}

.p-contactInformation {
  margin-top: 24px;
}

.p-contactInformation__title {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-contactInformation__address {
  margin-top: 12px;
}

.p-contactInformation__addressLink {
  display: grid;
  grid-template-columns: 33px 1fr auto;
  align-items: center;
  background-color: #fff;
  border-radius: 32px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  color: #333;
  cursor: default;
  font-size: 3.4rem;
  font-weight: bold;
  min-height: 64px;
  padding: 4px 30px;
  pointer-events: none;
  text-decoration: none;
}

.p-contactInformation--other .p-contactInformation__addressLink {
  color: #666;
  font-size: 2.4rem;
}

.p-contactInformation__addressLink::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 32px;
  background: url("/st/common/images/icon-mobile.svg") no-repeat center;
  background-size: contain;
}

.p-contactInformation--other .p-contactInformation__addressLink::before {
  width: 32px;
  height: 32px;
  background: url("/st/common/images/icon-phone.svg") no-repeat center;
}

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

.p-contactInformation__addressText {
  font-size: 3rem;
}

.p-contactInformation--other .p-contactInformation__addressText {
  font-size: 2rem;
}

.p-contactInformation__addressNotice {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 8px;
}


@media only screen and (max-width: 768px) {
  .p-contactInformation {
    margin-top: 16px;
  }

  .p-contactInformation__address {
    margin-top: 8px;
  }

  .p-contactInformation__addressLink {
    background-color: #ebebeb;
    border-radius: 30px;
    box-shadow: none;
    font-size: 2.2rem;
    min-height: 60px;
    padding: 4px 20px;
    pointer-events: auto;
  }

  .p-contactInformation--other .p-contactInformation__addressLink,
  .p-contactInformation--other .p-contactInformation__addressText {
    font-size: 1.4rem;
  }

  .p-contactInformation__addressLink::before,
  .p-contactInformation--other .p-contactInformation__addressLink::before {
    width: 21px;
    height: 21px;
  }

  .p-contactInformation__addressText {
    font-size: 2.2rem;
  }

  .p-contactInformation__addressNotice {
    font-size: 1.3rem;
  }
}

.p-modal[aria-hidden="true"] {
  display: none;
}

.p-modal__wrapper {
  overflow: hidden auto;
}

.p-modal__close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.mfp-close-btn-in .p-modal__close {
  color: #333;
  position: absolute;
  top: -70px;
  right: 0;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #fff;
  font-size: 0;
}

.mfp-close-btn-in .p-modal__close::before,
.mfp-close-btn-in .p-modal__close::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -16px;
  transform: rotate(45deg);
}

.mfp-close-btn-in .p-modal__close::before {
  transform: rotate(45deg);
}

.mfp-close-btn-in .p-modal__close::after {
  transform: rotate(-45deg);
}

.p-benefits__appealContents {
  display: grid;
  gap: 80px;
  margin-top: 24px;
}
.p-benefits__appealHeader {
  border-bottom: 3px solid #ccc;
  position: relative;
  margin: 48px auto;
}

.p-benefits__appealHeader::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 3px solid #CC0033;
  width: 100px;
  max-width: 50%;
}
.p-benefits__appealHeading {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  padding-left: 12px;
}
.p-benefits__appealHeadingImage {
  margin-left: 16px;
}
.p-benefits__appealItems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 20px;
  margin-top: 30px;
}

.p-benefits__appealLink {
  display: grid;
  grid-template: 
    "appealImage appealText"
    "appealImage appealNotice"
    "appealImage appealLabels" 1fr / auto 1fr;
  gap: 0 20px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 28px;
  text-decoration: none;
}

.p-benefits__appealImage {
  grid-area: appealImage;
  height: auto;
}

.p-benefits__appealText {
  grid-area: appealText;
  text-decoration: underline;
}

.p-benefits__appealLink--blank .p-benefits__appealText::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 8px;
  background: url(../images/icon-link-blue.svg) no-repeat center center;
  background-size: cover;
}

.p-benefits__appealNotice {
  grid-area: appealNotice;
  color: #757575;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 12px;
}

.p-benefits__appealNoticeItem {
  display: flex;
}

.p-benefits__appealNoticeItem:not(:first-child) {
  margin-top: 4px;
}

.p-benefits__appealNoticeItem::before {
  content: "\203B";
  width: 1em;
  height: 1em;
  margin-right: 4px;
}

.p-benefits__appealLabels {
  grid-area: appealLabels;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-self: flex-start;
  margin-top: 12px;
}


@media only screen and (max-width: 768px) {
  .p-benefits__appealContents {
    gap: 40px;
  }
  .p-benefits__appealHeading {
    justify-content: space-between;
    font-size: 2rem;
    line-height: 1.6;
  }
  .p-benefits__appealHeadingImage {
    width: 80px;
    height: auto;
  }
  .p-benefits__appealItems {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-benefits__appealLink {
    column-gap: 12px;
  }
  .p-benefits__appealImage {
    width: 60px;
    max-width: 100%;
  }
  .p-benefits__appealText {
    font-size: 1.4rem;
  }
}

/* accordion - project
-------------------------------*/
.p-accordion {
  width: 100%;
}
.p-accordion__ttl {
  width: 100%;
  border-bottom: 2px solid #000;
  padding: 24px 40px;
  padding-right: 100px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-accordion__ttl {
    padding: 5.4545454545% 11.3636363636% 5.4545454545% 4.5454545455%;
  }
}
.p-accordion__ttl p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3333333333;
}
.p-accordion__icon {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  right: 42px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .p-accordion__icon {
    width: 100%;
    width: 3.6363636364%;
    height: auto;
    aspect-ratio: 1/1;
    right: 4.5454545455%;
  }
}
.isOpen .p-accordion__icon {
  transform: rotate(90deg);
}
.isOpen .p-accordion__icon::before {
  opacity: 0;
}
.p-accordion__icon::before, .p-accordion__icon::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  inset: 0;
  margin: auto;
  transform-origin: center;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .p-accordion__icon::before, .p-accordion__icon::after {
    height: 2px;
  }
}
.p-accordion__icon::before {
  opacity: 1;
  transition: 0.5s;
}
.p-accordion__icon::after {
  transform: rotate(-90deg);
}
.p-accordion__content {
  display: none;
}
.p-accordion__content__inner {
  padding: 24px 38px 32px;
}
@media screen and (max-width: 768px) {
  .p-accordion__content {
    padding: 5.4545454545% 0 7.2727272727%;
  }
  .p-accordion__content__inner {
    padding: 24px 0 32px;
  }
}

.p-flexbox__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 32px;
}
@media screen and (max-width: 768px) {
  .p-flexbox__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px 0 0;
}
}

/* 金融サービス */
.p-benefits__appealInner .c-staticCardStyle02__2col {
  width: 100%;
}
.p-benefits__appealInner .p-staticIconInfoBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100px;
}
.p-benefits__appealInner .p-staticIconInfoBox .sec01_txt {
    width: 240px;
}
.p-benefits__appealInner .c-staticCardStyle02__anchor a {
    text-decoration: none;
    display: block;
    padding: 16px 16px 16px 32px;
    border-radius: 58px;
    color: #333333;
    position: relative;
    height: auto;
}
.p-benefits__appealInner .c-staticCardStyle02__anchor a::after {
    content: "";
    position: absolute;
    background-image: url(../images/static_icon_anchor_black.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    right: 30px;
    top: 50%;
    bottom: auto;
    left: auto;
    transform: translate(0, -50%) rotate(-90deg);
    margin: auto;
}
@media screen and (max-width: 768px) {
  .p-benefits__appealInner .c-staticCardStyle02__2col {
    display: flex;
    flex-wrap: wrap;
  }
  .p-benefits__appealInner .c-staticCardStyle02__2col li {
    border-radius: 10px;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    width: 50%;
  }
  .p-benefits__appealInner .p-staticIconInfoBox {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .p-benefits__appealInner .c-staticCardStyle02__anchor a {
    height: 220px;
    padding: 10px;
  }
  .p-benefits__appealInner .c-staticCardStyle02__anchor a::after {
    content:none;
  }
  .p-benefits__appealInner .c-staticCardStyle02__anchor a::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 50%;
    bottom: 5px;
    transform: translate(-50%, 0);
    margin: auto;
    background-image: url(../images/static_icon_anchor_black.png);
    background-repeat: no-repeat;
    background-size: cover;

  }
  .p-benefits__appealInner .p-staticIconInfoBox .sec01_txt {
    width: 100%;
  }
  .c-staticCardStyle02__txt02 {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-top: 5%;
  }
  .sp_txt02 .c-staticCardStyle02__txt {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}

/* p-caution:start */
.p-caution {
  max-width: 900px;
  margin: auto;
}
.p-caution a {
  color: #0044CC;
}
.p-caution__container {
  padding-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .p-caution__container {
    padding-bottom: 6.6666666667vw;
  }
}
.p-caution__heading {
  position: relative;
  padding-top: 13px;
  padding-bottom: 10px;
  border-top: 2px solid #4F4F50;
  background-color: #4F4F50;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-caution__heading {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.p-caution__heading__icon {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  right: 42px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
}
.isOpen .p-caution__heading__icon {
  transform: rotate(90deg);
}
.isOpen .p-caution__heading__icon::before {
  opacity: 0;
}
.p-caution__heading__icon::before, .p-caution__heading__icon::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  inset: 0;
  margin: auto;
  transform-origin: center;
  background-color: #fff;
}
.p-caution__heading__icon::before {
  opacity: 1;
  transition: 0.5s;
}
.p-caution__heading__icon::after {
  transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .p-caution__heading__icon {
    width: 100%;
    width: 3.6363636364%;
    height: auto;
    aspect-ratio: 1/1;
    right: 4.5454545455%;
  }
  .p-caution__heading__icon::before, .p-accordion__icon::after {
    height: 2px;
  }
}

.p-caution__contents {
  display: none;
  padding-top: 32px;
  padding-left: 52px;
  padding-right: 52px;
  padding-bottom: 24px;
  border: 2px solid #4F4F50;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-caution__contents {
    padding-top: 32px;
    padding-bottom: 12px;
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media screen and (max-width: 480px) {
  .p-caution__contents {
    padding-top: 6.6666666667vw;
    padding-bottom: 2.5vw;
    padding-left: 3.5416666667vw;
    padding-right: 3.5416666667vw;
  }
}
.p-caution__list {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-caution__list {
    font-size: 1.6rem;
    width: 100%;
    line-height: 1.3461538462;
  }
}
.p-caution__list li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.p-caution li.p-caution__listitem--short {
  display: block;
}
.p-caution__listitem-ttl {
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  background-color: #656565;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-caution__listitem-ttl {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    line-height: 1.4;
  }
}
@media screen and (max-width: 480px) {
  .p-caution__listitem-ttl {
    padding-left: 1.6666666667vw;
    padding-right: 1.6666666667vw;
  }
}
.p-caution__listitem-ttl--gray {
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  background-color: #DDDDDD;
  font-size: 1.6rem;
  font-weight: 500;
  color: #504F4F;
}
@media screen and (max-width: 768px) {
  .p-caution__listitem-ttl--gray {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    line-height: 1.4;
  }
}
@media screen and (max-width: 480px) {
  .p-caution__listitem-ttl--gray {
    padding-left: 1.6666666667vw;
    padding-right: 1.6666666667vw;
  }
}
.p-caution__num {
  display: inline-block;
  margin-right: 0.5em;
}
.p-caution__sublist-ttl {
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #999999;
  font-size: 1.6rem;
  color: #504F4F;
}
@media screen and (max-width: 768px) {
  .p-caution__sublist-ttl {
    line-height: 1.2222222222;
  }
}
@media screen and (max-width: 480px) {
  .p-caution__sublist-ttl {
    padding-left: 1.6666666667vw;
    padding-right: 1.6666666667vw;
  }
}
.p-caution__sublist-data {
  margin-bottom: 20px;
}
.p-caution__sub-datalist-ttl {
  margin-bottom: 3px;
  padding-bottom: 2px;
  border-bottom: 1px solid #707070;
}
.p-caution__numicon {
  display: inline-block;
  width: 3rem;
}
.p-caution__doticon {
  display: inline-block;
  padding-left: 4px;
  width: 21px;
}
@media screen and (max-width: 768px) {
  .p-caution__doticon {
    width: 24px;
  }
}
.p-caution__staricon {
  display: inline-block;
  width: 21px;
}
@media screen and (max-width: 768px) {
  .p-caution__staricon {
    width: 24px;
  }
}
.p-caution__text {
  flex: 1;
}
.p-caution__sub-datalist-txt {
  margin-bottom: 10px;
}
.p-caution__sub-datalist-txt:last-of-type {
  margin-bottom: 20px;
}
.p-caution__sub-datalist-link {
  display: block;
}
.p-caution__text-listbox {
  flex: 1;
}
.p-caution__inner-note {
  display: inline-block;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.p-caution__innerlink {
  padding-top: 20px;
}
.p-caution__funding-list {
  padding-left: 21px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-caution__funding-list {
    padding-left: 24px;
  }
}
.p-caution__funding-txt {
  line-height: 1.5;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.p-caution .p-caution__wrap {
  flex-wrap: wrap;
}

.p-btnList {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-btnList {
    display: block;
  }
}
.p-examplePoint {
  display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-template-areas:
		"areaA areaB"
		"areaA areaC";
  gap: 12px;
  margin-bottom: 36px;
}
.p-examplePoint .p-examplePoint__title {
  text-align: center;
  border: 2px solid #c00000;
  color: #c00000;
  font-weight: bold;
  padding: 1rem;
  font-size: 2rem;
  grid-area: areaA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-examplePoint .p-examplePoint__point {
  background-color: #c00000;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.p-examplePoint .p-examplePoint__point.-point1 {
  grid-area: areaB;
}
.p-examplePoint .p-examplePoint__point.-point2 {
  grid-area: areaC;
}
@media screen and (max-width: 768px) {
  .p-examplePoint .p-examplePoint__title {
    font-size: 1.4rem;
    padding: 12px 6px;
  }
  .p-examplePoint .p-examplePoint__point {
    font-size: 1.6rem;
  }
}
/* 20251111追加
--------------------------------------------------------- */
.p-contactInformation__addressLink--noIcon {
  display: flex;
  justify-content: center;
  pointer-events: initial;
  cursor: pointer;
}
.p-contactInformation__addressLink--noIcon::before {
  display: none;
}
.p-contactInformation--other .p-contactInformation__addressLink--noIcon {
  display: flex;
  justify-content: center;
  pointer-events: initial;
  cursor: pointer;
}
.p-contactInformation--other .p-contactInformation__addressLink--noIcon::before {
  display: none;
}
.p-table01 tbody tr.btnColumnOnlySp {
  display: none;
}
.p-table01 tbody tr.btnColumnOnlySp td {
  width: 100% !important;
  background: #fafafa;
}
@media screen and (max-width: 768px) {
  .p-table01 .sp-n-bd {
    border-bottom: none !important;
  }
  .p-table01 .sp-bd {
    border-bottom: 2px solid #EBEBEB !important;
  }
  .p-table01 tbody tr.btnColumnOnlySp {
    display: table-row;
  }
}
.c-btn1Col.p-btnCol {
  width: 446px;
}
@media screen and (max-width: 768px) {
 .c-btn1Col.p-btnCol {
    max-width: 450px;
    width: 100%;
  } 
}
[data-pattern]{
  display: none;
}
.p-table05 th[data-pattern],
.p-table05 td[data-pattern] {
  width: calc((1200px - 200px) / 2);
}
@media only screen and (max-width: 768px) {
  .p-table05 th[data-pattern],
  .p-table05 td[data-pattern] {
    width: calc((100% - 150px) / 2);
  }
}
.p-aboutDcard__appealItem--heightAdjust {
  height: 166px;
}
@media only screen and (max-width: 768px) {
  .p-aboutDcard__appealItem--heightAdjust {
    height: auto;
  }
}
.p-link-box {
  position: relative;
  container-type: inline-size;
}
.p-link-box a {
  display: block;
  position: absolute;
  z-index: 1;
}
.link-02 {
  top: 93.47%;
  left: 24.2%;
  height: 6.19%;
  width: 4.5%;
}
@media only screen and (max-width: 768px) {
  .link-02 {
    top: 93.47%;
    left: 28.2%;
    height: 6.19%;
    width: 9.5%;
  }
}