/*================================
top
================================*/
.top2 {
    background-image: url(../img/main-vsual-nontitle.png);
    background-size: cover;
    padding: 80px 0;
}
.top-title {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.top-subtitle {
    font-size: 18px;
    text-align: center;
}
.top {
    background-color: #e3fcf4;
}
/*================================
top
================================*/
.course {
    background-color: #e3fcf4;
}
/*================================
top
================================*/
input[type="email"],input[type="text"] {
    border: 3px solid #d8d8d8;
    border-radius: 999px;
}