@charset "UTF-8";

/* common */
.contents_wrap {
    max-width: 1040px;
    margin: auto;
}

.contents_wrap img {
    max-width: 100%;
    height: auto;
}

/* mv、ランキング */
.mv_wrap {
    background: #F2F2F2;
    padding: 8px 16px 16px;
}

.mv_wrap .head_txt {
    background: #fff;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

.mv_wrap .head_txt p:last-of-type {
    font-weight: bold;
}

.mv_wrap .head_txt span {
    font-size: 12px;
}

.mv_wrap .head_txt em {
    font-weight: bold;
    color: #EC0000;
}

.mv_wrap .head_ttl {
    text-align: center;
    font-weight: bold;
}

.mv_wrap .head_ttl strong {
    position: relative;
    padding-left: 30px;
    font-size: 28px;
    font-weight: bold;
}

.mv_wrap .head_ttl strong::before {
    font-family: "icomoon";
    content: "\e920";
    color: #F6AC00;
    font-size: 26px;
    position: absolute;
    left: 0;
    top: 0;
}

.mv_wrap+ul.btn_wrap {
    padding: 40px 20px 0;
}

.ranking_wrap .ranking {
    display: flex;
    gap: 8px;
}

.ranking_wrap .ranking li {
    width: calc((100% - 16px) / 3);
}

.ranking_wrap .ranking a {
    display: block;
    height: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #CCC;
    box-shadow: 0px 3px 0px #CCC;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
}

.ranking_wrap .rank_icon {
    font-size: 38px;
    line-height: 1;
}

.ranking_wrap .rank_icon .icon-rank01 {
    color: #F6AC00;
}

.ranking_wrap .rank_icon .icon-rank02 {
    color: #8197BB;
}

.ranking_wrap .rank_icon .icon-rank03 {
    color: #BF6F55;
}

.ranking_wrap figure img{
    width: 100%;
    max-width: 160px;
}

.ranking_wrap .company_name {
    margin-top: 5px;
    font-size: min(2.9vw, 12px);
}

.ranking_wrap .btn {
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    margin: 5px 0;
    line-height: 1;
}

.ranking_wrap .attention {
    margin-top: 10px;
    font-size: 12px;
    text-align: right;
}

/* ボタン */
.btn_wrap {
    padding: 20px;
}

.btn_wrap p.att {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}

ul.btn_wrap li {
    margin-bottom: 30px;
}

.btn_wrap a.btn {
    position: relative;
    display: block;
    border-radius: 100px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 10px 5px;
    max-width: 500px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.btn_wrap a.btn .txt {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    border-radius: 100px;
    font-size: 12px;
    padding: 5px 15px;
    line-height: 1;
    white-space: nowrap;
    font-weight: normal;
}

.btn_wrap a.btn .txt em {
    font-weight: bold;
}

.btn_wrap a.btn.only {
    background: #FD5925;
    color: #fff;
}

.btn_wrap a.btn.only .txt {
    background: #fff;
    border: 1px solid #FD5925;
    color: #FD5925;
}

.btn_wrap a.btn.only .txt02 {
    font-weight: normal;
    font-size: 16px;
}

.btn_wrap a.btn.only .txt02 span {
    display: inline-block;
    background: #FFF889;
    border-radius: 4px;
    padding: 3px 5px;
    margin-right: 10px;
    font-size: 14px;
    color: #333;
    line-height: 1;
}

.btn_wrap a.btn.set {
    border: 1px solid #FD5925;
    color: #FD5925;
}

.btn_wrap a.btn.set .txt {
    background: #FD5925;
    color: #fff;
    font-size: 14px;
}

/* 徹底解説！*/
.point_wrap h2 {
    background: #009C84;
    padding: 16px 20px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.3;
}

.point_wrap h2 span {
    display: block;
    color: #FFF889;
    font-size: 20px;
}

.point_wrap .about_my {
    background: url(images/bg.webp);
    background-size: cover;
    padding: 16px;
    margin-bottom: 10px;
}

.point_wrap .about_my p.notice {
    background: #fff;
    padding: 16px;
    border: 2px solid #EC0000;
    margin-bottom: 16px;
    border-radius: 12px;
    color: #EC0000;
}

.point_wrap .about_my p.notice img {
    width: 63px;
    vertical-align: top;
}

.point_wrap .about_my a {
    display: block;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 16px;
    font-size: 12px;
    text-align: center;
}

.point_wrap .about_my a ul.logo {
    display: flex;
    align-items: center;
    gap: 30px;
}

.point_wrap .about_my a ul.logo li:first-child {
    width: calc(50% - 30px);
}

.point_wrap .about_my a ul.logo li:last-child {
    width: 50%;
}

.point_wrap .about_my a .bnr {
    position: relative;
    margin-bottom: 5px;
}

.point_wrap .about_my a .bnr p {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: #666;
    font-size: min(3.2vw, 12px);
}

.point {
    margin-top: 10px;
}

.point .point_box {
    margin-bottom: 16px;
}

.point .point_box .ttl_bg {
    background-color: #F2F2F2;
}

.point .point_box h3 {
    position: relative;
    background-position: center right 16px;
    background-size: 90px;
    background-repeat: no-repeat;
    padding: 25px 106px 20px 16px;
    max-width: 690px;
    margin: auto;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
}

.point .point_box h3::before {
    position: absolute;
    top: -20px;
    left: 16px;
    content: "";
    width: 27px;
    height: 44px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.point .point_box.point01 h3 {
    background-image: url(images/img01.webp);
}

.point .point_box.point01 h3::before {
    background-image: url(images/no1.webp);
}

.point .point_box.point02 h3 {
    background-image: url(images/img02.webp);
}

.point .point_box.point02 h3::before {
    background-image: url(images/no2.webp);
}

.point .point_box.point02 .txt_area .warning {
    margin-bottom: 20px;
}

.point .point_box.point03 h3 {
    background-image: url(images/img03.webp);
}

.point .point_box.point03 h3::before {
    background-image: url(images/no3.webp);
}

.point .point_box sup {
    font-size: 12px;
}

.point .point_box .marker {
    background: linear-gradient(transparent 57%, #FFF889 0, #FFF889 38px, transparent 0);
    color: #EC0000;
    font-weight: bold;
}

.point .point_box .txt_area {
    padding: 20px 16px;
    max-width: 690px;
    margin: auto;
    line-height: 1.8;
}

.point .point_box .txt_area .att {
    margin-bottom: 20px;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
    color: #666;
    line-height: 1.3;
}

.point .point_box .txt_area .warning {
    background: url(images/ico_warning.svg) no-repeat;
    background-size: 16px;
    padding-left: 20px;
    margin: 8px auto;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    line-height: 1.3;
}

.point .point_box .txt_area .warning em {
    color: #EC0000;
    font-weight: bold;
}

.point .point_box .txt_area ul {
    margin: 20px auto;
}

.point .point_box .txt_area ul li.att {
    margin-bottom: 5px;
}

.point .point_box .txt_area .image_box {
    text-align: center;
}

.point .point_box .txt_area .image_box figcaption {
    margin-bottom: 8px;
    text-align: center;
    font-size: 14px;
}

.point .point_box .txt_area .image_box img {
    max-width: 327px;
}

.point .point_box .txt_area .fp_comment {
    position: relative;
    background: #F6FBF8;
    padding: 35px 16px 20px;
    border-radius: 12px;
    border: 2px solid #5FB2A5;
    margin-top: 40px;
}

.point .point_box .txt_area .fp_comment::before {
    position: absolute;
    top: -35px;
    left: 16px;
    content: "";
    width: 60px;
    height: 62px;
    background: url(images/ico_fp.webp) no-repeat;
    background-size: 100%;
}

.point .point_box .txt_area .fp_comment .marker {
    color: #333;
}

.point .point_box.more h3 {
    background-image: url(images/img04.webp);
    margin-bottom: 10px;
}

.point .point_box.more h3::before {
    content: none;
}

.point .point_box.more h3 span {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #009C84;
    border-radius: 100px;
    padding: 5px 24px;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    line-height: 1;
}

.point .point_box.more h3 span::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #009C84 transparent transparent transparent;
}

.point .point_box.more .matome {
    margin-top: 30px;
    padding-top: 12px;
    background: #F3FEF8;
}

.point .point_box.more .matome p.ttl {
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #009C84;
    font-size: 22px;
}

.point .point_box.more .matome p.ttl::before {
    position: absolute;
    bottom: 0;
    left: 40px;
    content: "";
    width: 60px;
    height: 62px;
    background: url(images/ico_fp.webp) no-repeat;
    background-size: 100%;
}

.point .point_box.more .matome p.ttl::after {
    position: absolute;
    bottom: -10px;
    right: 20px;
    content: "";
    width: 80px;
    height: 50px;
    background: url(images/ico_money.webp) no-repeat;
    background-size: 100%;
}

.point .point_box.more .matome ul li {
    position: relative;
    padding-left: 20px;
}

.point .point_box.more .matome ul li::before {
    position: absolute;
    top: 0.4em;
    left: 0;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #009C84;
}

.point .point_box.more .matome .marker {
    color: #333;
}

/* オンライン相談 */
.online_wrap .online {
    margin: 0 15px 15px;
    border: 4px solid #28a1cc;
    border-radius: 30px;
    overflow: hidden;
}

.online_wrap .online .pc_line {
    display: none;
}

.online_wrap .online:not(.merit) {
    text-align: center;
    padding-bottom: 20px;
}

.online_wrap .online h2 {
    padding: 13px 0 10px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    background: #28a1cc;
}

.online_wrap .online .cp_mv {
    margin: 0 0 15px;
}

.online_wrap .online .marker {
    background: linear-gradient(transparent 35%, #f8e868 35%);
}

.online_wrap .cp_btn {
    text-align: center;
    margin: 10px 15px 0;
}

.online_wrap .cp_btn a {
    display: block;
    max-width: 500px;
    line-height: 1.3;
    margin: auto;
    padding: 8px;
    color: #FFF;
    border-radius: 500px;
    background: #FD5925;
    box-shadow: 0px 4px 6px rgba(53, 66, 71, 0.3019607843);
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
}

.online_wrap .cp_btn a span {
    display: block;
    font-weight: normal;
    font-size: 13px;
}

.online_wrap .online .cam_lead {
    margin: 0 5px 15px;
}

.online_wrap .online .cam_lead .marker {
    font-weight: bold;
}

.online_wrap .merit h2 {
    margin-bottom: 15px;
}

.online_wrap .merit ul {
    margin: 0 20px;
}

.online_wrap .merit ul li {
    display: flex;
    align-items: center;
    min-height: 45px;
    margin: 0 0 10px;
    padding: 0 0 5px 40px;
    border-bottom: 2px dashed #28a1cc;
    background: url(images/bg_merit.webp) no-repeat left top;
    background-size: 30px;
}

.online_wrap .merit ul li:last-child {
    border-bottom: none;
}

.foot_att {
    padding: 0 16px;
    margin: 40px auto;
    max-width: 740px;
    color: #666;
    font-size: 12px;
}

/* 募文番号 */
.document-box {
    max-width: 1040px;
    margin: auto;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.document-box .document-number {
    margin-left: 8px;
    font-size: 12px;
}

@media screen and (min-width: 768px) {

    /* mv、ランキング */
    .mv_wrap {
        padding: 16px 40px;
    }

    .mv_wrap .head_txt {
        width: 690px;
        margin: 0 auto 10px;
    }

    .mv_wrap .head_txt p {
        font-size: 16px;
    }

    .mv_wrap .head_txt p:last-of-type {
        font-size: 18px;
    }

    .ranking_wrap .ranking {
        gap: 16px;
        justify-content: center;
        margin: 20px auto;
    }

    .ranking_wrap .ranking li {
        width: 200px;
    }

    .ranking_wrap .company_name {
        font-size: 14px;
    }

    .mv_wrap+ul.btn_wrap {
        padding: 40px 20px 30px;
    }

    /* ボタン */
    ul.btn_wrap {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    ul.btn_wrap li {
        width: 335px;
        margin-bottom: 0;
    }

    ul.btn_wrap li a.btn {
        height: 74px;
    }

    ul.btn_wrap li a.btn.set {
        padding-top: 22px;
    }

    /* 徹底解説！*/
    .point_wrap h2 {
        padding: 20px;
        font-size: 24px;
    }

    .point_wrap h2 span {
        font-size: 22px;
    }

    .point_wrap .about_my {
        padding: 24px;
    }

    .point_wrap .about_my p.notice {
        max-width: 690px;
        margin: 0 auto 20px;
        padding: 16px 40px;
    }

    .point_wrap .about_my a {
        width: 500px;
        margin: auto;
        padding: 20px 80px;
    }

    .point .point_box h3 {
        height: 100px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        font-size: 22px;
    }

    .point .point_box h3 br {
        display: none;
    }

    .point .point_box.more h3 {
        justify-content: center;
    }

    .point .point_box.more .image_box {
        text-align: center;
    }

    .point .point_box.more .image_box img {
        width: 380px;
    }

    .point .point_box.more .matome {
        padding-top: 20px;
    }

    .point .point_box.more .matome p.ttl {
        width: 350px;
        margin: auto;
        font-size: 24px;
    }

    .point .point_box.more .matome p.ttl::before {
        width: 69px;
        height: 72px;
    }

    .point .point_box.more .matome p.ttl::after {
        width: 88px;
        height: 56px;
    }

    /* オンライン */
    .online_wrap {
        width: 740px;
        margin: auto;
    }

    .online_wrap .online .pc_line {
        display: inherit;
    }

    .online_wrap .cp_btn a {
        font-size: 26px;
        padding: 15px 0;
        transition: all 0.3s ease;
    }

    .online_wrap .cp_btn a span {
        font-size: 14px;
    }

    .online_wrap .merit h2 {
        margin-bottom: 25px;
    }

    .online_wrap .merit ul {
        width: 575px;
        margin: 0 auto 25px;
    }
}