/* --------------------------------------------------------
-----------------------------------------------------------
 index
-----------------------------------------------------------
----------------------------------------------------------- */
.p-global-page-body .link-text {
  color: var(--color-link);
  text-decoration: underline;
}

@media screen and (min-width: 520px) {
  .p-global-page-body .link-text:hover {
    text-decoration: none;
  }
}
.p-section {
  background: #FFF;
  padding: 1.8rem 1.5rem 2rem;
  border-radius: 0.6rem;
  margin-bottom: 5rem;
}

.p-section + .p-section {
  margin-top: 4.5rem;
}

.p-section__title {
  font-family: var(--font-family02);
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 0.85rem;
  border-left: 2px solid;
  padding: 0.4rem 0 0.4rem 0.7rem;
}

.p-section__button {
  text-align: center;
  margin-top: 1rem;
}

.p-section__button a {
  color: var(--color06);
  padding: 0.9rem 2.5rem 0.9rem 2rem;
  border-radius: 100px;
  font-size: 1.3rem;
  display: block;
  width: 23rem;
  margin: 0 auto;
  border: 0.1rem solid #968d86;
  font-weight: bold;
  position: relative;
}
.p-section__button a::before {
  background: var(--color06);
  content: "";
  position: absolute;
  -webkit-mask-image: url(/img/icon-arrow01.svg);
  mask-image: url(/img/icon-arrow01.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  width: 1.86rem;
  height: 1.86rem;
  right: 1.2rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.p-section__note,
.head-txt__note {
  color: var(--color-text-sub);
  text-indent: -1em;
  margin: 1rem 0 0 1em;
  font-size: 1.2rem;
  line-height: 1.45;
}

.select-block .block-title {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.45;
  margin-bottom: 1.5rem;
  text-align: center;
}

.select-block ul li + li {
  margin-top: 1.2rem;
}

.select-block ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
  line-height: 1.45;
  border-radius: 0.7rem;
  padding: 1.4rem 3.3rem 1.4rem 1rem;
  border: 0.1rem solid #968d86;
  min-height: 4.8rem;
}
.select-block ul li a::before {
  background: #4C392F;
  content: "";
  position: absolute;
  -webkit-mask-image: url(/img/icon-arrow01.svg);
  mask-image: url(/img/icon-arrow01.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  width: 1.86rem;
  height: 1.86rem;
  right: 1.2rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.select-block ul li a .main {
  font-size: 1.6rem;
  font-weight: bold;
}

.select-block ul li a .sub {
  font-size: 1.2rem;
  line-height: 1.35;
  margin-top: 0.6rem;
}