/* Modal Dialog ==================================== */
.modal-body{
    padding: 50px;
}
.modal-footer{
    color: #dce7f0;
    background-color: #F5F6F8;
    border-radius: 6px;
}
.modal-header{
    padding: 20px 20px 16px 25px;
    background-color: #F5F6F8;
    border-radius: 6px;
}
.modal-header h4{
    margin: 10px !important;
}
.modal .modal-header .modal-title {
    font-weight: 500;
    font-size: 16px;
    color: #6E7483;
}
.modal .modal-footer .btn-link:hover {
    color: #555;
    background-color: #ddd;
    text-decoration: none;
    font-size: 16px;
}
.modal .modal-footer .btn-link {
    font-weight: 500;
    color: #6E7483;
    text-decoration: none;
    font-size: 16px;
}
/* View共通 ==================================== */
li .list-key{
    float:left;
}
li .list-value{
    display: block;
    margin-left: 100px;
}

/* ダウンロード ==================================== */
.dl-cell {
    width:220px;
    margin-bottom:5px;
    float: left;
}

/* Cart ==================================== */
.cart-group-item {
    position: relative;
    display: block;
    padding: .2rem .25rem;
    background-color: #fff;

}
.page-wrapper ul li.cart-group-item {
    margin-bottom: -1px;
}
.cart-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.cart-group {
    padding: 1rem;
    border: 1px solid rgba(0,0,0,.125);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.cart_price .discount{
    font-size: 14px;
    font-weight: 500;
}
.cart_message{
     margin-top: 10px;
}
.cart-total-table .total{
    font-size: 18px;
    font-weight: 500;
}
.cart-total-table .old-price {
    color: #999;
    text-decoration: line-through;
}
.cart-total-table th {
    border-top: 0px none !important;
    /*border-bottom: 2px solid #a7c2d9;*/
    color: #365d7e;
}
/* Profile ==================================== */
.profile-header h4 {
    margin-top: 0px !important;
}
.profile-header {
    margin: 60px 20px 0 20px;
}

/* 商品詳細 ==================================== */
.product-base-info .price-info-z .old-price {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
}
.product-base-info .price-info-z .discount {
    font-size: 20px;
    color: #DA4453;
    padding-top: 15px;
}
.product-base-info .price-info .old-price {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
}
.product-base-info .price-info .discount {
    font-size: 20px;
    color: #DA4453;
    padding-top: 15px;
}

.payment-note ul{
    font-size:12px;
    font-weight: 500;
    margin-left: 10px;
    margin-bottom: 10px;
}

#btn-submit-paypay.btn-paypay{
    padding: 0px;
}

/* Video ==================================== */
.page-wrapper .page-content .video-cover {
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
}
.page-wrapper .page-content .video-cover .desc {
    padding: 15px;
    position: relative;
}
.page-wrapper .page-content .video-cover .desc:before {
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
}
.btn-viewing{
    /*font-size: 13px;*/
    margin-top:10px;
    width:200px;
    /*display: block;*/
}
.invalid-video{
    background-color:#e8e8e8;
}
.invalid-video-inner{
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

#player.video-frame{
    padding: 15px;
    border:1px solid #ddd;
}
#btn-play {

}
#btn-stop{
    background-color:#0009;
    border-color:#0009;
}
#btn-fullscreen{

}
.video-item p{
    margin: 0 0 0 0;
}
.video-item img{
    width: 100%;
}
/* 疑似テーブル ==================================== */
.p-table{
    border-left: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}
.p-table .row{
    margin-left:0;
    margin-right:0;
}
.p-table .td, .p-table .th {
    display: inline-block;
    padding: .75rem;
    vertical-align: top;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    text-align: inherit;
}
.p-table .th {
    font-weight: bold;
    color: #212529;
    background-color:#f4f8fb;
}

.table th {
    font-weight: bold;
    color: #212529;
    background-color:#f4f8fb;
}
.table th {
    max-width: 120px;
}
.table td {
    min-width: 100px;
}

/* レイアウト補正 ==================================== */

