@charset "UTF-8";
/* ===============================
   Campaign & LP Specific Designs
   =============================== */
:root {
  --main-color: #52b132;
  --accent-color: #eb5505;
  --cta-color: #edff00;
  --cta-text-color: #333;
  --text-color: #333;
  --bg-gray: #f9f9f9;
  --img-path: "https://03plus.ico.bz/webtest/image/freeelp_img/";
}

.p-hanko-03plus-heading-step {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .p-hanko-03plus-heading-step {
    font-size: 1.6rem;
    padding-right: 25px;
    text-indent: -48px;
    padding-left: 48px;
  }
}
.p-hanko-03plus-heading-step::before {
  content: "";
  margin-right: 0.5em;
  width: 40px;
  height: 39px;
  background: url(../images/freeelp/icon-point01.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: -4px;
}
.p-hanko-03plus-heading-step.-point02::before {
  content: "";
  background: url(../images/freeelp/icon-point02.svg) no-repeat;
  background-size: cover;
  width: 39px;
  height: 39px;
}
.p-hanko-03plus-heading-step.-point03::before {
  content: "";
  background: url(../images/freeelp/icon-point03.svg) no-repeat;
  background-size: cover;
  width: 40px;
  height: 39px;
}

.p-hanko-03plus-accordion {
  background: #fff;
}

/* ===============================
     Hero Section
     =============================== */
.p-hanko-03plus-hero {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
}
.p-hanko-03plus-hero__logo-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.p-hanko-03plus-hero__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}
@media only screen and (max-width: 768px) {
  .p-hanko-03plus-hero__wrap {
    flex-direction: column;
  }
}
.p-hanko-03plus-hero__ttl {
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-hanko-03plus-hero__ttl {
    font-size: 2.7rem;
  }
}
.p-hanko-03plus-hero__fukidashi {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #000;
}
.p-hanko-03plus-hero__fukidashi::after {
  content: "";
  background: url(../images/freeelp/after-fukidashi.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-top: 5%;
}
.p-hanko-03plus-hero__logo-img {
  width: auto;
  height: 40px;
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-hanko-03plus-hero__logo-img.-freee {
  height: 50px;
}
.p-hanko-03plus-hero__logo-img.-white {
  background-color: #999;
  padding: 5px 10px;
  border-radius: 4px;
  width: 100px;
  height: auto;
}
@media only screen and (min-width: 769px) {
  .p-hanko-03plus-hero__sub-container {
    flex: 0 0 332px;
  }
}
@media only screen and (max-width: 768px) {
  .p-hanko-03plus-hero__sub-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }
}

/* ===============================
     03plusなら！
     =============================== */
.p-hanko-03plus-if__list {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .p-hanko-03plus-if__list {
    flex-direction: column;
  }
}
.p-hanko-03plus-if__item {
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 769px) {
  .p-hanko-03plus-if__item {
    flex: 0 0 calc((100% - 60px) / 3);
  }
}
@media only screen and (max-width: 768px) {
  .p-hanko-03plus-if__item {
    padding: 20px;
  }
}
.p-hanko-03plus-if__sub {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-hanko-03plus-if__sub {
    font-size: 2rem;
  }
}
.p-hanko-03plus-if__txt {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.p-hanko-03plus-if__info {
  font-size: 1rem;
  display: inline-block;
}
.p-hanko-03plus-if__thum {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
}
.p-hanko-03plus-if__thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 2px solid #000;
  border-radius: 10px;
}

/* ===============================
     Feature Cards
     =============================== */
.p-hanko-03plus-feature-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  text-align: center;
}
.p-hanko-03plus-feature-card__img {
  height: 80px;
  width: auto;
  margin: 0 auto 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-hanko-03plus-feature-card__text {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

/* ===============================
     Area Section
     =============================== */
/* ===============================
     Pricing Table
     =============================== */
.p-hanko-03plus-price-table th {
  padding: 1.5em;
  text-align: left;
  font-weight: 700;
}
.p-hanko-03plus-price-table td {
  text-align: left;
  padding: 1.5em;
}

.p-price-value {
  font-size: 16px;
  font-weight: normal;
  color: var(--text-color);
}

.p-hanko-03plus-need__ttl {
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-hanko-03plus-need__ttl {
    font-size: 2.3rem;
  }
}

/* ===============================
     eKYC Section
     =============================== */
.p-hanko-03plus-ekyc-img-center {
  display: block;
  margin: 20px auto;
  max-width: 600px;
  width: 80%;
  height: auto;
}
.p-hanko-03plus-ekyc-split {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-hanko-03plus-ekyc-split {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .p-hanko-03plus-ekyc-left {
    flex: 0 0 500px;
  }
}
@media only screen and (min-width: 769px) {
  .p-hanko-03plus-ekyc-right {
    flex: 0 0 400px;
  }
}
.p-hanko-03plus-ekyc-step-vertical {
  padding-left: 20px;
}
.p-hanko-03plus-ekyc-step-vertical li {
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1em;
}

/* ===============================
     About Section
     =============================== */
.p-hanko-03plus-about__wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-hanko-03plus-about__wrap {
    flex-direction: column;
  }
}
.p-hanko-03plus-about__thum {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .p-hanko-03plus-about__thum {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .p-hanko-03plus-about__right {
    flex: 0 0 400px;
  }
}

.p-hanko-03plus-about-step__wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-hanko-03plus-about-step__wrap {
    flex-direction: column;
  }
}
.p-hanko-03plus-about-step__thum {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .p-hanko-03plus-about-step__thum {
    flex: 0 0 400px;
  }
}
.p-hanko-03plus-about-step__attention {
  font-size: 1.4rem;
}

/* ===============================
     Points Section
     =============================== */
.p-point-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
  border: 1px solid #eee;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.p-point-ttl {
  font-size: 1.4rem;
  color: var(--main-color);
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--main-color);
  display: inline-block;
  padding-bottom: 5px;
}
.p-point-content {
  display: flex;
  align-items: center;
  gap: 30px;
}
.p-point-text-area {
  flex: 1;
  text-align: left;
}
.p-point-img-area {
  flex: 1;
  text-align: center;
}
.p-point-img-area img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ===============================
     Btn Order Area
     =============================== */
