@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@700&display=swap");
/****************************************

    Reset

*****************************************/
/* Reset Style */
html .mykinsoproLP, body .mykinsoproLP {
  font-family: "Noto Sans JP", sans-serif;
}

#header {
  z-index: 100;
}

.fixed-footer {
  z-index: 50;
}

@media only screen and (max-width:767px) {
  .totop {
    z-index: 100;
  }
}
.mykinsoproLP {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  line-height: 1.75;
  font-size: 0.16rem;
  color: #452C00;
  letter-spacing: 0.08em;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .mykinsoproLP {
    font-size: 16px;
  }
}
.mykinsoproLP div, .mykinsoproLP dl, .mykinsoproLP dt, .mykinsoproLP dd, .mykinsoproLP ul, .mykinsoproLP ol, .mykinsoproLP li, .mykinsoproLP h1, .mykinsoproLP h2, .mykinsoproLP h3, .mykinsoproLP h4, .mykinsoproLP h5, .mykinsoproLP h6, .mykinsoproLP pre, .mykinsoproLP form, .mykinsoproLP fieldset, .mykinsoproLP input, .mykinsoproLP textarea, .mykinsoproLP p, .mykinsoproLP blockquote, .mykinsoproLP th, .mykinsoproLP td {
  margin: 0;
  padding: 0;
}
.mykinsoproLP h1, .mykinsoproLP h2, .mykinsoproLP h3, .mykinsoproLP h4, .mykinsoproLP h5, .mykinsoproLP h6 {
  font-size: 100%;
  font-weight: normal;
}
.mykinsoproLP figure, .mykinsoproLP picture {
  display: block;
}
.mykinsoproLP img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  border: 0;
}
.mykinsoproLP ol, .mykinsoproLP ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.mykinsoproLP ol {
  padding-left: 18px;
  *padding-left: 24px;
  _padding-left: 24px;
}
.mykinsoproLP li {
  list-style-type: none;
}
.mykinsoproLP table {
  border-collapse: collapse;
  border-spacing: 0;
}
.mykinsoproLP th {
  font-weight: normal;
  text-align: left;
}
.mykinsoproLP a {
  outline: none;
  text-decoration: none;
}
.mykinsoproLP a {
  color: #452C00;
}
.mykinsoproLP img {
  width: 100%;
  height: auto;
}
.mykinsoproLP {
  /* --- 共通設定 --- */
}
.mykinsoproLP .js-fade {
  opacity: 0;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  will-change: transform, opacity;
}
.mykinsoproLP {
  /* 表示された時の共通状態 */
}
.mykinsoproLP .js-fade.is-visible {
  opacity: 1;
  transform: translate(0, 0); /* 位置を元に戻す */
}
.mykinsoproLP {
  /* --- 方向別の初期位置（クラスを増やす） --- */
  /* 下から（Up） */
}
.mykinsoproLP .js-up {
  transform: translateY(20px);
}
.mykinsoproLP .js-down {
  transform: translateY(-20px);
}
.mykinsoproLP {
  /* 左から（Left） */
}
.mykinsoproLP .js-left {
  transform: translateX(-20px);
}
.mykinsoproLP {
  /* 右から（Right） */
}
.mykinsoproLP .js-right {
  transform: translateX(20px);
}
.mykinsoproLP {
  /* ふわっと浮かび上がるだけ */
}
.mykinsoproLP .js-only-fade {
  transform: scale(0.95); /* 少し小さくしておくなどのアレンジも可能 */
}
.mykinsoproLP {
  /* 少し遅れて表示（0.2秒） */
}
.mykinsoproLP .js-delay02 {
  transition-delay: 0.2s;
}
.mykinsoproLP .js-delay03 {
  transition-delay: 0.3s;
}
.mykinsoproLP .js-delay04 {
  transition-delay: 0.4s;
}
.mykinsoproLP .js-delay05 {
  transition-delay: 0.5s;
}
.mykinsoproLP .js-delay06 {
  transition-delay: 0.6s;
}
.mykinsoproLP .js-delay07 {
  transition-delay: 0.7s;
}
.mykinsoproLP .js-delay08 {
  transition-delay: 0.8s;
}
.mykinsoproLP .js-delay09 {
  transition-delay: 0.9s;
}
.mykinsoproLP .js-delay10 {
  transition-delay: 1s;
}
.mykinsoproLP .js-delay11 {
  transition-delay: 1.1s;
}
.mykinsoproLP .js-delay12 {
  transition-delay: 1.2s;
}
.mykinsoproLP .js-delay13 {
  transition-delay: 1.3s;
}
.mykinsoproLP .js-delay14 {
  transition-delay: 1.4s;
}
.mykinsoproLP .js-delay15 {
  transition-delay: 1.5s;
}
.mykinsoproLP .js-delay16 {
  transition-delay: 1.6s;
}
.mykinsoproLP .js-delay17 {
  transition-delay: 1.7s;
}
.mykinsoproLP .js-delay18 {
  transition-delay: 1.8s;
}
.mykinsoproLP .js-delay19 {
  transition-delay: 1.9s;
}
.mykinsoproLP {
  /* 少し遅れて表示（0.2秒） */
  /* 文字アニメーション専用 */
}
.mykinsoproLP .js-split::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #EC494C;
  transition: width 0.7s ease-out; /* スーッと伸びる動き */
}
.mykinsoproLP .js-split.noborder::after {
  display: none;
}
.mykinsoproLP .js-split span {
  display: inline-block; /* 必須：動かすために必要 */
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.mykinsoproLP {
  /* 親要素に .is-visible がついたら、中の span をすべて表示 */
}
.mykinsoproLP .js-split.is-visible span {
  opacity: 1;
  transform: translateY(0);
}
.mykinsoproLP .js-split.is-visible::after {
  width: 100%;
}
@media only screen and (max-width:767px) {
  .mykinsoproLP .js-split::after {
    height: 2px;
  }
  .mykinsoproLP .js-delay-sp02 {
    transition-delay: 0.2s;
  }
  .mykinsoproLP .js-delay-sp03 {
    transition-delay: 0.3s;
  }
  .mykinsoproLP .js-delay-sp04 {
    transition-delay: 0.4s;
  }
  .mykinsoproLP .js-delay-sp05 {
    transition-delay: 0.5s;
  }
  .mykinsoproLP .js-delay-sp06 {
    transition-delay: 0.6s;
  }
  .mykinsoproLP .js-delay-sp07 {
    transition-delay: 0.7s;
  }
  .mykinsoproLP .js-delay-sp08 {
    transition-delay: 0.8s;
  }
  .mykinsoproLP .js-delay-sp09 {
    transition-delay: 0.9s;
  }
  .mykinsoproLP .js-delay-sp10 {
    transition-delay: 1s;
  }
  .mykinsoproLP .js-delay-sp11 {
    transition-delay: 1.1s;
  }
  .mykinsoproLP .js-delay-sp12 {
    transition-delay: 1.2s;
  }
  .mykinsoproLP .js-delay-sp13 {
    transition-delay: 1.3s;
  }
  .mykinsoproLP .js-delay-sp14 {
    transition-delay: 1.4s;
  }
  .mykinsoproLP .js-delay-sp15 {
    transition-delay: 1.5s;
  }
  .mykinsoproLP .js-delay-sp16 {
    transition-delay: 1.6s;
  }
  .mykinsoproLP .js-delay-sp17 {
    transition-delay: 1.7s;
  }
  .mykinsoproLP .js-delay-sp18 {
    transition-delay: 1.8s;
  }
  .mykinsoproLP .js-delay-sp19 {
    transition-delay: 1.9s;
  }
}

/****************************************

module

*****************************************/
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

@media only screen and (max-width:992px) {
  .tbmb0 {
    margin-bottom: 0px !important;
  }
  .tbmb5 {
    margin-bottom: 5px !important;
  }
  .tbmb10 {
    margin-bottom: 10px !important;
  }
  .tbmb15 {
    margin-bottom: 15px !important;
  }
  .tbmb20 {
    margin-bottom: 20px !important;
  }
  .tbmb25 {
    margin-bottom: 25px !important;
  }
  .tbmb30 {
    margin-bottom: 30px !important;
  }
  .tbmb35 {
    margin-bottom: 35px !important;
  }
  .tbmb40 {
    margin-bottom: 40px !important;
  }
  .tbmb45 {
    margin-bottom: 45px !important;
  }
  .tbmb50 {
    margin-bottom: 50px !important;
  }
  .tbmb55 {
    margin-bottom: 55px !important;
  }
  .tbmb60 {
    margin-bottom: 60px !important;
  }
  .tbmb65 {
    margin-bottom: 65px !important;
  }
  .tbmb70 {
    margin-bottom: 70px !important;
  }
  .tbmb75 {
    margin-bottom: 75px !important;
  }
}
@media only screen and (max-width:767px) {
  .spmb0 {
    margin-bottom: 0px !important;
  }
  .spmb5 {
    margin-bottom: 5px !important;
  }
  .spmb10 {
    margin-bottom: 10px !important;
  }
  .spmb15 {
    margin-bottom: 15px !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spmb25 {
    margin-bottom: 25px !important;
  }
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb35 {
    margin-bottom: 35px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb45 {
    margin-bottom: 45px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb55 {
    margin-bottom: 55px !important;
  }
}
/****************************************

    common

*****************************************/
@media only screen and (min-width:961px) {
  .view_tbonly {
    display: none;
  }
  .view_sponly {
    display: none;
  }
  .view_tbsp {
    display: none;
  }
}
@media only screen and (min-width:768px) and (max-width:992px) {
  .view_pconly {
    display: none;
  }
  .view_sponly {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .view_pconly {
    display: none;
  }
  .view_tbonly {
    display: none;
  }
  .view_pctb {
    display: none;
  }
}
.mykinsoproLP .main {
  padding: 0;
  background-color: #FFF;
}
.mykinsoproLP .lp_ttl {
  position: relative;
  text-align: center;
  color: #EC494C;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1;
}
.mykinsoproLP .lp_ttl span.bese {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
.mykinsoproLP .lp_ttl span.bese::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/mykinsopro/ico_ttl.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-right: 10px;
}
.mykinsoproLP .lp_btn01 {
  text-align: center;
}
.mykinsoproLP .lp_btn01 a {
  display: inline-block;
  width: 365px;
  background-color: #00448D;
  color: #fff;
  font-weight: bold;
  font-size: 0.18rem;
  border-radius: 10em;
  padding: 14px 0;
  transition: opacity 0.3s ease;
}
.mykinsoproLP .lp_btn01 a span {
  vertical-align: middle;
  display: inline-block;
}
.mykinsoproLP .lp_btn01 a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  background-image: url(../images/mykinsopro/ico_blank02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
}
.mykinsoproLP .lp_btn01 a:hover {
  opacity: 0.8;
}
.mykinsoproLP .lp_btn02 a {
  display: inline-block;
  text-align: center;
  width: 360px;
  background-color: #069028;
  color: #fff;
  font-weight: bold;
  font-size: 0.18rem;
  border-radius: 10em;
  padding: 14px 0;
  transition: opacity 0.3s ease;
}
.mykinsoproLP .lp_btn02 a span {
  vertical-align: middle;
  display: inline-block;
}
.mykinsoproLP .lp_btn02 a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-135deg);
  margin-left: 10px;
}
.mykinsoproLP .lp_btn02 a:hover {
  opacity: 0.8;
}
.mykinsoproLP .lp_navi {
  position: fixed;
  position: absolute;
  right: 0;
  z-index: 20;
  top: 180px;
  top: 1380px;
  transform: translateY(-50%);
}
.mykinsoproLP .lp_navi.is-fixed {
  position: fixed;
  top: 169px;
}
.mykinsoproLP .lp_navi-btn {
  position: relative;
  z-index: 6;
  width: 70px;
  margin-left: auto;
  padding: 5px 0 5px 5px;
  border-radius: 25px 0 0 25px;
  background-color: #FFF;
}
.mykinsoproLP .lp_navi-btn button {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #FFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  font-size: 0.18rem;
  text-align: center;
  position: relative;
  transition: opacity 0.3s ease;
  background-color: #00448D;
  border-radius: 20px 0 0 20px;
  line-height: 1.2;
  padding: 30px 0 25px;
  transition: opacity 0.3s ease;
}
.mykinsoproLP .lp_navi-btn button:hover {
  opacity: 0.7;
}
.mykinsoproLP .lp_navi-btn button::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/mykinsopro/ico_navi01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}
.mykinsoproLP .lp_navi-btn button.active::before {
  background-image: url(../images/mykinsopro/ico_navi02.svg);
}
.mykinsoproLP .lp_navi-list {
  background-color: #FFF;
  border-radius: 20px 0 0 20px;
  position: absolute;
  z-index: 5;
  width: 482px;
  right: 0;
  top: 0;
  box-shadow: 8px 8px 4px 0px rgba(69, 44, 0, 0.25);
  transform: translateX(100%);
  transition: transform 0.2s ease-in-out;
}
.mykinsoproLP .lp_navi-list.active {
  transform: translateX(0%);
}
.mykinsoproLP .lp_navi-list--inner {
  padding: 25px 35px 20px;
}
.mykinsoproLP .lp_navi-list ul {
  width: 360px;
  border-top: 1px solid #00448D;
  margin-bottom: 20px;
}
.mykinsoproLP .lp_navi-list ul li a {
  border-bottom: 1px solid #00448D;
  padding: 10px 0;
  display: block;
  font-weight: bold;
  transition: opacity 0.3s ease;
}
.mykinsoproLP .lp_navi-list ul li a:hover {
  opacity: 0.7;
}
.mykinsoproLP .lp_navi-list ul li a span {
  position: relative;
}
.mykinsoproLP .lp_navi-list ul li a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  right: -13px;
  z-index: 5;
  width: 7px;
  height: 7px;
  border-left: 2px solid #452C00;
  border-bottom: 2px solid #452C00;
}
.mykinsoproLP .lp_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  background-color: rgba(120, 123, 131, 0.8);
}
.mykinsoproLP .lp_modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.mykinsoproLP .lp_modal {
  /* モーダル背景のオーバーレイ部分 */
}
.mykinsoproLP .lp_modal .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.mykinsoproLP .lp_modal {
  /* モーダルのコンテンツ */
}
.mykinsoproLP .lp_modal .modal__content {
  position: relative;
  width: 100%;
  max-width: 900px;
}
.mykinsoproLP .lp_modal {
  /* モーダルを閉じるボタン */
}
.mykinsoproLP .lp_modal .modal__close-btn {
  position: absolute;
  border-radius: 100%;
  right: 20px;
  top: -40px;
  width: 80px;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/mykinsopro/ico_close.svg);
  cursor: pointer;
  z-index: 10;
  border: none;
  background-color: transparent;
  font-size: 0;
}
.mykinsoproLP .lp_modal {
  /* Swiperの矢印部分 */
}
.mykinsoproLP .lp_modal .swiper-button-next,
.mykinsoproLP .lp_modal .swiper-button-prev {
  color: #EC494C;
  border-radius: 100%;
  border: 4px solid #EC494C;
  height: 60px;
  width: 60px;
  background-color: #FFF;
}
.mykinsoproLP .lp_modal .swiper-button-next:after,
.mykinsoproLP .lp_modal .swiper-button-prev:after {
  font-size: 0;
  width: 15px;
  height: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mykinsoproLP .lp_modal .swiper-button-next:after {
  background-image: url(../images/mykinsopro/ico_arrow02_right.svg);
}
.mykinsoproLP .lp_modal .swiper-button-prev:after {
  background-image: url(../images/mykinsopro/ico_arrow02_left.svg);
}
.mykinsoproLP .lp_modal .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #8F8167;
  opacity: 1;
}
.mykinsoproLP .lp_modal .swiper-pagination-bullet-active {
  background-color: #EC494C;
}
.mykinsoproLP .lp_modal .swiper-horizontal > .swiper-pagination-bullets, .mykinsoproLP .lp_modal .swiper-pagination-bullets.swiper-pagination-horizontal, .mykinsoproLP .lp_modal .swiper-pagination-custom, .mykinsoproLP .lp_modal .swiper-pagination-fraction {
  bottom: 30px;
}
.mykinsoproLP .lp_modal .swiper {
  border-radius: 28px;
}
.mykinsoproLP .lp_modal .modal__slide {
  background-color: #FDF8EF;
  border-radius: 28px;
}
.mykinsoproLP .lp_modal .modal__slide-inner {
  max-width: 720px;
  margin: auto;
  display: flex;
  flex-direction: column;
  height: 500px;
  padding-top: 60px;
}
@media only screen and (max-width: 900px) {
  .mykinsoproLP .lp_modal .modal__slide-inner {
    max-width: initial;
    padding: 60px 8% 0;
    width: 100%;
  }
}
.mykinsoproLP .lp_modal .modal__slide-name {
  font-size: 0.32rem;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 30px;
}
.mykinsoproLP .lp_modal .modal__slide-name span {
  position: relative;
  display: inline-block;
}
.mykinsoproLP .lp_modal .modal__slide-name span::before {
  content: "";
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-right: 10px;
}
.mykinsoproLP .lp_modal .modal__slide-name.ttlcl01 {
  color: #E7253C;
}
.mykinsoproLP .lp_modal .modal__slide-name.ttlcl01 span::before {
  background-image: url(../images/mykinsopro/ico_name01.svg);
}
.mykinsoproLP .lp_modal .modal__slide-name.ttlcl02 {
  color: #CA479E;
}
.mykinsoproLP .lp_modal .modal__slide-name.ttlcl02 span::before {
  background-image: url(../images/mykinsopro/ico_name02.svg);
}
.mykinsoproLP .lp_modal .modal__slide-name.ttlcl03 {
  color: #BCB10F;
}
.mykinsoproLP .lp_modal .modal__slide-name.ttlcl03 span::before {
  background-image: url(../images/mykinsopro/ico_name03.svg);
}
.mykinsoproLP .lp_modal .modal__slide-name.ttlcl04 {
  color: #36850E;
}
.mykinsoproLP .lp_modal .modal__slide-name.ttlcl04 span::before {
  background-image: url(../images/mykinsopro/ico_name04.svg);
}
.mykinsoproLP .lp_modal .modal__slide-name.ttlcl05 {
  color: #157F89;
}
.mykinsoproLP .lp_modal .modal__slide-name.ttlcl05 span::before {
  background-image: url(../images/mykinsopro/ico_name05.svg);
}
.mykinsoproLP .lp_modal .modal__slide-name.ttlcl06 {
  color: #155090;
}
.mykinsoproLP .lp_modal .modal__slide-name.ttlcl06 span::before {
  background-image: url(../images/mykinsopro/ico_name06.svg);
}
.mykinsoproLP .lp_modal .modal__slide-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .mykinsoproLP .lp_modal .modal__slide-flex {
    justify-content: center;
  }
}
.mykinsoproLP .lp_modal .modal__slide-img {
  width: 240px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .mykinsoproLP .lp_modal .modal__slide-img {
    width: 35%;
    margin-right: 2%;
  }
}
.mykinsoproLP .lp_modal .modal__slide-img .img {
  position: relative;
  z-index: 5;
  max-width: 228px;
  margin: auto;
}
.mykinsoproLP .lp_modal .modal__slide-img::after {
  content: "";
  height: 240px;
  width: 240px;
  background-color: #FFF;
  display: block;
  position: absolute;
  border-radius: 100%;
  z-index: 4;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 900px) {
  .mykinsoproLP .lp_modal .modal__slide-img::after {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
  }
}
.mykinsoproLP .lp_modal .modal__slide-txt {
  width: 430px;
}
@media only screen and (max-width: 900px) {
  .mykinsoproLP .lp_modal .modal__slide-txt {
    width: 60%;
  }
}
.mykinsoproLP .lp_modal .modal__slide-txt .ttl {
  font-weight: bold;
  font-size: 0.24rem;
  line-height: 1.66;
  margin-bottom: 15px;
}
.mykinsoproLP .lp_modal .modal__slide-txt .txt {
  line-height: 1.875;
}
.mykinsoproLP .lp_main {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 170px;
}
.mykinsoproLP .lp_main-img01 {
  position: absolute;
  z-index: 1;
  top: 0;
  max-width: 1319px;
  left: 50%;
  transform: translateX(-85%);
  width: 100%;
}
.mykinsoproLP .lp_main-img02 {
  position: absolute;
  z-index: 2;
  top: 0;
  max-width: 877px;
  left: 50%;
  transform: translateX(-5%);
  width: 68%;
}
.mykinsoproLP .lp_main-txtbox {
  max-width: 1120px;
  margin: auto;
  position: relative;
  z-index: 5;
}
.mykinsoproLP .lp_main-txt01 {
  max-width: 760px;
  width: 68.5%;
  display: block;
}
.mykinsoproLP .lp_main-bnrbox {
  position: relative;
  z-index: 5;
  padding: 0 20px;
  max-width: 840px;
  margin: auto;
  margin-top: 40px;
}
.mykinsoproLP .lp_main-bnr--inner {
  max-width: 840px;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  background-color: #FFF;
  align-items: center;
  border: 4px solid #00448D;
  border-radius: 26px;
  overflow: hidden;
  transition: opacity 0.5s ease;
  position: relative;
}
.mykinsoproLP .lp_main-bnr--inner:hover {
  opacity: 0.7;
}
.mykinsoproLP .lp_main-bnr--inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  width: 50px;
  height: 50px;
  background-image: url(../images/mykinsopro/ico_blank01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.mykinsoproLP .lp_main-bnr--txtbox {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
}
.mykinsoproLP .lp_main-bnr--txtboxiner {
  margin: 0;
}
.mykinsoproLP .lp_main-bnr--txtboxiner > p {
  margin: 0;
}
.mykinsoproLP .lp_main-bnr--ttl {
  font-size: 0.4rem;
  color: #00448D;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_main-bnr--ttl {
    font-size: 0.34rem;
  }
}
.mykinsoproLP .lp_main-bnr--ttl span {
  font-size: 0.24rem;
  display: block;
  font-weight: normal;
  line-height: 1.1;
}
.mykinsoproLP .lp_main-bnr--imgbox {
  width: 222px;
}
.mykinsoproLP .lp_about {
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
.mykinsoproLP .lp_about-inner {
  max-width: 1120px;
  margin: auto;
}
.mykinsoproLP .lp_about .lp_ttl {
  margin-bottom: 50px;
}
.mykinsoproLP .lp_about-flex {
  position: relative;
  width: 100%;
  margin-bottom: 200px;
}
.mykinsoproLP .lp_about-imgbox {
  position: absolute;
  z-index: 1;
  left: -10px;
  top: -50px;
  top: -12.5%;
  max-width: 504px;
  width: 44%;
}
.mykinsoproLP .lp_about-txtbox {
  margin-left: 45%;
  max-width: 621px;
  width: 53%;
}
.mykinsoproLP .lp_about-ttl {
  font-size: 0.32rem;
  margin-bottom: 20px;
}
.mykinsoproLP .lp_about-ttl span {
  font-size: 0.4rem;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_about-ttl span {
    font-size: 0.34rem;
  }
}
.mykinsoproLP .lp_about-txt {
  font-size: 0.2rem;
}
.mykinsoproLP .lp_about-txt span {
  color: #F7710B;
  font-weight: bold;
}
.mykinsoproLP .lp_about-tab {
  margin-top: -60px;
  padding-top: 60px;
}
.mykinsoproLP .lp_about-tab--ttl {
  display: none;
}
.mykinsoproLP .lp_about-tab--btnbox {
  display: flex;
  align-items: flex-end;
}
.mykinsoproLP .lp_about-tab--btn {
  max-width: 560px;
  width: 50%;
  border-radius: 30px 30px 0px 0px;
}
.mykinsoproLP .lp_about-tab--btn button {
  display: flex;
  border-radius: 30px 30px 0px 0px;
  text-align: left;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  margin: 0;
  padding: 14px 0;
  width: 100%;
  position: relative;
  color: #452C00;
  transition: opacity 0.3s ease;
}
.mykinsoproLP .lp_about-tab--btn button:hover {
  opacity: 0.7;
}
.mykinsoproLP .lp_about-tab--btn button > p {
  margin-left: 80px;
  font-weight: bold;
  font-size: 0.24rem;
  line-height: 1.5;
  letter-spacing: 0.088em;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_about-tab--btn button > p {
    font-size: 0.2rem;
  }
}
.mykinsoproLP .lp_about-tab--btn button > p span.fonts {
  font-size: 0.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_about-tab--btn button > p span.fonts {
    font-size: 0.34rem;
  }
}
.mykinsoproLP .lp_about-tab--btn button::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_about-tab--btn button::after {
    width: 30px;
    height: 30px;
  }
}
.mykinsoproLP .lp_about-tab--btn button::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 5%;
}
.mykinsoproLP .lp_about-tab--btn button.active {
  color: #FFF;
  padding: 29px 0;
}
.mykinsoproLP .lp_about-tab--btn button.active:hover {
  opacity: 1;
}
.mykinsoproLP .lp_about-tab--btn.tab-btn01 {
  background-color: #FCEBE1;
}
.mykinsoproLP .lp_about-tab--btn.tab-btn01 button span.fonts {
  color: #EA552C;
}
.mykinsoproLP .lp_about-tab--btn.tab-btn01 button::after {
  background-image: url(../images/mykinsopro/ico_tab01.png);
}
.mykinsoproLP .lp_about-tab--btn.tab-btn01 button::before {
  background-image: url(../images/mykinsopro/about_tab_btn_img01.png);
  max-width: 107px;
  height: 170px;
  height: auto;
  width: 19.11%;
  padding-bottom: 30.358%;
}
.mykinsoproLP .lp_about-tab--btn.tab-btn01 button.active {
  background-color: #EA552C;
}
.mykinsoproLP .lp_about-tab--btn.tab-btn01 button.active span {
  color: #FFF;
}
.mykinsoproLP .lp_about-tab--btn.tab-btn01 button.active::after {
  opacity: 0;
}
.mykinsoproLP .lp_about-tab--btn.tab-btn01 button.active::before {
  max-width: 138px;
  width: 24.6429%;
  padding-bottom: 39.28572%;
  left: 2.5%;
}
.mykinsoproLP .lp_about-tab--btn.tab-btn02 {
  background-color: #DEE7F9;
}
.mykinsoproLP .lp_about-tab--btn.tab-btn02 button span.fonts {
  color: #2C75EA;
}
.mykinsoproLP .lp_about-tab--btn.tab-btn02 button::after {
  background-image: url(../images/mykinsopro/ico_tab02.png);
}
.mykinsoproLP .lp_about-tab--btn.tab-btn02 button::before {
  background-image: url(../images/mykinsopro/about_tab_btn_img02.png);
  max-width: 112px;
  height: auto;
  width: 20%;
  padding-bottom: 33.038%;
}
.mykinsoproLP .lp_about-tab--btn.tab-btn02 button.active {
  background-color: #2C75EA;
}
.mykinsoproLP .lp_about-tab--btn.tab-btn02 button.active span {
  color: #FFF;
}
.mykinsoproLP .lp_about-tab--btn.tab-btn02 button.active::after {
  opacity: 0;
}
.mykinsoproLP .lp_about-tab--btn.tab-btn02 button.active::before {
  max-width: 144px;
  width: 25.7143%;
  padding-bottom: 42.5%;
  left: 2.5%;
}
.mykinsoproLP .lp_about-tab--item {
  border-top-width: 4px;
  border-top-style: solid;
  padding: 45px 0 56px;
  position: relative;
  border-radius: 0px 0px 30px 30px;
  transition: opacity 0.6s ease; /* 0.6s が slow に相当 */
  opacity: 0;
  display: none;
}
.mykinsoproLP .lp_about-tab--item_lead {
  text-align: center;
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_about-tab--item_lead {
    font-size: 0.28rem;
  }
}
.mykinsoproLP .lp_about-tab--item_lead span {
  color: #EC494C;
  font-size: 0.4rem;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_about-tab--item_lead span {
    font-size: 0.34rem;
  }
}
.mykinsoproLP .lp_about-tab--item_list {
  display: flex;
  max-width: 1067px;
  padding: 0 20px;
  box-sizing: content-box;
  margin: auto;
  flex-wrap: wrap;
  gap: 22px 2%;
  margin-bottom: 38px;
}
.mykinsoproLP .lp_about-tab--item_list .item {
  max-width: 341px;
  width: 32%;
}
.mykinsoproLP .lp_about-tab--item_img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 8%;
  width: 22%;
}
.mykinsoproLP .lp_about-tab--item_txt {
  font-size: 0.32rem;
  font-weight: bold;
  margin-left: 10%;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_about-tab--item_txt {
    font-size: 0.28rem;
    margin-left: 6%;
  }
}
.mykinsoproLP .lp_about-tab--item.tab-item01 {
  border-top-color: #EA552C;
  background-color: #FCEBE1;
  opacity: 1;
  display: block;
}
.mykinsoproLP .lp_about-tab--item.tab-item01 .item_ill {
  max-width: 244px;
}
.mykinsoproLP .lp_about-tab--item.tab-item02 {
  border-top-color: #2C75EA;
  background-color: #DEE7F9;
}
.mykinsoproLP .lp_about-tab--item.tab-item02 .item_ill {
  max-width: 238px;
}
.mykinsoproLP .lp_make {
  position: relative;
  z-index: 9;
  background-color: #FDF8EF;
  padding: 0px 0;
  margin-top: 93px;
  padding-bottom: 49px;
}
.mykinsoproLP .lp_make::before {
  content: "";
  width: 100%;
  height: 236px;
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  top: -198px;
  background-image: url(../images/mykinsopro/conten_bg01.png);
  background-repeat: no-repeat;
  background-size: 100% 236px;
  background-position: center center;
}
.mykinsoproLP .lp_make-inner {
  position: relative;
  z-index: 5;
  padding-bottom: 160px;
}
.mykinsoproLP .lp_make .lp_ttl {
  margin-bottom: 40px;
}
.mykinsoproLP .lp_make-main {
  overflow: hidden;
  margin-bottom: 90px;
}
.mykinsoproLP .lp_make-main--copy {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 0.32rem;
  line-height: 1.75;
}
.mykinsoproLP .lp_make-main--copy span {
  line-height: 1.4;
  display: block;
  font-weight: bold;
  font-size: 0.56rem;
}
.mykinsoproLP .lp_make-main--img {
  max-width: 1205px;
  margin: auto;
  margin-top: -66px;
  margin-bottom: 45px;
  width: 100%;
}
.mykinsoproLP .lp_make-main--lead {
  max-width: 940px;
  padding: 0 20px;
  margin: auto;
  line-height: 1.85;
  font-size: 0.2rem;
}
.mykinsoproLP .lp_make-img01 {
  position: relative;
  max-width: 1120px;
  margin: auto;
}
.mykinsoproLP .lp_make-img01--img {
  position: absolute;
  z-index: 1;
  max-width: 324px;
  height: 143px;
  right: 6%;
  top: -86px;
}
.mykinsoproLP .lp_make-box {
  position: relative;
  z-index: 5;
  max-width: 1140px;
  padding: 0 10px;
  margin: auto;
  margin-bottom: 60px;
}
.mykinsoproLP .lp_make-box--inner {
  position: relative;
  z-index: 5;
  background-color: #FFF;
  border: 8px solid #EC494C;
  padding: 55px 10px 30px;
  border-radius: 30px;
}
.mykinsoproLP .lp_make-box--cation {
  max-width: 940px;
  margin: auto;
  text-align: right;
  padding: 0 20px;
  font-size: 0.14rem;
}
.mykinsoproLP .lp_make-box--item {
  max-width: 900px;
  margin: auto;
  margin-bottom: 45px;
}
.mykinsoproLP .lp_make-box--item:last-of-type {
  margin-bottom: 65px;
}
.mykinsoproLP .lp_make-box--ttl {
  border-radius: 14px;
  text-align: center;
  background-color: #EC494C;
  color: #FFF;
  font-size: 0.24rem;
  font-weight: bold;
  padding: 12px 0;
  margin-bottom: 20px;
}
.mykinsoproLP .lp_make-box--txt {
  font-size: 0.2rem;
  line-height: 2;
  max-width: 820px;
  margin: auto;
}
.mykinsoproLP .lp_make-box--txt span {
  font-weight: bold;
}
.mykinsoproLP .lp_make-box--txt span.fontc01 {
  color: #EC494C;
}
.mykinsoproLP .lp_make-box--txt span.fontc02 {
  color: #F7710B;
}
.mykinsoproLP .lp_make-box--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
}
.mykinsoproLP .lp_make-box--list .item {
  max-width: 233px;
  width: 32%;
  text-align: center;
  position: relative;
}
.mykinsoproLP .lp_make-box--list .item::before {
  content: "";
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  background-color: #FDF8EF;
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mykinsoproLP .lp_make-box--list .item-inner {
  position: relative;
  z-index: 2;
}
.mykinsoproLP .lp_make-box--list .item-img {
  max-width: 180px;
  margin: auto;
  margin-bottom: 0px;
}
.mykinsoproLP .lp_make-box--list .item-txt {
  margin-bottom: 11px;
}
.mykinsoproLP .lp_make-box--list .item-txt .name {
  font-size: 0.2rem;
  font-weight: bold;
}
.mykinsoproLP .lp_make-box--list .item-link button {
  display: inline-block;
  font-size: 0.16rem;
  cursor: pointer;
  width: 146px;
  text-align: center;
  position: relative;
  line-height: 1;
  border-radius: 10em;
  padding: 8px 0 6px;
  background-color: #FFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: opacity 0.3s ease;
}
.mykinsoproLP .lp_make-box--list .item-link button:hover {
  opacity: 0.7;
}
.mykinsoproLP .lp_make-box--list .item-link button::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.mykinsoproLP .lp_make-box--list .item-link.btncl01 button {
  color: #E7253C;
  border: 2px solid #E7253C;
}
.mykinsoproLP .lp_make-box--list .item-link.btncl01 button::after {
  background-image: url(../images/mykinsopro/ico_modal01.png);
}
.mykinsoproLP .lp_make-box--list .item-link.btncl02 button {
  color: #CA479E;
  border: 2px solid #CA479E;
}
.mykinsoproLP .lp_make-box--list .item-link.btncl02 button::after {
  background-image: url(../images/mykinsopro/ico_modal02.png);
}
.mykinsoproLP .lp_make-box--list .item-link.btncl03 button {
  color: #7E780E;
  border: 2px solid #7E780E;
}
.mykinsoproLP .lp_make-box--list .item-link.btncl03 button::after {
  background-image: url(../images/mykinsopro/ico_modal03.png);
}
.mykinsoproLP .lp_make-box--list .item-link.btncl04 button {
  color: #36850E;
  border: 2px solid #36850E;
}
.mykinsoproLP .lp_make-box--list .item-link.btncl04 button::after {
  background-image: url(../images/mykinsopro/ico_modal04.png);
}
.mykinsoproLP .lp_make-box--list .item-link.btncl05 button {
  color: #157F89;
  border: 2px solid #157F89;
}
.mykinsoproLP .lp_make-box--list .item-link.btncl05 button::after {
  background-image: url(../images/mykinsopro/ico_modal05.png);
}
.mykinsoproLP .lp_make-box--list .item-link.btncl06 button {
  color: #155090;
  border: 2px solid #155090;
}
.mykinsoproLP .lp_make-box--list .item-link.btncl06 button::after {
  background-image: url(../images/mykinsopro/ico_modal06.png);
}
.mykinsoproLP .lp_make-txt {
  max-width: 940px;
  padding: 0 20px;
  margin: auto;
  font-size: 0.24rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_make-txt {
    font-size: 0.2rem;
  }
}
.mykinsoproLP .lp_make-txt .accent {
  color: #EC494C;
  margin-top: 20px;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_make-txt .accent {
    font-size: 0.28rem;
  }
}
.mykinsoproLP .lp_make-img02 {
  position: absolute;
  z-index: 1;
  max-width: 1120px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 17px;
}
.mykinsoproLP .lp_make-img02 .img {
  max-width: 326px;
  margin-left: auto;
  margin-right: 5%;
  width: 37.9069767442%;
}
.mykinsoproLP .lp_whais {
  position: relative;
  z-index: 10;
  padding: 0px 0;
  margin-top: 0;
}
.mykinsoproLP .lp_whais::before {
  content: "";
  width: 100%;
  height: 236px;
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  top: -141px;
  background-image: url(../images/mykinsopro/conten_bg02.png);
  background-repeat: no-repeat;
  background-size: 100% 236px;
  background-position: center center;
}
.mykinsoproLP .lp_whais-inner {
  position: relative;
  z-index: 5;
}
.mykinsoproLP .lp_whais .lp_ttl {
  margin-bottom: 40px;
}
.mykinsoproLP .lp_whais-main {
  max-width: 930px;
  margin: auto;
  margin-bottom: 50px;
  padding: 0 20px;
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
  box-sizing: content-box;
}
.mykinsoproLP .lp_whais-main--img {
  max-width: 285px;
}
.mykinsoproLP .lp_whais-main--txt {
  max-width: 560px;
}
.mykinsoproLP .lp_whais-main--txt_lead {
  font-weight: 600;
  text-align: center;
  font-size: 0.25rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.mykinsoproLP .lp_whais-sub {
  max-width: 1120px;
  margin: auto;
  padding: 0 20px;
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
  box-sizing: content-box;
}
.mykinsoproLP .lp_whais-sub--img {
  max-width: 533px;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_whais-sub--img {
    width: 52.6829268293%;
  }
}
.mykinsoproLP .lp_whais-sub--txt {
  max-width: 540px;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_whais-sub--txt {
    width: 52.6829268293%;
  }
}
.mykinsoproLP .lp_whais-sub--txt_copy {
  font-size: 0.2rem;
  line-height: 2;
}
.mykinsoproLP .lp_whais-sub--txt_copy:not(:last-child) {
  margin-bottom: 15px;
}
.mykinsoproLP .lp_whais-inspe {
  margin-bottom: 60px;
}
.mykinsoproLP .lp_whais-inspe--ttl {
  font-weight: 600;
  text-align: center;
  font-size: 0.25rem;
  color: #EA8306;
  margin-bottom: 30px;
}
.mykinsoproLP .lp_whais-inspe--box {
  max-width: 940px;
  padding: 0 20px;
  margin: auto;
}
.mykinsoproLP .lp_whais-inspe--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 7px;
}
.mykinsoproLP .lp_whais-inspe--list li {
  width: 19.5%;
  width: calc((100% - 25px) / 5);
  height: 80px;
  border-radius: 12px;
  background-color: #EA8306;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}
.mykinsoproLP .lp_whais-inspe--list li span {
  -webkit-text-decoration: underline dotted #ffffff;
          text-decoration: underline dotted #ffffff;
  text-underline-offset: 4px;
}
.mykinsoproLP .lp_whais-inspe--list li sup {
  font-size: 0.1rem;
  vertical-align: text-top;
}
.mykinsoproLP .lp_whais-inspe--list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.mykinsoproLP .lp_whais-inspe--list02 li {
  width: calc((100% - 25px) / 6);
  height: 80px;
  border-radius: 12px;
  color: #845401;
  background-color: #FFF4E1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}
.mykinsoproLP .lp_whais-inspe--cation {
  font-size: 0.14rem;
}
.mykinsoproLP .lp_whais-find {
  max-width: 940px;
  padding: 0 20px;
  margin: auto;
}
.mykinsoproLP .lp_whais-find--ttl {
  border-radius: 14px;
  text-align: center;
  background-color: #EC494C;
  color: #FFF;
  font-size: 0.24rem;
  font-weight: bold;
  padding: 12px 0;
  margin-bottom: 20px;
}
.mykinsoproLP .lp_whais-find--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
.mykinsoproLP .lp_whais-find--list .list_item {
  max-width: 441px;
  width: 49%;
  border-radius: 20px;
  padding: 30px;
  background-color: #FDF8EF;
  position: relative;
}
.mykinsoproLP .lp_whais-find--list .list_num {
  font-family: "Poppins", sans-serif;
  font-size: 0.4rem;
  color: #EC494C;
  line-height: 1;
  position: absolute;
  z-index: 1;
  left: 30px;
  top: 30px;
}
.mykinsoproLP .lp_whais-find--list .list_img {
  max-width: 183px;
  margin: auto;
  margin-bottom: 20px;
}
.mykinsoproLP .lp_whais-find--list .list_ttl {
  text-align: center;
  color: #EC494C;
  font-size: 0.25rem;
  font-weight: bold;
  line-height: 2;
}
.mykinsoproLP .lp_report {
  position: relative;
  background-color: #EFF9FB;
  z-index: 9;
  padding-bottom: 60px;
  margin-top: 93px;
}
.mykinsoproLP .lp_report::before {
  content: "";
  width: 100%;
  height: 236px;
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  top: -235px;
  background-image: url(../images/mykinsopro/conten_bg03.png);
  background-repeat: no-repeat;
  background-size: 100% 236px;
  background-position: center center;
}
.mykinsoproLP .lp_report::after {
  content: "";
  width: 100%;
  height: 236px;
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-image: url(../images/mykinsopro/conten_bg04.png);
  background-repeat: no-repeat;
  background-size: 100% 236px;
  background-position: center center;
}
.mykinsoproLP .lp_report-inner {
  position: relative;
  z-index: 5;
}
.mykinsoproLP .lp_report .lp_ttl {
  margin-bottom: 40px;
}
.mykinsoproLP .lp_report-imgbox {
  max-width: 1145px;
  padding: 0 20px 45px;
  margin: auto;
  margin-bottom: 60px;
  position: relative;
}
.mykinsoproLP .lp_report-imgbox--img {
  position: absolute;
  max-width: 223px;
  bottom: 0;
  left: 10%;
  width: 21.756097561%;
}
.mykinsoproLP .lp_report-imgbox--txt {
  padding-left: 33%;
  font-size: 0.3rem;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_report-imgbox--txt {
    font-size: 0.28rem;
  }
}
.mykinsoproLP .lp_report-imgbox--txt span {
  display: block;
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_report-imgbox--txt span {
    font-size: 0.34rem;
  }
}
.mykinsoproLP .lp_report-setlist {
  display: flex;
  max-width: 1145px;
  margin: auto;
  margin-bottom: 5px;
  padding: 0 20px;
  justify-content: space-between;
}
.mykinsoproLP .lp_report-setlist .list_item {
  border-radius: 20px;
  position: relative;
  max-width: 360px;
  width: 32.5791855204%;
  background-color: #FFF;
  padding: 40px;
  padding-top: 35px;
}
.mykinsoproLP .lp_report-setlist .list_float {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: -35px;
}
.mykinsoproLP .lp_report-setlist .list_float > p {
  color: #FFF;
  background-color: #EC494C;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 12px;
  position: relative;
}
.mykinsoproLP .lp_report-setlist .list_float > p span:first-child {
  font-size: 0.24rem;
  font-weight: bold;
}
.mykinsoproLP .lp_report-setlist .list_float > p::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/mykinsopro/ico_check.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  left: -20px;
  top: -20px;
}
.mykinsoproLP .lp_report-setlist .list_float > p::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 21px solid #ec494c;
  border-bottom: 0;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.mykinsoproLP .lp_report-setlist .list_img {
  max-width: 280px;
  margin: auto;
  width: 90%;
  margin-bottom: 20px;
}
.mykinsoproLP .lp_report-setlist .list_ttl {
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
.mykinsoproLP .lp_report-cation {
  max-width: 1145px;
  padding: 0 20px;
  margin: auto;
  text-align: right;
  font-size: 0.14rem;
  margin-bottom: 30px;
}
.mykinsoproLP .lp_report .lp_btn01 {
  margin-bottom: 40px;
}
.mykinsoproLP .lp_report-triangle {
  text-align: center;
  position: relative;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
.mykinsoproLP .lp_report-triangle span {
  position: relative;
  z-index: 5;
  display: block;
  font-weight: bold;
  font-size: 0.24rem;
  color: #FFF;
  margin-top: -5px;
}
.mykinsoproLP .lp_report-triangle::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 235px solid transparent;
  border-left: 235px solid transparent;
  border-top: 80px solid #ec494c;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mykinsoproLP .lp_report-triangle .view_sponly {
  display: none;
}
.mykinsoproLP .lp_report-box {
  position: relative;
  max-width: 1140px;
  padding: 0 10px;
  margin: auto;
  margin-bottom: 60px;
}
.mykinsoproLP .lp_report-box--inner {
  position: relative;
  z-index: 5;
  background-color: #FFF;
  border: 8px solid #EC494C;
  padding: 60px 10px;
  border-radius: 30px;
}
.mykinsoproLP .lp_report-box--img {
  position: absolute;
  z-index: 5;
  width: 233px;
  top: -50px;
  right: 40px;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_report-box--img {
    right: 10%;
  }
}
.mykinsoproLP .lp_report-box--item {
  max-width: 900px;
  margin: auto;
}
.mykinsoproLP .lp_report-box--lead {
  line-height: 1.6;
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.mykinsoproLP .lp_report-box--lead span {
  display: block;
  line-height: 1.6;
  color: #EC494C;
  font-size: 0.4rem;
  margin-top: 10px;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_report-box--lead span {
    font-size: 0.34rem;
  }
}
.mykinsoproLP .lp_report-box--pht {
  max-width: 720px;
  margin: auto;
  margin-bottom: 30px;
}
.mykinsoproLP .lp_report-box--pht img {
  border-radius: 20px;
}
.mykinsoproLP .lp_report-box--txt {
  line-height: 2;
  font-size: 0.2rem;
  margin-bottom: 10px;
}
.mykinsoproLP .lp_report-box--txt span {
  font-weight: bold;
  color: #EC494C;
}
.mykinsoproLP .lp_sale {
  position: relative;
  background-color: #FDF0EF;
  z-index: 10;
  padding: 0px 0;
  margin-top: -50px;
}
.mykinsoproLP .lp_sale::after {
  content: "";
  width: 100%;
  height: 236px;
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  bottom: -80px;
  background-image: url(../images/mykinsopro/conten_bg02.png);
  background-repeat: no-repeat;
  background-size: 100% 236px;
  background-position: center center;
}
.mykinsoproLP .lp_sale-inner {
  position: relative;
  z-index: 5;
  padding-bottom: 130px;
}
.mykinsoproLP .lp_sale .lp_ttl {
  margin-bottom: 40px;
}
.mykinsoproLP .lp_sale-copy {
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.mykinsoproLP .lp_sale-img {
  max-width: 926px;
  margin: auto;
  margin-bottom: 60px;
}
.mykinsoproLP .lp_sale-box {
  position: relative;
  max-width: 920px;
  padding: 0 10px;
  margin: auto;
}
.mykinsoproLP .lp_sale-box--inner {
  position: relative;
  z-index: 5;
  background-color: #FFF;
  border: 6px solid #EC494C;
  padding: 50px 10px 40px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mykinsoproLP .lp_sale-box--ttl {
  border-radius: 10em;
  background-color: #EC494C;
  color: #FFF;
  text-align: center;
  width: 250px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.24rem;
  position: absolute;
  z-index: 1;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
.mykinsoproLP .lp_sale-box--price {
  color: #EC494C;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.mykinsoproLP .lp_sale-box--price span {
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
}
.mykinsoproLP .lp_sale-box--cation {
  font-size: 0.2rem;
  font-weight: 600;
}
.mykinsoproLP .lp_sale-box--cation span {
  display: inline-block;
  background-image: radial-gradient(#452C00 20%, transparent 25%); /* #452C00 は画像に近い茶色 */
  background-position: bottom; /* 下側に配置 */
  background-size: 8px 8px; /* ドットの間隔（1つ目の8pxが横の間隔） */
  background-repeat: repeat-x; /* 横方向に繰り返す */
  padding-bottom: 0.3em;
}
.mykinsoproLP .lp_application {
  position: relative;
  z-index: 11;
  padding: 0px 0;
  margin-top: -55px;
  margin-bottom: 90px;
}
.mykinsoproLP .lp_application-inner {
  position: relative;
  z-index: 5;
}
.mykinsoproLP .lp_application .lp_ttl {
  margin-bottom: 40px;
}
.mykinsoproLP .lp_application-copy {
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.mykinsoproLP .lp_application-acc {
  max-width: 1140px;
  padding: 0 10px;
  margin: auto;
  margin-bottom: 100px;
}
.mykinsoproLP .lp_application-acc--item {
  position: relative;
  z-index: 5;
  background-color: #FFF;
  border: 7px solid #069028;
  padding: 0 0 0px;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}
.mykinsoproLP .lp_application-acc--item:not(:last-child) {
  margin-bottom: 60px;
}
.mykinsoproLP .lp_application-acc--item.active {
  background-color: #FDF8EF;
}
.mykinsoproLP .lp_application-acc button {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  color: #452C00;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  font-size: 0.18rem;
  text-align: left;
  height: 176px;
  padding-left: 120px;
  position: relative;
  transition: opacity 0.3s ease;
}
.mykinsoproLP .lp_application-acc button:hover {
  opacity: 0.7;
}
.mykinsoproLP .lp_application-acc button span {
  display: inline-block;
}
.mykinsoproLP .lp_application-acc button .ico {
  display: block;
  position: absolute;
  background-color: #069028;
  border-radius: 100%;
  width: 62px;
  height: 62px;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.mykinsoproLP .lp_application-acc button .ico::after, .mykinsoproLP .lp_application-acc button .ico::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #FFF;
  z-index: 2;
  border-radius: 10em;
}
.mykinsoproLP .lp_application-acc button .ico::after {
  width: 21px;
  height: 3px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mykinsoproLP .lp_application-acc button .ico::before {
  height: 21px;
  width: 3px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.mykinsoproLP .lp_application-acc button .txt .fonts {
  display: block;
  font-size: 0.32rem;
  font-weight: bold;
}
.mykinsoproLP .lp_application-acc button .cation {
  font-size: 0.18rem;
}
.mykinsoproLP .lp_application-acc button.active .ico::before {
  opacity: 0;
}
.mykinsoproLP .lp_application-acc--open {
  height: 0;
  overflow: hidden;
}
.mykinsoproLP .lp_application-acc--open .acc_inner {
  background-image: linear-gradient(to right, #A59577, #A59577 4px, transparent 4px);
  background-size: 10px 2px;
  background-position: left top;
  background-repeat: repeat-x;
  padding: 50px 0 50px;
  max-width: 1030px;
  margin: auto;
}
.mykinsoproLP .lp_application-acc--open .acc_list {
  display: flex;
  max-width: 980px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mykinsoproLP .lp_application-acc--open .acc_list:not(:last-child) {
  margin-bottom: 45px;
}
.mykinsoproLP .lp_application-acc--open .acc_list.arrow01 .list_item::after, .mykinsoproLP .lp_application-acc--open .acc_list.arrow02 .list_item::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(../images/mykinsopro/ico_arrow01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.mykinsoproLP .lp_application-acc--open .acc_list.arrow01 .list_item::after {
  right: -50px;
}
.mykinsoproLP .lp_application-acc--open .acc_list.arrow01 .list_item:first-of-type {
  z-index: 3;
}
.mykinsoproLP .lp_application-acc--open .acc_list.arrow01 .list_item:nth-child(2n) {
  z-index: 2;
}
.mykinsoproLP .lp_application-acc--open .acc_list.arrow01 .list_item:last-of-type::after {
  right: -20px;
}
.mykinsoproLP .lp_application-acc--open .acc_list.arrow02 .list_item::after {
  left: -10px;
}
.mykinsoproLP .lp_application-acc--open .list_item {
  max-width: 310px;
  width: 31.6326530612%;
  padding: 40px 20px 30px;
  border-radius: 20px;
  background-color: #FFF;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.mykinsoproLP .lp_application-acc--open .list_item.cation {
  padding-bottom: 18px;
}
.mykinsoproLP .lp_application-acc--open .list_num {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  border-radius: 10em;
  background-color: #069028;
  color: #FFF;
  line-height: 1;
  padding: 8px 16px;
  top: -12px;
  left: 30px;
}
.mykinsoproLP .lp_application-acc--open .item_inner {
  display: inline-block;
  text-align: left;
}
.mykinsoproLP .lp_application-acc--open .list_img {
  max-width: 120px;
  margin: auto;
  margin-bottom: 20px;
}
.mykinsoproLP .lp_application-acc--open .list_txt {
  font-size: 0.2rem;
  font-weight: bold;
}
.mykinsoproLP .lp_application-acc--open .list_cation {
  font-weight: bold;
}
.mykinsoproLP .lp_application-flora {
  max-width: 98%;
  margin: auto;
  background-color: #069028;
  border-radius: 20px;
  padding: 60px 0;
}
.mykinsoproLP .lp_application-flora--flex {
  max-width: 1020px;
  padding: 0 20px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.mykinsoproLP .lp_application-flora--flex .flex_img {
  max-width: 403px;
}
.mykinsoproLP .lp_application-flora--flex .flex_txt {
  max-width: 552px;
  color: #FFF;
}
.mykinsoproLP .lp_application-flora--flex .flex_txt_ttl {
  line-height: 1.75;
  font-size: 0.32rem;
  font-weight: bold;
  color: #FFFF76;
  margin-bottom: 15px;
}
.mykinsoproLP .lp_application-flora--flex .flex_txt_lead {
  font-size: 0.18rem;
  line-height: 1.78;
}
.mykinsoproLP .lp_application-flora--flex .flex_txt_cation {
  font-size: 0.14rem;
  line-height: 2.28;
}
.mykinsoproLP .lp_application-flora--btn01 {
  margin: 0 20px;
  margin-bottom: 40px;
}
.mykinsoproLP .lp_application-flora--btn01 a {
  display: block;
  position: relative;
  max-width: 900px;
  height: 141px;
  border-radius: 190px;
  background-color: #FFFF76;
  color: #010101;
  margin: auto;
  justify-content: center;
  font-size: 0.28rem;
  font-weight: bold;
  box-shadow: 8px 8px 4px 0px rgba(0, 0, 0, 0.4);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.mykinsoproLP .lp_application-flora--btn01 a .img {
  max-width: 137px;
  position: absolute;
  z-index: 2;
  left: 10%;
  bottom: 0;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.mykinsoproLP .lp_application-flora--btn01 a .txt {
  position: relative;
  z-index: 1;
  box-shadow: inset 0 0 0 5px #FFFF76, inset 0 0 0 8px #000000;
  border-radius: 190px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mykinsoproLP .lp_application-flora--btn01 a span {
  display: block;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.mykinsoproLP .lp_application-flora--btn01 a span::after {
  content: "";
  display: block;
  width: 22px;
  height: 16px;
  background-image: url(../images/mykinsopro/ico_blank03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mykinsoproLP .lp_application-flora--btn01 a:hover .img {
  transform: matrix3d(1.08, 0.03, 0, 0, -0.03, 1.08, 0, 0, 0, 0, 1, 0, 0, -10, 0, 1);
}
.mykinsoproLP .lp_application-flora--btn01 a:hover .img img {
  opacity: 1;
}
.mykinsoproLP .lp_application-flora--btn01 a:hover .txt span {
  transform: translateX(10px);
}
.mykinsoproLP .lp_application-flora--txt {
  text-align: center;
  color: #FFF;
  margin-bottom: 20px;
}
.mykinsoproLP .lp_application-flora--btn02 a {
  background-color: #FFF;
  max-width: 360px;
  color: #010101;
}
.mykinsoproLP .lp_application-flora--btn02 a::after {
  background-image: url(../images/mykinsopro/ico_blank04.svg);
}
.mykinsoproLP .lp_banner {
  max-width: 1160px;
  padding: 0 20px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin-bottom: 120px;
}
.mykinsoproLP .lp_banner-item {
  max-width: 545px;
  width: 48.6607142857%;
  text-align: center;
}
.mykinsoproLP .lp_banner-item .tabitem01 {
  display: none;
}
.mykinsoproLP .lp_banner-item--txt {
  margin-bottom: 20px;
}
.mykinsoproLP .lp_banner-item--btn {
  display: block;
  transition: opacity 0.3s ease;
  position: relative;
}
.mykinsoproLP .lp_banner-item--btn:hover {
  opacity: 0.8;
}
.mykinsoproLP .lp_banner-item--btn .txt {
  position: absolute;
  z-index: 5;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
}
.mykinsoproLP .lp_banner-item--btn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  right: 23px;
  bottom: 23px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
.mykinsoproLP .lp_banner-item.item01 a::after {
  background-image: url(../images/mykinsopro/ico_blank06.svg);
}
.mykinsoproLP .lp_banner-item.item01 .txt {
  font-size: 0.18rem;
  line-height: 1.777;
  left: 8%;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_banner-item.item01 .txt {
    font-size: 0.16rem;
  }
}
.mykinsoproLP .lp_banner-item.item01 .txt span {
  font-size: 0.28rem;
  display: block;
  line-height: 1.42;
  color: #F7710B;
  font-weight: bold;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_banner-item.item01 .txt span {
    font-size: 0.24rem;
  }
}
.mykinsoproLP .lp_banner-item.item02 .tabitem01::after {
  background-image: url(../images/mykinsopro/ico_arrow03_01.svg);
}
.mykinsoproLP .lp_banner-item.item02 .tabitem02::after {
  background-image: url(../images/mykinsopro/ico_arrow03_02.svg);
}
.mykinsoproLP .lp_banner-item.item02 .txt {
  position: absolute;
  font-size: 0.35rem;
  line-height: 1.485;
  font-weight: bold;
  left: 13%;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_banner-item.item02 .txt {
    font-size: 0.3rem;
  }
}
.mykinsoproLP .lp_banner-item.item02 .txt span {
  font-size: 0.51rem;
  line-height: 1.411;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP .lp_banner-item.item02 .txt span {
    font-size: 0.42rem;
  }
}
.mykinsoproLP .lp_banner-item.item02 .txt.color01 span {
  color: #E36144;
}

@media only screen and (max-width:992px) {
  .mykinsoproLP .lp_ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width:992px) and (min-width:768px) and (max-width:992px) {
  .mykinsoproLP .lp_ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width:992px) {
  .mykinsoproLP .lp_btn01 a {
    font-size: 16px;
    width: 100%;
  }
  .mykinsoproLP .lp_btn02 a {
    font-size: 16px;
    width: 100%;
  }
  .mykinsoproLP .lp_navi {
    position: fixed;
    right: auto;
    left: 15px;
    top: auto;
    bottom: 50px;
    transform: none;
    z-index: 23;
  }
}
@media only screen and (max-width:992px) and (max-width:767px) {
  .mykinsoproLP .lp_navi {
    bottom: 11.5vw;
  }
}
@media only screen and (max-width:992px) {
  .mykinsoproLP .lp_navi.is-fixed {
    top: auto;
  }
  .mykinsoproLP .lp_navi-btn {
    width: 126px;
    border-radius: 15px;
    padding: 3px;
  }
  .mykinsoproLP .lp_navi-btn button {
    border-radius: 15px;
    font-size: 18px;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    height: 64px;
  }
  .mykinsoproLP .lp_navi-btn button:hover {
    opacity: 1;
  }
  .mykinsoproLP .lp_navi-btn button br {
    display: none;
  }
  .mykinsoproLP .lp_navi-btn button::before {
    margin: 0;
    margin-right: 10px;
  }
  .mykinsoproLP .lp_navi-list {
    width: 94%;
    border-radius: 15px;
    box-shadow: 0px 6px 51px 5px rgba(69, 44, 0, 0.35);
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    top: auto;
    bottom: 50px;
    transform: translate(0);
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.3s ease-in-out;
  }
  .mykinsoproLP .lp_navi-list.active {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  .mykinsoproLP .lp_navi-list.active .lp_navi-list--inner {
    display: block;
  }
  .mykinsoproLP .lp_navi-list--inner {
    padding: 35px 20px 80px;
    display: none;
  }
  .mykinsoproLP .lp_navi-list ul {
    width: 100%;
  }
  .mykinsoproLP .lp_navi-list .lp_btn02 a {
    font-size: 16px;
  }
  .mykinsoproLP .lp_modal .modal__close-btn {
    width: 70px;
    height: 70px;
    right: 20px;
    top: -35px;
  }
  .mykinsoproLP .lp_modal .swiper {
    overflow: visible;
  }
  .mykinsoproLP .lp_modal {
    /* Swiperの矢印部分 */
  }
  .mykinsoproLP .lp_modal .swiper-button-next,
  .mykinsoproLP .lp_modal .swiper-button-prev {
    height: 50px;
    width: 50px;
    top: 27%;
  }
  .mykinsoproLP .lp_modal .swiper-button-prev {
    left: -20px;
  }
  .mykinsoproLP .lp_modal .swiper-button-next {
    right: -20px;
  }
  .mykinsoproLP .lp_modal .swiper-pagination {
    display: none;
  }
  .mykinsoproLP .lp_modal .modal__slide-inner {
    padding: 30px 20px 30px;
    height: auto;
  }
}
@media only screen and (max-width:992px) and (max-width: 389px) {
  .mykinsoproLP .lp_modal .modal__slide-inner {
    padding: 30px 15px 30px;
  }
}
@media only screen and (max-width:992px) {
  .mykinsoproLP .lp_modal .modal__slide-name {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:992px) and (max-width: 389px) {
  .mykinsoproLP .lp_modal .modal__slide-name {
    font-size: 22px;
  }
}
@media only screen and (max-width:992px) {
  .mykinsoproLP .lp_modal .modal__slide-flex {
    display: block;
  }
  .mykinsoproLP .lp_modal .modal__slide-img {
    margin: auto;
    margin-bottom: 30px;
    width: 60%;
    max-width: 160px;
  }
}
@media only screen and (max-width:992px) and (max-width: 389px) {
  .mykinsoproLP .lp_modal .modal__slide-img {
    margin-bottom: 10px;
    max-width: 135px;
  }
}
@media only screen and (max-width:992px) {
  .mykinsoproLP .lp_modal .modal__slide-txt {
    width: 100%;
    font-size: 14px;
  }
  .mykinsoproLP .lp_modal .modal__slide-txt .ttl {
    text-align: center;
    font-size: 18px;
  }
}
@media only screen and (max-width:992px) and (max-width: 389px) {
  .mykinsoproLP .lp_modal .modal__slide-txt .ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width:992px) {
  .mykinsoproLP .lp_main {
    background-image: url(../images/mykinsopro/main_bg_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .mykinsoproLP .lp_main-imgbox {
    aspect-ratio: 390/196;
  }
  .mykinsoproLP .lp_main-img01 {
    display: none;
  }
  .mykinsoproLP .lp_main-img02 {
    position: absolute;
    width: 100%;
    max-width: initial;
    transform: none;
    left: 0;
    aspect-ratio: 390/286;
  }
  .mykinsoproLP .lp_main-txtbox {
    position: relative;
    top: 0;
    padding: 0;
    margin-bottom: 10%;
  }
  .mykinsoproLP .lp_main-txt01 {
    width: 100%;
    max-width: initial;
  }
  .mykinsoproLP .lp_main-bnrbox {
    position: relative;
    top: 0;
  }
  .mykinsoproLP .lp_main-bnr--inner {
    display: block;
    border-radius: 20px;
  }
  .mykinsoproLP .lp_main-bnr--txtbox {
    display: block;
  }
  .mykinsoproLP .lp_main-bnr--txtboxiner {
    padding: 20px;
  }
  .mykinsoproLP .lp_main-bnr--ttl {
    font-size: 24px;
  }
  .mykinsoproLP .lp_main-bnr--ttl span {
    font-size: 18px;
  }
  .mykinsoproLP .lp_main-bnr--imgbox {
    width: 100%;
  }
  .mykinsoproLP .lp_about .lp_ttl {
    margin-bottom: 30px;
  }
  .mykinsoproLP .lp_about-flex {
    top: 0;
    margin-bottom: 40px;
  }
  .mykinsoproLP .lp_about-imgbox {
    position: static;
    transform: none;
    max-width: 390px;
    width: 90%;
    margin: auto;
  }
  .mykinsoproLP .lp_about-txtbox {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    width: 100%;
  }
  .mykinsoproLP .lp_about-ttl {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .mykinsoproLP .lp_about-ttl span {
    font-size: 26px;
    font-weight: bold;
  }
  .mykinsoproLP .lp_about-txt {
    font-size: 18px;
  }
  .mykinsoproLP .lp_about-txt span {
    color: #F7710B;
  }
  .mykinsoproLP .lp_about-tab--ttl {
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 80px;
  }
  .mykinsoproLP .lp_about-tab--btn {
    border-radius: 15px 15px 0px 0px;
  }
  .mykinsoproLP .lp_about-tab--btn button {
    border-radius: 15px 15px 0px 0px;
    padding: 45px 0 10px;
    font-size: 16px;
  }
  .mykinsoproLP .lp_about-tab--btn button > p {
    margin-left: 0px;
    line-height: 1;
    font-size: 16px;
  }
  .mykinsoproLP .lp_about-tab--btn button > p span.fonts {
    font-size: 20px;
  }
  .mykinsoproLP .lp_about-tab--btn button::after {
    width: 25px;
    height: 25px;
    right: 10px;
  }
  .mykinsoproLP .lp_about-tab--btn button::before {
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .mykinsoproLP .lp_about-tab--btn button.active {
    padding: 65px 0 10px;
  }
  .mykinsoproLP .lp_about-tab--btn button.active:hover {
    opacity: 1;
  }
  .mykinsoproLP .lp_about-tab--btn button.active p {
    font-size: 18px;
  }
  .mykinsoproLP .lp_about-tab--btn button.active p span.fonts {
    font-size: 26px;
  }
  .mykinsoproLP .lp_about-tab--btn.tab-btn01 button::before {
    height: 105px;
    width: 66px;
    padding-bottom: 0;
  }
  .mykinsoproLP .lp_about-tab--btn.tab-btn01 button.active::before {
    height: 121px;
    width: 76px;
    padding-bottom: 0;
    left: 0;
    bottom: 48px;
  }
  .mykinsoproLP .lp_about-tab--btn.tab-btn02 button::before {
    height: 115px;
    width: 70px;
    padding-bottom: 0;
  }
  .mykinsoproLP .lp_about-tab--btn.tab-btn02 button.active::before {
    width: 80px;
    height: 132px;
    padding-bottom: 0;
    left: 0;
    bottom: 45px;
  }
  .mykinsoproLP .lp_about-tab--item {
    border-top-width: 3px;
    padding: 27px 0 40px;
    border-radius: 0px 0px 15px 15px;
  }
  .mykinsoproLP .lp_about-tab--item_lead {
    font-size: 22px;
    line-height: 1.72;
    margin-bottom: 30px;
  }
  .mykinsoproLP .lp_about-tab--item_lead span {
    display: block;
    line-height: 1.4;
    font-size: 26px;
  }
  .mykinsoproLP .lp_about-tab--item_list {
    display: block;
    padding: 0 20px;
    margin-bottom: 38px;
  }
}
@media only screen and (max-width:992px) and (min-width:768px) and (max-width:992px) {
  .mykinsoproLP .lp_about-tab--item_list {
    display: flex;
  }
}
@media only screen and (max-width:992px) {
  .mykinsoproLP .lp_about-tab--item_list .item {
    width: 90%;
    margin: auto;
  }
  .mykinsoproLP .lp_about-tab--item_list .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .mykinsoproLP .lp_about-tab--item_img {
    position: static;
    width: 39%;
    margin: auto;
    margin-bottom: 6%;
  }
  .mykinsoproLP .lp_about-tab--item_txt {
    font-size: 22px;
    margin-left: 0;
    padding: 0 10%;
  }
  .mykinsoproLP .lp_about-tab--item_txt br {
    display: none;
  }
  .mykinsoproLP .lp_make {
    margin-top: 4%;
    padding-top: 10%;
    padding-bottom: 49px;
  }
  .mykinsoproLP .lp_make::before {
    content: "";
    height: 72px;
    top: -72px;
    background-image: url(../images/mykinsopro/conten_bg01_sp.png);
    background-size: 100% 72px;
  }
  .mykinsoproLP .lp_make-inner {
    padding-bottom: 0;
  }
  .mykinsoproLP .lp_make .lp_ttl {
    margin-bottom: 40px;
  }
  .mykinsoproLP .lp_make-main {
    margin-bottom: 120px;
  }
  .mykinsoproLP .lp_make-main--copy {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .mykinsoproLP .lp_make-main--copy span {
    font-size: 26px;
  }
  .mykinsoproLP .lp_make-main--img {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .mykinsoproLP .lp_make-main--lead {
    font-size: 18px;
  }
  .mykinsoproLP .lp_make-img01--img {
    right: 0;
    left: 0;
    margin: auto;
    width: 324px;
    bottom: -55px;
  }
  .mykinsoproLP .lp_make-box {
    margin-bottom: 50px;
  }
  .mykinsoproLP .lp_make-box--inner {
    padding: 30px 20px;
    border-radius: 15px;
    border: 4px solid #EC494C;
  }
  .mykinsoproLP .lp_make-box--cation {
    font-size: 14px;
  }
  .mykinsoproLP .lp_make-box--item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .mykinsoproLP .lp_make-box--ttl {
    padding: 10px 0;
    font-size: 20px;
    margin-bottom: 10px;
    border-radius: 6px;
  }
  .mykinsoproLP .lp_make-box--txt {
    font-size: 18px;
    padding: 0 18px;
  }
  .mykinsoproLP .lp_make-box--list {
    display: block;
  }
}
@media only screen and (max-width:992px) and (min-width:768px) and (max-width:992px) {
  .mykinsoproLP .lp_make-box--list {
    display: flex;
  }
}
@media only screen and (max-width:992px) {
  .mykinsoproLP .lp_make-box--list .item {
    width: 70%;
    margin: auto;
  }
  .mykinsoproLP .lp_make-box--list .item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .mykinsoproLP .lp_make-box--list .item-txt {
    font-size: 16px;
  }
  .mykinsoproLP .lp_make-box--list .item-txt .name {
    font-size: 18px;
  }
  .mykinsoproLP .lp_make-box--list .item-link button {
    font-size: 16px;
  }
  .mykinsoproLP .lp_make-txt {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .mykinsoproLP .lp_make-txt .accent {
    font-size: 22px;
  }
  .mykinsoproLP .lp_make-img02 {
    position: static;
  }
  .mykinsoproLP .lp_make-img02 .img {
    margin-left: auto;
    margin-right: auto;
    width: 57.4358974359%;
  }
  .mykinsoproLP .lp_whais {
    padding-top: 10%;
  }
  .mykinsoproLP .lp_whais::before {
    height: 72px;
    top: -72px;
    background-image: url(../images/mykinsopro/conten_bg02_sp.png);
    background-size: 100% 72px;
  }
  .mykinsoproLP .lp_whais .lp_ttl {
    margin-bottom: 40px;
  }
  .mykinsoproLP .lp_whais-main {
    display: block;
    margin-bottom: 30px;
  }
  .mykinsoproLP .lp_whais-main--img {
    margin: auto;
    width: 51.2820512821%;
    margin-bottom: 30px;
  }
  .mykinsoproLP .lp_whais-main--txt {
    margin: auto;
  }
  .mykinsoproLP .lp_whais-main--txt_lead {
    font-size: 18px;
  }
  .mykinsoproLP .lp_whais-main--txt_img {
    margin: auto;
    width: 74.8717948718%;
  }
  .mykinsoproLP .lp_whais-sub {
    display: block;
  }
  .mykinsoproLP .lp_whais-sub--img {
    width: 87.1794871795%;
    margin: auto;
    margin-bottom: 30px;
  }
  .mykinsoproLP .lp_whais-sub--txt {
    width: 100%;
    margin: auto;
    max-width: initial;
  }
  .mykinsoproLP .lp_whais-sub--txt_copy {
    font-size: 18px;
  }
  .mykinsoproLP .lp_whais-sub--txt_copy:not(:last-child) {
    margin-bottom: 7px;
  }
  .mykinsoproLP .lp_whais-inspe {
    margin-bottom: 40px;
  }
  .mykinsoproLP .lp_whais-inspe--ttl {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .mykinsoproLP .lp_whais-inspe--list {
    gap: 4px 0;
  }
  .mykinsoproLP .lp_whais-inspe--list li {
    width: calc((100% - 8px) / 3);
    height: 60px;
    border-radius: 6px;
  }
  .mykinsoproLP .lp_whais-inspe--list li span {
    font-size: 14px;
    line-height: 1.5;
  }
  .mykinsoproLP .lp_whais-inspe--list li:first-child {
    width: calc((100% - 4px) / 2);
  }
  .mykinsoproLP .lp_whais-inspe--list li:nth-child(2) {
    width: calc((100% - 4px) / 2);
  }
  .mykinsoproLP .lp_whais-inspe--list02 {
    gap: 4px 0;
  }
  .mykinsoproLP .lp_whais-inspe--list02 li {
    width: calc((100% - 10px) / 3);
    height: 60px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 6px;
  }
  .mykinsoproLP .lp_whais-inspe--cation {
    font-size: 14px;
  }
  .mykinsoproLP .lp_whais-find--ttl {
    border-radius: 8px;
    font-size: 20px;
    padding: 12px 0;
  }
  .mykinsoproLP .lp_whais-find--list {
    display: block;
  }
  .mykinsoproLP .lp_whais-find--list .list_item {
    width: 90%;
    border-radius: 14px;
    padding: 30px;
    margin: auto;
  }
  .mykinsoproLP .lp_whais-find--list .list_item:not(:last-child) {
    margin-bottom: 23px;
  }
  .mykinsoproLP .lp_whais-find--list .list_num {
    font-size: 32px;
  }
  .mykinsoproLP .lp_whais-find--list .list_img {
    max-width: 150px;
    width: 48%;
    margin: auto;
    margin-bottom: 20px;
  }
  .mykinsoproLP .lp_whais-find--list .list_ttl {
    font-size: 20px;
  }
  .mykinsoproLP .lp_whais-find--list .list_txt {
    font-size: 16px;
  }
  .mykinsoproLP .lp_report {
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 15%;
  }
  .mykinsoproLP .lp_report::before {
    height: 72px;
    top: -72px;
    background-image: url(../images/mykinsopro/conten_bg03_sp.png);
    background-size: 100% 72px;
  }
  .mykinsoproLP .lp_report::after {
    height: 72px;
    bottom: 0;
    background-image: url(../images/mykinsopro/conten_bg04_sp.png);
    background-size: 100% 72px;
  }
  .mykinsoproLP .lp_report-inner {
    padding-bottom: 0;
  }
  .mykinsoproLP .lp_report .lp_ttl {
    margin-bottom: 25px;
  }
  .mykinsoproLP .lp_report-imgbox {
    display: flex;
    margin-bottom: 40px;
  }
  .mykinsoproLP .lp_report-imgbox--img {
    position: static;
    width: 20.2564102564%;
    margin-right: 4%;
  }
  .mykinsoproLP .lp_report-imgbox--txt {
    padding-left: 0;
    font-size: 22px;
    flex: 1;
  }
  .mykinsoproLP .lp_report-imgbox--txt span {
    font-size: 26px;
  }
  .mykinsoproLP .lp_report-setlist {
    display: block;
    width: 100%;
  }
  .mykinsoproLP .lp_report-setlist .list_item {
    border-radius: 15px;
    width: 100%;
    margin: auto;
    padding: 30px;
  }
  .mykinsoproLP .lp_report-setlist .list_item:not(:last-child) {
    margin-bottom: 55px;
  }
  .mykinsoproLP .lp_report-setlist .list_float {
    top: -35px;
  }
  .mykinsoproLP .lp_report-setlist .list_float > p span {
    font-size: 16px;
  }
  .mykinsoproLP .lp_report-setlist .list_float > p span:first-child {
    font-size: 20px;
  }
  .mykinsoproLP .lp_report-setlist .list_float > p::before {
    width: 34px;
    height: 34px;
    left: -15px;
    top: -15px;
  }
  .mykinsoproLP .lp_report-setlist .list_ttl {
    font-size: 20px;
  }
  .mykinsoproLP .lp_report-setlist .list_txt {
    font-size: 16px;
  }
  .mykinsoproLP .lp_report-cation {
    font-size: 14px;
  }
  .mykinsoproLP .lp_report .lp_btn01 {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .mykinsoproLP .lp_report-triangle {
    display: block;
    height: auto;
    width: 100%;
    margin-bottom: 155px;
  }
  .mykinsoproLP .lp_report-triangle span {
    display: none;
  }
  .mykinsoproLP .lp_report-triangle::after {
    display: none;
  }
  .mykinsoproLP .lp_report-triangle .view_sponly {
    display: block;
    max-width: 500px;
    margin: auto;
  }
  .mykinsoproLP .lp_report-box {
    margin-bottom: 0;
  }
  .mykinsoproLP .lp_report-box--inner {
    border: 4px solid #EC494C;
    padding: 30px 10px;
    border-radius: 14px;
  }
  .mykinsoproLP .lp_report-box--img {
    z-index: 5;
    top: -140px;
    right: 0;
    left: 0;
    margin: auto;
    width: 160px;
  }
  .mykinsoproLP .lp_report-box--lead {
    font-size: 18px;
    text-align: center;
  }
  .mykinsoproLP .lp_report-box--lead span {
    color: #EC494C;
    font-size: 26px;
  }
  .mykinsoproLP .lp_report-box--pht {
    padding: 0 10px;
  }
  .mykinsoproLP .lp_report-box--txt {
    padding: 0 10px;
    font-size: 18px;
  }
  .mykinsoproLP .lp_report-box--cation {
    font-size: 14px;
    padding: 0 10px;
  }
  .mykinsoproLP .lp_sale {
    margin-top: 0;
    padding-top: 13%;
    padding-bottom: 15%;
  }
  .mykinsoproLP .lp_sale::after {
    height: 72px;
    bottom: 0;
    background-image: url(../images/mykinsopro/conten_bg02_sp.png);
    background-size: 100% 72px;
  }
  .mykinsoproLP .lp_sale-inner {
    padding-bottom: 0;
  }
  .mykinsoproLP .lp_sale .lp_ttl {
    margin-bottom: 30px;
  }
  .mykinsoproLP .lp_sale-copy {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .mykinsoproLP .lp_sale-img {
    margin-bottom: 0;
    padding: 0 20px;
    max-width: 506px;
  }
  .mykinsoproLP .lp_sale-box--inner {
    border: 4x solid #EC494C;
    padding: 35px 20px 20px;
  }
  .mykinsoproLP .lp_sale-box--ttl {
    width: 220px;
    height: 40px;
    font-size: 18px;
    top: -25px;
  }
  .mykinsoproLP .lp_sale-box--price {
    font-size: 19px;
  }
  .mykinsoproLP .lp_sale-box--price span {
    font-size: 55px;
  }
  .mykinsoproLP .lp_sale-box--cation {
    font-size: 13px;
  }
  .mykinsoproLP .lp_sale-box--cation span {
    background-size: 5px 8px; /* ドットの間隔（1つ目の8pxが横の間隔） */
  }
  .mykinsoproLP .lp_application {
    padding-top: 5%;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .mykinsoproLP .lp_application .lp_ttl {
    margin-bottom: 30px;
  }
  .mykinsoproLP .lp_application-copy {
    font-size: 26px;
  }
  .mykinsoproLP .lp_application-acc {
    margin-bottom: 50px;
  }
  .mykinsoproLP .lp_application-acc--item {
    border: 4px solid #069028;
    border-radius: 15px;
  }
  .mykinsoproLP .lp_application-acc--item:not(:last-child) {
    margin-bottom: 40px;
  }
  .mykinsoproLP .lp_application-acc button {
    font-size: 16px;
    padding-left: 80px;
    height: 147px;
  }
  .mykinsoproLP .lp_application-acc button:hover {
    opacity: 1;
  }
  .mykinsoproLP .lp_application-acc button .ico {
    width: 50px;
    height: 50px;
    left: 15px;
  }
  .mykinsoproLP .lp_application-acc button .ico::after {
    width: 18px;
  }
  .mykinsoproLP .lp_application-acc button .ico::before {
    height: 18px;
  }
  .mykinsoproLP .lp_application-acc button .txt .fonts {
    font-size: 22px;
  }
  .mykinsoproLP .lp_application-acc button .cation {
    font-size: 13px;
  }
  .mykinsoproLP .lp_application-acc button.active .ico::before {
    opacity: 0;
  }
  .mykinsoproLP .lp_application-acc--open .acc_inner {
    padding: 50px 0 0;
    margin: 0 20px 30px;
  }
  .mykinsoproLP .lp_application-acc--open .acc_list {
    display: block;
  }
  .mykinsoproLP .lp_application-acc--open .acc_list:not(:last-child) {
    margin-bottom: 45px;
  }
  .mykinsoproLP .lp_application-acc--open .acc_list.arrow01 .list_item::after, .mykinsoproLP .lp_application-acc--open .acc_list.arrow02 .list_item::after {
    top: auto;
    transform: none;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -21px;
    transform: rotate(90deg);
  }
  .mykinsoproLP .lp_application-acc--open .acc_list.arrow01 .list_item::after {
    right: 0;
  }
  .mykinsoproLP .lp_application-acc--open .acc_list.arrow01 .list_item:last-of-type::after {
    right: 0;
  }
  .mykinsoproLP .lp_application-acc--open .acc_list.arrow02 .list_item::after {
    left: 0;
  }
  .mykinsoproLP .lp_application-acc--open .acc_list.arrow02 .list_item:last-of-type::after {
    display: none;
  }
  .mykinsoproLP .lp_application-acc--open .list_item {
    max-width: initial;
    width: 100%;
    padding: 30px 20px 35px;
    display: block;
  }
  .mykinsoproLP .lp_application-acc--open .list_item.cation {
    padding-bottom: 20px;
  }
  .mykinsoproLP .lp_application-acc--open .list_item:not(:last-child) {
    margin-bottom: 45px;
  }
  .mykinsoproLP .lp_application-acc--open .list_num {
    font-size: 18px;
    width: 117px;
    padding: 10px 0;
    text-align: center;
    top: -17px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .mykinsoproLP .lp_application-acc--open .list_img {
    max-width: 120px;
  }
  .mykinsoproLP .lp_application-acc--open .list_txt {
    font-size: 18px;
  }
  .mykinsoproLP .lp_application-acc--open .list_txt br {
    display: none;
  }
  .mykinsoproLP .lp_application-acc--open .list_cation {
    font-weight: bold;
  }
  .mykinsoproLP .lp_application-flora {
    max-width: initial;
    margin: 0 10px;
    border-radius: 15px;
    padding: 40px 0;
  }
  .mykinsoproLP .lp_application-flora--flex {
    display: block;
    margin-bottom: 40px;
  }
  .mykinsoproLP .lp_application-flora--flex .flex_img {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .mykinsoproLP .lp_application-flora--flex .flex_txt {
    margin: auto;
    max-width: initial;
  }
  .mykinsoproLP .lp_application-flora--flex .flex_txt_ttl {
    text-align: center;
    font-size: 22px;
  }
  .mykinsoproLP .lp_application-flora--flex .flex_txt_lead {
    font-size: 16px;
  }
  .mykinsoproLP .lp_application-flora--flex .flex_txt_cation {
    font-size: 14px;
  }
  .mykinsoproLP .lp_application-flora--btn01 {
    margin: 0 10px;
    margin-bottom: 40px;
  }
  .mykinsoproLP .lp_application-flora--btn01 a {
    height: 90px;
    font-size: 18px;
    text-align: center;
  }
}
@media only screen and (max-width:992px) and (max-width: 389px) {
  .mykinsoproLP .lp_application-flora--btn01 a {
    font-size: 16px;
  }
}
@media only screen and (max-width:992px) {
  .mykinsoproLP .lp_application-flora--btn01 a .img {
    left: 7%;
    width: 68px;
  }
  .mykinsoproLP .lp_application-flora--btn01 a:hover .img {
    transform: none;
  }
  .mykinsoproLP .lp_application-flora--btn01 a:hover .txt span {
    transform: none;
  }
  .mykinsoproLP .lp_application-flora--txt {
    font-size: 16px;
    padding: 0 15px;
  }
  .mykinsoproLP .lp_application-flora--btn02 {
    padding: 0 10px;
  }
  .mykinsoproLP .lp_banner {
    padding: 0 20px;
    display: block;
    margin-bottom: 90px;
  }
  .mykinsoproLP .lp_banner-item {
    width: 100%;
    margin: auto;
  }
  .mykinsoproLP .lp_banner-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .mykinsoproLP .lp_banner-item--txt {
    font-size: 18px;
  }
  .mykinsoproLP .lp_banner-item--txt br {
    display: none;
  }
  .mykinsoproLP .lp_banner-item--btn:hover {
    opacity: 1;
  }
  .mykinsoproLP .lp_banner-item--btn::after {
    right: 15px;
    bottom: 15px;
  }
  .mykinsoproLP .lp_banner-item.item01 .txt {
    font-size: 16px;
    font-size: clamp(16px, 4.1vw, 24px);
    line-height: 1.5;
    left: 8%;
  }
  .mykinsoproLP .lp_banner-item.item01 .txt span {
    font-size: 22px;
    font-size: clamp(22px, 5.64vw, 32px);
    line-height: 1.818;
  }
  .mykinsoproLP .lp_banner-item.item02 .txt {
    font-size: 22px;
    font-size: clamp(22px, 5.64vw, 32px);
    line-height: 1.63;
    left: 8%;
  }
  .mykinsoproLP .lp_banner-item.item02 .txt span {
    font-size: 38px;
    font-size: clamp(38px, 9.74vw, 46px);
    line-height: 0.94;
  }
}/*# sourceMappingURL=style.css.map */