@charset "UTF-8";

.mch-aco-flow-wrap {
    padding-bottom: 20px;
    margin-bottom: 0
}

.mkl-anchor {
    display: flex;
    justify-content: center;
    gap: 25px
}

@media screen and (max-width:767px) {
    .mkl-anchor {
        flex-wrap: wrap;
        gap: 10px
    }
}

.mkl-anchor-btn {
    border: 2px solid #f18302;
    border-radius: 30px;
    text-align: center;
    color: #595757;
    padding: 25px 10px 30px;
    position: relative;
    transition: ease-out .12s background;
    background-color: #fff
}

@media screen and (min-width:768px) {
    .mkl-anchor-btn {
        max-width: 240px;
        flex: 1
    }
}

@media screen and (max-width:767px) {
    .mkl-anchor-btn {
        width: calc((100% - 15px)/ 2);
        border-radius: 20px;
        padding: 18px 5px 15px
    }
}

.mkl-anchor-btn:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #f18302;
    border-right: 2px solid #f18302;
    transform: rotate(45deg);
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: auto
}

@media screen and (max-width:767px) {
    .mkl-anchor-btn:after {
        width: 10px;
        height: 10px;
        bottom: 14px
    }
}

.mkl-anchor-btn p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .mkl-anchor-btn p {
        font-size: 14px
    }
}

.mkl-anchor-btn__color {
    color: #f18302;
    font-weight: 700;
    font-size: 26px;
    margin-top: 10px;
    display: block
}

@media screen and (max-width:767px) {
    .mkl-anchor-btn__color {
        font-size: 18px;
        margin-top: 5px
    }
}

.mkl-anchor-btn__color .mch-t-bigger {
    font-size: 200%;
    margin-top: -12px;
    margin-bottom: -5px;
    display: inline-block;
    font-family: din-2014, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif
}

@media screen and (max-width:767px) {
    .mkl-anchor-btn__color .mch-t-bigger {
        font-size: 160%
    }
}

.mkl-anchor-btn__txt--mdl {
    font-size: 20px;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .mkl-anchor-btn__txt--mdl {
        font-size: 16px;
        line-height: 1.4
    }
}

@media screen and (min-width:768px) {
    .mkl-anchor-btn:hover {
        background-color: #f18302
    }

    .mkl-anchor-btn:hover .mkl-anchor-btn__color {
        color: #fff
    }

    .mkl-anchor-btn:hover:after {
        border-color: #fff
    }
}

.mkl-point-wrap {
    margin-top: 80px
}

@media screen and (max-width:767px) {
    .mkl-point-wrap {
        margin-top: 30px
    }
}

.mkl-point {
    padding-top: 20px
}

.mkl-point+.mkl-point {
    margin-top: 60px
}

@media screen and (max-width:767px) {
    .mkl-point+.mkl-point {
        margin-top: 30px
    }
}

.mkl-point__max900 {
    max-width: 900px;
    margin: 0 auto
}

.mkl-point__head {
    margin-bottom: 15px
}

@media screen and (min-width:768px) {
    .mkl-point__head {
        display: flex;
        align-items: flex-start
    }
}

.mkl-point__head-num {
    background-color: #f18302;
    border-radius: 12px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    font-family: din-2014, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    padding: 20px 0;
    text-align: center;
    line-height: 1;
    margin-right: 18px;
    width: 140px
}

@media screen and (max-width:767px) {
    .mkl-point__head-num {
        width: 90px;
        padding: 11px 0;
        border-radius: 8px;
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 14px
    }
}

.mkl-point__head-ttl {
    flex: 1;
    line-height: 1.5;
    font-size: 27px;
    color: #f18302;
    margin-top: -3px
}

@media screen and (max-width:767px) {
    .mkl-point__head-ttl {
        font-size: 20px;
        line-height: 1.4
    }
}

@media screen and (min-width:768px) {
    .mkl-point__lead {
        padding-left: 158px
    }
}

.mkl-point__item {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    gap: 30px
}

@media screen and (max-width:767px) {
    .mkl-point__item {
        gap: 10px;
        margin: 20px 0
    }
}

.mkl-point__item+.mch-caution-wrap {
    max-width: 890px;
    margin: 0 auto
}

.mkl-point__item-box {
    border: 3px solid #e6e6e6;
    border-radius: 15px;
    flex: 1;
    max-width: 430px;
    padding: 15px 20px 0;
    background-color: #fff
}

@media screen and (max-width:767px) {
    .mkl-point__item-box {
        padding: 15px 10px 0
    }
}

.mkl-point__item-box--center {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center
}

.mkl-point__item-box--center .mkl-point__item-box__heading:last-child {
    margin: auto;
    padding-bottom: 50px
}

.mkl-point__item-box__heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    margin: 5px 0
}

@media screen and (max-width:767px) {
    .mkl-point__item-box__heading {
        font-size: 16px
    }
}