/* ドロップダウンのサブメニューうまくいかない
.main-nav .nav .nav-item .dropdown-menu a.dropdown-sub-toggle:hover {
    background: #3e6a8f;
    color: #fff;
    padding-left: 24px;
}
.main-nav .nav .nav-item .dropdown-menu a.dropdown-sub-toggle:hover > .dropdown-sub-menu{
    display:block;
}
.main-nav .nav .nav-item .dropdown-menu .dropdown-sub-menu{
    position:absolute;
    top:100%;
    left:0;
    min-width:250px;
    display:block;
}
*/
.header ul.nav li,
.header ul.menu-top li {
    padding: 10px 5px 0 5px;
}

.header ul.menu-top li a {
    padding: 0px;
}
.header ul.menu-top li a.btn-login {
    color: #fff;
    margin: 0px;
    padding: 3px 10px;
    background: #5104cc;
    border: #5104cc 1px solid;
    font-size: 13px;
}
.header ul.menu-top li a.btn-logout {
    color: #fff;
    margin: 0px;
    padding: 3px 10px;
    background: #878D99;
    border: #878D99 1px solid;
    font-size: 13px;
}
.header ul.nav .label-count {
    top: 25px;
    right: 20px;
    font-size: 13px;
}
.header .menu-top li.dear {
    display: inline-block;
    color: #777;
    padding: 15px 10px 0px 0px;
    font-size: 15px;
    /*border-right: 1px solid #c4c4c4;*/
}
.header .contact .material-icons {
    color: #6091ba;
    margin-right: 8px;
    position: relative;
}
.header .contact li.phone {
    margin-right: 30px;
}
.footer .footer-content .footer-col .fa {
    font-size: 120%;
    margin-right: 10px;
    display: inline-block;
    color: #767676;
}
.page-wrapper .breadcrumbs ul li .fa {
    margin-right: 5px;
    color: #aaa;
}
.header .social-icons a .fa {
    font-size: 110%;
    color: rgba(255,255,255,0.4);
}
.header .social-icons a:hover .fa {
    color: #fff;
}

