@charset "UTF-8";

/* ----------------------------------------------------------------------
   セミナー申し込みフォーム
   ---------------------------------------------------------------------- */
body {
    font-family: 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
    color: #2c2c2c;
    line-height: 1.7;
}
img {
    max-width: 100%;
    height: auto;
}
a:not([class]) {
    text-decoration: underline;
}
:-ms-input-placeholder {
    color: #ddd !important;
}
.form-control {
    color: #444;
}
.page-wrapper {
    padding-top: 0 !important;
    padding-bottom: 70px; /* 固定フッターの高さ */
    background: #fff;
}
@media (min-width: 768px) {
    .page-wrapper {
        padding-bottom: 103px; /* 固定フッターの高さ */
    }
}
.container-lg {
    max-width: 960px;

}
.container-fluid {
    max-width: none !important;
}
.footer {
    left: 0 !important;
}
::placeholder {
    color: #ddd !important;
}
::-moz-placeholder {
    color: #ddd !important;
}
:-moz-placeholder {
    color: #ddd !important;
}
::-webkit-input-placeholder {
    color: #ddd !important;
}
:-ms-input-placeholder {
    color: #ddd !important;
}
textarea {
    resize: vertical;
}
.error_msg_lg {
    font-size: 26px;
    color: #dc3545;
    text-align:center;
    margin-bottom:30px;
}
.text-marker {
    background: linear-gradient(rgba(255,255,255,0) 50%, #fff5b0 50%, #fff5b0 100%);
}
/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-weight: 700;
    color: #2c2c2c;
}
h1{
    font-size: 1.7em;
    line-height: 1.4;
}
/* 確認画面のタイトル */
.confirm-title {
    margin-bottom: 20px;
}
.confirm-title-sub {
    font-size: 16px;
}
.seminar-sc .confirm-title-sub {
    color: #e60012;
}
.seminar-store .confirm-title-sub {
    color: #1eac4b;
}
.confirm-title-main {
    font-size: 26px;
}
@media (min-width: 768px) {
    .confirm-title {
        margin-bottom: 20px;
    }
    .confirm-title-sub {
        font-size: 20px;
    }
    .confirm-title-main {
        font-size: 28px;
    }
}

