  .lock {
    overflow: hidden;
}

.modal-content {
    position: relative;
    display: none;
    width: 100%;
	margin: 20px auto;
    padding: 20px;
}

.modal-overlay {
    z-index: 1001;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}

.modal-wrap {
    z-index: 1002;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-open:hover {
    cursor: pointer;
}

.modal-close {
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
    text-align: right;
    font-size: 30px;
    display: block;
}

.modal-close:hover {
    cursor: pointer;
}

.modalMain {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 40px 40px;
    background-color: #fff;
}

.modalMain .modalMain__inner .modalImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px auto 0;
}

.modalMain .modalMain__inner .modalImg figure {
    width: 48%;
    margin-top: 20px;
}

.modalMain .modalMain__inner .modalImg figure img {
    width: 100%;
}

.modalMain .modalMain__inner .column1 figure {
    margin: 0 auto 20px;
}

.modalMain .modalMain__inner .modalTxt {
    margin-top: 0;
}

.modalMain .modalMain__inner .modalTxt h2 {
    padding-left: 15px;
    border-left: solid 5px #36318f;
    font-size: 28px;
    font-weight: bold;
}

.modalMain .modalMain__inner .modalTxt p {
    margin-top: 40px;
}

.modalMain .modalMain__inner .modalTxt dl {
    margin-top: 40px;
}

.modalMain .modalMain__inner .modalTxt dl dt {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .modalMain {
        max-width: 100%;
        margin: 0 auto;
        padding: 20px;
    }
    .modalMain .modalMain__inner .modalImg figure {
        width: 100%;
    }
    .modalMain .modalMain__inner .modalTxt {
        margin-top: 15px;
    }
    .modalMain .modalMain__inner .modalTxt h2 {
        font-size: 24px;
        font-weight: bold;
    }
    .modalMain .modalMain__inner .modalTxt p {
        margin-top: 15px;
    }
    .modalMain .modalMain__inner .modalTxt dl {
        margin-top: 15px;
    }
}


/*# sourceMappingURL=modal.css.map */