@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
}

.modal-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}

@media screen and (min-width: 980px) {

    .modal-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow-y: hidden;
        height: 75%;
        width: 72%;
    background-color: #fdffd3;
    border: solid 3px #61bc4c;    }

    #contents_02 {
        margin: 40px;
    }

    #main .boxWrap02 {
        width: 100%;
        margin: 35px 0 35px 0;
    }

    #main .boxWrap02 .box02 {
        margin-top: 30px;
    }

    #main .boxWrap02 .box02 ul.fixedList02 {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    #main .boxWrap02 .box02 ul.fixedList02 li {
        width: 100%;
        padding: 0 10px;
    }
}

@media screen and (min-width: 653px) and (max-width: 979px) {

    .modal-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow-y: hidden;
        height: 68%;
        width: 85%;
    background-color: #fdffd3;
    border: solid 3px #61bc4c;
    }

    #contents_02 {
        margin: 40px;
    }

    #main .boxWrap02 {
        width: 100%;
        margin: 35px 0 35px 0;
    }

    #main .boxWrap02 .box02 {
        margin-top: 30px;
    }

    #main .boxWrap02 .box02 ul.fixedList02 {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    #main .boxWrap02 .box02 ul.fixedList02 li {
        width: 100%;
        padding: 0 10px;
    }
}

@media screen and (max-width: 652px) {

    .modal-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow-y: hidden;
        height: 75%;
        width: 90%;
    background-color: #fdffd3;
    border: solid 3px #61bc4c;
    }

    #contents_02 {
        margin: 20px 20px 40px 20px;
    }

    #main .boxWrap02 {
        width: 100%;
        margin: 15px 0 15px 0;
    }

    #main .boxWrap02 .box02 {
        margin-top: 10px;
    }

    #main .boxWrap02 .box02 ul.fixedList02 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    #main .boxWrap02 .box02 ul.fixedList02 li {
        float: none;
        margin: 10px 0 10px 0;
        width: 100%;
        padding: 0;
    }
}


/*---------- other ----------*/
#main .close_button_block {
    width: auto;
}

#main .close_button_block::after {
    content: "";
    display: block;
    clear: both;
}

#main .close_button_block a {
    float: right;
    margin: 0;
    padding: 0;
}

.h3_modal01Wrap {
    margin-bottom: 30px;
    background: none;
    background-image: url(/sc/soc_japan/ecopia_forest/img/wood_03.png);
    background-repeat: no-repeat;
    background-size: 48px;
    padding-left: 56px;
}

.h3_modal01 {
    width: 100%;
    font-size: 26px;
    font-weight: 600 !important;
    margin: 0;
    line-height: 36px;
}

.h3_modal01Wrap p {
    width: 100%;
    font-size: 16px;
    margin: 0;
}

/* box02
-------------------------------------------------------*/

#main .boxWrap02 .box02 ul.fixedList02::after {
    display: block;
    content: "";
    clear: both;
}


#main .boxWrap02 .box02 ul.fixedList02 li:first-child {
    padding-left: 0px;
}

#main .boxWrap02 .box02 ul.fixedList02 li:last-child {
    padding-right: 0px;
}


/* box01
-------------------------------------------------------*/


.box01.bd01 {
    border: 4px solid #e5e5e5;
}

.box01 {
    margin-top: 20px;
    padding: 15px;
    background-color: #fff;
    border: 2px solid #e5e5e5;
}

.ul_circle01 {
    margin: 30px 0 -7px;
}

.mt00 {
    margin-top: 0 !important;
}

th .mark_circle01 {
    display: block;
    padding-left: 1.1em;
    margin-bottom: 7px;
    text-indent: -1em;
}

/*---------- other ----------*/
.close_button_block {
    width: 30px;
    position: absolute;
    top: 5%;
    right: 5%;
}

.close_button_block::after {
    content: "";
    display: block;
    clear: both;
}

.close_button_block a {
    float: right;
    margin: 0;
    padding: 0;
}
