@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
.policy_style {
    line-height: 2.2;
}

@media screen and (min-width: 641px) and (max-width: 1000px){
    .mv_illust {
        display: flex;
    }

    .mv_illust_card {
        border: none;
    }

    .section_service_3_card .box:before {
        font-size: 9rem;
        left: 1vw;
        color: #60606038;
    }

    .section_service_3_card {
        justify-content: space-around;
    }

    .section_service_3_card .box {
        width: 45%;
    }

    .section_price_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .section_price .section_price_plan {
        min-width: 48%;
        width: 48%;
    }

    .section_price .section_price_plan:last-child {
        min-width: 80%;
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 835px) and (max-width: 1000px){
    .section_service_1 {
        padding: 20px 40px !important;
    }

    .mv_illust img {
        width: 200px;
    }
}

/*===========================tab====================================== */
@media screen and (min-width: 641px) and (max-width: 834px){
    .mv_illust img {
        width: 200px;
    }
}

@media screen and (min-width: 420px) and (max-width: 640px){
    #main {
        max-width: 620px;
    }

    .mv_title_copy > p {
        font-size: 6vw;
    }

    .mv_title_list {
        justify-content: center;
    }

    .mv_title_item {
        width: calc((100% - 20px) / 3);
    }

    .mv_title_item:nth-child(2n) {
        margin-right: 10px;
    }

    .mv_title_item:nth-child(3n) {
        margin-right: 0;
    }

    .mv_illust {
        display: flex;
    }

    .mv_illust img {
        object-fit: cover;
        width: 30vw;
    }

    .mv_illust_card {
        border: none;
    }

    .section_service_1_inner.inner-1000 {
        max-width: 640px;
    }

    .section_service_2 div.inner-1000 {
        max-width: 640px;
    }

    .section_service_3 div.inner-1000 {
        max-width: 640px;
    }

    .section_service_3_card .box {
        width: 47%;
        margin-right: 20px;
    }

    .section_service_3_card .box:nth-child(2n) {
        margin-right: 0;
    }
    
    .section_service_3_card {
        justify-content: space-between;
    }

    .section_voice div.inner-1000 {
        max-width: 640px;
    }

    .section_qa div.inner-1000 {
        max-width: 640px;
    }

    .section_entry div.inner-1000 {
        max-width: 420px;
    }

}

@media screen and (min-width: 580px) and (max-width: 640px){
.section_price div.inner-1000 {
    max-width: 640px;
}

.section_price_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section_price .section_price_plan {
    min-width: 48%;
    width: 48%;
}

.section_price .section_price_plan:last-child {
    min-width: 80%;
    width: 80%;
    margin: 0 auto;
}
}

/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){
    .section_service_3_card .box:before {
        font-size: 9rem;
        left: 7vw;
        color: #60606038;
    }






}
/*===========================sp END====================================== */