* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

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

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

img {
    vertical-align: top;
}


b {
    font-size: 18px !important;
}

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

.after>div {
    float: left;
}

.flex {
    display: flex;
}


.cont_read .area_cont .conWrap .p-ey8 {
    line-height: 22px !important;
}

/*-------------------------------------------START*/

.h2-ey {
    color: #242424 !important;
}

.h2-ey2 {
    color: #2478ff !important;
}

.h3-ey {
    color: #242424 !important;
}

.h3-ey2 {
    color: #2478ff !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-b50 {
    margin: 0 0 50px;
}

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

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

.p-ey {
    color: #242424 !important;
    font-size: 16px !important;
}

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

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

.p-ey3 {
    color: #242424 !important;
    font-size: 15px !important;
}

.p-ey5 {
    color: #2478ff !important;
    font-size: 16px !important;
}

.p-ey6 {
    color: #2478ff !important;
    font-weight: 600;
    font-size: 17px !important;
}

.p-ey7 {
    color: #2478ff !important;
    font-weight: 600;
    font-size: 18px !important;
}

.p-cen {
    text-align: center;
}

.a-ey {
    color: #2478ff !important;
}

.ul-ey {
    font-size: 17px !important;
    color: #242424;
}

.li-ey {
    font-size: 16px !important;
    color: #242424 !important;
}

.span-ey {
    color: #ffffff;
    border-radius: 10px;
    padding: 8px 15px;
    display: inline-block;
    margin: 0 0 20px;
    background-color: #2478ff;
    font-size: 18px;
    font-weight: 600;
}

.span-ey3 {
    opacity: 0;
}

.user-img,
.user-img2,
.user-img3 {
    width: 100% !important;
    border-radius: 5px;
}


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

.bodyWrap {
    width: 100%;
}

.bodyWrap>div {
    margin: 0 0 70px;
}

.bodyWrap>div:first-child {
    margin: 0 0 20px;
}

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

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

.con01-left {
    width: 68%;
}

.con01-right {
    width: 28%;
}


.con01-bg {
    width: 100%;
    background-color: rgba(158, 188, 255, 0.258) !important;
    padding: 30px;
    border-radius: 7px;
    box-sizing: border-box;
}

.con01-top1 {
    margin: 0 0 30px;
}

.con01-top {
    width: 100%;
    justify-content: left;
    gap: 0 20px;
}

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

.left-ey2 {
    width: 33%;
}

.cen-ey2 {
    width: 33%;
}

.right-ey2 {
    width: 33%;
}

.left-ey3 {
    width: 15%;
    border-radius: 10px;
}

.right-ey3 {
    width: 80%;
}

.con01-bg .left-ey .user-img {
    width: 100% !important;
    max-width: 250px;
    height: auto;
}


.tomizawa-mo {
    display: none;
}

/*-------------------------------------------con02*/

.con02>div {
    background: rgba(0, 79, 255, 0.07) !important;
    border-radius: 5px;
    padding: 30px;
}

/*-------------------------------------------con03*/

.con03-bg {
    background: rgba(0, 79, 255, 0.07) !important;
    border-radius: 5px;
    padding: 50px 30px;
}

.con03-1 {
    gap: 0 20px;
    margin: 0 0 50px;
    display: flex;
    align-items: center;
}

.con03-left {
    width: 20%;
}

.con03-right {
    width: 75%;
}

.con03-2>div {
    margin: 0 0 50px;
}

.con03-2>div:last-child {
    margin: 0;
}

.left-tomizawa {
    width: 100% !important;
    max-width: 180px;
    border-radius: 10px;
}


/*-------------------------------------------con04*/

.con04>div {
    margin: 0 0 50px;
}

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


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

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

.button01 a:hover {
    text-decoration: none;
    color: white;
    background-color: rgb(0, 79, 255) !important;
}






@media (max-width: 414px) {

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

    .con01 {
        width: 100;
        flex-wrap: wrap;
    }

    .con02-top {
        width: 100%;
        flex-wrap: wrap;
    }


    .con01-bg {
        width: 100%;
        padding: 10px;
        flex-wrap: wrap;
    }

    .con01 .con01-left {
        margin: 0 0 30px;
        width: 100%;
    }

    .con01-right {
        width: 90% !important;
        margin: 0 auto;
    }

    .con01-bg .con01-top {
        width: 100%;
        flex-wrap: wrap;
    }

    .con01-bg .con01-top .left-ey3 {
        width: 100%;
    }

    .con01-bg .con01-top .right-ey3 {
        width: 100%;
    }

    .user-img {
        width: 100% !important;
        border-radius: 10px;
    }

    .user-img3 {
        width: 100% !important;
        max-width: 180px;
        border-radius: 10px;
        margin: 0 0 50px;
    }

    .con03-1 {
        width: 100%;
        flex-wrap: wrap;
    }


    .left-ey2 {
        width: 100%;
        margin: 0 0 30px;
    }

    .cen-ey2 {
        width: 100%;
        margin: 0 0 30px;
    }

    .right-ey2 {
        width: 100%;
    }

    .left-ey3 {
        width: 100%;
    }

    .right-ey3 {
        width: 100%;
    }

    .con03-1 {
        width: 100%;
        flex-wrap: wrap;
    }

    .con03-left {
        width: 100%;
        margin: 0 0 30px;
    }

    .con03-right {
        width: 100%;
    }



    .button01 {
        width: 100%;
    }

    .button01 a {
        margin: 30px auto;
    }


}