header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}



.logo_img {
    display: block;
    width: 150px;
    margin-top: 30px;
    margin-left: 30px;
}

.logo_img img {
    width: 100%;
    height: auto;

}

.contact_button {
    width: 250px;
    height: 50px;
    background-color: #73336D;
    border-radius: 999px;
    margin-top: 30px;
    margin-right: 30px;
    border: #73336D 2px solid;
    transition: background-color 0.3s ease;
}

.contact_button:hover {
    background-color: #fff;
}

.contact_button a {
    display: block;
    width: 250px;
    height: 50px;
    border-radius: 999px;
}

.contact_button p {
    color: #fff;
    line-height: 50px;
    transition: color 0.3s ease;
}

.contact_button p:hover {
    color: #73336D;

}

.top {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}

.top_area {
    display: flex;
    justify-content: space-around;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.top_tx {
    text-align: left;
    margin-top: 100px;
    padding-left: 50px;
    padding-right: 50px;

}

.top_tx_b {
    margin-top: 30px;
    margin-bottom: 100px;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1;
}


.top_video_area {
    width: 700px;
    height: 600px;

    display: flex;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;

}

.top_video_area iframe {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.enter_button {
    width: 330px;
    height: 50px;
    background-color: #73336D;
    border-radius: 5px;

    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    box-shadow: 2px 2px 4px gray;
}

.enter_button.top_enter {
    text-align: center;
    margin-left: 0;
    margin-top: 100px;
}

enter_button a {
    display: block;
    width: 330px;
    height: 50px;
    border-radius: 5px;
}

.enter_button p {
    padding-left: 30px;
    color: #fff;
    line-height: 50px;
    position: relative;

}

.enter_button p::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    background-image: url(../img/button_yaji.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}


@media only screen and (max-width: 1150px) {
    .top_area {
        display: block;
    }

    .top_video_area {
        width: 100%;
        height: auto;
        margin-top: 100px;
        display: flex;
        justify-content: center;
        padding-left: 10px;
        padding-right: 10px;

    }
}


@media only screen and (max-width: 600px) {
    .pc_display {
        display: none;
    }

    .top {
        padding-top: 50px;
    }

    .logo_img {
        display: block;
        width: 120px;
        margin-top: 20px;
        margin-left: 20px;
    }

    .contact_button {
        width: 150px;
        height: 40px;
        margin-top: 30px;
        margin-right: 20px;
    }


    .contact_button a {
        width: 150px;
        height: 40px;

    }

    .contact_button p {
        line-height: 40px;

    }

    .top_area {

        padding-left: 20px;
        padding-right: 20px;
    }

    .top_tx {
        text-align: left;
        margin-top: 100px;
        padding-left: 0px;
        padding-right: 0px;

    }

    .top_video_area {

        padding-left: 0px;
        padding-right: 0px;

    }

    .enter_button {
        width: 300px;
        height: 50px;
        margin-top: 100px;
    }

    .enter_button.top_enter {
        text-align: center;
        margin-left: 0;
        margin-top: 70px;
    }

    enter_button a {

        width: 300px;
        height: 50px;


    }



    .enter_button p::before {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        left: 15px;
        width: 20px;
        height: 20px;
        background-image: url(../img/button_yaji.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;


    }


}


h1 {

    text-align: left;
    line-height: 60px;
    margin-bottom: 10px;
}

h2 {
    font-size: 3.2rem;
    text-align: center;
    line-height: 32px;
}

.h1_sub {
    font-size: 2.0rem;
    text-align: left;

}

.onishia_strength {
    padding-top: 150px;
    padding-bottom: 100px;
}

.strength01 {
    margin-top: 100px;
}

.strength_a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}




.nayami_a {
    background-color: #D9D9D9;
    padding: 30px 50px;
    display: flex;
    justify-content: last;
    align-items: center;
    width: 45%;

}



.nayami_a p {
    text-align: left;
    width: 60%;
    padding-left: 50px;
    padding-right: 10px;
}

.nayami_img_a {
    display: block;
    border-radius: 999px;
    width: 150px;
    height: 150px;
    background-color: #fff;
}

.nayami_img_a span {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background-image: url(../img/nayami_a.png);
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;


}



.nayami_img img {
    width: 100%;
    height: auto;

}



.nayami_b {
    background-color: #fff;
    padding: 30px 50px;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 45%;
}


.nayami_b p {
    text-align: left;
    font-weight: 600;
    width: 60%;
    padding-left: 50px;
    padding-right: 10px;
}

.nayami_img_b {
    display: block;
    border-radius: 999px;
    width: 150px;
    height: 150px;
    background-color: #fff;
}


.nayami_img_b.b_01 span {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background-image: url(../img/nayami_b_01.png);
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;


}

.nayami_img_b.b_02 span {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background-image: url(../img/nayami_b_02.png);
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;


}

.nayami_img_b.b_03 span {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background-image: url(../img/nayami_b_03.png);
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;


}

.nayami_img_b.b_04 span {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background-image: url(../img/nayami_b_04.png);
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;


}


.nayami_yaji {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
}

.nayami_yaji img {
    width: 100%;


}


.comment_01 {
    position: relative;
    margin-top: 200px;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;

}

.comment_box {
    position: relative;
}

.comment_box p {
    text-align: left;
}

.comment_box_tx {
    margin-top: 20px;
    background-color: #D9D9D9;
    padding: 50px 50px 50px 70px;
    border-radius: 5px;
}

.comment_box_tx p {
    font-size: 1.6rem;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.comment_box_tx p::before {
    content: "";
    position: absolute;
    left: -30px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/checkbox.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.comment_01_img {
    content: "";
    background-image: url(../img/nayami_man.png);
    width: 200px;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    margin-top: 50px;

}

.comment_yaji {
    content: "";
    width: 100px;
    height: 100px;
    background-image: url(../img/chevrons-down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

.comment_02 {
    margin-top: 50px;
    display: flex;
    justify-content: center;


}

.comment_box.oni_02 {

    position: relative;

}

.comment_box_tx.oni_02 {

    background-color: #fff;
    padding: 50px;

}

.comment_box_tx.oni_02 p {
    font-size: 3.2rem;
    line-height: 1.5;

}

.comment_box_tx.oni_02 p::before {
    display: none;

}

.comment_02_img {

    content: "";
    background-image: url(../img/oni_st_03.png);
    width: 200px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    margin-top: 100px;

}


@media only screen and (max-width: 1150px) {
    .strength_a_sp {
        display: block;
        align-items: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .nayami_a_sp {
        background-color: #D9D9D9;
        padding: 10px 20px;
        display: flex;

        align-items: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;


    }

    .nayami_a_sp p {
        text-align: left;
        width: 100%;
        padding-left: 60px;
        padding-right: 10px;
    }

    .nayami_img_a_sp {
        display: block;
    }

    .nayami_img_a_sp p {
        position: relative;

        margin-top: 20px;
        margin-bottom: 20px;

    }

    .nayami_img_a_sp p::before {
        position: absolute;
        top: 3px;
        left: 25px;
        content: "";
        width: 15px;
        height: 15px;
        display: block;
        background-image: url(../img/nayami-sp_yaji_right.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }




    .strength_b_sp {
        display: block;
        align-items: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .nayami_b_sp {
        background-color: #fff;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;


    }

    .nayami_b_sp p {
        text-align: left;
        width: 100%;
        padding-left: 60px;
        padding-right: 10px;
    }

    .nayami_img_b_sp {
        display: block;
    }

    .nayami_img_b_sp p {
        position: relative;

        margin-top: 20px;
        margin-bottom: 20px;

    }

    .nayami_img_b_sp p::before {
        position: absolute;
        top: 3px;
        left: 25px;
        content: "";
        width: 15px;
        height: 15px;
        display: block;
        background-image: url(../img/nayami_check.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    .nayami_img_b span {
        content: "";
        display: block;
        width: 150px;
        height: 150px;
        border-radius: 999px;
        background-image: url(../img/nayami_b_01.png);
        background-position: center;
        background-size: 80%;
        background-repeat: no-repeat;


    }


    .nayami_yaji {
        width: 200px;
        padding-left: 20px;
        padding-right: 20px;
        transform: rotate(90deg);
        margin-left: auto;
        margin-right: auto;
    }

    .nayami_yaji img {
        display: block;
        width: 100%;


    }


    .nayami_img_a {

        width: 120px;
        height: 120px;

    }

    .nayami_img_a span {
        width: 120px;
        height: 120px;
    }





    .comment_01 {
        position: relative;
        margin-top: 100px;
        display: block;
        margin-bottom: 50px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .comment_box_tx {
        padding: 50px 70px 50px 70px;
        margin-right: 60px;
    }


    .comment_box.oni_01::after {
        content: "";
        position: absolute;
        bottom: -10px;
        right: 0px;
        background-image: url(../img/nayami_man.png);
        width: 120px;
        height: 180px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    /*.comment_box_tx.oni_02 {}*/

    .comment_box.oni_02::after {

        content: "";
        position: absolute;
        bottom: -10px;
        right: 0px;
        background-image: url(../img/oni_st_03.png);
        width: 120px;
        height: 100px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    .comment_box_tx.oni_02 p {
        font-size: 2.4rem;

    }
}


@media only screen and (max-width: 600px) {
    .h1_sub {
        font-size: 1.6rem;


    }

    .nayami_a_sp {

        display: block;



    }

    .nayami_img_a {
        display: block;
        margin: 20px auto 30px;

    }

    .nayami_b_sp {

        display: block;


    }


    .nayami_img_b {
        display: block;
        margin: 20px auto 30px;
    }



}



.strength_02 {
    margin-top: 200px;
    padding-top: 100px;
    background-color: #fff;
    padding-bottom: 100px;
}

.line {
    content: "";
    display: block;
    width: 450px;
    height: 1px;
    background-color: #333;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.oni_strength_area {
    padding-top: 100px;
}

.oni_strength_a,
.oni_strength_b {
    display: flex;
    justify-content: center;
}

.oni_strength {
    border: #333 2px solid;
    padding: 20px 50px;
    border-radius: 5px;
    position: relative;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;

}

.st_num {
    width: 80px;
    height: 80px;
    background-color: #F7B100;
    border-radius: 999px;
    position: absolute;
    top: -40px;
    left: -30px;
}

.st_num span {
    font-size: 4.0rem;
    font-weight: 600;
    letter-spacing: 0.5;
    color: #fff;
    line-height: 50px;
    display: block;
    margin-top: 15px;

}

.st_txbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.st_txbox p {
    width: 120px;
    margin-left: 30px;
}




.st_img {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}

.st_01 {
    background-image: url(../img/oni_st_01.png);

}

.st_02 {
    background-image: url(../img/oni_st_02.png);

}

.st_03 {
    background-image: url(../img/oni_st_03.png);

}

.st_04 {
    background-image: url(../img/oni_st_04.png);

}


.achievement_onishia,
.service_banner {
    padding-top: 100px;
    padding-bottom: 50px;
}

.achi_toptx {
    text-align: left;
    padding-left: 50px;
    font-size: 3.2rem;
    font-weight: 600;
}

.achievement_area {
    display: flex;
    justify-content: left;
    margin-top: 50px;
    padding: 0 50px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.achievement {
    background-color: #D9D9D9;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
}


.achi_00 {
    padding: 20px 30px 20px 30px;
    max-width: 360px;
}

.achi_00 h3 {
    margin-top: 10px;
}

.achi_000 {
    padding: 10px 0 30px;
}

.achi_tx {
    background-color: #fff;
    border: #333 1px solid;
    border-radius: 999px;
    padding: 2px 8px;
    margin: 8px 0;

}

.achi_tx1 {
    position: relative;
    padding-left: 50px;
    margin-top: 20px;
}

.achi_tx1::before {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/money_box.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0px;
    left: 10px;

}

.banner-title {
    text-align: left;
    font-size: 3.2rem;
    font-weight: 600;
}

.service_banner img{
    display: block;
    margin-top: 30px;
    margin-left: 0;
    margin-right: auto;
    width: 800px;
    height: auto;
}

.banner-tx{
    text-align: left;
    margin-top: 30px;
}

.enter_button_area {
    margin-bottom: 50px;
}

.en_bt_tx01 {
    position: relative;
    display: inline-block;
}

.en_bt_tx01::before {
    content: "";
    display: block;
    height: 150px;
    width: 2px;
    background-color: #333;
    position: absolute;
    left: -50px;
    top: 0;
    transform: rotate(-20deg);
}

.en_bt_tx01::after {
    content: "";
    display: block;
    height: 150px;
    width: 2px;
    background-color: #333;
    position: absolute;
    right: -50px;
    top: 0;
    transform: rotate(20deg);
}

.en_bt_tx01 {
    font-size: 3.2rem;
    letter-spacing: 1;
    line-height: 1.2em;
}

.en_bt_tx02 {
    padding-top: 20px;
}

.enter_bt {
    margin-top: 50px;
}

@media only screen and (max-width: 1150px) {

    .line {
        content: "";
        display: block;
        max-width: 300px;
        height: 1px;
        background-color: #333;
        margin-left: auto;
        margin-right: auto;
        padding-left: 30px;
        margin-top: 20px;
    }

    .oni_strength_area {
        padding-top: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .oni_strength_a,
    .oni_strength_b {
        display: block;
        justify-content: center;
    }


    .oni_strength {
        border: #333 2px solid;
        padding: 10px 15px;
        border-radius: 5px;
        max-width: 400px;
        position: relative;
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
    }

    .st_txbox {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .st_txbox p {
        width: 120px;
        margin-left: 20px;
    }

    .en_bt_tx01::before {
        margin-left: 5px;
        left: 10px;
        transform: rotate(-15deg);
    }

    .en_bt_tx01::after {
        margin-right: 5px;
        right: 10px;

        transform: rotate(15deg);
    }

    .en_bt_tx01 {
        font-size: 2.4rem;
        padding-left: 10px;
        padding-right: 10px;
    }

    .en_bt_tx02 {
        padding-top: 40px;
    }

    .strength_02 {
        margin-top: 150px;
        padding-top: 100px;
        background-color: #fff;
        padding-bottom: 100px;
    }
}


@media only screen and (max-width: 1150px) {
    h2 {
        font-size: 2.0rem;
    }

    .achi_toptx {
        padding-left: 20px;
        font-size: 2.5rem;
    }

    .achievement_area {
        display: flex;
        justify-content: left;
        margin-top: 50px;
        padding: 0 50px 0 20px;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

}






.price {

    padding-top: 150px;

    padding-bottom: 100px;
}

.price_area_box {
    display: flex;
    justify-content: center;
}

.price_area {
    margin-top: 100px;
    width: 400px;
    margin-left: 10px;
    margin-right: 10px;
}

.price_area_tx {
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    background-color: #333;
    padding: 20px 20px;
    border-radius: 5px;
    position: relative;
}




.price_box {
    background-color: #fff;
    margin-top: 30px;
    height: 500px;
    border-radius: 5px;
}

.price_num01 {
    padding-top: 120px;
}

.price_num01::after {
    content: "";
    background-color: #333;
    width: 220px;
    height: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.price_img {
    margin-top: 40px;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;

}

.price_img img {
    width: 100%;

}

.pri_01 {
    margin-top: 80px;
}



@media only screen and (max-width: 1150px) {

    .price {

        padding-top: 100px;
        padding-bottom: 100px;
    }

    .price_num01 {
        padding-top: 100px;
    }

    .price_area_box {
        display: block;

    }

    .price_area {
        margin-top: 50px;
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;

    }

    .price_box {
        margin-top: 20px;
        height: auto;
        padding-bottom: 30px;

    }

    .price_img {
        margin-top: 30px;
        width: 150px;
        height: 150px;
        margin-bottom: 30px;
    }

}



.flow {
    padding-top: 100px;

}

.flow_step01 {
    margin-top: 120px;
    padding-left: 50px;
    padding-right: 50px;
}

.step01 {
    margin-top: 100px;
}

.flow_step01_tx {
    text-align: left;
    font-weight: 600;
    padding-left: 50px;

}

.flow_title {
    color: #73336D;
    margin-top: 10px;
}

.flow_subtitle {
    margin-top: 30px;
}

.flow_step_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.step_box {
    width: 30%;
}

.step_box_img {
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 999px;
    margin-left: auto;
    margin-right: auto;
}

.step_box_img img {
    width: 70%;
    height: auto;
    margin-top: 50px;

}

.step_box_tx {
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 30px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.step_box_tx p {
    font-weight: 600;
}

.yaji_right02 {
    width: 5%;
    height: auto;
}

.yaji_right02 img {
    width: 100%;

}


@media only screen and (max-width: 1150px) {

    .flow {
        padding-top: 50px;

    }

    .flow_step01 {
        margin-top: 80px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .step01 {
        margin-top: 50px;
    }

    .flow_step01_tx {
        padding-left: 0px;

    }

    .flow_title {
        color: #73336D;
        margin-top: 10px;
    }

    .flow_subtitle {
        margin-top: 30px;
    }

    .flow_step_area {
        display: block;
    }

    .step_box {
        width: 100%;
    }

    .step_box_img {
        width: 200px;
        height: 200px;
        background-color: #fff;
        border-radius: 999px;
        margin-left: auto;
        margin-right: auto;
    }

    .step_box_img img {
        width: 70%;
        height: auto;
        margin-top: 50px;

    }

    .step_box_tx {
        padding: 20px 20px;
        background-color: #fff;
        border-radius: 5px;
        margin-top: 30px;
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .step_box_tx p {
        font-weight: 600;
    }

    .yaji_right02 {
        width: 50px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        transform: rotate(90deg);
    }

    .yaji_right02 img {
        width: 100%;

    }






}

.q_and_a {

    padding-top: 150px;

}

.qanda_box {
    margin-top: 50px;
}

input {
    display: none;
}

.qanda_box01 {
    margin-top: 30px;
    text-align: left;
}


.qanda_button{
    position: relative;
    padding: 30px 15px 30px 15px;
    max-width: 800px;
    background-color: #D9D9D9;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}


.qanda_button::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    content: "";
    display: block;
    width: 2px;
    height: 22px;
    background-color: #333;
    margin-left: 50px;
    opacity: 1;
    transition: opacity 0.3s;
}

.qanda_button.active::after {
    opacity: 0;
}

.qanda_button::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background-color: #333;
    margin-left: 50px;
}


.qanda_button2 {
    position: relative;
    padding: 30px 15px 30px 15px;
    max-width: 800px;
    background-color: #D9D9D9;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}


.qanda_button2::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    content: "";
    display: block;
    width: 2px;
    height: 22px;
    background-color: #333;
    margin-left: 50px;
    opacity: 1;
    transition: opacity 0.3s;
}

.qanda_button2.active::after {
    opacity: 0;
}

.qanda_button2::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background-color: #333;
    margin-left: 50px;
}


.qanda_button3 {
    position: relative;
    padding: 30px 15px 30px 15px;
    max-width: 800px;
    background-color: #D9D9D9;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}


.qanda_button3::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    content: "";
    display: block;
    width: 2px;
    height: 22px;
    background-color: #333;
    margin-left: 50px;
    opacity: 1;
    transition: opacity 0.3s;
}

.qanda_button3.active::after {
    opacity: 0;
}

.qanda_button3::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background-color: #333;
    margin-left: 50px;
}



.qanda_button4 {
    position: relative;
    padding: 30px 15px 30px 15px;
    max-width: 800px;
    background-color: #D9D9D9;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}


.qanda_button4::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    content: "";
    display: block;
    width: 2px;
    height: 22px;
    background-color: #333;
    margin-left: 50px;
    opacity: 1;
    transition: opacity 0.3s;
}

.qanda_button4.active::after {
    opacity: 0;
}

.qanda_button4::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background-color: #333;
    margin-left: 50px;
}




.qanda_button p {
    display: block;
}

.qanda_button p:nth-of-type(2) {
    display: block;
    padding-left: 15px;
    padding-right: 30px;
}

.qanda_button2 p:nth-of-type(2) {
    display: block;
    padding-left: 15px;
    padding-right: 30px;
}

.qanda_button3 p:nth-of-type(2) {
    display: block;
    padding-left: 15px;
    padding-right: 30px;
}

.qanda_button4 p:nth-of-type(2) {
    display: block;
    padding-left: 15px;
    padding-right: 30px;
}





.qanda_action-btn::after {
    position: absolute;
    top: 10px;
    right: -10px;
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background-color: #333;
    margin-left: 50px;
}


.qanda_tx {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    /* はみ出しを防ぐ */
    padding: 0 30px;
    /* 最初は高さゼロなので padding をゼロにする */
    max-width: 800px;
    background-color: #fff;
    display: flex;
    /* display: none を使わない */
    justify-content: left;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    transition: opacity 0.3s, max-height 0.3s ease-out, padding 0.3s;
}

.qanda_tx.active {
    opacity: 1;
    max-height: 300px;
    /* 適切な最大値を指定 */
    padding: 30px;
    /* アニメーション時に padding を元に戻す */
}

.qanda_tx2 {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    /* はみ出しを防ぐ */
    padding: 0 30px;
    /* 最初は高さゼロなので padding をゼロにする */
    max-width: 800px;
    background-color: #fff;
    display: flex;
    /* display: none を使わない */
    justify-content: left;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    transition: opacity 0.3s, max-height 0.3s ease-out, padding 0.3s;
}

.qanda_tx2.active {
    opacity: 1;
    max-height: 300px;
    /* 適切な最大値を指定 */
    padding: 30px;
    /* アニメーション時に padding を元に戻す */
}

.qanda_tx3 {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    /* はみ出しを防ぐ */
    padding: 0 30px;
    /* 最初は高さゼロなので padding をゼロにする */
    max-width: 800px;
    background-color: #fff;
    display: flex;
    /* display: none を使わない */
    justify-content: left;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    transition: opacity 0.3s, max-height 0.3s ease-out, padding 0.3s;
}

.qanda_tx3.active {
    opacity: 1;
    max-height: 300px;
    /* 適切な最大値を指定 */
    padding: 30px;
    /* アニメーション時に padding を元に戻す */
}

.qanda_tx4 {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    /* はみ出しを防ぐ */
    padding: 0 30px;
    /* 最初は高さゼロなので padding をゼロにする */
    max-width: 800px;
    background-color: #fff;
    display: flex;
    /* display: none を使わない */
    justify-content: left;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    transition: opacity 0.3s, max-height 0.3s ease-out, padding 0.3s;
}

.qanda_tx4.active {
    opacity: 1;
    max-height: 300px;
    /* 適切な最大値を指定 */
    padding: 30px;
    /* アニメーション時に padding を元に戻す */
}

.qanda_tx p {
    display: block;
}

.qanda_tx p:nth-of-type(2) {
    display: block;
    padding-left: 30px;
}

.qanda_tx2 p:nth-of-type(2) {
    display: block;
    padding-left: 30px;
}


.qanda_tx3 p:nth-of-type(2) {
    display: block;
    padding-left: 30px;
}


.qanda_tx4 p:nth-of-type(2) {
    display: block;
    padding-left: 30px;
}



footer {
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.footer_tx {
    margin-top: 100px;
    margin-bottom: 100px;
}

.footer_tx_stx {
    margin-bottom: 50px;
}

.footer_tx_box {
    max-width: 1000px;
    padding: 50px 50px;
    margin-left: 50px;
    margin-right: 50px;
    background-color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.footer_tx_box p {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: left;
    padding-left: 30px;

}

.footer_tx_box p::after {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background-image: url(../img/woman_footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 10px;
}

@media only screen and (max-width: 1150px) {


    .footer_tx {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .footer_tx_stx {
        font-size: 1.4rem;
        margin-bottom: 30px;
        text-align: left;
    }

    .footer_tx_box {
        max-width: 1000px;
        padding: 50px 10px 50px;
        margin-left: 50px;
        margin-right: 50px;
        background-color: #fff;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .footer_tx_box p {
        font-size: 2.0rem;
        text-align: left;
        padding-left: 10px;
        letter-spacing: 1;
        width: 80%;

    }

    .footer_tx_box p::after {
        content: "";
        display: block;
        width: 150px;
        height: 150px;
        right: 10px;
    }


}

@media only screen and (max-width: 600px) {
    footer {
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer_tx_box p::after {
        content: "";
        display: block;
        width: 120px;
        height: 120px;
        right: 10px;
    }
}