@charset "UTF-8";

/* バナー画像 */
.ss_seminar_preview_header_img {
    width: 100%;
}

/* お問い合わせ */
blockquote {
    margin: 1rem 0;
}

@media only screen and (max-width: 767px){
    /* タイトル */
    .brand {
        font-size:1.5rem;
    }

    /* 氏名横並び */
    .name-item .ss_input {
        display:table-cell
    }
}
