@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;
}

@media only screen and (max-width:992px) {
  body {
    min-width: initial;
  }
}
#header {
  z-index: 100;
}

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

@media only screen and (max-width:767px) {
  .totop {
    z-index: 100;
  }
}
.mykinsoproLP02 {
  -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;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .mykinsoproLP02 {
    font-size: 16px;
  }
}
.mykinsoproLP02 div, .mykinsoproLP02 dl, .mykinsoproLP02 dt, .mykinsoproLP02 dd, .mykinsoproLP02 ul, .mykinsoproLP02 ol, .mykinsoproLP02 li, .mykinsoproLP02 h1, .mykinsoproLP02 h2, .mykinsoproLP02 h3, .mykinsoproLP02 h4, .mykinsoproLP02 h5, .mykinsoproLP02 h6, .mykinsoproLP02 pre, .mykinsoproLP02 form, .mykinsoproLP02 fieldset, .mykinsoproLP02 input, .mykinsoproLP02 textarea, .mykinsoproLP02 p, .mykinsoproLP02 blockquote, .mykinsoproLP02 th, .mykinsoproLP02 td {
  margin: 0;
  padding: 0;
}
.mykinsoproLP02 h1, .mykinsoproLP02 h2, .mykinsoproLP02 h3, .mykinsoproLP02 h4, .mykinsoproLP02 h5, .mykinsoproLP02 h6 {
  font-size: 100%;
  font-weight: normal;
}
.mykinsoproLP02 figure, .mykinsoproLP02 picture {
  display: block;
}
.mykinsoproLP02 img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  border: 0;
}
.mykinsoproLP02 ol, .mykinsoproLP02 ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.mykinsoproLP02 ol {
  padding-left: 18px;
  *padding-left: 24px;
  _padding-left: 24px;
}
.mykinsoproLP02 li {
  list-style-type: none;
}
.mykinsoproLP02 table {
  border-collapse: collapse;
  border-spacing: 0;
}
.mykinsoproLP02 th {
  font-weight: normal;
  text-align: left;
}
.mykinsoproLP02 a {
  outline: none;
  text-decoration: none;
}
.mykinsoproLP02 a {
  color: #452C00;
}
.mykinsoproLP02 img {
  width: 100%;
  height: auto;
}
.mykinsoproLP02 {
  /* --- 共通設定 --- */
}
.mykinsoproLP02 .js-fade {
  opacity: 0;
  /* transition-duration（時間）とプロパティを分けて書く */
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform, opacity;
}
.mykinsoproLP02 {
  /* 表示された時の共通状態 */
}
.mykinsoproLP02 .js-fade.is-visible {
  opacity: 1;
  transform: translate(0, 0); /* 位置を元に戻す */
}
.mykinsoproLP02 {
  /* --- 方向別の初期位置（クラスを増やす） --- */
  /* 下から（Up） */
}
.mykinsoproLP02 .js-up {
  transform: translateY(20px);
}
.mykinsoproLP02 {
  /* 上から（Down） */
}
.mykinsoproLP02 .js-down {
  transform: translateY(-20px);
}
.mykinsoproLP02 {
  /* 左から（Left） */
}
.mykinsoproLP02 .js-left {
  transform: translateX(-20px);
}
.mykinsoproLP02 {
  /* 右から（Right） */
}
.mykinsoproLP02 .js-right {
  transform: translateX(20px);
}
.mykinsoproLP02 {
  /* ふわっと浮かび上がるだけ */
}
.mykinsoproLP02 .js-only-fade {
  transform: scale(0.95); /* 少し小さくしておくなどのアレンジも可能 */
}
.mykinsoproLP02 {
  /* 遅延 */
}
.mykinsoproLP02 .js-delay02 {
  transition-delay: 0.2s;
}
.mykinsoproLP02 .js-delay03 {
  transition-delay: 0.3s;
}
.mykinsoproLP02 .js-delay04 {
  transition-delay: 0.4s;
}
.mykinsoproLP02 .js-delay05 {
  transition-delay: 0.5s;
}
.mykinsoproLP02 .js-delay06 {
  transition-delay: 0.6s;
}
.mykinsoproLP02 .js-delay07 {
  transition-delay: 0.7s;
}
.mykinsoproLP02 .js-delay08 {
  transition-delay: 0.8s;
}
.mykinsoproLP02 .js-delay09 {
  transition-delay: 0.9s;
}
.mykinsoproLP02 .js-delay10 {
  transition-delay: 1s;
}
.mykinsoproLP02 .js-delay11 {
  transition-delay: 1.1s;
}
.mykinsoproLP02 .js-delay12 {
  transition-delay: 1.2s;
}
.mykinsoproLP02 .js-delay13 {
  transition-delay: 1.3s;
}
.mykinsoproLP02 .js-delay14 {
  transition-delay: 1.4s;
}
.mykinsoproLP02 .js-delay15 {
  transition-delay: 1.5s;
}
.mykinsoproLP02 .js-delay16 {
  transition-delay: 1.6s;
}
.mykinsoproLP02 .js-delay17 {
  transition-delay: 1.7s;
}
.mykinsoproLP02 .js-delay18 {
  transition-delay: 1.8s;
}
.mykinsoproLP02 .js-delay19 {
  transition-delay: 1.9s;
}
.mykinsoproLP02 {
  /* 文字アニメーション専用 */
}
.mykinsoproLP02 .js-split::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #EC494C;
  transition: width 0.7s ease-out; /* スーッと伸びる動き */
}
.mykinsoproLP02 .js-split.noborder::after {
  display: none;
}
.mykinsoproLP02 .js-split span {
  display: inline-block; /* 必須：動かすために必要 */
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.mykinsoproLP02 {
  /* 親要素に .is-visible がついたら、中の span をすべて表示 */
}
.mykinsoproLP02 .js-split.is-visible span {
  opacity: 1;
  transform: translateY(0);
}
.mykinsoproLP02 .js-split.is-visible::after {
  width: 100%;
}
@media only screen and (max-width:767px) {
  .mykinsoproLP02 .js-split::after {
    height: 2px;
  }
  .mykinsoproLP02 {
    /* 遅延SP用 */
  }
  .mykinsoproLP02 .js-delay-sp02 {
    transition-delay: 0.2s;
  }
  .mykinsoproLP02 .js-delay-sp03 {
    transition-delay: 0.3s;
  }
  .mykinsoproLP02 .js-delay-sp04 {
    transition-delay: 0.4s;
  }
  .mykinsoproLP02 .js-delay-sp05 {
    transition-delay: 0.5s;
  }
  .mykinsoproLP02 .js-delay-sp06 {
    transition-delay: 0.6s;
  }
  .mykinsoproLP02 .js-delay-sp07 {
    transition-delay: 0.7s;
  }
  .mykinsoproLP02 .js-delay-sp08 {
    transition-delay: 0.8s;
  }
  .mykinsoproLP02 .js-delay-sp09 {
    transition-delay: 0.9s;
  }
  .mykinsoproLP02 .js-delay-sp10 {
    transition-delay: 1s;
  }
  .mykinsoproLP02 .js-delay-sp11 {
    transition-delay: 1.1s;
  }
  .mykinsoproLP02 .js-delay-sp12 {
    transition-delay: 1.2s;
  }
  .mykinsoproLP02 .js-delay-sp13 {
    transition-delay: 1.3s;
  }
  .mykinsoproLP02 .js-delay-sp14 {
    transition-delay: 1.4s;
  }
  .mykinsoproLP02 .js-delay-sp15 {
    transition-delay: 1.5s;
  }
  .mykinsoproLP02 .js-delay-sp16 {
    transition-delay: 1.6s;
  }
  .mykinsoproLP02 .js-delay-sp17 {
    transition-delay: 1.7s;
  }
  .mykinsoproLP02 .js-delay-sp18 {
    transition-delay: 1.8s;
  }
  .mykinsoproLP02 .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:993px) {
  .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;
  }
}
.mykinsoproLP02 {
  position: relative;
  z-index: 0;
  background-color: #FFF;
}
.mykinsoproLP02 .main {
  padding: 0;
  background-color: #FFF;
}
.mykinsoproLP02 .lp_ttl {
  position: relative;
  text-align: center;
  color: #EC494C;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1;
}
.mykinsoproLP02 .lp_ttl span.bese {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
.mykinsoproLP02 .lp_ttl span.bese::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../../images/mykinsopro02/ico_ttl.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-right: 10px;
}
.mykinsoproLP02 .lp_btn01 {
  text-align: center;
}
.mykinsoproLP02 .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;
}
.mykinsoproLP02 .lp_btn01 a span {
  vertical-align: middle;
  display: inline-block;
}
.mykinsoproLP02 .lp_btn01 a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  background-image: url(../../images/mykinsopro02/ico_blank02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
}
.mykinsoproLP02 .lp_btn01 a:hover {
  opacity: 0.8;
}
.mykinsoproLP02 .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;
}
.mykinsoproLP02 .lp_btn02 a span {
  vertical-align: middle;
  display: inline-block;
}
.mykinsoproLP02 .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;
}
.mykinsoproLP02 .lp_btn02 a:hover {
  opacity: 0.8;
}
.mykinsoproLP02 .lp_main {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: 40px;
}
.mykinsoproLP02 .lp_main-imgbox {
  width: 100%;
  position: relative;
  z-index: 5;
}
.mykinsoproLP02 .lp_main::after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 250px;
  background-color: #fff;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  z-index: 10;
}
.mykinsoproLP02 .lp_content {
  position: relative;
  z-index: 10;
}
.mykinsoproLP02 .lp_navi {
  width: 100%;
  max-width: 970px;
  margin: 0 auto 70px;
  padding: 0 10px;
  box-sizing: border-box;
}
.mykinsoproLP02 .lp_navi-listbox {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mykinsoproLP02 .lp_navi-item {
  flex: 1;
  max-width: 230px;
  height: 70px;
}
.mykinsoproLP02 .lp_navi-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #E95E00; /* 指定の背景色 */
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.18rem;
  border-radius: 6px;
  position: relative;
  padding: 0 35px 0 10px;
  box-sizing: border-box;
  transition: opacity 0.3s;
  line-height: 1;
}
.mykinsoproLP02 .lp_navi-item a:hover {
  opacity: 0.7;
}
.mykinsoproLP02 .lp_navi-item a span {
  position: relative;
}
.mykinsoproLP02 .lp_navi-item a span::after {
  content: "";
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #fff; /* 白い円 */
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23EC494C'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.mykinsoproLP02 .lp_trust {
  margin-bottom: 300px;
}
.mykinsoproLP02 .lp_trust-inner {
  max-width: 1160px;
  padding: 0 20px;
  margin: auto;
}
.mykinsoproLP02 .lp_trust .lp_ttl {
  margin-bottom: 35px;
}
.mykinsoproLP02 .lp_trust-section_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.mykinsoproLP02 .lp_trust-section_ttl span {
  font-size: 0.32rem;
  display: block;
}
.mykinsoproLP02 .lp_trust-section_ttl span.size {
  font-size: 0.56rem;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP02 .lp_trust-section_ttl span.size {
    font-size: 0.48rem;
  }
}
.mykinsoproLP02 .lp_trust-section_txt {
  text-align: center;
  font-size: 0.2rem;
  margin-bottom: 60px;
}
.mykinsoproLP02 .lp_trust-section_txt .colo_r {
  color: #F96B24;
}
.mykinsoproLP02 .lp_trust-section_txt .colo_g {
  color: #158E90;
}
.mykinsoproLP02 .lp_trust-section_txt span {
  font-weight: bold;
}
.mykinsoproLP02 .lp_trust-section_txt br.viewpc02 {
  display: none;
}
@media only screen and (min-width:993px) and (max-width:1160px) {
  .mykinsoproLP02 .lp_trust-section_txt br.viewpc02 {
    display: block;
  }
}
.mykinsoproLP02 .lp_trust-section--01 {
  margin-bottom: 150px;
}
.mykinsoproLP02 .lp_trust-section--01 .lp_trust-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.mykinsoproLP02 .lp_trust-section--01 .lp_trust-item {
  max-width: 366px;
  width: calc((100% - 20px) / 3);
  max-width: 366px;
  box-sizing: border-box;
  border: 5px solid #EC494C;
  border-radius: 30px;
  padding: 20px;
}
.mykinsoproLP02 .lp_trust-section--01 .lp_trust-item_img {
  max-width: 310px;
  margin: auto;
  margin-bottom: 15px;
}
.mykinsoproLP02 .lp_trust-section--01 .lp_trust-item_txt {
  text-align: center;
}
.mykinsoproLP02 .lp_trust-section--01 .lp_trust-item_txt dt {
  margin: auto;
  margin-bottom: 15px;
  font-size: 0.22rem;
  background-color: #EC494C;
  font-weight: bold;
  color: #FFF;
  max-width: 285px;
  line-height: 1;
  padding: 20px 0;
  border-radius: 10em;
}
.mykinsoproLP02 .lp_trust-section--01 .lp_trust-illustbox {
  position: relative;
}
.mykinsoproLP02 .lp_trust-section--01 .lp_trust-illustbox .illust01 {
  position: absolute;
  width: 88px;
  bottom: 0;
  left: 70px;
}
.mykinsoproLP02 .lp_trust-section--01 .lp_trust-illustbox .illust02 {
  position: absolute;
  width: 156px;
  bottom: 0;
  right: 35px;
}
.mykinsoproLP02 .lp_trust-section--02 {
  margin-bottom: 150px;
}
.mykinsoproLP02 .lp_trust-section--02 .lp_trust-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.mykinsoproLP02 .lp_trust-section--02 .lp_trust-item {
  max-width: 552px;
  width: calc((100% - 16px) / 2);
  box-sizing: border-box;
  border: 5px solid #EC494C;
  border-radius: 30px;
  padding: 40px 20px 50px;
}
.mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_img {
  max-width: 440px;
  margin: auto;
  margin-bottom: 15px;
}
.mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_txt {
  text-align: center;
}
.mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_txt dt {
  margin: auto;
  margin-bottom: 15px;
  font-size: 0.22rem;
  background-color: #EC494C;
  font-weight: bold;
  color: #FFF;
  max-width: 480px;
  line-height: 1;
  padding: 20px 0;
  border-radius: 10em;
}
.mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_txt dd .check-lead {
  font-size: 0.18rem;
  margin-bottom: 18px;
}
.mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_txt dd .check-lead span {
  font-weight: bold;
  color: #EC494C;
}
.mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_txt dd .check-box {
  width: 440px;
  margin: auto;
  text-align: left;
}
.mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_txt dd .check-subttl {
  position: relative;
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 9px;
  text-align: center;
}
.mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_txt dd .check-subttl::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 1.5px;
  background-color: #452C00;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_txt dd .check-subttl span {
  position: relative;
  z-index: 10;
  background-color: #FFF;
  display: inline-block;
  line-height: 1;
  padding: 0 15px;
}
.mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_txt dd .check-txt {
  font-size: 0.18rem;
}
.mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_txt dd .check-list li {
  position: relative;
  padding-left: 35px;
  line-height: 1.5;
  margin-bottom: 8px;
  font-size: 0.18rem;
}
.mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_txt dd .check-list li span {
  font-weight: bold;
  color: #F7710B;
}
.mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_txt dd .check-list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../../images/mykinsopro02/ico_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 2px;
}
.mykinsoproLP02 .lp_trust-section--02 .lp_trust-illustbox {
  position: relative;
  z-index: 10;
}
.mykinsoproLP02 .lp_trust-section--02 .lp_trust-illustbox .illust01 {
  position: absolute;
  width: 162px;
  bottom: 0;
  left: 40px;
}
.mykinsoproLP02 .lp_trust-section--02 .lp_trust-illustbox .illust02 {
  position: absolute;
  width: 140px;
  bottom: -75px;
  right: 40px;
}
.mykinsoproLP02 .lp_trust-section--03 {
  margin-bottom: 150px;
}
.mykinsoproLP02 .lp_trust-section--03 .lp_trust-list {
  max-width: 1040px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 15px;
}
.mykinsoproLP02 .lp_trust-section--03 .lp_trust-list-ttl {
  border-radius: 16px;
  background-color: #F96B24;
  color: #FFF;
  font-size: 0.28rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
.mykinsoproLP02 .lp_trust-section--03 .lp_trust-list-ttl.teal {
  background-color: #2D9B9C;
}
.mykinsoproLP02 .lp_trust-section--03 .lp_trust-list-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  gap: 10px;
}
.mykinsoproLP02 .lp_trust-section--03 .lp_trust-list-item {
  max-width: 190px;
  height: 100%;
  border: 3px solid #F96B24;
  border-radius: 16px;
  text-align: center;
  padding: 15px 10px 25px;
}
.mykinsoproLP02 .lp_trust-section--03 .lp_trust-list-item h3 {
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
}
.mykinsoproLP02 .lp_trust-section--03 .lp_trust-listbox {
  max-width: 775px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mykinsoproLP02 .lp_trust-section--03 .lp_trust-listbox.caution {
  max-width: 250px;
  flex: 1;
}
.mykinsoproLP02 .lp_trust-section--03 .lp_trust-listbox.caution .lp_trust-list-wrapper {
  gap: 0;
}
.mykinsoproLP02 .lp_trust-section--03 .lp_trust-listbox.caution .lp_trust-list-item {
  width: 100%;
  max-width: initial;
  border-color: #2D9B9C;
}
.mykinsoproLP02 .lp_trust-section--03 .lp_trust-illustbox {
  position: relative;
}
.mykinsoproLP02 .lp_trust-section--03 .lp_trust-illustbox .illust01 {
  position: absolute;
  width: 130px;
  bottom: 0;
  left: 90px;
}
.mykinsoproLP02 .lp_trust-section--03 .lp_trust-illustbox .illust02 {
  position: absolute;
  width: 141px;
  bottom: 0;
  right: 70px;
}
.mykinsoproLP02 .lp_trust-section--04 .lp_trust-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.mykinsoproLP02 .lp_trust-section--04 .lp_trust-item {
  max-width: 490px;
  width: 49%;
}
.mykinsoproLP02 .lp_trust-section--04 .lp_trust-item.txtbox {
  max-width: 580px;
  margin-top: 25px;
}
.mykinsoproLP02 .lp_trust-section--04 .lp_trust-item_box {
  border: 7px solid #EC494C;
  padding: 40px 35px;
  border-radius: 20px;
}
.mykinsoproLP02 .lp_trust-section--04 .lp_trust-item_img {
  box-shadow: 8px 8px 16px 0px rgba(69, 44, 0, 0.2);
}
.mykinsoproLP02 .lp_trust-section--04 .lp_trust-item_ttl {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.mykinsoproLP02 .lp_trust-section--04 .lp_trust-item_lead {
  font-size: 0.2rem;
  margin-bottom: 17px;
  letter-spacing: 0;
}
.mykinsoproLP02 .lp_trust-section--04 .lp_trust-item .check-subttl {
  position: relative;
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 13px;
  text-align: center;
}
.mykinsoproLP02 .lp_trust-section--04 .lp_trust-item .check-subttl::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 1.5px;
  background-color: #452C00;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mykinsoproLP02 .lp_trust-section--04 .lp_trust-item .check-subttl span {
  position: relative;
  z-index: 10;
  background-color: #FFF;
  display: inline-block;
  line-height: 1;
  padding: 0 15px;
}
.mykinsoproLP02 .lp_trust-section--04 .lp_trust-item .check-list li {
  position: relative;
  padding-left: 35px;
  line-height: 1.5;
  margin-bottom: 8px;
  font-size: 0.18rem;
}
.mykinsoproLP02 .lp_trust-section--04 .lp_trust-item .check-list li span {
  font-weight: bold;
  color: #F7710B;
}
.mykinsoproLP02 .lp_trust-section--04 .lp_trust-item .check-list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../../images/mykinsopro02/ico_check02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 2pz;
}
.mykinsoproLP02 .lp_trust-section--04 .lp_trust-illustbox {
  position: relative;
}
.mykinsoproLP02 .lp_trust-section--04 .lp_trust-illustbox .illust01 {
  position: absolute;
  width: 237px;
  bottom: 0;
  left: 30px;
}
.mykinsoproLP02 .lp_trust-section--04 .lp_trust-illustbox .illust02 {
  position: absolute;
  width: 314px;
  top: -40px;
  right: -15px;
}
.mykinsoproLP02 .lp_trust-section--04 .lp_trust-illustbox .illust03 {
  position: absolute;
  width: 204px;
  bottom: -50px;
  right: 60px;
}
.mykinsoproLP02 .lp_report {
  position: relative;
  background-color: #EFF9FB;
  z-index: 9;
  padding-bottom: 60px;
  margin-top: 93px;
}
.mykinsoproLP02 .lp_report::before {
  content: "";
  width: 100%;
  height: 236px;
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  top: -177px;
  background-image: url(../../images/mykinsopro02/conten_bg03.png);
  background-repeat: no-repeat;
  background-size: 100% 236px;
  background-position: center center;
}
.mykinsoproLP02 .lp_report::after {
  content: "";
  width: 100%;
  height: 236px;
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-image: url(../../images/mykinsopro02/conten_bg04.png);
  background-repeat: no-repeat;
  background-size: 100% 236px;
  background-position: center center;
}
.mykinsoproLP02 .lp_report-inner {
  position: relative;
  z-index: 5;
}
.mykinsoproLP02 .lp_report .lp_ttl {
  margin-bottom: 40px;
}
.mykinsoproLP02 .lp_report-box {
  position: relative;
  max-width: 1140px;
  padding: 0 10px;
  margin: auto;
  margin-bottom: 60px;
}
.mykinsoproLP02 .lp_report-box--inner {
  position: relative;
  z-index: 5;
  background-color: #FFF;
  border: 8px solid #EC494C;
  padding: 60px 10px;
  border-radius: 30px;
}
.mykinsoproLP02 .lp_report-box--img {
  position: absolute;
  z-index: 10;
  width: 423px;
  top: -95px;
  right: 50px;
}
@media only screen and (max-width: 1025px) {
  .mykinsoproLP02 .lp_report-box--img {
    right: 10%;
  }
}
.mykinsoproLP02 .lp_report-box--item {
  max-width: 900px;
  margin: auto;
}
.mykinsoproLP02 .lp_report-box--lead {
  line-height: 1.6;
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.mykinsoproLP02 .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) {
  .mykinsoproLP02 .lp_report-box--lead span {
    font-size: 0.34rem;
  }
}
.mykinsoproLP02 .lp_report-box--pht {
  max-width: 720px;
  margin: auto;
  margin-bottom: 30px;
}
.mykinsoproLP02 .lp_report-box--pht img {
  border-radius: 20px;
}
.mykinsoproLP02 .lp_report-box--txt {
  line-height: 2;
  font-size: 0.2rem;
  margin-bottom: 10px;
}
.mykinsoproLP02 .lp_report-box--txt span {
  font-weight: bold;
  color: #EC494C;
}
.mykinsoproLP02 .lp_sale {
  position: relative;
  background-color: #FDF0EF;
  z-index: 10;
  padding: 0px 0;
  margin-top: -50px;
}
.mykinsoproLP02 .lp_sale::after {
  content: "";
  width: 100%;
  height: 236px;
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  bottom: -80px;
  background-image: url(../../images/mykinsopro02/conten_bg02.png);
  background-repeat: no-repeat;
  background-size: 100% 236px;
  background-position: center center;
}
.mykinsoproLP02 .lp_sale-inner {
  position: relative;
  z-index: 5;
  padding-bottom: 130px;
}
.mykinsoproLP02 .lp_sale .lp_ttl {
  margin-bottom: 40px;
}
.mykinsoproLP02 .lp_sale-copy {
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.mykinsoproLP02 .lp_sale-img {
  max-width: 926px;
  margin: auto;
  margin-bottom: 60px;
}
.mykinsoproLP02 .lp_sale-box {
  position: relative;
  max-width: 920px;
  padding: 0 10px;
  margin: auto;
}
.mykinsoproLP02 .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;
}
.mykinsoproLP02 .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;
}
.mykinsoproLP02 .lp_sale-box--price {
  color: #EC494C;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.mykinsoproLP02 .lp_sale-box--price span {
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
}
.mykinsoproLP02 .lp_sale-box--cation {
  font-size: 0.2rem;
  font-weight: 600;
}
.mykinsoproLP02 .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;
}
.mykinsoproLP02 .lp_application {
  position: relative;
  z-index: 11;
  padding: 0px 0;
  margin-top: -55px;
  margin-bottom: 70px;
}
.mykinsoproLP02 .lp_application-inner {
  position: relative;
  z-index: 5;
}
.mykinsoproLP02 .lp_application .lp_ttl {
  margin-bottom: 40px;
}
.mykinsoproLP02 .lp_application-copy {
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.mykinsoproLP02 .lp_application-acc {
  max-width: 1140px;
  padding: 0 10px;
  margin: auto;
  margin-bottom: 100px;
}
.mykinsoproLP02 .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;
}
.mykinsoproLP02 .lp_application-acc--item:not(:last-child) {
  margin-bottom: 60px;
}
.mykinsoproLP02 .lp_application-acc--item.active {
  background-color: #FDF8EF;
}
.mykinsoproLP02 .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;
}
.mykinsoproLP02 .lp_application-acc button:hover {
  opacity: 0.7;
}
.mykinsoproLP02 .lp_application-acc button span {
  display: inline-block;
}
.mykinsoproLP02 .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%);
}
.mykinsoproLP02 .lp_application-acc button .ico::after, .mykinsoproLP02 .lp_application-acc button .ico::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #FFF;
  z-index: 2;
  border-radius: 10em;
}
.mykinsoproLP02 .lp_application-acc button .ico::after {
  width: 21px;
  height: 3px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mykinsoproLP02 .lp_application-acc button .ico::before {
  height: 21px;
  width: 3px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.mykinsoproLP02 .lp_application-acc button .txt .fonts {
  display: block;
  font-size: 0.32rem;
  font-weight: bold;
}
.mykinsoproLP02 .lp_application-acc button .cation {
  font-size: 0.18rem;
}
.mykinsoproLP02 .lp_application-acc button.active .ico::before {
  opacity: 0;
}
.mykinsoproLP02 .lp_application-acc--open {
  height: 0;
  overflow: hidden;
}
.mykinsoproLP02 .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;
}
.mykinsoproLP02 .lp_application-acc--open .acc_list {
  display: flex;
  max-width: 980px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mykinsoproLP02 .lp_application-acc--open .acc_list:not(:last-child) {
  margin-bottom: 45px;
}
.mykinsoproLP02 .lp_application-acc--open .acc_list.arrow01 .list_item::after, .mykinsoproLP02 .lp_application-acc--open .acc_list.arrow02 .list_item::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(../../images/mykinsopro02/ico_arrow01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.mykinsoproLP02 .lp_application-acc--open .acc_list.arrow01 .list_item::after {
  right: -50px;
}
.mykinsoproLP02 .lp_application-acc--open .acc_list.arrow01 .list_item:first-of-type {
  z-index: 3;
}
.mykinsoproLP02 .lp_application-acc--open .acc_list.arrow01 .list_item:nth-child(2n) {
  z-index: 2;
}
.mykinsoproLP02 .lp_application-acc--open .acc_list.arrow01 .list_item:last-of-type::after {
  right: -20px;
}
.mykinsoproLP02 .lp_application-acc--open .acc_list.arrow02 .list_item::after {
  left: -10px;
}
.mykinsoproLP02 .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;
}
.mykinsoproLP02 .lp_application-acc--open .list_item.cation {
  padding-bottom: 18px;
}
.mykinsoproLP02 .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;
}
.mykinsoproLP02 .lp_application-acc--open .item_inner {
  display: inline-block;
  text-align: left;
}
.mykinsoproLP02 .lp_application-acc--open .list_img {
  max-width: 120px;
  margin: auto;
  margin-bottom: 20px;
}
.mykinsoproLP02 .lp_application-acc--open .list_txt {
  font-size: 0.2rem;
  font-weight: bold;
}
.mykinsoproLP02 .lp_application-acc--open .list_cation {
  font-weight: bold;
}
.mykinsoproLP02 .lp_application-flora {
  max-width: 98%;
  margin: auto;
  background-color: #069028;
  border-radius: 20px;
  padding: 60px 0;
}
.mykinsoproLP02 .lp_application-flora--flex {
  max-width: 1020px;
  padding: 0 20px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.mykinsoproLP02 .lp_application-flora--flex .flex_img {
  max-width: 403px;
}
.mykinsoproLP02 .lp_application-flora--flex .flex_txt {
  max-width: 552px;
  color: #FFF;
}
.mykinsoproLP02 .lp_application-flora--flex .flex_txt_ttl {
  line-height: 1.75;
  font-size: 0.32rem;
  font-weight: bold;
  color: #FFFF76;
  margin-bottom: 15px;
}
.mykinsoproLP02 .lp_application-flora--flex .flex_txt_lead {
  font-size: 0.18rem;
  line-height: 1.78;
}
.mykinsoproLP02 .lp_application-flora--flex .flex_txt_cation {
  font-size: 0.14rem;
  line-height: 2.28;
}
.mykinsoproLP02 .lp_application-flora--btn01 {
  margin: 0 20px;
  margin-bottom: 40px;
}
.mykinsoproLP02 .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);
}
.mykinsoproLP02 .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);
}
.mykinsoproLP02 .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;
}
.mykinsoproLP02 .lp_application-flora--btn01 a span {
  display: block;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.mykinsoproLP02 .lp_application-flora--btn01 a span::after {
  content: "";
  display: block;
  width: 22px;
  height: 16px;
  background-image: url(../../images/mykinsopro02/ico_blank03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mykinsoproLP02 .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);
}
.mykinsoproLP02 .lp_application-flora--btn01 a:hover .img img {
  opacity: 1;
}
.mykinsoproLP02 .lp_application-flora--btn01 a:hover .txt span {
  transform: translateX(10px);
}
.mykinsoproLP02 .lp_application-flora--txt {
  text-align: center;
  color: #FFF;
  margin-bottom: 20px;
}
.mykinsoproLP02 .lp_application-flora--btn02 a {
  background-color: #FFF;
  max-width: 360px;
  color: #010101;
}
.mykinsoproLP02 .lp_application-flora--btn02 a::after {
  background-image: url(../../images/mykinsopro02/ico_blank04.svg);
}
.mykinsoproLP02 .lp_qa-inner {
  max-width: 98%;
  margin: auto;
  background-color: #FDF0EF;
  border-radius: 30px;
  padding: 60px 0;
}
.mykinsoproLP02 .lp_qa-copy {
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.mykinsoproLP02 .lp_qa-acc {
  max-width: 840px;
  margin: auto;
}
.mykinsoproLP02 .lp_qa-acc--item {
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #EC494C;
}
.mykinsoproLP02 .lp_qa-acc--item:not(:last-child) {
  margin-bottom: 20px;
}
.mykinsoproLP02 .lp_qa-acc .active button {
  background: #EC494C;
  color: #FFF;
}
.mykinsoproLP02 .lp_qa-acc .active button .img .off {
  opacity: 0;
  visibility: hidden;
}
.mykinsoproLP02 .lp_qa-acc .active button .img .on {
  opacity: 1;
  visibility: visible;
}
.mykinsoproLP02 .lp_qa-acc .active button .ico::before {
  background-color: #FFF;
}
.mykinsoproLP02 .lp_qa-acc .active button .ico::after {
  opacity: 0;
}
.mykinsoproLP02 .lp_qa-acc--btn {
  display: flex;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  align-items: center;
  font-size: 0.2rem;
  width: 100%;
  padding: 17px 40px;
  color: #EC494C;
  background-color: #fFF;
  transition: background-color 0.3s ease;
  justify-content: space-between;
  border-radius: 39px 39px 0 0;
}
.mykinsoproLP02 .lp_qa-acc--btn .img {
  display: block;
  position: relative;
  width: 44px;
  margin-right: 25px;
}
.mykinsoproLP02 .lp_qa-acc--btn .img .on {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
}
.mykinsoproLP02 .lp_qa-acc--btn .txt {
  flex: 1;
  text-align: left;
}
.mykinsoproLP02 .lp_qa-acc--btn .ico {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 25px;
}
.mykinsoproLP02 .lp_qa-acc--btn .ico::after, .mykinsoproLP02 .lp_qa-acc--btn .ico::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 10em;
  z-index: 5;
  background-color: #EC494C;
}
.mykinsoproLP02 .lp_qa-acc--btn .ico::after {
  width: 4px;
  height: 100%;
  border-radius: 10em;
}
.mykinsoproLP02 .lp_qa-acc--btn .ico::before {
  height: 4px;
  width: 100%;
  border-radius: 10em;
}
.mykinsoproLP02 .lp_qa-acc--open {
  height: 0;
  overflow: hidden;
}
.mykinsoproLP02 .lp_qa-acc--open .acc_inner {
  background-color: #FFF;
  padding: 17px 40px;
  display: flex;
}
.mykinsoproLP02 .lp_qa-acc--open .acc_inner .img {
  display: block;
  width: 44px;
  margin-right: 25px;
}
.mykinsoproLP02 .lp_qa-acc--open .acc_inner .txt {
  flex: 1;
}
.mykinsoproLP02 .lp_banner-inner {
  padding: 60px 0;
}
.mykinsoproLP02 .lp_banner-txt {
  text-align: center;
  margin-bottom: 30px;
  font-size: 0.2rem;
}
.mykinsoproLP02 .lp_banner-link {
  display: block;
  max-width: 545px;
  width: 100%;
  margin: auto;
}
.mykinsoproLP02 .lp_banner-link a {
  transition: opacity 0.3s ease;
}
.mykinsoproLP02 .lp_banner-link a:hover {
  opacity: 0.8;
}
.mykinsoproLP02 .lp_btn-inner {
  background-color: #FDF8EF;
  padding: 60px 20px;
}
.mykinsoproLP02 .lp_btn-link a {
  position: relative;
  background-color: #FFF;
  font-size: 0.28rem;
  font-weight: bold;
  max-width: 565px;
  text-align: center;
  margin: auto;
  display: block;
  border-radius: 10em;
  padding: 37px 0;
  border: 3px solid #000000;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 4px #ffffff, 8px 8px 4px rgba(0, 0, 0, 0.14);
}
.mykinsoproLP02 .lp_btn-link a span {
  display: inline-block;
  position: relative;
}
.mykinsoproLP02 .lp_btn-link a span::after {
  content: ""; /* 文字は空っぽにする */
  position: absolute;
  right: -35px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
  transform: translateY(-50%) rotate(45deg);
}
.mykinsoproLP02 .lp_btn-link a:hover {
  opacity: 0.9;
  transform: translateY(3px); /* ぷっくり感を活かして少し沈む */
  /* ホバー時は影を少しだけ浅くして接地感を出す */
  box-shadow: 0 0 0 4px #ffffff, 0 3px 6px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width:992px) {
  .mykinsoproLP02 .lp_ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width:992px) and (min-width:768px) and (max-width:992px) {
  .mykinsoproLP02 .lp_ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width:992px) {
  .mykinsoproLP02 .lp_btn01 a {
    font-size: 16px;
    width: 100%;
  }
  .mykinsoproLP02 .lp_btn02 a {
    font-size: 16px;
    width: 100%;
  }
  .mykinsoproLP02 .lp_main::after {
    display: none;
  }
  .mykinsoproLP02 .lp_navi {
    padding: 0 15px;
    margin-top: -30px;
  }
  .mykinsoproLP02 .lp_navi-listbox {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mykinsoproLP02 .lp_navi-item {
    max-width: initial;
    width: calc(50% - 5px);
    flex: auto;
    text-align: center;
    height: auto;
  }
  .mykinsoproLP02 .lp_navi-item a {
    font-size: 16px;
    line-height: 1.3;
    height: 70px;
    padding: 0 35px 0 10px;
  }
  .mykinsoproLP02 .lp_trust {
    margin-bottom: 100px;
  }
  .mykinsoproLP02 .lp_trust-inner {
    width: auto;
  }
  .mykinsoproLP02 .lp_trust-section_ttl span {
    font-size: 22px;
  }
  .mykinsoproLP02 .lp_trust-section_ttl span.size {
    font-size: 26px;
  }
  .mykinsoproLP02 .lp_trust-section_txt {
    font-size: 18px;
    text-align: left;
  }
  .mykinsoproLP02 .lp_trust-section--01 {
    margin-bottom: 80px;
  }
  .mykinsoproLP02 .lp_trust-section--01 .lp_trust-list {
    display: block;
  }
  .mykinsoproLP02 .lp_trust-section--01 .lp_trust-item {
    max-width: initial;
    margin: 0 auto 30px;
    max-width: initial;
    width: 100%;
    border-radius: 25px;
    border-width: 4px;
    padding: 30px 10px;
  }
  .mykinsoproLP02 .lp_trust-section--01 .lp_trust-item_img {
    max-width: 500px;
  }
  .mykinsoproLP02 .lp_trust-section--01 .lp_trust-item_txt dt {
    font-size: 20px;
    padding: 16px 0;
  }
  .mykinsoproLP02 .lp_trust-section--01 .lp_trust-illustbox {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 30px;
    max-width: initial;
    margin: auto;
  }
  .mykinsoproLP02 .lp_trust-section--01 .lp_trust-illustbox .illust01 {
    position: static;
    width: 68px;
  }
  .mykinsoproLP02 .lp_trust-section--01 .lp_trust-illustbox .illust02 {
    position: static;
    width: 113px;
  }
  .mykinsoproLP02 .lp_trust-section--02 {
    margin-bottom: 80px;
  }
  .mykinsoproLP02 .lp_trust-section--02 .lp_trust-list {
    display: block;
  }
  .mykinsoproLP02 .lp_trust-section--02 .lp_trust-item {
    margin: 0 auto 30px;
    max-width: initial;
    width: 100%;
    border-radius: 25px;
    border-width: 4px;
    padding: 30px 25px;
  }
  .mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_img {
    max-width: 500px;
  }
  .mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_txt dt {
    font-size: 20px;
    padding: 16px 0;
  }
  .mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_txt dd .check-lead {
    font-size: 16px;
  }
  .mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_txt dd .check-box {
    max-width: initial;
    width: 100%;
  }
  .mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_txt dd .check-subttl {
    font-size: 18px;
  }
  .mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_txt dd .check-txt {
    font-size: 16px;
  }
  .mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_txt dd .check-list li {
    font-size: 16px;
    padding-left: 27px;
  }
  .mykinsoproLP02 .lp_trust-section--02 .lp_trust-item_txt dd .check-list li::before {
    width: 20px;
    height: 20px;
  }
  .mykinsoproLP02 .lp_trust-section--02 .lp_trust-illustbox {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 30px;
    max-width: initial;
    margin: auto;
  }
  .mykinsoproLP02 .lp_trust-section--02 .lp_trust-illustbox .illust01 {
    position: static;
    width: 113px;
  }
  .mykinsoproLP02 .lp_trust-section--02 .lp_trust-illustbox .illust02 {
    position: relative;
    width: 92px;
    right: auto;
    bottom: -35px;
  }
  .mykinsoproLP02 .lp_trust-section--03 {
    margin-bottom: 80px;
  }
  .mykinsoproLP02 .lp_trust-section--03 .lp_trust-list {
    max-width: initial;
    width: auto;
    display: block;
  }
  .mykinsoproLP02 .lp_trust-section--03 .lp_trust-list-ttl {
    border-radius: 10px;
    font-size: 22px;
    margin-bottom: 25px;
  }
  .mykinsoproLP02 .lp_trust-section--03 .lp_trust-list-wrapper {
    display: block;
  }
  .mykinsoproLP02 .lp_trust-section--03 .lp_trust-list-item {
    max-width: initial;
    width: 100%;
    padding: 20px 10px;
  }
  .mykinsoproLP02 .lp_trust-section--03 .lp_trust-list-item:not(:last-of-type) {
    margin-bottom: 17px;
  }
  .mykinsoproLP02 .lp_trust-section--03 .lp_trust-list-item h3 {
    min-height: initial;
    font-size: 18px;
  }
  .mykinsoproLP02 .lp_trust-section--03 .lp_trust-listbox {
    max-width: initial;
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .mykinsoproLP02 .lp_trust-section--03 .lp_trust-listbox.caution {
    max-width: initial;
    width: 100%;
    margin-bottom: 0;
  }
  .mykinsoproLP02 .lp_trust-section--03 .lp_trust-illustbox .illust01 {
    position: static;
    width: 85px;
    margin: auto;
  }
  .mykinsoproLP02 .lp_trust-section--03 .lp_trust-illustbox .illust02 {
    position: static;
    width: 95px;
    margin: auto;
  }
  .mykinsoproLP02 .lp_trust-section--04 .lp_trust-list {
    display: block;
  }
  .mykinsoproLP02 .lp_trust-section--04 .lp_trust-item {
    width: 100%;
    max-width: initial;
  }
  .mykinsoproLP02 .lp_trust-section--04 .lp_trust-item.txtbox {
    max-width: initial;
    width: 100%;
    margin: 0;
  }
  .mykinsoproLP02 .lp_trust-section--04 .lp_trust-item_box {
    border-radius: 25px;
    border-width: 4px;
    padding: 35px 25px;
  }
  .mykinsoproLP02 .lp_trust-section--04 .lp_trust-item_img {
    max-width: 500px;
    margin: auto;
  }
  .mykinsoproLP02 .lp_trust-section--04 .lp_trust-item_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .mykinsoproLP02 .lp_trust-section--04 .lp_trust-item_lead {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .mykinsoproLP02 .lp_trust-section--04 .lp_trust-item .check-subttl {
    font-size: 18px;
  }
  .mykinsoproLP02 .lp_trust-section--04 .lp_trust-item .check-list li {
    font-size: 16px;
    padding-left: 27px;
  }
  .mykinsoproLP02 .lp_trust-section--04 .lp_trust-item .check-list li::before {
    width: 20px;
    height: 20px;
  }
  .mykinsoproLP02 .lp_trust-section--04 .lp_trust-illustbox .illust01 {
    position: static;
    width: 192px;
    text-align: center;
    margin: auto;
  }
  .mykinsoproLP02 .lp_trust-section--04 .lp_trust-illustbox .illust02 {
    position: relative;
    margin: auto;
    width: 250px;
    top: -20px;
    bottom: auto;
    right: inherit;
  }
  .mykinsoproLP02 .lp_trust-section--04 .lp_trust-illustbox .illust03 {
    position: relative;
    width: 146px;
    margin: auto;
    right: auto;
    bottom: auto;
    top: 40px;
  }
  .mykinsoproLP02 .lp_report {
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 15%;
  }
  .mykinsoproLP02 .lp_report::before {
    height: 72px;
    top: -72px;
    background-image: url(../../images/mykinsopro02/conten_bg03_sp.png);
    background-size: 100% 72px;
  }
  .mykinsoproLP02 .lp_report::after {
    height: 72px;
    bottom: 0;
    background-image: url(../../images/mykinsopro02/conten_bg04_sp.png);
    background-size: 100% 72px;
  }
  .mykinsoproLP02 .lp_report-inner {
    padding-bottom: 0;
  }
  .mykinsoproLP02 .lp_report .lp_ttl {
    margin-bottom: 0;
  }
  .mykinsoproLP02 .lp_report-box {
    margin-bottom: 0;
  }
  .mykinsoproLP02 .lp_report-box--inner {
    border: 4px solid #EC494C;
    padding: 45px 10px 30px;
    border-radius: 14px;
  }
  .mykinsoproLP02 .lp_report-box--img {
    position: relative;
    top: auto;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: auto;
    width: 293px;
  }
  .mykinsoproLP02 .lp_report-box--lead {
    font-size: 18px;
    text-align: center;
  }
  .mykinsoproLP02 .lp_report-box--lead span {
    color: #EC494C;
    font-size: 26px;
  }
  .mykinsoproLP02 .lp_report-box--pht {
    padding: 0 10px;
  }
  .mykinsoproLP02 .lp_report-box--txt {
    padding: 0 10px;
    font-size: 18px;
  }
  .mykinsoproLP02 .lp_report-box--cation {
    font-size: 14px;
    padding: 0 10px;
  }
  .mykinsoproLP02 .lp_sale {
    margin-top: 0;
    padding-top: 13%;
    padding-bottom: 15%;
  }
  .mykinsoproLP02 .lp_sale::after {
    height: 72px;
    bottom: 0;
    background-image: url(../../images/mykinsopro02/conten_bg02_sp.png);
    background-size: 100% 72px;
  }
  .mykinsoproLP02 .lp_sale-inner {
    padding-bottom: 0;
  }
  .mykinsoproLP02 .lp_sale .lp_ttl {
    margin-bottom: 30px;
  }
  .mykinsoproLP02 .lp_sale-copy {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .mykinsoproLP02 .lp_sale-img {
    margin-bottom: 0;
    padding: 0 20px;
    max-width: 506px;
  }
  .mykinsoproLP02 .lp_sale-box--inner {
    border: 4x solid #EC494C;
    padding: 35px 20px 20px;
  }
  .mykinsoproLP02 .lp_sale-box--ttl {
    width: 220px;
    height: 40px;
    font-size: 18px;
    top: -25px;
  }
  .mykinsoproLP02 .lp_sale-box--price {
    font-size: 19px;
  }
  .mykinsoproLP02 .lp_sale-box--price span {
    font-size: 55px;
  }
  .mykinsoproLP02 .lp_sale-box--cation {
    font-size: 13px;
  }
  .mykinsoproLP02 .lp_sale-box--cation span {
    background-size: 5px 8px; /* ドットの間隔（1つ目の8pxが横の間隔） */
  }
  .mykinsoproLP02 .lp_application {
    padding-top: 5%;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .mykinsoproLP02 .lp_application .lp_ttl {
    margin-bottom: 30px;
  }
  .mykinsoproLP02 .lp_application-copy {
    font-size: 26px;
  }
  .mykinsoproLP02 .lp_application-acc {
    margin-bottom: 50px;
  }
  .mykinsoproLP02 .lp_application-acc--item {
    border: 4px solid #069028;
    border-radius: 15px;
  }
  .mykinsoproLP02 .lp_application-acc--item:not(:last-child) {
    margin-bottom: 40px;
  }
  .mykinsoproLP02 .lp_application-acc button {
    font-size: 16px;
    padding-left: 80px;
    height: 147px;
  }
  .mykinsoproLP02 .lp_application-acc button:hover {
    opacity: 1;
  }
  .mykinsoproLP02 .lp_application-acc button .ico {
    width: 50px;
    height: 50px;
    left: 15px;
  }
  .mykinsoproLP02 .lp_application-acc button .ico::after {
    width: 18px;
  }
  .mykinsoproLP02 .lp_application-acc button .ico::before {
    height: 18px;
  }
  .mykinsoproLP02 .lp_application-acc button .txt .fonts {
    font-size: 22px;
  }
  .mykinsoproLP02 .lp_application-acc button .cation {
    font-size: 13px;
  }
  .mykinsoproLP02 .lp_application-acc button.active .ico::before {
    opacity: 0;
  }
  .mykinsoproLP02 .lp_application-acc--open .acc_inner {
    padding: 50px 0 0;
    margin: 0 20px 30px;
  }
  .mykinsoproLP02 .lp_application-acc--open .acc_list {
    display: block;
  }
  .mykinsoproLP02 .lp_application-acc--open .acc_list:not(:last-child) {
    margin-bottom: 45px;
  }
  .mykinsoproLP02 .lp_application-acc--open .acc_list.arrow01 .list_item::after, .mykinsoproLP02 .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);
  }
  .mykinsoproLP02 .lp_application-acc--open .acc_list.arrow01 .list_item::after {
    right: 0;
  }
  .mykinsoproLP02 .lp_application-acc--open .acc_list.arrow01 .list_item:last-of-type::after {
    right: 0;
  }
  .mykinsoproLP02 .lp_application-acc--open .acc_list.arrow02 .list_item::after {
    left: 0;
  }
  .mykinsoproLP02 .lp_application-acc--open .acc_list.arrow02 .list_item:last-of-type::after {
    display: none;
  }
  .mykinsoproLP02 .lp_application-acc--open .list_item {
    max-width: initial;
    width: 100%;
    padding: 30px 20px 35px;
    display: block;
  }
  .mykinsoproLP02 .lp_application-acc--open .list_item.cation {
    padding-bottom: 20px;
  }
  .mykinsoproLP02 .lp_application-acc--open .list_item:not(:last-child) {
    margin-bottom: 45px;
  }
  .mykinsoproLP02 .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;
  }
  .mykinsoproLP02 .lp_application-acc--open .list_img {
    max-width: 120px;
  }
  .mykinsoproLP02 .lp_application-acc--open .list_txt {
    font-size: 18px;
  }
  .mykinsoproLP02 .lp_application-acc--open .list_txt br {
    display: none;
  }
  .mykinsoproLP02 .lp_application-acc--open .list_cation {
    font-weight: bold;
  }
  .mykinsoproLP02 .lp_application-flora {
    max-width: initial;
    margin: 0 10px;
    border-radius: 15px;
    padding: 40px 0;
  }
  .mykinsoproLP02 .lp_application-flora--flex {
    display: block;
    margin-bottom: 40px;
  }
  .mykinsoproLP02 .lp_application-flora--flex .flex_img {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .mykinsoproLP02 .lp_application-flora--flex .flex_txt {
    margin: auto;
    max-width: initial;
  }
  .mykinsoproLP02 .lp_application-flora--flex .flex_txt_ttl {
    text-align: center;
    font-size: 22px;
  }
  .mykinsoproLP02 .lp_application-flora--flex .flex_txt_lead {
    font-size: 16px;
  }
  .mykinsoproLP02 .lp_application-flora--flex .flex_txt_cation {
    font-size: 14px;
  }
  .mykinsoproLP02 .lp_application-flora--btn01 {
    margin: 0 10px;
    margin-bottom: 40px;
  }
  .mykinsoproLP02 .lp_application-flora--btn01 a {
    height: 90px;
    font-size: 18px;
    text-align: center;
  }
}
@media only screen and (max-width:992px) and (max-width: 389px) {
  .mykinsoproLP02 .lp_application-flora--btn01 a {
    font-size: 16px;
  }
}
@media only screen and (max-width:992px) {
  .mykinsoproLP02 .lp_application-flora--btn01 a .img {
    left: 7%;
    width: 68px;
  }
  .mykinsoproLP02 .lp_application-flora--btn01 a:hover .img {
    transform: none;
  }
  .mykinsoproLP02 .lp_application-flora--btn01 a:hover .txt span {
    transform: none;
  }
  .mykinsoproLP02 .lp_application-flora--txt {
    font-size: 16px;
    padding: 0 15px;
  }
  .mykinsoproLP02 .lp_application-flora--btn02 {
    padding: 0 10px;
  }
  .mykinsoproLP02 .lp_qa-inner {
    max-width: initial;
    margin: 0 10px;
    padding: 40px 0;
  }
  .mykinsoproLP02 .lp_qa-copy {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .mykinsoproLP02 .lp_qa-acc {
    padding: 0 20px;
  }
  .mykinsoproLP02 .lp_qa-acc--btn {
    padding: 17px 20px;
    font-size: 18px;
  }
  .mykinsoproLP02 .lp_qa-acc--btn .img {
    margin-right: 15px;
  }
  .mykinsoproLP02 .lp_qa-acc--open .acc_inner {
    padding: 17px 20px;
  }
  .mykinsoproLP02 .lp_qa-acc--open .acc_inner .img {
    margin-right: 15px;
  }
  .mykinsoproLP02 .lp_banner-inner {
    padding: 50px 20px;
  }
  .mykinsoproLP02 .lp_banner-txt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .mykinsoproLP02 .lp_banner-link {
    max-width: 545px;
    width: 100%;
  }
  .mykinsoproLP02 .lp_btn-link a {
    font-size: 18px;
    padding: 20px 0;
  }
  .mykinsoproLP02 .lp_btn-link a span::after {
    right: -20px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
  }
}
@media only screen and (max-width:767px) {
  .mykinsoproLP02 .lp_trust {
    margin-bottom: 60px;
  }
  .mykinsoproLP02 .lp_trust-section_ttl {
    margin-bottom: 20px;
  }
  .mykinsoproLP02 .lp_trust-section_txt {
    margin-bottom: 30px;
  }
  .mykinsoproLP02 .lp_trust-section--02 .lp_trust-item {
    padding: 20px 20px;
  }
}/*# sourceMappingURL=style.css.map */