/* オープンキャンパス詳細 */
.modal-body {
    padding: 30px 30px 22px;
    text-align: left;
}
.modal-body h1 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
    color: #212529;
    margin-top: 0;
}
.modal-body dt {
    margin-bottom: 6px;
    padding-top: 12px;
    padding-bottom: 6px;
    padding-left: 20px;
    background-color: #d2f4ff;
    font-size: 20px;
}
.modal-body dt h2 {
    line-height: 20px;
}
.modal-body dd {
    padding-left: 15px;
}
.modal-body dd,
.modal-body dd p {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 22px;
}
.modal-body dd#modal-open-campus-form {
    padding-left: 0;
}
.modal-body dd#modal-open-campus-form form {
    text-align: center;
}
.modal-body dd#modal-open-campus-form form input[type="submit"] {
    width: 100%;
    max-width: 304px;
    height: 50px;
    background-color: #ffe60a;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.modal-body hr {
    margin-top: 24px;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .modal-dialog {
        margin: 15px auto;
    }
}