.c-btn-order-area__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.c-btn-order-area__ttl::before, .c-btn-order-area__ttl::after {
  flex-shrink: 0;
}

/* ===============================
     Contact
     =============================== */
.p-hanko-03plus-contact__link {
  color: var(--main-color);
  text-decoration: underline;
  font-weight: bold;
}
.p-hanko-03plus-contact-box {
  max-width: 478px;
}
.p-hanko-03plus-contact-box__content {
  padding: 38px 40px 22px;
}
@media only screen and (max-width: 768px) {
  .p-hanko-03plus-contact-box__content {
    padding: 20px;
  }
}

/* ===============================
     CV
     =============================== */
.p-hanko-03plus-cv__txt {
  display: flex;
  gap: 1em;
  margin-bottom: 20px;
}
.p-hanko-03plus-cv__btn::before {
  width: 26px;
  height: 26px;
}

/* ===============================
     Responsive
     =============================== */
@media screen and (max-width: 768px) {
  .u-font-main-copy {
    font-size: 24px !important;
  }
  .u-font-sub-copy, .u-font-heading {
    font-size: 20px !important;
  }
  .p-hero__sub-container {
    flex-direction: column;
  }
  .p-area-map {
    width: 100% !important;
  }
  .p-ekyc-split {
    flex-direction: column;
  }
  .p-price-table th,
  .p-price-table td {
    display: block;
    width: 100%;
  }
  .p-price-table th {
    border-bottom: none;
    background: #f0f9eb;
  }
}/*# sourceMappingURL=hankooukoku.css.map */