body {
    background-color: #f0f0f0;
}

.fadeIn_up {
    opacity: 0;
    transform: translate(0, 10%);
    transition: 1.5s;
}

.body_color_con02.active::before {
    z-index: 120;
    content: "";
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 20, .5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.body_color_con03.active::before {
    z-index: 120;
    content: "";
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 20, .5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.body_color_con04.active::before {
    z-index: 120;
    content: "";
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 20, .5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.security_width {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.menu_list.security_top {
    height: 80vh;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.menu_list.security_top::-webkit-scrollbar {
    display: none;
}

.top_area.security_top {
    content: "";
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    position: relative;
    width: 100%;

}

.security_top_area::after {
    z-index: -2;
    content: "";
    background-image: url(../img/security_top.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;

}

.top_area.security_top::before {
    z-index: -1;
    content: "";
    background-color: rgba(81, 130, 125, 0.6);
    height: 400px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
}

.f-img_sm {
    top: 48px;
    right: -180px;
}

@media only screen and (max-width: 972px) {
    .top_area.security_top {
        content: "";
        background-image: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 80vh;
        position: relative;
        width: 100%;

    }

    .security_top_area::after {

        height: 80vh;

    }

    .top_area.security_top::before {
        height: 80vh;

    }

    .f-img_la {
        font-size: 4.5rem;
        line-height: 80px;
        margin: 0;
    }

    .f-img_sm {
        font-size: 2.0rem;
        margin: 0;
        position: absolute;
        top: 70px;
        right: 0;
        left: 0px;
        text-align: left;

    }

}

.security_pc {
    display: block;
}

.security_sp {
    display: none;
}

.securitytop {
    padding-top: 100px;
    padding-bottom: 100px;
}

.security_tx {
    padding: 50px 0 100px;
}

.security_tx p {
    line-height: 2.2;
}



.security_box a {
    color: #333;
    text-underline-offset: 0.3em;
    
    position: relative;
}


.security_box table {
    padding: 50px 100px 100px;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
}



td {
    width: 55%;
}

.tr_height30px {
    display: block;
    width: 100%;
    height: 30px;
}

.tr_height60px {
    display: block;
    width: 100%;
    height: 60px;
}

.security_boxth {
    font-weight: 600;
    display: flex;
    justify-content: right;
    vertical-align: top;
    padding-right: 80px;
    position: relative;

}

.security_boxth::after {
    content: "";
    position: absolute;
    width: 0.75px;
    height: 100px;
    background-color: #333;
    display: block;
    right: 40px;
}

.privacy_img::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    background-image: url(../img/logo_privacymark.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: f0f0f0;
    display: block;
    right: 90px;
    top: 35px
}



/*02*/
.contact_box02 {
    position: fixed;
    width: 80vw;
    height: 80vh;
    background-color: #fff;
    top: 50%;
    left: 50%;
    /* 中央に配置 */
    transform: translate(-50%, -50%) scale(0.8);
    /* 初期状態を小さく */
    z-index: 130;
    border-radius: 10px;
    padding: 150px 100px 100px 100px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease, transform 0.7s ease,visibility 0.7s ease;
    /* アニメーション効果 */

}

.contact_box02.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    /* 元のサイズに戻す */
    display: block;
    /* 表示する */

}



.contact_box02::after {
    content: "";

}

.contact_box02 p {
    text-align: left;
}

.contact_box02 button {
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

#close_button_con02 {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 60px;
    right: 100px;
    padding: 0;
    transition: 0.3s;
}

#close_button_con02:hover {
    opacity: 0.6;
}

.close_button_con02 {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #333;
    margin-top: -2px;
    transform: rotate(45deg);
}

.close_button_con02:nth-of-type(2) {
    transform: rotate(-45deg);
    top: 2px;
}

/*03*/
.contact_box03 {
    position: fixed;
    width: 80vw;
    height: 80vh;
    background-color: #fff;
    top: 50%;
    left: 50%;
    /* 中央に配置 */
    transform: translate(-50%, -50%) scale(0.8);
    /* 初期状態を小さく */
    z-index: 130;
    border-radius: 10px;
    padding: 150px 100px 100px 100px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease, transform 0.7s ease,visibility 0.7s ease;
    /* アニメーション効果 */

}

.contact_box03.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    /* 元のサイズに戻す */
    display: block;
    /* 表示する */

}



.contact_box03::after {
    content: "";

}

.contact_box03 p {
    text-align: left;
}

.contact_box03 button {
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

#close_button_con03 {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 60px;
    right: 100px;
    padding: 0;
    transition: 0.3s;
}

#close_button_con03:hover {
    opacity: 0.6;
}

.close_button_con03 {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #333;
    margin-top: -2px;
    transform: rotate(45deg);
}

.close_button_con03:nth-of-type(2) {
    transform: rotate(-45deg);
    top: 2px;
}



/*04*/
.contact_box04 {
    position: fixed;
    width: 80vw;
    height: 80vh;
    background-color: #fff;
    top: 50%;
    left: 50%;
    /* 中央に配置 */
    transform: translate(-50%, -50%) scale(0.8);
    /* 初期状態を小さく */
    z-index: 130;
    border-radius: 10px;
    padding: 150px 100px 100px 100px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease, transform 0.7s ease,visibility 0.7s ease;
    /* アニメーション効果 */

}

.contact_box04.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    /* 元のサイズに戻す */
    display: block;
    /* 表示する */

}



.contact_box04::after {
    content: "";

}

.contact_box04 p {
    text-align: left;
}

.contact_box04 button {
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

#close_button_con04 {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 60px;
    right: 100px;
    padding: 0;
    transition: 0.3s;
}

#close_button_con04:hover {
    opacity: 0.6;
}

