/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 *
 */

/*# sourceMappingURL=custom.css.map */

/* radio button error feedback style */
.invalid-feedback-radio {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-feedback-check {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

/* autosize textarea and not resizable */
textarea.form-control-height-free {
    resize: none;
    height: auto !important;
}

/* table width border  */
.table-sm-border-black tr {
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
}
.table-sm-border-black thead th {
    border-bottom: 1px solid #2a2a2a;
}

#app-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
    top: -20px;
    left: 60px;
}

#app-login-user {
    white-space: nowrap;
}

@media (max-width: 350px){
    #app-login-user {
        top: 20px;
    }
}

@media (max-width: 991px){
    br.sp {
        display: block;
    }
    #app-title {
        position: absolute;
        top: 0px;
    }
    .navbar .navbar-brand{
        font-size: 14px;
        line-height: 1.3;
    }
}

@media (max-width: 1024px) {
    .navbar {
        left: 0px;
    }
}

.navbar {
    right: 0px;
}

@media (min-width: 992px){
    br.sp {
        display: none;
    }
}

.btn-fab {
    position: fixed;
    bottom: 40px;
    right: 40px;
    padding: 6px 40px;
}

.media .media-title a.payment-info ,
.media .media-title a.part_description {
    color: #6777EF;
    font-weight: normal;
}

.entry {
    margin:         0 0 15px 0;
    padding-right:  10px;
}
/* ラベルのスタイル　*/
.entry label {
    padding-left:   32px;           /* ラベルの位置 */
    padding-right:  5px;
    font-size:      14px;
    line-height:    24px;
    display:        inline-block;
    cursor:	        pointer;
    position:       relative;
}

/* ボックスのスタイル */
.entry label:before {
    content:        '';
    width:          24px;           /* ボックスの横幅 */
    height:         24px;           /* ボックスの縦幅 */
    display:        inline-block;
    position:       absolute;
    left:           0;
    background-color:   #dee2ff;
    box-shadow:         inset 1px 1px 1px #000;
    border-radius:      3px 3px 3px 3px;
}
/* 元のチェックボックスを表示しない */
.entry input[type=checkbox] {
    display:    none;
}
/* チェックした時のスタイル */
.entry input[type=checkbox]:checked + label:before {
    content:        '\2713';        /* チェックの文字 */
    font-size:      28px;           /* チェックのサイズ */
    color:          #fff;         /* チェックの色 */
    background-color:   #6777ef;  /* チェックした時の色 */
}
select.select_form {
    height: 35px !important;
    padding: 5px 15px !important;
}
/* ボタンを角丸に変形 */
.btn-circle {
    border-radius: 30px;
    margin-top: 1px;
    padding: 2px 15px;
}
/* 右寄せを行う */
.ml-auto {
    margin-left: auto;
}
.card-text h4 {
    font-size: 16px;
    line-height: 28px;
    padding-right: 10px;
    margin-bottom: 0;
}

/* 完了ラベル */
.bg-complete {
    background-color: #FC7070;
}
.text-complete {
    color: #FC7070 !important;
}
.btn-orange, .btn-orange.disabled {
    color: #fff;
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #f68b1f;
    border-color: #f68b1f;
}
.btn-orange:focus, .btn-orange.disabled:focus {
    background-color: #ff8000 !important;
}
.btn-orange:focus:active, .btn-orange.disabled:focus:active {
    background-color: #ff8000 !important;
}
.btn-orange:active, .btn-orange:hover, .btn-orange.disabled:active, .btn-orange.disabled:hover {
    background-color: #ff8000 !important;
}
/* 展開ボタン */
.btn-collapse, .btn-collapse.disabled {
    box-shadow: 0 2px 6px #CCC;
    background-color: #CCC;
    border-color: #CCC;
    color: #fff;
}
.btn-collapse:hover, .btn-collapse:focus, .btn-collapse:active, .btn-collapse.disabled:hover, .btn-collapse.disabled:focus, .btn-collapse.disabled:active {
    background-color: #CCC !important;
}
/* 証明書発行、テスト実施 */
.btn-exam-cert {
    background-color: #5669ED !important;
    border-color: #5669ED !important;
}
/* 請求書、領収書ボタン */
.btn-invoice-receipt {
    background-color: #FF8913 !important;
    border-color: #FF8913 !important;
}
/* 閲覧完了*/
.browsing-completed{
    color: #E90000;
}

