/* 共通 */
.event_rank_more_btn_ {
    display: none;
}
/* mv */
.sokunou_wrapper {
    width: 100%;
    font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo,sans-serif!important;
}
.sokunou_bottom_text, .sokunou_bottom_form_text_box ,.sokunou_bottom_form_maru, .sokunou_bottom_form_mail, .sokunou_bottom_form_text, .sokunou_bottom_banner_text, .sokuno_title ,.sokuno_title p {
    font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo,sans-serif!important;
}
.sokunou_mv_text {
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: 0.075em;
    font-weight: bold;
    color: #626262;
}
.sokunou_mv_text {
    margin: 30px 0 50px;
    text-align: center;
}
.sokunou_mv_text span {
    color: #1b3fad;
}
.sokunou_mv_btn_list {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    justify-content: center;
}
.sokunou_mv_btn {
    width: 240px;
    text-align: center;
    position: relative;
    background-color: #fff500;
    border: 3px solid #1b3fad;
    box-sizing: border-box;
    height: 80px;
    position: relative;
    text-decoration: none!important;
    display: block;
}
.sokunou_mv_btn:hover, .sokunou_bottom_form:hover, .sokunou_bottom_banner a:hover {
    opacity: 0.6;
}
.sokunou_mv_btn:after {
    content:url(/img/usr/freepage/sokunou/arrow.png);
    height: 15px;
    width: 50px;
    color: #1b3fad;
    position: absolute;
    bottom: 1px;
    left:50%;
    transform: translateX(-50%);
}
.sokunou_mv_btn p {
    font-size: 18px;
    line-height: 1.23;
    letter-spacing: 0.05em;
    color: #1b3fad;
    font-weight: bold;
    /* position: absolute;
    left:50%;
    transform: translateX(-50%);
    top:50%;
    transform: translateY(-50%); */
    margin-top: 23px;
}
.sokunou_mv_btn_p {
    margin-top: 7px!important;
}
/* 見出し */
.sokuno_title {
    background: url('/img/usr/freepage/sokunou/title_bg.png');
    height: 60px;
    background-repeat: no-repeat;
    position: relative;
    margin: 85px 0 45px;
}
.sokuno_title.top {
    margin-top: 40px;
}
.sokuno_title p {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.075em;
    position: absolute;
    margin-left: 30px;
    margin-top: 7px;
}
/* ボトムコンテンツ */
.sokunou_bottom_text {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 80px;
}
.sokunou_bottom_text span{
    font-weight: bold;
}
.sokunou_bottom_form {
    width: 100%;
    position: relative;
    background: #fff500;
    border: 3px solid #1b3fad;
    box-sizing: border-box;
    height: 130px;
    border-radius: 16px;
    display: block;
    text-decoration: none!important;
    margin: 35px 0 70px;
}
.sokunou_bottom_form:after {
    content:url('/img/usr/freepage/sokunou/arrow_left.png');
    position: absolute;
    right: 17px;
    top: 34px;
}
.sokunou_bottom_form p {
    color: #1b3fad;
    margin-left: 192px;
}
.sokunou_bottom_form_maru {
    position: absolute;
    background: #1b3fad;
    color-adjust: #fff;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 110px;
    height: 160px;
    width: 160px;
    top: -20px;
    left: 15px;
    padding-top: 35px;
    padding-left: 5px;
    box-shadow: 6px 6px 0px 0 #3333330f;
}
.sokunou_bottom_form_maru p {
    color: #fff;
}
.sokunou_bottom_form_mail {
    font-size:35.88px;
    line-height: 0.66;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-top: 20px;
}
.sokunou_bottom_form_mail img {
    margin-right: 5px;
    margin-bottom: 1px;
}
/* .sokunou_bottom_form_mail img.pc {
    display: inline-block;
} */
.sokunou_bottom_form_text {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    width: 418px;
    margin-top: 12px;
    letter-spacing: 0.05em;
}
.sokunou_bottom_banner_text {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sokunou_bottom_banner_text span {
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.sokunou_bottom_banner img {
    width: 100%;
}
.pc {
    display: inline-block;
}
.sp {
    display: none;
}
@media screen and (max-width: 480px) {
    /* 480pxまでの幅の場合に適応される */
    .sokunou_mv_text {
        font-size: 13px;
        line-height: 1.73;
        letter-spacing: 0.075em;
    }
    .sokunou_mv_text span {
        font-size: 16px;
        line-height: 1.40;
        letter-spacing: 0.075em;
    }
    .sokunou_mv_btn {
        width: 48%;
        border:4px solid #1b3fad;
        height: 69px;
    }
    .sokunou_mv_btn_list {
        flex-wrap: wrap;
        gap: 12px;
        width: 94%;
        margin: 0 auto;
    }
    .sokunou_mv_btn_p_sp {
        margin-top: 1.33vw!important;
    }
    .sokunou_mv_btn:after {
        content: url(/img/usr/freepage/sokunou/arrow_sp.png);
        transform: translateX(-50%) scale(0.5);
    }
    /* 見出し */
    .sokuno_title {
        background: url(/img/usr/freepage/sokunou/title_bg_sp.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 40px 0 7px;
    }
    .sokuno_title p {
        font-size: 4.8vw;
        letter-spacing: 0.075em;
        margin-left: 5.3vw;
        margin-top: 1.23vw;
    }
    .sokunou_mv_btn p {
        font-size: 4.4vw;
        margin-top: 1.33vw;
    }
    /* 問い合わせボタン */
    .sokunou_bottom_form {
        position: relative;
        background: #fff500;
        box-sizing: border-box;
        height: auto;
        border-radius: 16px;
        display: block;
        text-decoration: none!important;
        margin: 20px 0 0px;
        border: none;
    }
    .sokunou_bottom_form:after {
        content:none;
        position: absolute;
        right: 0;
        top: 0;
    }
    .sokunou_bottom_form p {
        color: #1b3fad;
        margin-left: 0;
    }
    .sokunou_bottom_form_maru {
        position: absolute;
        background: #1b3fad;
        font-size: 12px;
        line-height: 1.33;
        letter-spacing: 0.05em;
        font-weight: bold;
        text-align: center;
        color: #fff;
        border-radius: 110px;
        height: auto;
        width: auto;
        top:auto;
        left: 10px;
        bottom: 6px;
        padding: 16px 12px;
    }
    .sokunou_bottom_form_maru p {
        color: #fff;
        padding-top: 15px;
    }
    .sokunou_bottom_form_mail {
        font-size: 25.67px;
        line-height: 1.17;
        letter-spacing: 0.05em;
        font-weight: bold;
        margin-top: 0;
        padding-top: 5px;
    }
    .sokunou_bottom_form_mail:after {
        content:url('/img/usr/freepage/sokunou/arrow_left_sp.png');
        position: absolute;
        right: 11px;
        top: 4px;
        transform: scale(0.5);
    }
    .sokunou_bottom_form_mail img {
        margin-right: -15px;
        margin-bottom: 1px;
        transform: scale(0.5);
        vertical-align: middle;
        margin-bottom: 10px;
    }
    .sokunou_bottom_form_text {
        font-size: 14px;
        text-align: left;
        font-weight: bold;
        width: auto;
        margin-top: 3px;
        letter-spacing: 0.05em;
        line-height: 1.42;
        padding-left: 100px;
    }
/* 
    .sokunou_bottom_form_mail img.sp {
        display: inline-block;
        vertical-align: middle;
    } */

    .sokunou_bottom_wrapper {
        padding: 0 13px;
    }
    /* ボトムコンテンツ */
    .sokunou_bottom_text {
        font-size: 13px;
        line-height: 1.53;
        margin-top: 40px;
    }
    .sokunou_bottom_text span {
        font-size: 15px;
        line-height: 1.66;
    }
    .sokunou_bottom_banner_text {
        font-size: 13px;
        line-height: 1.69;
        margin-top: 40px;
    }
    .sokunou_bottom_banner_text span {
        font-size: 15px;
        line-height: 1.46;
    }
    .event_more_btn_ {
        display: none;
    }
    ul.goods_p_ {
        position: relative;
        padding-bottom: 25px;
    }
    ul.goods_p_ li {
        padding-top: 15px!important;
    }
    ul.goods_p_ li:nth-child(2n) {
        position: relative!important;
    }
    ul.goods_p_ li:nth-child(2n):after {
        position: absolute!important;
        left: -100%!important;
        top: 0!important;
        content: ""!important;
        width: 200%!important;
        height: 1px!important;
        background: #d1cfcf!important;
        display: block;
    }
    ul.goods_p_:after {
        position: absolute;
        content: "";
        left: 12px;
        bottom: 0!important;
        content: ""!important;
        width: 93.4%;
        height: 1px!important;
        background: #d1cfcf!important;
    }
    .sp {
        display: inline-block;
    }
    .pc {
        display: none;
    }
}
@media screen and (max-width: 350px) {
    .sokunou_mv_btn p {
        margin-top: 2.33vw!important;
    }
    .sokunou_mv_btn:after {
        bottom: 3px!important;
    }
}