.mkl-point__item-box__heading+.mkl-point__item-box__heading {
    margin-top: 15px
}

@media screen and (max-width:767px) {
    .mkl-point__item-box__heading+.mkl-point__item-box__heading {
        margin-top: 8px
    }
}

.mkl-point__item-box__heading .mch-t-bigger {
    font-size: 200%;
    display: inline-block;
    line-height: 1
}

@media screen and (max-width:767px) {
    .mkl-point__item-box__heading .mch-t-bigger {
        margin-left: 3px
    }
}

.mkl-point__item-box__heading .fw-b {
    font-size: 120%;
    background: linear-gradient(0deg, #fbdab3 24%, rgba(255, 255, 255, 0) 24%);
    line-height: 1.6
}

.mkl-point__item-box__img {
    width: 220px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .mkl-point__item-box__img {
        width: 90%
    }
}

.mkl-point__item-box .mch-caution-wrap {
    margin-top: 20px
}

@media screen and (max-width:767px) {
    .mkl-point__item-box .mch-caution-wrap {
        margin-top: 10px
    }
}

.mkl-point__item-box .mch-caution {
    margin-bottom: 15px
}

@media screen and (max-width:767px) {
    .mkl-point__item-box .mch-caution {
        margin-bottom: 10px
    }
}

.mkl-point__saigai {
    max-width: 900px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

@media screen and (max-width:767px) {
    .mkl-point__saigai {
        gap: 1.8vw
    }
}

.mkl-point__saigai+.mch-caution-wrap {
    max-width: 900px;
    margin: 0 auto
}

.mkl-point__saigai-item {
    width: calc((100% - 20px)/ 2)
}

@media screen and (max-width:767px) {
    .mkl-point__saigai-item {
        width: calc((100% - 1.8vw)/ 2)
    }
}

.mkl-point__graph {
    max-width: 761px
}

.mkl-price {
    display: flex;
    flex-wrap: wrap;
    gap: 40px
}

@media screen and (max-width:767px) {
    .mkl-price {
        gap: 30px 10px;
        flex-direction: column
    }
}

.mkl-price-item {
    text-align: center
}

@media screen and (min-width:768px) {
    .mkl-price-item {
        width: calc((100% - 80px)/ 3);
        display: flex;
        flex-flow: column;
    }
}

@media screen and (max-width:767px) {
    .mkl-price-item__img {
        width: 80%;
        margin: 0 auto
    }
}

.mkl-price-item__heading {
    margin-top: 15px;
    color: #f18302;
    font-weight: 700;
    line-height: 1.4;
    font-size: 24px;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .mkl-price-item__heading {
        font-size: 20px;
        margin-bottom: 6px
    }
}

.mkl-price-item__heading small {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-top: 2px
}

@media screen and (max-width:767px) {
    .mkl-price-item__heading small {
        margin-top: 0
    }
}

.mkl-price-item__price {
    font-weight: 700;
    font-size: 18px;
    margin-top: auto;
}

.mkl-price-item__price .mch-t-bigger {
    font-size: 200%;
    line-height: 1
}

@media screen and (max-width:767px) {
    .mkl-price-item__price .mch-t-bigger {
        font-size: 170%
    }
}

.mkl-terms {
    background-color: #fff;
    padding: 25px 30px
}

@media screen and (max-width:767px) {
    .mkl-terms {
        padding: 20px
    }
}

.mkl-terms .fw-b {
    font-size: 110%
}

@media screen and (max-width:767px) {
    .mkl-terms .fw-b {
        font-size: 105%
    }
}

.mkl-terms p:last-child {
    margin-bottom: 0
}
/*20250701追加　p-cp__banner*/
.p-cp__banner {
    margin-bottom: 60px;
}
.p-cp__banner a {
    margin: 0 auto;
    display: block;
    max-width: 553px;
    width: 100%;
}
.p-cp__banner a:focus img {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
@media screen and (max-width:767px) {
    .p-cp__banner {
        margin-bottom: 30px;
    }
    .p-cp__banner a {
        width: 90%;
    }
}
/*20250701追加　p-cp__banner ここまで*/


/* フローティングバナー */
.kcp-side__floating-bunner {
    top: 40%;
    transform: translateY(-50%);
    border-radius: 22px 0 0 22px;
    background: #fff;
    max-width: 180px;
    position: fixed;
    right: 0;
    z-index: 5;
    transition: ease-out 0.16s opacity;
  }

  @media screen and (max-width: 635px) {
    .kcp-side__floating-bunner {
      width: 40px;
    }
  }
  .kcp-side__floating-bunner:hover {
    opacity: 0.8;
  }
  
  .kcp-side__floating-bunner a:focus-visible picture {
    box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.596);
    opacity: 1;
  }
/*20260116追加*/
.mkl-title01 {
    line-height:80px;
    margin-bottom: 0;
}
@media screen and (max-width:767px) {
    .mkl-title01 {
        line-height: 1.4;
    }
}