@charset "shift_jis";
/* Updated 2025/11/04.T */
/*-------------------------------
font
-------------------------------*/
@font-face {
  font-family: 'Akshar';
  src: url("/kojin/olive/special/campaign/yokin/auto_nyukin2511/fonts/Akshar-SemiBold.ttf");
}
/*-----------------------
general
------------------------*/
/* color */
._t-black01 {
  color: #000000;
}
._t-gray04 {
  color: #56635f;
}
/* btn */
.btn-type01.-orange01 {
  background-color: #ff5f04;
}
.btn-type01.-border01 {
  border: 2px solid #fff;
}
.icon-link01.-left01>.inner::after {
  transform: rotate(90deg);
  top: 5px;
}
.list-circle01.-green02>.item::before {
  background: #006444;
}
._t-500w {
  font-weight: 500;
}
._t-800w {
  font-weight: 800;
}
.cmn-btn02.icon-link01 > .inner:after {
  right: 18px;
  background-image: url(/kojin/cmn/imgs/ico_arrow_right_02.svg);
}
/*-----------------------
Layout
------------------------*/
body {
  overflow: hidden;
  min-width: auto;
}
#header-wrap {
  z-index: 3;
}
.cpEndTxt {
  z-index: 3;
}
#footer-area {
  position: relative;
  z-index: 1;
}
#footer-content {
  margin-top: 0;
}
.footer-logo {
  padding-bottom: 70px;
}
body.cpnloadEnd .footer-logo {
  padding-bottom: 0;
}
.section-main {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  max-width: 500px;
  background-color: #ffffff;
  box-shadow: 0 14px 40px 0 rgba(20, 29, 29, 0.16);
}
@media screen and (max-width: 500px) {
  .section-main {
    box-shadow: none;
  }
}
.section-mainInr {
  overflow: hidden;
}
.layout-bg01 {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -5;
  display: flex;
  height: 100vh;
  background: url("/kojin/olive/special/campaign/yokin/auto_nyukin2511/imgs/index_bg_01.png") center top no-repeat;
  background-size: cover;
}
/*-----------------------
kv-area
------------------------*/
.kv-area01 {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}
.kv-area01 .wrap01 {
  position: absolute;
  bottom: 6%;
  left: 0;
  padding: 0 26px;
  width: 100%;
}
.kv-area01 .wrap02 {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 26px 40px 26px;
  position: absolute;
  bottom: 0;
}
.kv-area01 .btn-type01 {
  width: 100%;
  font-size: 2.6rem;
}
@media screen and (max-width: 499px) {
  .kv-area01 .btn-type01 {
    font-size: 2.0rem;
  }
  .kv-area01 .wrap02 {
    padding: 0 14px;
    position: absolute;
    bottom: 3%;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .kv-area01 .wrap02 {
    bottom: 1%;
  }
  .kv-area01 .btn-type01 {
    font-size: 5.33333vw;
  }
  .kv-text01 {
    font-size: 3.33333vw!important;
  }
}
.kv-area01 .btn-type01:nth-child(2) {
  margin-top: 24px;
}
.kv-area01 .btn-type01 > .inner {
  min-height: 55px;
}
@media screen and (max-width: 499px) {
  .kv-area01 .btn-type01 > .inner {
    min-height: 40px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .kv-area01 .btn-type01 > .inner {
    min-height: 10.66667vw;
  }
}
/*-----------------------
tokuten-area
------------------------*/
.tokuten-area {
  background-image: url("/kojin/olive/special/campaign/yokin/auto_nyukin2511/imgs/index_bg_02.png");
  background-repeat: repeat;
  background-size: 100%;
  padding: 80px 0 24px;
}
.tokuten-area .warp01 {
  border: 4px solid #006444;
  border-radius: 12px;
  padding: 58px 18px 20px;
  margin: 0 14px;
  background-color: #F5F9E6;
  position: relative;
}
.tokuten-title {
  position: absolute;
  left: calc(50% - 99px);
  top: -62px;
}
.tokuten-area .warp01 .text01 {
  color: #004831;
  text-align: center;
  font-weight: bold;
}
.tokuten-area .warp01 .text02 {
  margin-top: 16px;
  background-color: #fff;
  padding: 10px 0;
  border-top: 2px solid #006444;
  border-bottom: 2px solid #006444;
}
.text-line01 {
  background: linear-gradient(transparent 70%, #ffdb66 70%);
}
.tokuten-area .accordion {
  margin: 14px 0;
}
.accordion-title {
  font-size: 16px;
  font-weight: bold;
  color: #004831;
  position: relative;
  text-align: center;
  margin-bottom: 16px;
}
.accordion-mark {
  width: 20px;
  height: 20px;
  background-color: #C4D700;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  top: 4px;
  margin-left: 30px;
}
.accordion-title .accordion-mark::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 1.5px;
  background-color: #003927;
  position: absolute;
  right: 4.6px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}
.accordion-title .accordion-mark::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 1.5px;
  background-color: #003927;
  position: absolute;
  right: 4.6px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}
.accordion-title.show .accordion-mark::before {
  opacity: 0;
}
.accordion-title.show .accordion-mark::after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion-content {
  display: none;
}
.accordion.-white01 {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #D5DEDB;
}
.accordion.-white01 .accordion-title {
  background-color: #fff;
  text-align: left;
  padding: 12px 14px;
  border-radius: 8px;
  margin-bottom: 0;
}
.accordion.-white01 .accordion-mark {
  position: absolute;
  top: 14px;
  right: 4%;
}
.accordion.-white01 .accordion-content {
  padding: 8px 14px;
}
.points-section{
  padding: 12px;
}
.points-card{
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 20px 16px 16px;
}
.points-card.-green01 {
  background: #F5F9E6;
}
.points-card.-nopd {
  padding: 0;
}
.points-section .inner01 {
  padding: 20px 16px 16px;
}
.points-section .anc-link01 {
  background-color: #C6DE78;
  padding: 6px 0;
  border-radius: 0 0 8px 8px;
}
.badge{
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #006444;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .02em;
  padding: 6px 16px;
  border-radius: 999px;
  white-space: nowrap;
  min-width: 170px;
  text-align: center;
}
.points-list{
  list-style: disc;
  margin: 8px 0 0 18px;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
}
.points-list li{
  margin: 4px 0;
}
.points-list li::marker{
  font-size: 14px;
}
/*-----------------------
flow-area01
------------------------*/
.flow-area01 {
  background-image: url("/kojin/olive/special/campaign/yokin/auto_nyukin2511/imgs/index_bg_03.png");
  background-repeat: repeat;
  background-size: 100%;
  padding: 24px 0;
}
.wrapper {
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 32px 12px;
}
.step-badge {
  width: 100%;
  max-width: 339px;
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 10px 28px;
  color: #006444;
  background-color: #FFDB66;
  border: 3px solid #006444;
  border-radius: 9999px;
  line-height: 1;
  justify-content: center;
}
.step-badge::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #006444;
}
.step-badge::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFDB66;
}
.step-badge .label {
  font-size: 18px;
  font-weight: bold;
  font-family: Roboto;
}
.step-badge .num {
  font-size: 24px;
  font-weight: bold;
  font-family: Roboto;
}
/*-----------------------
white-box01
------------------------*/
.white-box01 {
  background-color: #fff;
  border-radius: 12px;
  border: 4px solid #C6DE78;
  padding: 40px 20px;
  margin: 20px 14px;
}
.white-box01 .text01 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.white-box01 .btn-type01 {
  height: 60px;
}
.white-box01 .btn-type01 > .inner {
  font-size: 20px;
}
.linetext-area01 {
  display: flex;
  justify-content: center;
  padding: 16px 0px;
}
.linetext {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 6px 21px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #101010;
}
.linetext::before,
.linetext::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 34px;
  background-color: #0a3e34;
  transform-origin: center;
}
.linetext::before {
  left: 10px;
  transform: translateY(-50%) rotate(-26deg);
}
.linetext::after {
  right: 10px;
  transform: translateY(-50%) rotate(26deg);
}
.linetext.-oneline::before {
  left: 0px;
}
.linetext.-oneline::after {
  right: 0px;
}
.linetext.-oneline::before,
.linetext.-oneline::after {
  top: 27%;
}
.yellow-line01 {
  color: #004831;
  background: linear-gradient(transparent 70%, #ffc300 70%);
  display: inline;
  font-size: 20px;
  font-weight: 800;
  font-family: "roboto-black";
}
/*-----------------------
settei-area01
------------------------*/
.settei-area01 {
  background-image: url("/kojin/olive/special/campaign/yokin/auto_nyukin2511/imgs/index_bg_02.png");
  background-repeat: repeat;
  background-size: 100%;
  padding: 24px 0;
}
.settei-area01 >.warp01 {
  border-radius: 12px;
  padding: 18px 18px 18px;
  margin: 70px 14px 0;
  background-color: #fff;
  position: relative;
  border: 4px solid #006444;
}
.settei-title {
  position: absolute;
  left: calc(50% - 109px);
  top: -80px;
}
.settei-area01 >.warp01 .nub-badge {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #006444;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-family: Roboto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
}
.slick-wrap01 {
  max-width: 420px;
  margin: 20px auto;
}
.slick-wrap01 .slick-slide {
  margin: 10px;
  padding: 16px;
}
.slick-wrap01 .slick-slide img {
  width: 100%;
}
.slick-wrap01 .slick-arrow {
  top: -140px;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto 0;
  background: #c4d700;
  border-radius: 50%;
  box-shadow: 0 9px 16px 0 rgba(212, 232, 4, .63);
  z-index: 1;
}
.slick-wrap01 .slick-prev {
  left: 0;
}
.slick-wrap01 .slick-next {
  right: 0;
}
.slick-wrap01 .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1.375em;
  height: 1.375em;
  margin: auto;
  background: url(/kojin/cmn/imgs/ico_arrow_right_01.svg) 0 0 / cover no-repeat;
}
.slick-wrap01 .slick-prev::before {
  transform: rotate(180deg);
}
.slick-wrap01 .slick-dots {
  bottom: 0;
  font-size: 0;
}
.slick-wrap01 .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #d5dedb;
  border-radius: 50%;
  transition: background .2s ease-in-out;
}
.slick-wrap01 .slick-dots > .slick-active button {
  background: #004831;
}
.slick-wrap01 .slick-dots > :not(:first-child) {
  margin-left: 12px;
}
.slick-wrap01 .slick-arrow.slick-disabled {
  display: none!important;
}
.slick-wrap01 .slick-arrow.slick-disabled::before {
  content: none;
}
.settei-area01 >.warp01 .btn-type01 {
  height: 60px;
}
.settei-area01 >.warp01 .btn-type01 > .inner {
  font-size: 20px;
}
.settei-area01 >.warp02 {
  margin: 80px 14px 0;
  padding-bottom: 20px;
}
/* よくあるご質問 */
.parts-faq {
  border: 4px solid #006444;
  border-radius: 12px;
  position: relative;
}
.faq-title {
  position: absolute;
  left: calc(50% - 190px);
  top: -67px;
  z-index: 2;
}
@media screen and (max-width: 499px) {
  .faq-title {
    left: 0;
    top: -15vw;
  }
}
.card-normal03.-custom01 {
  box-shadow: none;
  border-radius: 0;
  position: relative;
}
.card-normal03.-custom01>.inner>.header {
  border-radius: 12px;
}
.toggle-block01.-custom01:first-of-type {
  border-radius: 12px 12px 0 0;
}
.toggle-block01.-custom01:last-child {
  border-radius: 0 0 12px 12px ;
}
.toggle-block01.-custom01:not(:first-child) {
  margin-top: 0;
}
.toggle-block01.-custom01:not(:first-child)::before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #D5DEDB;
  margin: 0 auto 10px;
}
.area-faq {
  background: #FDFBF6;
  padding: 0 0 40px;
}
.area-faq .parts-faq {
  padding: 0 24px;
}
.area-faq .mark {
  font-family: roboto;
}
.area-faq .detail .text-block01 {
  font-size: 14px;
}
/*-----------------------
motto-area01
------------------------*/
.motto-area01 {
  background-image: url("/kojin/olive/special/campaign/yokin/auto_nyukin2511/imgs/index_bg_03.png");
  background-repeat: repeat;
  background-size: 100%;
  padding: 24px 0;
}
.motto-area01 .wrap01 {
  background-color: #F5F9E6;
  border: 4px solid #006444;
  border-radius: 12px;
  padding: 65px 20px 20px;
  margin: 50px 14px 20px;
  position: relative;
}
.motto-title {
  position: absolute;
  left: calc(50% - 190px);
  top: -65px;
  z-index: 2;
}
@media screen and (max-width: 499px) {
  .motto-title {
    left: calc(50% - 139px);
    top: -15vw;
  }
  .motto-area01 .wrap01 {
    padding: 45px 20px 20px;
  }
}
/*-----------------------
detail-area01
------------------------*/
.detail-area01 {
  padding: 0 18px 48px 18px;
  background-color: #E2EFBC;
}
.detail-area01 .ttl01 {
  color: #004831;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3;
}
.detail-area01 .table01 {
  margin-top: 14px;
  font-size: 1.4rem;
}
.detail-area01 .table01 tr:first-child th {
  border-radius: 12px 0 0 0;
}
.detail-area01 .table01 tr:first-child td {
  border-radius: 0 12px 0 0;
}
.detail-area01 .table01 tr:last-child th {
  border-bottom: 0;
  border-radius: 0 0 0 12px;
}
.detail-area01 .table01 tr:last-child td {
  border-bottom: 0;
  border-radius: 0 0 12px 0;
}
.detail-area01 .table01 th {
  padding: 15px 10px 15px 16px;
  width: 30%;
  border-bottom: 1px solid #d5dedb;
  background-color: #006444;
  color: #ffffff;
  font-weight: bold;
}
.detail-area01 .table01 td {
  padding: 15px 16px;
  border-bottom: 1px solid #d5dedb;
  background-color: #ffffff;
  vertical-align: middle;
}
.detail-area01 .list-notice01 > .item:not(:first-child) {
  margin-top: 2px;
}
.detail-area01 .card-normal01 {
  margin-top: 30px;
  border: 0;
}
.detail-area01 .card-normal01 > .inner > .header {
  padding: 19px 19px;
}
.detail-area01 .card-normal01 > .inner > .header > .title {
  font-size: 1.6rem;
}
.detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner {
  padding-left: 35px;
}
.detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner::before {
  top: 0;
  width: 28px;
  height: 28px;
}
.detail-area01 .toggle-block01 > [role=tablist] > [role=tab]::after {
  top: calc(50% - 16px) !important;
  right: 5px !important;
  background-position: center center;
  background-size: 26px auto;
}
.detail-area01 .card-normal01 > .inner > .body {
  padding: 25px 18px 16px 18px;
}
.detail-area01 .card-normal01 > .inner > .body:not(:first-child)::before {
  left: 0;
  width: 100%;
}
.detail-area01 .card-normal01 .list-circle01 {
  margin: 8px 0 8px 0;
  padding: 0 0 0 9px;
}
.detail-area01 .card-normal01 .list-circle01:not(:first-child) {
  margin-top: 13px;
}
.detail-area01 .card-normal01 .list-circle01 > .item::before {
  top: .56em;
  width: 5px;
  height: 5px;
  background: #56635f;
}
/*-----------------------
sonota-area
------------------------*/
.sonota-area01 {
  background-color: #F5F9E6;
  padding-bottom: 30px;
}
.slick-wrap02 {
  max-width: 960px;
  margin: 20px auto;
}
.slick-wrap02 .slick-slide {
  margin: 10px;
}
.slick-wrap02 .slick-slide img {
  width: 100%;
}
/*-----------------------
menu-area
------------------------*/
.menu-area01 {
  position: fixed;
  top: calc(25%);
  left: 57px;
  z-index: 2;
  overflow: hidden;
  width: 330px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 5px 0px 0px rgb(128, 163, 152);
  transition: all .25s ease-out;
}
.menu-area01 .ttl01 {
  padding: 2px 0 4px 10px;
  background-color: #006444;
  color: #fff;
  text-align: center;
  letter-spacing: -2.7px;
  font-weight: bold;
  font-size: 3.6rem;
  font-family: 'Akshar';
}
.menu-area01 .list01 {
  padding: 26px 0 41px 0;
}
.menu-area01 li:not(:first-child) {
  margin-top: 12px;
}
.menu-area01 a {
  position: relative;
  display: block;
  padding: 7px 0 7px 60px;
  border-radius: 100px;
  margin: 0 5px;
  color: #56635f;
  text-decoration: none;
  letter-spacing: .0em;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
.menu-area01 a:before {
  position: absolute;
  top: calc(50% - 12px);
  left: 38px;
  display: block;
  width: 14px;
  height: 12px;
  content: url("/kojin/olive/special/campaign/yokin/auto_nyukin2511/imgs/index_ico_02.svg");
  opacity: 0;
}
.menu-area01 a.is-current {
  color: #004831;
}
.menu-area01 a.is-current:before {
  opacity: 1;
}
@media screen and (max-width: 1330px) {
  .menu-area01 {
    left: 20px;
  }
}
@media screen and (max-width: 1240px) {
  .menu-area01 {
    width: 220px;
  }
  .menu-area01 a {
    padding-left: 27px;
    font-size: 1.6rem;
  }
  .menu-area01 a:before {
    top: calc(50% - 5px);
    left: 11px;
  }
}
@media screen and (max-width: 1000px) {
  .menu-area01 {
    display: none !important;
  }
}
@media screen and (max-height: 600px) {
  .menu-area01 {
    top: 10%;
  }
}
@media screen and (max-height: 500px) {
  .menu-area01 {
    display: none !important;
  }
}
/*-----------------------
fixed-area
------------------------*/
.fixed-area01 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: none;
  width: 100%;
}
.fixed-area01 .wrap01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .wrap01 {
    justify-content: space-between;
    padding: 0 20px;
    height: 62px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .wrap01 {
    padding: 0 4.26667vw;
  }
}
.fixed-area01 .btn-type01 {
  width: 360px;
  height: 40px;
  font-size: 1.4rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .btn-type01 {
    width: calc(50% - 4px);
    font-size: 1.2rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .btn-type01 {
    font-size: 3.2vw !important;
  }
}
.fixed-area01 .btn-type01 > .inner {
  min-height: 100%;
  line-height: 1.3;
}
.fixed-area01 .btn02 {
  margin: 0 0 0 40px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .btn02 {
    margin: 0 0 0 12px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .btn02 {
    margin: 0 0 0 3.73333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .fixed-area01 br {
    display: none;
  }
}
body.cpnloadEnd .fixed-area01 {
  display: none !important;
}
/*-----------------------
modal
------------------------*/
html.is-modalShow {
  overflow: hidden;
  height: 125%;
}
html.is-modalShow body {
  position: fixed;
  width: 100%;
}
.modal-area.-show .modal-bg {
  display: flex;
}
.modal-area.-show .modal-content {
  display: block;
}
.modal-area .modal-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 94;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-area .modal-content {
  display: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.modal-area .modal-content.is-modalShow {
  display: flex;
}
.modal-area .modal-frame {
  position: relative;
  z-index: 7;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0 auto;
  max-height: calc(100% - 120px);
  width: 960px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(20, 29, 29, 0.16);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .modal-frame {
    width: calc(100% - 9.6vw);
  }
}
.modal-area .modal-wrap01 {
  position: relative;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 24px 30px 24px 30px;
  width: 100%;
  height: 50%;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .modal-wrap01 {
    padding: 24px 16px 24px 16px;
  }
}
.modal-area .ttl01 {
  padding: 0 1px 0 0;
  color: #004831;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .ttl01 {
    font-size: 2.4rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .modal-area .ttl01 {
    font-size: 6.4vw;
  }
}
.modal-area .formWrap01 {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 24px;
  height: 60vh;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .formWrap01 {
    margin-top: 6.13333vw;
  }
}
.modal-area .formWrap01 iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.modal-area .btnClose01 {
  appearance: none;
  position: absolute;
  top: 22px;
  right: 21px;
  width: 34px;
  height: 34px;
  border: 1px solid #d5dedb;
  border-radius: 50%;
  background: url("/kojin/cmn/imgs/btn_close_01.svg") center center no-repeat #ffffff;
}