.close_button_con04 {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #333;
    margin-top: -2px;
    transform: rotate(45deg);
}

.close_button_con04:nth-of-type(2) {
    transform: rotate(-45deg);
    top: 2px;
}


.security_box_pc button {
    
    text-underline-offset: 0.3rem;
    
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 5px;
    font-size: 1.6rem;
    color: #333;
}




@media only screen and (max-width: 972px) {
    .security_tx {
        padding: 50px 20px 80px;

    }

    .security_pc {
        display: none;
    }

    .security_sp {
        display: block;
        padding: 0 20px;
    }

    .securitytop {
        padding-top: 100px;
        padding-bottom: 100px;
    }


    .security_theme {
        margin-top: 10px;
    }

    .security_theme_button {
        padding: 30px 70px 30px 20px;
        background-color: #619c95;
        color: #fff;
        border-radius: 999px;
        position: relative;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        transition: 0.3s;
       
    }



    .security_theme_button:hover {
        opacity: 0.7;
    }



    .security_theme_button::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        background-image: url(../img/yaji_b.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        right: 20px;
        top: 40px;
        transform: translateY(-50%);
        transition: 0.3s;

    }


    .security_theme_button.active::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        background-image: url(../img/yaji_a.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        right: 20px;
        top: 25px;
        transform: rotate(180deg);
        transform-origin: center center;

    }


    .security_theme_button02 {
        padding: 30px 70px 30px 20px;
        background-color: #619c95;
        color: #fff;
        border-radius: 999px;
        position: relative;
        font-size: 1.6rem;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
       
    }

    .security_theme_button02::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        background-image: url(../img/yaji_b.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        right: 20px;
        top: 50px;
        transform: translateY(-50%);
        transition: 0.3s;
    }

    .security_theme_button02.active::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        background-image: url(../img/yaji_a.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        right: 20px;
        top: 35px;
        transform: rotate(180deg);
        transform-origin: center center;

    }


    .security_theme_content {
        margin-top: 10px;
        margin-bottom: 20px;
        padding: 0px 50px 0px 50px;
        border: 5px solid #619c95;
        border-radius: 20px;
        font-size: 1.4rem;
        text-align: left;
        background-color: #fff;
        position: relative;
        line-height: 1.8;
        overflow: hidden;
        opacity: 0;
        height: 0;
        transition: 0.3s;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;

    }



    .security_theme_content::after {
        content: "";
        position: absolute;
        width: 65px;
        height: 65px;
        background-image: url(../img/logo_privacymark.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #fff;
        display: block;
        right: 25px;
        bottom: 15px;
    }

    input {
        display: none;
    }

    input[type=checkbox]:checked~.security_theme_content {
        height: auto;
        padding: 50px 50px 50px 50px;
        opacity: 1;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }

    .security_theme_content02 {
        margin-top: 10px;
        margin-bottom: 20px;
        padding: 0px 50px 0px 50px;
        border: 5px solid #619c95;
        border-radius: 20px;
        font-size: 1.6rem;
        text-align: left;
        background-color: #fff;
        position: relative;
        line-height: 1.8;
        overflow: hidden;
        opacity: 0;
        height: 0;
        transition: 0.3s;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    input[type=checkbox]:checked~.security_theme_content02 {
        height: auto;
        padding: 50px 50px 50px 50px;
        opacity: 1;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }

    .security_box_sp {
        padding: 20px 20px 0px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        color: #333;
        font-size: 1.6rem;
    }

    .security_box_tx {
        text-align: center;
        text-decoration: underline #619c95;
        text-underline-offset: 0.3em;
        
        margin: 20px 0 30px;
        font-weight: 600;
    }

    .security_box_sp button {
        margin-top: 10px;
        font-size: 1.6rem;
        color: #333;
        background: none;
        border: none;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    /*02*/
    .contact_box02 {
        width: 90%;
        height: 80vh;
        padding: 90px 20px 80px 20px;

    }

    .contact_box02.active {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        /* 元のサイズに戻す */
        display: block;
        /* 表示する */

    }



    .contact_box02::after {
        content: "";

    }

    .contact_box02 p {
        font-size: 1.4rem;
    }

    .contact_box02 button {
        background: none;
        border: none;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;

    }

    #close_button_con02 {
        top: 60px;
        right: 50px;

    }


    /*03*/
    .contact_box03 {
        width: 90%;
        height: 80vh;
        padding: 90px 20px 80px 20px;

    }

    .contact_box03.active {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        /* 元のサイズに戻す */
        display: block;
        /* 表示する */

    }



    .contact_box03::after {
        content: "";

    }

    .contact_box03 p {
        font-size: 1.4rem;
    }

    .contact_box03 button {
        background: none;
        border: none;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;

    }

    #close_button_con03 {
        top: 30px;
        right: 30px;
    }


     /*03*/
     .contact_box04 {
        width: 90%;
        height: 80vh;
        padding: 90px 20px 80px 20px;

    }

    .contact_box04.active {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        /* 元のサイズに戻す */
        display: block;
        /* 表示する */

    }



    .contact_box04::after {
        content: "";

    }

    .contact_box04 p {
        font-size: 1.4rem;
    }

    .contact_box04 button {
        background: none;
        border: none;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;

    }

    #close_button_con04 {
        top: 30px;
        right: 30px;

    }




}