@charset "utf-8";
/* CSS Document */

.modal-1__wrap {
    display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0;
}

.modal-1__wrap input {
    display: none;
}

.modal-1__open-label,
.modal-1__close-label {
    cursor: pointer;
}

.modal-1__open-label {
    color: #4f96f6;
    font-size: .95em;
}

.modal-1__open-label:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #c7511f;
}

.modal-1 {
    position:relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    display: none;
}

.modal-1__open-input:checked + label + input + .modal-1 {
    display: block;
    animation: modal-1-animation .6s;
}

.modal-1__content-wrap {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -100%);
    width: 100%;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-1__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    font-size: 1.4em;
}

.modal-1__content {
    max-height: 50vh;
    overflow-y: auto;
    padding: 0;
}

.modal-1__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-1-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.modal-2__wrap {
    display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0;
}

.modal-2__wrap input {
    display: none;
}

.modal-2__open-label,
.modal-2__close-label {
    cursor: pointer;
}

.modal-2__open-label {
    color: #4f96f6;
    font-size: .95em;
}

.modal-2__open-label:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #c7511f;
}

.modal-2 {
    position:relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    display: none;
}

.modal-2__open-input:checked + label + input + .modal-2 {
    display: block;
    animation: modal-1-animation .6s;
}

.modal-2__content-wrap {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -100%);
    width: 100%;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-2__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    font-size: 1.4em;
}

.modal-2__content {
    max-height: 50vh;
    overflow-y: auto;
    padding: 0;
}

.modal-2__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-2-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.modal-3__wrap {
    display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0;
}

.modal-3__wrap input {
    display: none;
}

.modal-3__open-label,
.modal-3__close-label {
    cursor: pointer;
}

.modal-3__open-label {
    color: #4f96f6;
    font-size: .95em;
}

.modal-3__open-label:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #c7511f;
}

.modal-3 {
    position:relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    display: none;
}

.modal-3__open-input:checked + label + input + .modal-3 {
    display: block;
    animation: modal-1-animation .6s;
}

.modal-3__content-wrap {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -100%);
    width: 100%;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-3__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    font-size: 1.4em;
}

.modal-3__content {
    max-height: 50vh;
    overflow-y: auto;
    padding: 0;
}

.modal-3__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-3-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.modal-4__wrap {
    display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0;
}

.modal-4__wrap input {
    display: none;
}

.modal-4__open-label,
.modal-4__close-label {
    cursor: pointer;
}

.modal-4__open-label {
    color: #4f96f6;
    font-size: .95em;
}

.modal-4__open-label:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #c7511f;
}

.modal-4 {
    position:relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    display: none;
}

.modal-4__open-input:checked + label + input + .modal-4 {
    display: block;
    animation: modal-1-animation .6s;
}

.modal-4__content-wrap {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -100%);
    width: 100%;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-4__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    font-size: 1.4em;
}

.modal-4__content {
    max-height: 50vh;
    overflow-y: auto;
    padding: 0;
}

.modal-4__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-4-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modal-5__wrap {
    display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0;
}

.modal-5__wrap input {
    display: none;
}

.modal-5__open-label,
.modal-5__close-label {
    cursor: pointer;
}

.modal-5__open-label {
    color: #4f96f6;
    font-size: .95em;
}

.modal-5__open-label:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #c7511f;
}

.modal-5 {
    position:relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    display: none;
}

.modal-5__open-input:checked + label + input + .modal-5 {
    display: block;
    animation: modal-1-animation .6s;
}

.modal-5__content-wrap {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -100%);
    width: 100%;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-5__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    font-size: 1.4em;
}

.modal-5__content {
    max-height: 50vh;
    overflow-y: auto;
    padding: 0;
}

.modal-5__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-5-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