/*チェックボックのレスポンシブ対応*/
.chk-block{
    display: inline-block;
    margin: 10px 10px 10px 0px;
}
.chk-block-ext{
    display: inline-block;
    width: 100%;
}
.input-group-txt {
    position: relative;
    width: 80%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    /*max-width: 400px;*/
}
/* Page Navi ==================================== */
.pagenavi .page_info{
    padding-top: 0.85em;
    white-space: nowsrap;
    margin:10px 0 0 0;
}
.pagenavi .pagination-container{
    margin-top:10px;
}
.pagenavi .paging_numbers{
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
.pagenavi .paging_numbers ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}
/* ラベル ==================================== */
.label {
    display: inline;
    padding: .2em .6em .1em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .label.label-success {
    background-color: #16a085; }
  .label.label-default {
    background-color: #bdc3c6; }
  .label.label-info {
    background-color: #01C0C8; }
  .label.label-primary {
    background-color: #2980b9; }
  .label.label-warning {
    background-color: #f6b225; }
  .label.label-danger {
    background-color: #DA4453; }

/* From ==================================== */
.form-control {
    font-size: 1em;
}
button.zip-search{
    /*
    font-size: 1em;
    padding: 7px;
    */
    z-index: 1!important;
}
.form-group .control-label{
    font-weight: 600;
}

/* From Member==================================== */
#form-member fieldset,
#form-address fieldset,
#form-part fieldset,
#form-certification fieldset{
    margin-top: 30px;
    margin-bottom: 40px;
}

/* 利用規約 ==================================== */
#registerTerm .term{
    position: relative;
}

#termsModal .term,
#registerTerm .term{
    overflow: auto;
}
#termsModal .term p,
#registerTerm .term P{
    font-size: 14px;
}

.required{
    color: #DA4453;
    margin-left: 2px;
}
.caution{
    color: #DA4453;
    display: inline-block;
    font-weight: bold;
}
.note{
    font-size: 12px;
}
.form-bg-danger{
    background-color: #f4cccc
}
a.terms{
    margin-right: 2px;
    color: #6091ba;
}
a.terms:hover{
    color: #4678a1;
}
/* Registar Fade ==================================== */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.fade-img {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 425px;
}
.fade-img img {
  position: absolute;
  display: block;
  max-width: 100%;
  height: auto;
}
/* Seminar Schedule ==================================== */
/* 日曜日 */
.fc-sun {
    color: red;
    background-color: #fff0f0;
}

/* 土曜日 */
.fc-sat {
    color: blue;
    background-color: #f0f0ff;
}

button span.col-btn{
    display:block;
}
div#calendar{
    height:1000px;
    overflow-y:hidden;
}

/* Seminar Detail View ==================================== */
.seminar-view .instructor-description{
    font-size: 12px;
    margin-bottom: 20px;
}
.seminar-view-right{
    background-color:#f3f3f3;
}
.product-base-info .main-title {
    /*border-bottom: 1px solid #e9e9e9;*/
    margin-bottom: 12px;
}
.product-base-info .type-label {
    padding-left: 5px;
    padding-bottom: 10px;
}
.basic-description {
    padding:10px 0;
}
.basic-word {
    padding:10px;
}
.product-base-info .price-info {
    border-top: 1px solid #e9e9e9;
    margin-top: 12px;
    padding-top: 15px;
    color: #666;
    font-size: 32px;
}
.product-base-info .add-to-card-area {
    border-top: 1px solid #e9e9e9;
    margin: 40px 0;
    padding-top: 25px;
}
.product-base-info .contact-area {
    border-top: 1px solid #e9e9e9;
    margin: 5px 0;
    padding-top: 25px;
}
.product-base-info .remaining-area {
    margin: 20px 0;
    padding-top: 25px
}
.product-base-info .remaining-area-z {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #aaa;
}
.product-base-info .price-info-z {
    color: #666;
    font-size: 32px;
}
.product-base-info .btn-default .svg-inline--fa {
    color: #333;
}
.product-base-info .add-to-card-area-z {
    margin: 40px 0;
    padding-top: 25px;
}
.item .gmap{
    height: 400px;
}
.venue .gmap iframe{
    width: 100%;
    height: 400px;
}
/* Instructor ==================================== */
.inst-grid {
    background: #f5f5f5;
    overflow: hidden;
    height: 100%;
}
.inst-frame {
     margin-bottom: 30px;
}
.inst-grid .panel-body img {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    margin-bottom: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.inst-grid .panel-body .name-surname {
    font-size: 22px;
    color: #777;
    border-top: 2px solid #6091ba;
    display: inline-block;
    padding: 0 20px;
    padding-top: 10px;
}
.inst-grid .panel-body .place {
    font-weight: bold;
    font-size: 13px;
    color: #666;
    padding: 1px 20px;
}
.inst-grid .panel-body .social-accounts {
    padding: 1px 20px;
}
.inst-grid .panel-body .bio {
    padding: 1px 20px;
    padding-bottom: 20px;
}

.row-height {
    display: -webkit-flex;;
    flex-wrap: wrap;
}

/* Dropzone ==================================== */
.dropzone {
  border: 2px solid transparent !important;
  background-color: #eee !important; }
  .dropzone .dz-message .drag-icon-cph .material-icons {
    font-size: 80px;
    color: #777; }

.dz-drag-hover {
  border: 2px dashed #888 !important; }

/* Data Table Custom ==================================== */
table#dataTables.dataTable thead th, table#dataTables.dataTable thead td {
    border-bottom: 1px solid #ccc;
}
table#dataTables.dataTable.no-footer {
    border-bottom: 1px solid #ccc;
}
table.dataTable td.actions {
    padding:4px 10px;
}
table.dataTable td.actions a{
    margin:0px 5px;
}
.page_info{
    margin: 20px;
    color: #666
}

/* テーブル高さ */
.table td.dt-body-center{
    vertical-align: middle;
}

/* panel action*/
.panel-body-action{
    float: right;
    margin:8px 20px 12px 20px;
}

ul.action-button li{
     margin:5px 5px;
     text-align: center;
}

/* コントロールの複数行エラーの表示 */
.error ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* DateTimePicker アイコン表示の位置 */
.form-control-feedback-h {
    position: absolute;
    top: 28px;
    right: 20px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.form-control-password-eye {
    position: absolute;
    top: 28px;
    right: 20px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.form-horizontal .form-control-feedback .form-control-password-eye{
    right: 15px;
}

/* DataTableの折返し */
.table-responsive th {
    white-space: nowrap;
}
.table-responsive td {
    white-space: nowrap;
}
.product-base-info .table-responsive {
    display:table;
}

/* desabledボタンが押せるように見える件 */
button.btn-theme[disabled]:hover{
    background: #6091ba;
    border: 1px solid #6091ba;
    color: #fff;
    text-decoration: none;
    cursor: default;
}
/*トースト透過なし*/
#toast-container > div {
    color: #FFFFFF!important;
    opacity:1!important;
}

/* Form H4 インデント*/
#form-member h4,
#form-certification h4,
#form-address h4{
    margin-top: 30px !important;
}

.course-view .row{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
}
.course-view-right{
    background-color:#dee2e6;
}
/* 動画視聴 ==================================== */
h4.title {
    margin-top: 0px !important;
}
/* 動画サムネイル */
.img-fluid {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width:1200px) {

    /* Outlook-View==================================== 画面が崩れる件*/
    #notification_list,
    #notification_detail{
        margin-bottom: 30px;
    }

    #notification_list{
        padding-right: 15px;
    }

    #notification_detail{
        padding-left: 15px;
    }

}

@media screen and (min-width:1200px) {

    /* バリデーションで高さがずれてしまう件 */
    .row-eq-height-lg {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

}

@media screen and (min-width:992px) {

    /* バリデーションで高さがずれてしまう件 */
    .row-eq-height-md {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    #member-menu{
        display:block;
    }

}

@media only screen and (max-width: 991px){

    #btn-play {
        width:100%;
    }
    #btn-stop{
        width:100%;
    }
    #btn-fullscreen{
        width:100%;
    }
    /**スマホは会員メニュー閉じる*/
    #member-menu{
        display:none;
    }
}

