html {
    font-size: 100%;
}

body {
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    "游ゴシック体",
    "YuGothic",
    "游ゴシック Medium",
    "Yu Gothic Medium",
    "游ゴシック",
    "Yu Gothic",
    "メイリオ",
    sans-serif;
    letter-spacing: 0.1em;
    line-height: normal;
    font-weight: 400;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

li {
    list-style: none;
}

.wrapper {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}

.section-title {
    font-size: 2.25rem;
    font-weight: bold;
    color: #0169CC;
    margin-bottom: 80px;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #0169CC;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/* メインビジュアル */
#mainvisual {
    height: 350px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    background-image: url(/mycar_lp/img/mainvisual2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

/* プレゼント */
#present {
    text-align: center;
    margin-bottom: 100px;
    background-color: #F5A200;
}

#present img {
    height: 200px;
    margin: 20px 0;
}

/* 商品のポイント */

.img_person {
    margin: 0 auto;
    width: 300px;
}

#reason {
    margin-top: 50px;
}

#reason .bg {
    background-color: #B1E4FF;
    margin-bottom: 100px;
    padding: 80px 0;
}

#reason .slide {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 5%;
}

#reason .slide img {
    width: auto;
    height: 60px;
    margin-right: 30px;
}

#reason .slide .title {
    color: #0169CC;
    display: block;
    font-size: 1.75rem;
    font-weight: bold;
}

#reason .slide .text {
    display: block;
    font-size: 1.125rem;
}

#reason .inview-slide-left {
    border-radius: 20px;
    margin: 40px auto;
}

/* お申込み */
.bg_color {
    background-color: #EFFAFF;
    padding: 80px 0;
    margin-bottom: 100px;
}

#entry {
    text-align: center;
}

#entry .entry_txt {
    margin-bottom: 80px;
    font-weight: bold;
    font-size: 2rem;
    color: #0169CC;
}

#entry .entry_btn {
    margin-bottom: 100px;
}

.txt_left {
    text-align: left;
    color: #0169CC;
    font-weight: bold;
    font-size: 1.5rem;
}

.txt_left2 {
    margin-top: 20px;
    text-align: left;
    font-size: 0.8rem;
}

#entry .title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
}

#entry .catchphrase {
    font-size: 1.125rem;
    margin: 10px 0;
}

#entry .btn {
    background-color: #f33f04;
    border-radius: 40px;
    border: solid 3px #f33f04;
    color: #fff;
    font-size: 1.75rem;
    font-weight: bold;
    display: block;
    padding: 15px;
    text-align: center;
    transition: 0.3s;
}

#entry .btn:hover {
    background-color: #fff;
    border: solid 3px #f33f04;
    color: #f33f04;
}

.entrysmbc_wrap {
    display: flex;
    justify-content: space-between;
}

.entrysmbc_btn {
    width: 47%;
}

/* お申し込みの流れ */
.step_bg {
    background-image: url(/mycar_lp/img/step_bg.jpg);
    background-size: 60%;
    padding: 80px 0;
}

.pconly {
    display: block !important;
}

.sponly {
    display: none !important;
}


/* よくあるご質問 */
#qanda {
    background-color: #B1E4FF;
    animation: fall 10s infinite linear;
    padding: 100px 0;
}

#qanda .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#qanda .menu li {
    width: 48%;
    background-color: #fff;
    border-radius: 20px;
    padding: 45px;
    margin-bottom: 32px;
}

/* 3つ目以降はmargin-bottomを設定しない
#qanda .menu li:nth-child(n + 3) {
    margin-bottom: 0;
} */

#qanda .menu-title {
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

#qanda .menu-title .ja {
    display: block;
    font-size: 1.75rem;
    margin-bottom: 15px;
}

#qanda .menu-title .qa_q {
    display: block;
    margin: 0 auto 20px auto;
    width: 60px;
}

#qanda .menu .qa_a {
    display: block;
    margin: 10px auto 10px auto;
    width: 40px;
}

/* 商品概要 */
#summary_car {
    padding: 100px 0 80px;
    color: #000;
    font-size: 14px;
    background: #EFFAFF;
}

#summary_car .inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

#summary_car dl {
    margin: 25px auto;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e5eae8;
    background: #fff;
}

#summary_car dt {
    width: 18%;
    font-weight: bold;
    border-right: 1px solid #e5eae8;
}

#summary_car dd {
    width: 82%;
}

#summary_car dt,
#summary_car dd {
    padding: 25px;
}

#summary_car dt:not(:first-of-type),
#summary_car dd:not(:first-of-type) {
    border-top: 2px solid #e5eae8;
}


/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
    .wrapper {
        padding: 0 16px;
    }

    .section-title {
        font-size: 1.75rem;
        margin-bottom: 60px;
    }

    .section-title::after {
        width: 80px;
    }

    /* メインビジュアル */
    #mainvisual {
        background-image: url(/mycar_lp/img/mainvisual_sp2.jpg);
        background-repeat: no-repeat;
        height: 450px;
        margin-top: 80px;
        margin-bottom: 0;
    }

    /* プレゼント */
    #present {
        margin-bottom: 80px;
    }

    #present img {
        height: auto;
    }

    /* ポイント */
    .img_person {
        width: 200px;
    }

    #reason .bg {
        margin-bottom: 80px;
        padding: 20px 0;
    }

    #reason .slide {
        width: calc(100% - 16px);
    }

    #reason .slide .title {
        font-size: 1.5rem;
    }

    /* お申込み */
    .bg_color {
        margin-bottom: 80px;
        padding: 50px 0;
    }

    #entry .entry_btn {
        margin-bottom: 50px;
    }

    #entry .title {
        font-size: 1.5rem;
    }

    #entry .entry_txt {
        margin-bottom: 30px;
        font-size: 1rem;
    }

    .txt_left {
        font-size: 1rem;
    }

    #entry .catchphrase {
        font-size: 1rem;
    }

    #entry .btn {
        font-size: 1.5rem;
    }

    .entrysmbc_wrap {
        display: flex;
        flex-flow: column;
    }

    .entrysmbc_btn {
        width: 100%;
        margin-bottom: 30px;
    }


    /* よくあるご質問 */
    #qanda {
        padding: 50px 0;
    }

    #qanda .menu {
        flex-direction: column;
    }

    #qanda .menu li {
        width: 100%;
        padding: 30px;
    }

    /* #qanda .menu li:nth-child(3) {
        margin-bottom: 32px;
    } */

    #qanda .menu-title .ja {
        font-size: 1.5rem;
    }

    #qanda .menu-title .en {
        font-size: 1rem;
    }

    /* お申し込みの流れ */
    .pconly {
        display: none !important;
    }

    .sponly {
        display: block !important;
    }

    .step_bg {
        background-size: 120%;
        padding: 50px 0;
    }

    /* 商品概要 */
    #summary_car {
        padding: 50px 0 80px;
    }

    #summary_car dt,
    #summary_car dd {
        padding: 10px;
    }

    #summary_car dt {
        width: 30%;
    }

    #summary_car dd {
        width: 70%;
    }
}