@charset "UTF-8";
.katsuyo_wrap {
    margin-bottom: 120px;
}
.katsuyoTop_wrap {
    margin-top: 100px;
}
.katsuyoTop_wrap:first-child {
    margin-top: 0;
}
.katsuyoTop_txt {
    margin-top: 60px;
}
.katsuyoTop_img {
    text-align: center;
    margin-top: 40px;
}
.katsuyoTop_img img {
    width: 100%;
    height: auto;
    max-width: 1488px;
}
.katsuyoTop_box {
    margin-top: 80px;
}
.katsuyoDl_box {
    margin-top: 40px;
}
.katsuyoDl_box dt {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}
.katsuyoDl_box dd {
    margin-top: 16px;
}
.katsuyoDl_box .lst li {
    margin-bottom: .4em;
    padding-left: 1.4em;
    position: relative;
}
.katsuyoDl_box .lst li:last-child {
    margin-bottom: 0;
}
.katsuyoDl_box .lst li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 13px;
    background: #000;
    border-radius: 100%;
    z-index: 1;
}
.katsuyoDl_img {
    text-align: center;
    margin-top: 40px;
}
.katsuyoDl_box .lst li .katsuyoDl_img {
    margin-bottom: 60px;
}
.katsuyoDl_box .lst li:last-child .katsuyoDl_img {
    margin-bottom: 0;
}
.katsuyoDl_img img {
    width: 100%;
    height: auto;
    max-width: 1000px;
}
.katsuyoTop_btn {
    max-width: 460px;
    margin: 0 auto;
    margin-top: 60px;
}
.point_txt {
    margin-top: 60px;
}
.point_box {
    margin-top: 60px;
}
.point_flx {
    display: flex;
    margin-top: 40px;
}
.point_flx .txt {
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
    box-sizing: border-box;
    padding-right: 40px;
}
.point_flx .img {
    text-align: center;
    width: 360px;
}
.point_flx.is-ver2 .txt {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
}
.point_flx.is-ver2 .img {
    width: 150px;
}
.point_flx .txt:only-child {
    width: 100%;
    padding-right: 0;
}
.worries_box {
    margin-top: 60px;
}
.worries_box .img {
    text-align: center;
    margin-top: 40px;
}
.worries_box .img img {
    width: 100%;
    height: auto;
    max-width: 640px;
}
.consulting_txt {
    margin-top: 60px;
}
.consulting_wrap {
    margin-top: 60px;
}
.consulting_flx {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.consulting_box {
    width: 48%;
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(52, 126, 192, 0.2);
}
.consulting_box dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    background: #1C476E;
    text-align: center;
    border-radius: 10px 10px 0 0;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.consulting_box dd {
    padding: 20px;
    line-height: 2;
    text-align: center;
}
.consulting_box .img {
    margin: 16px 0;
}
.consultingFlx_wrap {
    display: flex;
    justify-content: space-between;
}
.consultingFlx_wrap .consulting_wrap {
    width: 48%;
}
.consultingFlx_wrap .consulting_box {
    width: 100%;
}
@media only screen and (min-width:767px) {
}
@media screen and (min-width:767px) and (max-width:1240px) {
    .katsuyo_wrap {
        padding: 0 40px;
    }
}
@media screen and (min-width:767px) and (max-width:1024px) {
}
@media only screen and (max-width:767px) {
    .katsuyo_wrap {
        padding: 0 5.128vw;
        margin-bottom: 16vw;
    }
    .katsuyoTop_wrap {
        margin-top: 16vw;
    }
    .katsuyoTop_txt {
        margin-top: 10.256vw;
    }
    .katsuyoTop_img {
        margin-top: 5.128vw;
    }
    .katsuyoTop_box {
        margin-top: 16vw;
    }
    .katsuyoDl_box {
        margin-top: 10.256vw;
    }
    .katsuyoDl_box dt {
        font-size: 4.103vw;
    }
    .katsuyoDl_box dd {
        margin-top: 4.103vw;
    }
    .katsuyoDl_box .lst li:before {
        width: 1.538vw;
        height: 1.538vw;
        top: 3.333vw;
    }
    .katsuyoDl_img {
        margin-top: 10.256vw;
    }
    .katsuyoDl_box .lst li .katsuyoDl_img {
        margin-bottom: 10.256vw;
    }
    .katsuyoTop_btn {
        max-width: none;
        margin: 0 auto;
        margin-top: 10.256vw;
    }
    .katsuyoTop_btn.c-btn a {
        font-size: 4.103vw;
        line-height: 1.2;
    }
    .point_txt {
        margin-top: 10.256vw;
    }
    .point_box {
        margin-top: 10.256vw;
    }
    .point_flx {
        display: block;
        margin-top: 5.128vw;
    }
    .point_flx .txt {
        width: 100%;
        padding-right: 0;
    }
    .point_flx .img {
        width: 100%;
        margin-top: 5.128vw;
    }
    .point_flx.is-ver2 .txt {
        width: 100%;
    }
    .point_flx.is-ver2 .img {
        width: 100%;
    }
    .point_flx .img img {
        width: 100%;
        height: auto;
        max-width: 360px;
    }
    .point_flx.is-ver2 .img img {
        max-width: 150px;
    }
    .worries_box {
        margin-top: 10.256vw;
    }
    .worries_box .img {
        text-align: center;
        margin-top: 5.128vw;
    }
    .consulting_txt {
        margin-top: 10.256vw;
    }
    .consulting_wrap {
        margin-top: 10.256vw;
    }
    .consulting_flx {
        display: block;
        margin-top: 5.128vw;
    }
    .consulting_box {
        width: 100%;
        margin-bottom: 5.128vw;
    }
    .consulting_box:last-child {
        margin-bottom: 0;
    }
    .consulting_box dt {
        font-size: 3.59vw;
        height: auto;
        padding: 3.59vw 2.564vw;
    }
    .consulting_box dd {
        padding: 5.128vw 4.103vw;
        text-align: left;
    }
    .consulting_box .pay {
        text-align: center;
    }
    .consulting_box .img {
        text-align: center;
        margin: 3.59vw 0;
    }
    .consultingFlx_wrap {
        display: block;
    }
    .consultingFlx_wrap .consulting_wrap {
        width: 100%;
    }
}