/* 戻る、閉じる、いいえ、キャンセル ボタンデザイン */
.btn-back {
    color: #777777;
    background-color: #ffffff;
    border-color: #777777;
}
.btn-back:hover, .btn-back:focus, .btn-back:active, .btn-back.disabled:hover, .btn-back.disabled:focus, .btn-back.disabled:active {
    background-color: #777777 !important;
    color: #ffffff;
}

/* body背景色 */
body {
    background-color: #e4eff3;
    color: #555;
}

/* サイドバー背景色 */
.main-sidebar, .section .section-header {
    background-color: #fdfdfd;
    z-index: 900;
}
/* サードバーの再生に関する注意事項 */
.video_notice {
    color: #d90000;
    font-weight: bold;
}
.main-sidebar .sidebar-menu li a i {
    margin-right: 10px;
}

.main-sidebar .sidebar-menu .event_name {
    margin-top: 20px;
}

.main-sidebar .sidebar-menu .event_name a {
    color: #535c64;
    line-height: 13px;
}

.main-sidebar .sidebar-menu .dropdown-menu li {
    line-height: 1.1;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
    color: #555;
}

/* サイドバーの改行幅調整*/
.sidebar-link {
    display: block !important;
    padding: 7px;
}

/* サイドバー背景色統一 */
.sidebar-link-color {
    background-color: #fdfdfd !important;
}

/* ジャンプリンク */
#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -15px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.qandainfo-badge-item {
    background-color: rgba(255, 249, 237, 0.85);
    padding: 0px 20px;
    color: #ff4500;
    border: 1px solid #ff4500;
    border-radius: 1px;
    height: auto;
    float: left;
}
.qanda-badge-item {
    background-color: rgba(239, 255, 234, 0.85);
    padding: 0px 20px;
    color: #468c00;
    border: 1px solid #468c00;
    border-radius: 1px;
    height: auto;
    float: left;
}

.attend-badge-item {
    background-color: rgba(252, 112, 112, 0.85);
    padding: 0px 9px;
    color: #e3eaef ;
    border-radius: 2px;
}
.pricing-cta-warning {
    margin-top: 20px;
    display: block;
    padding: 20px 40px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 0 0 3px 3px;
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
    border: solid;
}

/* お支払い履歴のテーブル調整 */
.table-display {
    display: inline-table;
}

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    opacity: 1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }

.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px; }

.x_title .filter {
    width: 40%;
    float: right; }

.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.x_title h2 small {
    margin-left: 10px; }

.x_title span {
    color: #BDBDBD; }

.x_content {
    padding: 0 3px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px; }

.x_content h4 {
    font-size: 16px;
    font-weight: 500; }

/* ホームのサムネイルを16:9固定表示するための定義 */
.article .article-header .article-image-home {
    background-color: #000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding-top: 56.25%;
    z-index: -1;
}
/* ホームのサムネイルを16:9固定表示するための定義 */
.article .article-header .article-image-home img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/* ホームのサムネイルを16:9固定表示するための定義 */
.img-thumbnail-home {
    padding: 0;
    border: none;
    border-radius: 0;
    width: auto;
    height: 100%;
    max-height: 100%;
    margin-right: auto;
    margin-left: auto;
}

.cd-schedule__top-info {
    font-size: max(20px, 1.5vw);
}
.cd-schedule__top-info {
    border-bottom: solid 1px;
}
.cd-schedule__event {
    font-size: max(13px, 1vw);
    line-height: 1.1em;
    overflow: hidden;
}
.cd-schedule--real-timer {
    font-size: 24px;
    color:  #fff;
    text-align:right;
    position: absolute;
    z-index:999;
    background:rgba(0,0,0,0.2);
    width:100%;
    pointer-events: none;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
    top:75px;
    border-bottom: solid 2px red;
}
.cd-schedule--real-timer-text {
    position: absolute;
    right: 0px;
    padding-right: 4px;
}
@media (min-width: 16rem) {
    .cd-schedule--real-timer {
        width: 100%;
        left: 0px;
    }
}
@media (min-width: 80rem) {
    .cd-schedule--real-timer {
        width: calc(100% - 40px);
        left: 40px;
    }
}
#card_expire_m, #card_expire_y {
    min-width : 71.8px;
}

