.modal-001__wrap {
    display: inline-block;
font-size:14px;
font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
}

.modal-001__wrap input {
    display: none;
}

.modal-001__open-label,
.modal-001__close-label {
    cursor: pointer;
}

.modal-001__open-label {
    color: #000000;
    font-size: 1.0em;
}

.modal-001__open-label:hover {
    text-decoration: none;
    cursor: pointer;
    color: #09b8c3;
}

.modal-001 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;

}

.modal-001__open-input:checked + label + input + .modal-001 {
    display: block;
    animation: modal-001-animation .6s;
}

.modal-001__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 780px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;


}

.modal-001__close-label {
    background-color: #000000;
    color: #fff;

    border-radius: 20px;
    width: 30px;
    height: 30px;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.2em;
}

.modal-001__content {
    max-height: 550px;
    overflow-y: auto;
    padding: 0px 0px 0px;
width:90%;
tetx-align:center;
margin: 0px auto;
}

.modal-001__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-001-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}





.modal-001__content img{
width:100%;
tetx-align:center;
margin: 20px 0px;
}



@media(min-width:768px){

    .modal-001__open-label {
        max-width: 100%;
        padding: 20px;
    }

    .modal-001__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-001__content-wrap {
        width: 100%;
    }

    .modal-001__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }

.modal-001__content img{

max-width:780px;
tetx-align:center;
margin: 0px auto;
}


.modal-001__close-label {
    background-color: #000000;
    color: #fff;

    border-radius: 20px;
    width: 30px;
    height: 30px;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.4em;
}





}