@media screen and (min-width:768px) {

    /* Data Table Custom ==================================== スクロールが出てしまう件*/
    .table-responsive .row{
        margin-left: 0px;
        margin-right: 0px;
    }

    /* バリデーションで高さがずれてしまう件 */
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    /*TOP*/
    .page-wrapper .top-page h1{
        font-size:38px;
    }

    /* From Member==================================== */
    #form-member .row,
    #form-address .row,
    #form-part .row,
    #form-certification .row{
        margin-left:0;
        margin-right:0;
    }
    #form-member .header,
    #form-address .header,
    #form-part .header,
    #form-certification .header{
        margin-left: 20px;
        margin-right:20px;
    }

}

@media screen and (min-width:576px) {

    /* Wave Line ==================================== */
    .form-control-feedback-wave {
        position: absolute;
        top: 28px;
        left: -16px;
        z-index: 2;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        pointer-events: none;
    }
}

@media only screen and (max-width: 767px){

    /*スマホはパンくずださない*/
    .page-heading .breadcrumbs {
        /*display: none;*/
    }

    /*カレンダー*/
    .fc-toolbar .fc-center,
    .fc-toolbar .fc-right,
    .fc-toolbar .fc-left{
        margin-top:10px;
    }

    .video-item p{
        margin: 0 0 30px 0;
    }
}

@media screen and (max-width:575px) {
    .card-footer .btn{
        margin-top: 10px;
    }

    /*トップページのセミナーアイコン*/
    figure.thumb img.top-seminar-icon{
        max-width: 20%;
    }

    .header ul.nav img.img-responsive{
        width: 80%;
    }
    .header ul.nav li.img-responsive{
        padding: 10px 0 0 0;
        margin-left:-5px;
        margin-right:-5px;
    }
    .header ul.nav .label-count {
        top: 20px;
    }
}

@media screen and (max-width:300px) {
    .header ul.nav img.img-responsive{
        width: 50%;
    }
    .header ul.nav li.img-responsive{
        padding: 10px 0 0 0;
        margin-left:-10px;
        margin-right:-10px;
    }
    .header ul.nav .label-count {
        top: 15px;
        right: 25px;
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px){
    #contents table.orderlist td{
        display:inline-block;
        width:100%;
        border:none;
    }
    #contents table.orderlist tr:first-child{
        border-top:1px solid #ccc;
    }
    #contents table.orderlist tr{
        border-bottom:1px solid #ccc;
    }
    #contents table.orderlist td.syousai a.btn-primary {
        width:100%;
    }
}