.midashi {
    border-left: solid #018838 6px;
    color: #018838;
}

.close-button {
    background-color: #018838 !important;
    color: #FFFFFF !important;
    background-clip: padding-box;
    height: 45px;
    width: 170px;
    text-align: center;
    margin-top: 15px;
}

.close-button:hover,
.close-button:focus,
.close-button:focus-visible,
.close-button:focus-within {
    background-color: #215F9A !important;
    color: #FFFFFF !important;
}

.modal-form {
    border: 1px solid #275317;
    height: 650px;
    overflow: auto;
}

/*グレーアウトのスタイル定義*/
#gray {
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 500;
}

/*ポップアップ部分のスタイル定義*/
#square {
    display: block;
    width: 85%;
    height: 85%;
    z-index: 510;
    background-color: #fff;
    overflow: hidden;
}

#popup {
    display: block;
    /* width: 80%; */
    /* height: 80%; */
    overflow: hidden;
    border: none;
    text-align: center;
}

.modal-area {
    margin: 20px 15px 15px 20px;
}

.modal-close {
    text-align: center;
}

.error-message {
    color: #FF0000;
    text-align: center;
}
