* {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.after::after {
    display: block;
    content: "";
    clear: both;
}

.flex {
    display: flex;
}

.cont_read .area_cont .conWrap {
    font-size: 16px !important;
    color: #2d2d2d !important;
}

.mar-b5 {
    margin: 0 0 5px;
}

.mar-b10 {
    margin: 0 0 10px;
}

.mar-b15 {
    margin: 0 0 15px;
}

.mar-b20 {
    margin: 0 0 20px;
}

.mar-b30 {
    margin: 0 0 30px;
}

.mar-b40 {
    margin: 0 0 40px;
}

.mar-b50 {
    margin: 0 0 50px;
}


.mar-c20 {
    margin: 20px 0;
}

.mar-c10 {
    margin: 10px 0;
}

.mar-t50 {
    margin: 50px 0 0;
}

.mar-t20 {
    margin: 20px 0 0;
}

.mar-t10 {
    margin: 10px 0 0;
}

.color-t {
    color: #2849fd !important;
}

.backcolor {
    background-color: #2849fd2b !important;
}

.h2-ey1 {
    color: #2849fd !important;
}

.h3-ey1 {
    color: #2849fd !important;
}

.h2-ey2,
.h3-ey2 {
    color: #363636 !important;
}

.span-ey1 {
    font-size: 15px !important;
    display: block;
}

.span-ey2 {
    font-size: 17px !important;
}

.span-ey3 {
    color: #363636 !important;
    font-weight: 600;
    background: linear-gradient(transparent 30%, #FFFF00);
}

.span-ey4 {
    color: #ffffff;
    font-size: 18px !important;
    background-color: #2849fd;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 5px;
    margin: 0 0 20px;
    display: inline-block;
}



.span-ey5 {
    color: #000000;
    font-weight: 600;
    font-size: 17px;
}

.span-ey6 {
    color: #2849fd;
    background-color: #2849fd3c;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 0 0 15px;
    display: inline-block;
}

.span-ey7 {
    color: #2849fd;
    background-color: #ffffff;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 0 0 15px;
    display: inline-block;
}


.span-ey8 {
    color: #ffffff;
    background-color: #2849fd;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 0 0 15px;
    display: inline-block;
}


.p-ey {
    color: #232323 !important;
    font-size: 17px !important;
}

.p-ey1 {
    color: #232323 !important;
    font-size: 17px !important;
}

.p-ey2 {
    color: #2849fd !important;
    font-weight: 700;
    font-size: 18px !important;
}

.p-ey3 {
    color: #232323 !important;
    font-weight: 600;
    font-size: 16px !important;
}


/*-------------------------------------------top*/

.conWrap {
    width: 100%;
}

.conWrap>div {
    margin: 0 0 80px;
}

.con01-top {
    width: 100%;
    justify-content: space-between;
    gap: 0 5%;
}

.con01-top .left {
    width: 75%;
}

.con01-top .right {
    width: 20%;
}

.con01 .con01-1 {
    margin: 0 0 50px;
}

.con02-top {
    width: 100%;
    justify-content: space-between;
    gap: 0 2%;
}

.con02-top>div {
    width: 48%;
}


.con-part {
    background-color: #2849fd15 !important;
    padding: 50px 30px;
    border-radius: 10px;
}

.con-part>div {
    margin: 0 0 50px;
}

.con-part>div:last-child {
    margin: 0;
}

.part-right>div {
    margin: 0 0 30px;
}

.part-right>div:last-child {
    margin: 0;
}

.con-part .part-01 {
    width: 100%;
    justify-content: space-between;
}

.con-part .part-left {
    width: 20%;
}

.con-part .part-right {
    width: 75%;
}

.yasuda-img01,
.yasuda-img02 {
    width: 100% !important;
    margin: 0 0 10px;
}

.part-sub {
    justify-content: space-between;
    gap: 0 20px;
}

.part-sub .part-left,
.part-sub .part-right {
    width: 45%;
    text-align: center;
}

.part-sub2 {
    width: 100%;
    justify-content: space-between;
    gap: 0 20px;
    box-sizing: border-box;
}

.part-sub2 .part-left2,
.part-sub2 .part-right2 {
    width: 50%;
    text-align: center;
}


.opa {
    opacity: 0;
}

.part-sub .sub-img {
    width: 100% !important;
    /* max-width: 250px; */
    height: auto;
}

.sub-img2 {
    width: 70% !important;
    /* max-width: 250px; */
    height: auto;
}


.yasuda-mo {
    display: none;
}

.con01-top .right {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
}

.con01 .con-part .part-left .left-yasuda {
    width: 100% !important;
    height: auto;
}

.conWrap .con01 .con01-top .right>div>img {
    width: 100% !important;
}

.con01 .con01-b .con01-b-bg .con01-b2 img {
    width: 100% !important;
}

.a-ey {
    color: #2849fd !important;
    margin: 0 0 20px;
    display: inline-block;
}


/*-------------------------------------------button*/


.button01 a {
    display: block;
    border-radius: 10px;
    margin: 30px 0;
    padding: 1em 2em;
    width: 200px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    background-color: black;
}

.button01 a:hover {
    text-decoration: none;
    color: white;
    background-color: #2849fd !important;
}


@media (max-width: 430px) {

    .conWrap {
        width: 100%;
        margin: 0 auto;
    }

    .con01-top {
        flex-wrap: wrap;
    }

    .con01-b-1 {
        width: 100%;
        margin: 0 0 50px;
    }

    .con01-top .left,
    .con01-top .right {
        width: 100%;
        margin: 0 auto;
    }

    .con01-top .right .yasuda-img {
        margin: 30px auto 0;
        padding: 20px;
    }

    .con02-top {
        flex-wrap: wrap;
    }

    .con02-top>div {
        width: 100%;
    }

    .con02-top>div:first-child {
        margin: 0 auto 20px;
    }


    .con-part {
        padding: 30px 10px;
    }


    .part-01 {
        flex-wrap: wrap;
    }

    .part-01 .part-left,
    .part-01 .part-right {
        width: 100%;
    }

    .part-sub {
        flex-wrap: wrap;
    }

    .part-sub>div {
        margin: 0 0 10px;
    }

    .part-sub>div:last-child {
        margin: 0;
    }

    .part-left {
        margin: 0 0 30px;
    }

    .ey-pc {
        display: none;
    }

    .sub-img2 {
        width: 100% !important;
        /* max-width: 250px; */
        height: auto;
    }

    .left-yasuda {
        width: auto !important;
        max-width: 150px;
        border-radius: 10px;
    }

    .button01 {
        width: 100%;
    }

    .button01 a {
        margin: 30px auto;
    }

}