@charset "utf-8";
/*-------------------------------- */
/*共通
    ---------------------------------- */

body {
    font-size: 62.5%;
    text-decoration: none;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.flex {
    display: flex;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.intend {
    display: block;
}

.maxWid {
    max-width: 966px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.imagearea {
    flex-shrink: 0;
    max-width: 50%;
}

/*-------------------------------- */
/*改行に関するCSS
---------------------------------- */
.br_sp {
    display: none;
}

@media screen and (max-width: 480px) {
    .br_sp {
        display: block;
    }
}



@media (max-width: 1000px) {
    .mbPad {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {

    .flex {
        flex-direction: column;
    }

    .maxWid {
        max-width: initial;
    }

}


@media screen and (max-width: 480px) {}

/*-------------------------------- */
/*FV
 ---------------------------------- */

.ed_fv {
    background-color: #36498f;
    height: 363px;
}

.ed_fv_bg {
    background-image: url(image/ed_bg_img.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 463px;
    position: relative;
    margin-left: 100px;
}



.ed_space {
    height: 100px;
    margin-bottom: 100px;
}

/*-------------------------------- */
/*イントロ
---------------------------------- */
section.intro {
    margin-bottom: 100px;
}

.sectiontitle {
    margin-bottom: 114px;
    position: relative;
}

.sectiontitle:after {
    position: absolute;
    content: "";
    width: 65px;
    height: 4px;
    background-color: #36498f;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sectiontitle h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.intro .textarea {
    margin-right: 20px;
}

.introarea span {
    color: #fff;
    background-color: #FABE00;
    font-size: 14px;
    font-style: italic;
    padding: 5px 5px;
    display: block;
    max-width: 250px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
}

.intro .textarea h3 {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 500;
    position: relative;
    line-height: 1.2;
}

.intro .textarea h3::after {
    position: absolute;
    content: "";
    width: 46px;
    height: 2px;
    background-color: #36498f;
    bottom: -20px;
    left: 0;
}

.intro .textarea p {
    font-size: 16px;
    line-height: 1.7;
}


/*-------------------------------- */
/*電帳法について
---------------------------------- */
section.about {
    background-color: #f6f6f6;
    padding-top: 70px;
    padding-bottom: 40px;
    margin-bottom: 110px;
}

.about_contents {
    margin-bottom: 70px;
}

.about_contents .textarea img {
    margin-bottom: 7px;
}

.about .about_contents .textarea {
    margin-left: 30px;
}

.about .about_contents .textarea h3 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 18px;
    line-height: 1.2;
}

.about .about_contents .textarea p {
    font-size: 16px;
    line-height: 1.7;
}

.revers {
    flex-flow: row-reverse;
}

.about .revers .textarea {
    margin-left: 0px;
    margin-right: 30px;
}

/*-------------------------------- */
/*電子取引とは
---------------------------------- */
.about_contents2 {
    padding: 38px;
    background-color: #fff;
}

.about_contents2 h3 {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    margin-bottom: 43px;
}

.about_contents2 h3:after {
    position: absolute;
    content: "";
    bottom: -25px;
    left: 0;
    background-color: #36498f;
    width: 65px;
    height: 4px;
}

.about2_list.flex {
    gap: 20px;
    justify-content: space-around;
}

.about_contents2 p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 35px;
}

.about2_item {
    width: 100%;
}

.about2_item .imagearea {
    border: 1px dotted #c8c8c8;
    text-align: center;
    padding: 25px 0;
}

.about2_item .imagearea {
    margin-bottom: 13px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-height: 97px;
}

.about2_item h4 {
    font-size: 14px;
    color: #36498f;
    margin-bottom: 0px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}

.about2_item p {
    font-size: 13px;
    line-height: 1.7;
}

.about_vector {
    text-align: center;
    margin-bottom: 15px;
}

.about_contents3.flex {
    background-color: #bf0c0c;
    /*justify-content: space-between;*/
    padding: 10px;
}

.about_contents3.flex .imagearea {
    width: 170px;
    padding: 0px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 103px;
}

.about_contents3 .textarea {
    display: flex;
    align-items: center;
    margin-left: 17px;

}

.about_contents3 p {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    padding-left: 10px;
    line-height: 1.2;
}

/*-------------------------------- */
/*完全ペーパーレス化のメリット
---------------------------------- */
section.merit {
    margin-bottom: 140px;
}

.merit_contents {
    margin-bottom: 80px;
}

.merit_contents .textarea {
    margin-right: 30px;

}

.merit_contents h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.merit_contents p {
    font-size: 16px;
    line-height: 1.7;
}

.heading {
    margin-bottom: 25px;
}

.num {
    margin-right: 30px;
    position: relative;
}

.num:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 43px;
    background-color: #f2eded;
    right: -20px;
}

.titlearea img {
    padding-left: 2px;
}





@media screen and (max-width: 1111px) {
    .ed_fv_text h1 img {
        max-width: 100%;
    }
}



@media screen and (max-width: 768px) {
    body {
        font-size: 13px;
    }

    .ed_fv {
        background-color: #36498f;
        height: 196px;
    }

    .ed_fv_bg {
        height: 250px;
        margin-left: 80px;
    }



    .ed_fv_bg {
        height: 250px;
        margin-left: 80px;
    }


    .ed_space {
        height: 55px;
        margin-bottom: 40px;
    }

    .ed_footspace {
        height: 0px;
    }

    .introarea span {
        font-size: 11px;
        max-width: 200px;
    }

    .intro .textarea h3 {
        font-size: 14px;
    }

    .intro .textarea p {
        font-size: 13px;
    }

    .intend {
        display: block;
    }

    /*-------------------------------- */
    /*イントロ
    ---------------------------------- */
    .sectiontitle {
        margin-bottom: 80px;
    }

    .sectiontitle h2 {
        font-size: 15px;
    }

    .introarea.flex {
        flex-direction: row;
    }


    /*-------------------------------- */
    /*電帳法について
        ---------------------------------- */
    section.about {
        padding-top: 40px;
        margin-bottom: 40px;
    }

    .about_contents {
        flex-direction: column-reverse;
    }

    .about .about_contents .textarea h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .about .about_contents .textarea p {
        font-size: 13px;
    }

    .about .about_contents .textarea {
        margin-right: 0px;
        margin-bottom: 30px;
        margin-left: 0px;
    }

    .about_contents .imagearea {
        max-width: 100%;
    }

    /*-------------------------------- */
    /*電子取引とは
        ---------------------------------- */
    .about_contents2 h3 {
        font-size: 15px;
    }

    .about_contents2 h3:after {
        width: 35px;
        height: 4px;
    }

    .about_contents2 p {
        font-size: 13px;
    }

    .about2_list.flex {
        gap: 20px;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: initial;
    }

    .about2_item {
        width: calc(30% - 7px);
    }

    .about_contents3.flex {
        flex-direction: initial;
    }

    .about_contents3 p {
        font-size: 26px;
    }

    .about_contents3.flex .imagearea {
        width: 170px;
        height: auto;
    }

    /*-------------------------------- */
    /*ペーパーレス化のメリット
        ---------------------------------- */
    .merit_contents h3 {
        font-size: 16px;
    }

    .merit_contents p {
        font-size: 13px;
    }

    .merit_contents .imagearea {
        max-width: 100%;

    }

    .merit_contents .textarea {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .heading {
        margin-bottom: 15px;
        flex-direction: initial;
    }

    .num img {
        width: 80%;
    }

    .num {
        margin-right: 20px;
    }

    .num:after {
        height: 38px;
        right: -8px;
    }
}

@media screen and (max-width: 480px) {
    body p {
        font-size: 13px;
    }


    .ed_fv {
        background-color: #36498f;
        height: 90px;
    }

    .ed_fv_bg {
        height: 130px;
        margin-left: 30px;
    }


    .ed_space {
        height: 40px;
        margin-bottom: 30px;
    }

    .imagearea {
        max-width: 100%;
    }

    /*-------------------------------- */
    /*イントロ
    ---------------------------------- */
    .introarea.flex {
        flex-direction: column;
    }

    .introarea .textarea {
        margin-bottom: 25px;
    }

    .introarea span {
        margin-bottom: 10px;
    }

    .intro .textarea h3 {
        margin-bottom: 30px;
    }

    .intro .textarea {
        margin-right: 0px;
    }

    /*-------------------------------- */
    /*電帳法について
        ---------------------------------- */


    /*-------------------------------- */
    /*電子取引とは
    ---------------------------------- */
    .about_contents2 {
        padding: 15px;
    }

    .about_contents3 .imagearea {
        display: none;
    }

    .about2_item {
        width: calc(50% - 8px);
    }

    .about_contents3 p {
        font-size: 14px;
    }

    .about2_list.flex {
        gap: 15px;
        justify-content: initial;
        margin-bottom: 30px;
    }

    .about2_item .textarea p {
        margin-bottom: 0px;
    }

    .about_contents3.flex .imagearea {
        display: none;
    }

    .about_contents3 .textarea {
        margin-left: 0px;
    }

    .about_contents3.flex {
        flex-direction: initial;
        justify-content: center;
        padding: 20px 0;
    }

    /*-------------------------------- */
    /*完全ペーパーレス化のメリット
        ---------------------------------- */
    .titlearea img {
        padding-left: 0px;
        margin-left: -2px;
    }
}

/*-------------------------------- */
/*FV_text修正
    ---------------------------------- */
.ed_fv {
    position: relative;
}

.ed_fv_text {
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.ed_fv_text h1 img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    .ed_fv_text h1 img {
        width: 90%;
        padding-left: 50px;
    }
}



@media screen and (max-width: 768px) {
    .ed_fv_text {
        top: 44%;
    }

    .ed_fv_text h1 img {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding-left: 50px;
    }
}

@media screen and (max-width: 480px) {
    .ed_fv_text {
        top: 47%;
    }

    .ed_fv_text h1 img {
        width: 60%;
        padding-left: 0px;
    }
}