/* リスト */
.note-list {
    padding-left: 0;
    list-style: none;
}
.note-list > li {
    position: relative;
    padding-left: 1.25em;
}
.note-list > li::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
    
}
/* ボタン */
.btn.disabled,
.btn[disabled] {
    pointer-events: none;
}
.btn-lg {
    width: 250px;
    font-size: 16px;
}
.btn-half {
    width: 48%;
}
.btn-secondary {
    border-radius: 100vh;
}
.btn-cta {
    border-radius: 100vh;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-weight: 700;
}
.btn-cta:focus {
    box-shadow: none;
}
.seminar-store .btn-cta {
    background-color: #1eac4b;
    color: #fff;
}
.seminar-sc .btn-cta {
    background-color: #e60012;
    color: #fff;
}
.seminar-store .btn-cta-offline {
    background-color: #2c2c2c;
    color: #fff;
}
.seminar-store .btn-cta:hover,
.seminar-store .btn-cta:active,
.seminar-store .btn-cta:focus {
    background-color: #3bb662;
    color: #fff;
}
.seminar-store .btn-cta-offline:hover,
.seminar-store .btn-cta-offline:active,
.seminar-store .btn-cta-offline:focus {
    background-color: #444;
}
.seminar-sc .btn-cta:hover,
.seminar-sc .btn-cta:active,
.seminar-sc .btn-cta:focus {
    background-color: #f2303a;
    color: #fff;
}
/* ラベル */
.label {
    align-self: flex-start;
    font-family: 'Open Sans', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif; ;
    font-size: 12px;
    line-height: 1.2;
}
.label-day15,
.label-day16 {
    border-color: rgba(103, 117, 124, .3) !important;
}
.label-day15 {
    background-color: #fff;
    color: #ea5e10;
}
.label-day16 {
    background-color: #fff;
    color: #003a8d;
}
.label-recording,
.label-live {
    width: 52px;
    text-align: center;
}
.label-recording {
    border-color: #c30013;
    background-color: #fff;
    color: #c30013;
}
.label-live {
    border-color: #c30013;
    background-color: #c30013;
    color: #fff;
}
/* セミナー用 */
.form-select-seminar .checkbox {
    position: relative;
}
.form-select-seminar .seminar-title {
    padding-bottom: 10px;
}
.form-select-seminar .seminar-title:not(:first-child) {
    padding-top: 1em;
    border-top: 1px solid rgba(103, 117, 124, .5);
}
.form-select-seminar .seminar-title .title {
    font-weight: 700;
}
.form-select-seminar .seminar-title .title > span:not([class]) {
    display: block;
    margin-top: 5px;
}
.form-select-seminar .seminar-title .img {
    margin-top: 10px;
}
.form-select-seminar .seminar-title .text {
    margin-top: 10px;
    padding: .75em 1em;
    background-color: #f1fae5;
    font-size: 14px;
}
.form-select-seminar .seminar-title .text img {
    float: right;
    margin-right: -8px;
    margin-bottom: .5em;
    margin-left: .5em;
}
.form-select-seminar .checkbox label,
.form-select-seminar .form-control-static {
    position: relative;
    margin-bottom: 0;
    padding-top: .75em;
    padding-left: 32px;
    padding-bottom: .75em;
    width: 100%;
    height: auto;
}
.form-select-seminar .checkbox label:hover,
.form-select-seminar .checkbox label:focus {
    background-color: rgba(38, 198, 218, .05);
}
.form-select-seminar .label {
    margin-right: .5em;
    border: 1px solid;
    font-size: 14px;
    font-weight: 700;
}
.form-select-seminar .label span {
    display: none;
}
.form-select-seminar [type="checkbox"] + label::before,
.form-select-seminar [type="checkbox"] + label:after {
    top: calc(50% - 12px);
}
.form-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.mv img, .speaker, .card-no-border .card {
    border-radius: 10px;
}
.mv {
    text-align: center;
}
.speaker {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
.speaker-img img {
    max-width: 200px;
    width: 100%;
    height: auto;
}
@media (min-width: 576px) {
    .speaker {
        flex-direction: row;
        align-items: flex-start;
    }
    .speaker-text {
        flex: 1;
    }
    .speaker-img {
        flex-shrink: 0;
        width: 160px;
    }
}
.cta {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
}
.cta-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: center;
}
.cta-item p,
.footer-cta p {
    margin-bottom: 0;
}
.footer-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    background: linear-gradient(135deg, rgba(138, 201, 141, 0.88), rgba(208, 241, 200, 0.88));
}
.footer-cta.cta-finish {
    background: rgba(0, 0, 0, 0.7);
}
.footer-cta .cta-item {
    flex: 1 1 0;
    max-width: 200px;
}
.footer-cta .cta-item .btn-cta {
    padding: 12px;
    width: 100%;
    font-size: 14px;
}
.cta-finish {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    display: grid;
    place-content: center;
}
.icon-no-seminar {
    font-size: 120px;
    display: block;
    text-align: center;
    color: #99abb4; /* text-mutedと同色 */
}
@media (min-width: 576px) {
    .cta {
        column-gap: 30px;
    }
}
@media (min-width: 768px) {
    .form-actions {
        flex-direction: row;
        gap: 20px;
    }
    .footer-cta .cta-item {
        flex: 0 0 auto;
        max-width: none;
    }
    .footer-cta .cta-item .btn-cta {
        padding: 12px 24px;
        width: 250px;
        font-size: 16px;
    }
    .cta-finish {
        text-align: center;
        height: 103px; /* 固定フッターの高さ */
        font-size: 30px;
    }
}
/* 確認画面 */
.form-select-seminar [type="checkbox"]:checked + label,
.form-select-seminar .checkbox.text-success {
    background-color: rgba(38, 198, 218, .1);
}
.form-select-seminar .form-control-static .mdi {
    position: absolute;
    top: calc(50% - 9px);
    left: 0;
    line-height: 1;
    transform: scale(1.5);
}

/* SweetAlert */
.swal-footer {
    text-align: center;
}


@media (min-width: 768px) {
    .error_msg_lg {
        font-size: 30px;
    }
    .btn-lg.btn-half {
        width: 250px;
    }
    .form-select-seminar .seminar-title .title > span:not([class]) {
        display: inline;
        margin-top: 0;
    }
    .form-select-seminar .seminar-title .detail {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .form-select-seminar .seminar-title .detail .img {
        width: 250px;
    }
    .form-select-seminar .seminar-title .detail .text {
        width: calc(100% - 260px);
    }
}
@media (min-width: 992px) {
    .form-select-seminar .seminar-title .detail .img {
        width: 360px;
    }
    .form-select-seminar .seminar-title .detail .text {
        width: calc(100% - 370px);
    }
}