/* 証明書発行ボタン/テスト実施ボタンレイアウト */
.cert_exam_btn {
    float: right;
    margin-right: 18px;
    margin-bottom: 5px;
}

.cert_exam_btn_left {
    float: left;
    margin-right: 18px;
    margin-bottom: 5px;
}

/* フォントサイズを大きくする */
.font_size_large {
    font-size: 24px;
    padding: 12px !important;
}

/* 閲覧・戻るボタン大きさ */
#btn_seminar {
    padding: 20px 50px;
    font-size: 24px;
}

#btn_back {
    padding: 20px 50px;
    font-size: 24px;
}
.btn_back_imp {
    padding: 20px 50px !important;
    font-size: 24px  !important;
}

/* サムネ大きさ */
.img-thumbnail {
    max-width: 80%;
}

 /* サムネ配置 */
#row-thumbnail > div.col-sm-6 {
    text-align:center;
}

#btn_save {
    padding: 20px 50px;
    font-size: 24px;
}

#btn_confirm {
    padding: 20px 50px;
    font-size: 24px;
}

#btn_close {
    padding: 20px 50px;
    font-size: 24px;
}

#btn_input {
    padding: 20px 50px;
    font-size: 24px;
}

#btn_payment {
    padding: 20px 50px;
    font-size: 24px;
}

#btn_cancel {
    padding: 20px 50px;
    font-size: 24px;
}

#btn_choice {
    padding: 20px 50px;
    font-size: 24px;
}

#btn_empty {
    padding: 20px 50px;
    font-size: 24px;
}

#btn_invoice {
    padding: 20px 50px;
    font-size: 24px;
}

#btn_group_invoice {
    padding: 20px 50px;
    font-size: 24px;
}

#btn_end {
    padding: 20px 50px;
    font-size: 24px;
}

#btn_group_invoice > i {
    font-size: 24px;
}

#btn_payment > i {
    font-size: 24px;
}

#btn_invoice > i {
    font-size: 24px;
}

#btn_empty > i {
    font-size: 24px;
}

button.btn_seminar_receipt {
    padding: 15px 40px;
    font-size: 24px;
}

button.btn_seminar_invoice {
    padding: 15px 40px;
    font-size: 24px;
}

button.btn_seminar_invoice > i {
    font-size: 24px !important;
}

button.btn_seminar_receipt > i {
    font-size: 24px !important;
}
#form_payment > div.text-md-left > #btn_payment {
    margin-top:15px;
    margin-left:15px;
}

#form_payment > div.text-md-left > #btn_empty {
    margin-top:15px;
    margin-left:15px;
}

#form_payment > div.text-md-left > #btn_back {
    margin-top:15px;
    margin-left:15px;
}

#form_payment > div.text-md-left > div > #btn_invoice {
    margin-top: 15px;
    margin-left:15px;
}

#form_choice > div > div > div > div.card-footer.text-right > #btn_group_invoice { 
    margin-top:15px;
    margin-left:15px;
}

#form_choice > div > div > div > div.card-footer.text-right > #btn_choice { 
    margin-top:15px; 
    margin-left:15px;
}

#form_choice > div > div > div > div.card-footer.text-right > #btn_back { 
    margin-top:15px; 
    margin-left:15px;
}
