@charset "UTF-8";
.f-reg__sec {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.f-reg__sec:not(:nth-of-type(1)) {
  margin-top: 5rem;
}
@media screen and (min-width: 900px) {
  .f-reg__sec:not(:nth-of-type(1)) {
    margin-top: 8rem;
  }
}
.f-reg__sec :where(h3) {
  font-size: 20px;
  font-size: 5.7142857143vw;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 350px) {
  .f-reg__sec :where(h3) {
    font-size: clamp(20px, 16px + 1.25vw, 24px);
  }
}
.f-reg__btn-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.4rem auto;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .f-reg__btn-1 {
    gap: 1.6rem;
  }
}
.f-reg__btn-1 a {
  width: min(80%, 245px);
}
.f-reg__btn-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 2.4rem auto;
  width: 100%;
  gap: 0.8rem;
}
@media screen and (min-width: 900px) {
  .f-reg__btn-2 {
    gap: 1.6rem;
  }
}
.f-reg__btn-2 a {
  width: min(100%, 245px);
}

.f-reg-1 {
  background-size: cover;
  background-position: 50%;
  padding: 3.2rem 4vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .f-reg-1 {
    padding: 5rem;
  }
}
.f-reg-1 :where(h3, p) {
  color: #ffffff;
  text-align: center;
}

.f-reg-2, .f-reg-3, .f-reg-4, .f-reg-5 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.f-reg-3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.f-reg-3 li {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 40px 1fr;
  gap: 1.6rem;
}
.f-reg-3 li:not(:nth-of-type(1)) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 900px) {
  .f-reg-3 li {
    gap: 2.4rem;
  }
  .f-reg-3 li:not(:nth-of-type(1)) {
    margin-top: 2.4rem;
  }
}

.f-reg-4 ul {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  padding-left: 1.6rem;
}
.f-reg-4 ul li {
  list-style: none;
  padding-left: 1.6rem;
  margin-bottom: 0.75em;
  position: relative;
}
.f-reg-4 ul li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0%;
  left: -12px;
}

.f-reg-5__btn1 {
  line-height: 2;
  padding: 1.6rem 2.4rem;
  width: min(100%, 300px) !important;
}

.f-reg-5__wrap:not(:nth-of-type(1)) {
  margin-top: 5rem;
}
.f-reg-5__wrap.f-reg-5__wrap--gy {
  padding: 2.4rem;
  background-color: #f2f2f2;
}
.f-reg-5__wrap.f-reg-5__wrap--gy p {
  text-align: center;
}

.f-fst__sub-ttl {
  font-size: 14px;
  font-size: 4vw;
  border-bottom: 1px dotted #999999;
  padding-bottom: 0.75em;
}
@media screen and (min-width: 350px) {
  .f-fst__sub-ttl {
    font-size: clamp(14px, 12px + 0.625vw, 16px);
  }
}
.f-fst__p-brand {
  margin: 2.4rem 0 1.6rem;
}

.f-fst-hero {
  max-width: 800px;
  margin: 2.4rem auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .f-fst-hero {
    margin: 3.2rem auto;
    text-align: center;
  }
}
.f-fst-hero img {
  flex: 0 0 auto;
  width: min(80%, 350px);
}
.f-fst-hero p {
  margin-top: 1.6rem;
}

.f-fst-2__sec {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  grid-template-rows: auto;
}
.f-fst-2__arti {
  border: 1px solid #cccccc;
  padding: 1.6rem 4vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
}
@media screen and (min-width: 640px) {
  .f-fst-2__arti {
    padding: 2.4rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 900px) {
  .f-fst-2__arti {
    padding: 2.4rem 3.2rem;
  }
}
.f-fst-2__arti h3 {
  font-weight: 500;
  place-content: center;
  text-align: center;
  margin: 3.2rem 0.5em 0.5em;
}
.f-fst-2__img {
  position: relative;
  margin: 2.4rem auto 0;
}
.f-fst-2__img::before {
  content: "";
  width: 6rem;
  height: 6rem;
  border: 3px solid #eb551c;
  border-radius: 50vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.f-fst-2__img img {
  display: block;
}
.f-fst-2__img.f-fst-2__img--4 img {
  transform: translateX(0.3rem);
}
.f-fst-2__txt {
  place-content: start;
  text-align: justify;
}
.f-fst-2__txt strong {
  font-size: 1.1em;
  color: #eb551c;
}
.f-fst-2__info {
  font-weight: 700;
}
.f-fst-2__ankr {
  text-align: center;
  margin-top: 1.6rem;
}
.f-fst-2__ankr a {
  width: min(100%, 225px);
}

.f-fst-3__wrap {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .f-fst-3__wrap {
    grid-template-columns: repeat(5, 1fr);
  }
}
.f-fst-3__wrap img {
  width: 100%;
  height: auto;
}

.f-fst-gift__example {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  width: min(100%, 300px);
  padding: 1.6rem;
  border: 1px solid #e6e6e6;
}
.f-fst-gift__example h3 {
  margin-top: 0;
  color: #eb551c;
}
.f-fst-gift__example img {
  border: 1px solid #e6e6e6;
}

.fs-c-specTableContainer.fs-c-specTableContainer--bank .fs-c-specTable__caption {
  background-color: rgba(126, 126, 126, 0.08);
  border: 1px solid #b2b2b2;
  padding: 0.8rem 0;
}
.fs-c-specTableContainer.fs-c-specTableContainer--bank table {
  width: min(100%, 690px);
}
.fs-c-specTableContainer.fs-c-specTableContainer--kingaku table {
  width: min(100%, 690px);
}
.fs-c-specTableContainer.fs-c-specTableContainer--kingaku thead .fs-c-specTable__headerCell {
  width: 150px;
}