html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}

figure {
    margin: 0;
}

dd {
    margin-bottom: 0;
}

dd,
dt {
    line-height: 1.42857143;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

a.btn-orange.btn--border-outset {
    border: 4px outset #ffe4c4;
    padding: 2px 4px;
    margin-left: 6px;
    background-color: #ffefd5;
    color: #23527c;
    font-weight: bold;
}

a.btn-orange.btn--border-outset:hover {
    border: 4px outset #FFEFC4;
    padding: 2px 4px;
    margin-left: 6px;
    background-color: #FFF5E6;
    color: #337ab7;
    font-weight: bold;
}

a.btn-orange_b.btn--border-outset_b {
    border: 10px outset #ffe4c4;
    padding: 8px 14px;
    background-color: #ffefd5;
    font-weight: bold;
    color: #23527c;
    font-size: 20px;
    text-decoration: none;
}

a.btn-orange_b.btn--border-outset_b:hover {
    border: 10px outset #FFEFC4;
    padding: 8px 14px;
    background-color: #FFF5E6;
    font-weight: bold;
    color: #337ab7;
    font-size: 20px;
}

.h4,
h4 {
    font-size: 18px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

b,
strong {
    font-weight: 700;
}

.h5,
h5 {
    font-size: 14px;
}

p {
    margin: 0 0 10px;
}

.ppt_cont {
    display: flex;
    justify-content: space-between;
}
.pdf_cont {
    display: flex;
    justify-content: center;
}
.col_l,
.col_r {
    margin-bottom: 2em;
    width: 48%;
    border: solid 1px #555;
}
.pdf-text-l, .pdf-text-r {
    padding: 1% 2%;
}

.t_center {
    text-align: center;
    margin-bottom: 2em;
}
.t_left {
    display: inline-block;
    text-align: left;
}
#panel_lineup img.col_l,
#panel_lineup img.col_r {
    width: 20%;
    border: solid 1px #555;
    margin-bottom: 0.5em;
    margin: 0 2%;
}
.pdf-load {
    text-align: center;
    margin: 5px 0 10px;
    font-size: 16px;
}
.img-col_l,
.img-col_r {
    width: 40%;
    border: solid 1px #555;
    margin: 0 5%;
}
.left-center {
    display: inline-block;
    text-align: left;
}
.p-left-3 {
    padding-left: 3em;
}
.pdf-txt-l {
    margin-right: 30px;
}
@media (max-width: 576px) {
    .ppt_cont {
    flex-wrap: wrap;
    }
    .col_l,
    .col_r {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        margin-bottom: 1em;
    }
    .p-left-3 {
        padding-left: 0;
    }
    .img-col_l,
    .img-col_r {
        width: 90%;
}
#panel_lineup img.col_l, #panel_lineup img.col_r {
    width: 45%;
}
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: none;
    }
}

.navbar .container {
    display: block;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    padding: 0;
}

.navbar-fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .fixed-top {
        border-radius: 0;
    }
}

.fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.row {
    display: block;
}

@media (min-width: 768px) {
    nav .collapse:not(.show) {
        display: block;
    }
}

.nav>li {
    position: relative;
    display: block;
}

@media (min-width: 768px) {
    .navbar-nav>li {
        float: left;
    }
}

.navbar-nav {
    display: block;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

@media (min-width: 768px) {
    .navbar-toggler {
        display: none;
    }
}

.navbar-collapse.show {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
        visibility: visible!important;
    }
}

.navbar-fixed-bottom .navbar-collapse,
.fixed-top .navbar-collapse {
    max-height: 340px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
}

.navbar-light .navbar-nav>li>a:focus,
.navbar-light .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: right!important;
        margin-right: -15px;
    }
}

.navbar-light .navbar-toggler {
    border-color: #ddd;
}

.navbar-toggler {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggler .navbar-toggler-icon {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1px;
}

/* .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
} */

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}

.navbar-light .navbar-collapse,
.navbar-light .navbar-form {
    border-color: #e7e7e7;
}

@media (min-width: 768px) {
    .navbar-fixed-bottom .navbar-collapse,
    .fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-light .nav-pills li a {
    color: #404040;
    font-weight: bold;
    height: 65px;
    line-height: 40px;
}

.nav-pills>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .nav-pills>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-light .nav-pills>li>a {
    color: #777;
}

.navbar-light .nav-pills li a {
    color: #404040;
    height: 65px;
    line-height: 40px;
}
.navbar-light .nav-pills li a:hover {
    color: #006557;
}
.navbar-light .nav-pills li a.active,
.navbar-light .nav-pills li a:hover.active,
.navbar-light .nav-pills li a:focus.active {
    color: #006557;
    background-color: transparent;
}

.navbar-light .nav-pills>li>a:focus {
    color: #888;
}

.navbar-light .nav-pills>li>a:focus,
.navbar-light .nav-pills>li>a:hover {
    background-color: transparent;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none!important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none!important;
    }
    .visible-xs {
        display: block!important;
    }
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
        box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
        max-width: none;
    }
    .modal-footer {
        display: block;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer>* {
    margin: 0
}

#vod::before {
    content:'';
    display: block;
    padding-top: 120px;
    margin-top: -120px;
  }

#luncheon a.Ondemand-app {
    font-weight: bold;
    color: red;
    font-size: 0.9em;
}
.lh-175 {
    line-height: 1.75em;
}
.lh-35 {
    line-height: 3.5em;
}
.txt-center {
    text-align: center;
}
.pt01 {
    padding-top: 1em;
}
@media screen and (max-width: 768px){
    .lh-175 {
        line-height: 1.5em;
    }
    .lh-35 {
        line-height: 1.5em;
    }
}

@media screen and (min-width: 768px){
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 768px){
  .pc { display:none; }
  .sp { display:block; }
  .ti3 {text-indent: 3em; text-indent: 1em;}
}

.row {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
#members h2 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
    color: #555;
}

#privacy ul.pd4 {
    padding-left: 4rem;
}

.text-right {
    text-align: right !important;
}

#seminarOndemand .col-md-4 {
    padding-right: 15px;
    padding-left: 15px;
}
