/* 色定義とtab&mob css *//*
 ブレークポイント
 ・992px~ PC
 ・768~991px tablet(最小iPad)
 ・~767px mobile
 *//*  色定義 *//* 文字サイズ定義 *//* TOP動画 */@media (max-width: 991px) {
  .top-video-shadow {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .top-img-video video {
    width: 120%;
    margin: 0 -10%;
    height: 320px;
    /* トリミングしたい枠の高さ */
  }
  .top-img, .top-img-video, .top-video-shadow {
    height: 320px;
  }
  .top-img, .img-top-logo, .img-top-text {
    width: 750px;
  }
  .img-top-logo {
    top: 50px;
    height: 150px;
  }
  .img-top-text {
    top: 235px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .mob-shadow {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    height: 200px;
    width: 100%;
    z-index: -1;
  }
  .top-img-video video {
    display: none;
  }
  .top-img, .top-img-video {
    height: 200px;
  }
  .top-img, .img-top-logo, .img-top-text {
    width: 100%;
  }
  .img-top-logo {
    top: 30px;
    height: 90px;
  }
  .img-top-text {
    top: 145px;
    height: 25px;
  }
}
table.regist-form th{
  background:#f1f1f1;
}

/* tablet以下 */@media (max-width: 991px) {
  /* entrance */
  /* セミナー選択申し込み画面 */
  /* mobile以上　tablet以下 */  .btn-new-regist, .btn-old-regist {
    margin: 5px 0;
    width: 100%;
    font-size: 16px;
    padding: 12px;
  }
  .regist-btn-set {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
  }
  .index-col {
    margin: 0 8px;
  }
  .register-flow {
    margin: 0 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .sticky {
    top: 50px;
  }
  .tanto-photo-regist {
    min-width: 130px;
    max-width: 130px;
    min-height: 130px;
    max-height: 130px;
    margin-right: 15px;
  }
  .to-top {
    margin-right: 15px;
  }
  .error-col {
    min-height: calc(100vh - 315px);
  }
  .footer-text {
    padding: 0 15px;
  }
  .index-title small {
    width: 550px;
  }
  .index-title {
    display: flex;
    align-items: center;
  }
}
/* mobile */@media (max-width: 767px) {
  /* お問い合わせボタン */
  /* 一覧に戻るボタン */
  /* セミナー一覧　*/
  /* セミナー選択後申し込み画面  */
  /* 過去に申し込んだ方の申し込み画面 */
  /*  確認画面　 */
  /* 申し込み情報入力画面 */
  /* footer */
  /* エラーページ　*/  .mob-back-gif {
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: -2;
  }
  .img-header-logo {
    left: 10px;
  }
  .sticky {
    position: fixed;
    bottom: 0px;
    z-index: 10;
    width: 100%;
    height: 60px;
    border: none;
    background: rgba(0, 96, 214, 0.7);
    padding: 15px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sticky a {
    background: #c10d0d;
    border-radius: 3px;
    padding: 5px 10px 1px 15px;
    line-height: 1.1em;
    font-size: 14px;
    border: 3px solid white;
    width: 200px;
    text-align: center;
  }
  .footer-mob-text, .footer-mob-text-small {
    color: white;
    font-size: 12px;
  }
  .footer-mob-text-small {
    padding-left: 5px;
  }
  .inquiry-pointer {
    height: 28px;
    width: 20px;
  }
  .back-to-list {
    margin-left: 5px;
    padding: 16% 0 0 10px;
  }
  .index-col {
    min-height: calc(100vh - 140px);
  }
  .regist-title {
    font-size: 14px;
  }
  .index-title {
    font-size: 16px;
  }
  .regist-title, .index-title {
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
  }
  .regist-panel .regist-title {
    margin-top: 5px;
  }
  .seminar_title {
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 15px;
    font-size: 16px;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .live-lbl {
    width: 100px;
  }
  .ondemand-lbl {
    width: 140px;
  }
  .live-lbl, .ondemand-lbl {
    height: 22px;
  }
  .seminar_date {
    font-size: 18px;
  }
  .tanto-photo-regist {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    margin-right: 5px;
  }
  .tanto-info {
    font-size: 12px;
  }
  .tanto-responsive {
    width: 40px;
    height: 53px;
  }
  .seminar-description {
    font-size: 12px;
  }
  .register-btn-div {
    text-align: center;
  }
  .register-btn, .finished-btn {
    color: white;
    border-radius: 3px;
    border: none;
  }
  .register-btn {
    width: 100%;
    padding: 10px 16px;
    font-size: 16px;
  }
  .mob-hr {
    border-top: 2px solid #eee;
    margin-right: -15px;
    margin-left: -15px;
  }
  .btn-regist-lg {
    width: 100%;
    margin: 10px 0;
    padding: 12px 0;
    font-size: 16px;
  }
  .register-col {
    margin: 0 -2px;
/*    min-height: calc(100vh - 140px);*/
  }
  .regist-panel {
    padding: 10px 15px;
    background: white;
    border-radius: 9px;
  }
  .regist-select-body {
    font-size: 12px;
  }
  .regist-panel table {
    margin-left: -15px;
    margin-right: -15px;
  }


  .regist-form th, .regist-form td {
    display: inline-block;
    width: 100%;
  }
  .regist-form th {
    background-color: #999;

  }
  .regist-form .table-lbl {
    display: flex;
    justify-content: flex-start;
  }
  .regist-form .lbl-req {
    margin-left: 10px;
  }
  .regist-form .lbl-normal {
    margin-left: 10px;
    background-color: #0060d6;
  }
  .to-top {
    margin-top: 25px;
    text-align: center;
  }
  .mail-margin {
    width: 100%;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .confirm-col li {
    display: flex;
    flex-direction: column;
  }
  .confirm-content {
    margin-left: 20px;
    margin-top: 10px;
  }
  .form-group{
    text-align: center;
  }
  .form-group.group-checkbox{
    text-align: left;
  }
  .mob-margin {
    margin-bottom: 8px !important;
  }
  .img-footer {
    height: 60px;
  }
  .footer-banner {
    height: 60px;
  }
  .footer-text {
    padding: 0 8px;
  }
  .error-col {
    /*min-height: 100vh;*/
  }
}
/* セミナー編集 */.radio-button label {
  background-color: #fff;
  border-color: #d4d8dd;
}
.radio-button input[type="radio"] {
  display: none;
}
.radio-button input[type="radio"]:checked + .btn-secondary {
  background-color: #3a5bab;
  color: #fff;
}
.radio-button input[type="radio"]:checked + .live-radio {
  background-color: #3a5bab;
  color: #fff;
}
.radio-button input[type="radio"]:checked + .ondemand-radio {
  background-color: #199eb7;
  color: #fff;
}
.radio-button input[type="radio"]:checked + .backnumber-radio {
  background-color: #f78318;
  color: #fff;
}
input.check_box, .enquete_info, .for-ondemand {
  display: none;
}
/* ユーザ詳細 */.user-detail-content {
  display: flex;
  justify-content: flex-start;
}
.user-detail-content_attr {
  margin-right: 20px;
}
.user-detail {
  border-right: 1px solid;
  border-bottom: 1px solid;
  width: auto !important;
}
.user-detail thead, .user-detail th, .user-detail td {
  padding: 5px;
  width: auto !important;
}
.user-detail td {
  border: 2px solid;
  border-right: 0px !important;
  border-bottom: 0px !important;
}
.user-detail thead {
  background: #808080;
  color: white;
}
.user-detail label {
  font-weight: normal;
}
.user-detail .table-lbl {
  vertical-align: top;
}
@media (min-width: 768px) {
  .user-detail th, .user-detail td {
    border: 1px solid #1a1a1a;
  }
  .user-detail .table-lbl {
    width: 160px;
  }
}
.user-detail ul {
  margin-bottom: 0;
}
.user-detail .text-muted {
  margin-bottom: 0px;
  padding-top: 5px;
}
/* ユーザ詳細ページでのポップアップ */.tooltip3 {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.tooltip3 p {
  margin: 0;
  padding: 0;
}
.description3 {
  display: none;
  position: absolute;
  top: 32px;
  left: -52px;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #000;
  width: 140px;
  z-index: 100;
}
.description3:before {
  content: "";
  position: absolute;
  top: -24px;
  right: 20%;
  border: 15px solid transparent;
  border-top: 15px solid #000;
  margin-left: -15px;
  transform: rotateZ(180deg);
}
.tooltip3:hover .description3 {
  display: inline-block;
}
/* 視聴ログ一覧 */.day-search-form {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 5px;
}
.day-search-input {
  display: flex;
  align-items: center;
}
.semi-search-button {
  margin-left: 5px;
}
.playlog_search_error {
  color: red;
}
.preview-thumbnail, .preview-thumbnail img {
  max-width: 400px;
}
/*
 ブレークポイント
 ・992px~ PC
 ・768~991px tablet(最小iPad)
 ・~767px mobile
 *//* 文字サイズ定義 *//* 汎用クラス */.vertical-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertical-mid {
  display: flex;
  align-items: center;
}
.margin0 {
  margin: 0 !important;
}
.float-clear {
  clear: both;
}
.space-between {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sp_no_br {
    display: none;
  }
}
body {
  color: #1a1a1a;
}
.inner {
  width: 100%;
  overflow: hidden;
}
.register-page {
  background: #f7f7f7;
}
a:link, a:hover, a:visited, a:active {
  text-decoration: none !important;
}
/*背景色*/.body-register {
  background-image: url("/img/bg.jpg");
}
.has-error .help-block, .has-error .checkbox {
  color: #c73737 !important;
}
.has-error .form-control {
  border-color: #c73737 !important;
}
@keyframes onAutoFillStart {
}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}
/* TOP動画 */@media (min-width: 992px) {
  .top-img, .top-img-video, .top-video-shadow {
    height: 365px;
    /* トリミングしたい枠の高さ */
  }
  .top-img-video, .top-video-shadow {
    width: 100%;
  }
  .top-img-video video {
    width: 100%;
  }
  .top-img, .img-top-logo, .img-top-text {
    width: 900px;
  }
  .img-top-logo {
    top: 50px;
    height: 185px;
  }
  .img-top-text {
    top: 275px;
    height: 45px;
  }
}
@media (min-width: 768px) {
  .top-mobile-space, .mob-back-gif, .login-mob-panel {
    display: none;
  }
}
.top-img {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.top-img-video {
  text-align: center;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.top-video-shadow {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}
.top-img-video video {
  top: 270px;
  height: auto;
}
.img-top-logo, .img-top-text {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
.user-info-change-img, .logout-img {
  height: 24px;
  margin-bottom: 3px;
}
.user-info-change-img {
  margin-left: 3px;
}
.btn-top-login {
  background: rgba(0, 0, 0, 0);
  color: white;
  font-size: 16px;
}
.btn-top-login:hover {
  background: rgba(0, 0, 0, 0);
  color: #060606;
}
.btn-top-login:focus, .btn-top-login:active, .btn-top-regist:focus, .btn-top-regist:active {
  outline: 0 !important;
}
.btn-top-regist {
  background: #000;
  color: white;
  font-size: 16px;
  border-radius: 10px;
}
.btn-top-regist:hover {
  background: rgba(0, 0, 0, 0.4);
  color: #f6f6f6;
}
/* セミナー一覧　*/.index-title {
  color: white;
}
.index-title small {
  color: white;
  margin-top: 5px;
}
.index-title a {
  color: white;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .index-title {
    font-size: 23px;
    margin-top: 30px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
  }
  .index-col {
    max-width: 1000px;
    min-height: calc(100vh - 140px);
  }
  .semi_title_header {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .index-col {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .seminar-list-body {
    margin: 10px;
  }
  .seminar_title {
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    font-size: 20px;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .triangle {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid white;
    margin-right: 8px;
  }
  .triangle-sm {
    border-top: 5.5px solid transparent;
    border-bottom: 5.5px solid transparent;
    border-left: 7px solid white;
    margin-right: 6px;
  }
  .mob-hr {
    display: none;
  }
}
@media (min-width: 768px) {
  .register-btn {
    color: white;
    width: 150px;
    border-radius: 3px;
    padding: 10px 16px;
    font-size: 18px;
    border: none;
  }
}
.register-btn:link, .register-btn:hover, .register-btn:visited, .register-btn:active {
  color: white;
}
@media (min-width: 992px) {
  .register-btn {
    width: 180px;
  }
}
.register-btn {
  background: linear-gradient(90deg, #00b5aa, #0060d6);
}
@media (min-width: 768px) {
  .seminar-list-middle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .seminar_date_col {
    display: flex;
    justify-content: flex-start;
  }
}
.live-lbl {
  background-color: #3a5bab;
}
.ondemand-lbl {
  background-color: #199eb7;
}
.backnumber-lbl {
  background-color: #f78318;
}
.live-lbl, .ondemand-lbl, .backnumber-lbl {
  border-radius: 3px;
  color: white;
  font-size: 12px;
  margin-right: 8px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .live-lbl, .ondemand-lbl, .backnumber-lbl {
    padding: 0 12px;
    height: 28px;
  }
  .seminar_date {
    margin-left: 10px;
    line-height: 1.7;
  }
  .seminar_date:first-line {
    line-height: 1;
  }
  .tanto-responsive {
    width: 50px;
    height: 67px;
  }
}
.tanto-photo {
  z-index: 1;
  margin: 5px;
  border-radius: 50%;
  max-height: 75px;
  max-width: 75px;
  min-height: 75px;
  min-width: 75px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.tanto-responsive {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  max-height: 150%;
  min-width: 100%;
  max-width: 300%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
}
.tanto-list {
  list-style: none;
  padding-left: 0;
  max-width: 650px;
}
.tanto-pic-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .tanto-pic-col {
    margin-top: 20px;
    min-width: 170px;
    max-width: 170px;
  }
}
.tanto-info {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .tanto-info {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
  }
  .tanto-facility {
    margin-left: 5px;
  }
}
.tanto-name {
  font-weight: bold;
  min-width: 100px;
}
.tanto-facility {
  font-weight: normal;
}
.seminar-description {
  margin-top: 20px;
}
/* バックナンバー　スクロール fadein*/.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/* サイド リンク */@media (min-width: 768px) {
  .inquiry-pointer {
    display: none;
  }
}
/* 講演会選択後の登録画面　*/.top-banner {
  margin-top: 0px;
  position: relative;
}
.top-banner-text {
  color: white;
  font-size: 20px;
  margin-left: 10px;
}
.img-header-banner {
  width: 100%;
  height: 60px;
}
.img-header-logo {
  width: auto;
  height: 45px;
  position: absolute;
  top: 7.5px;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}
@media (min-width: 768px) {
  .img-header-logo {
    left: 20px;
  }
}
.img-header-logo img {
  height: 45px;
}
.under-line {
/*  text-decoration: underline;*/
    background: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 10px 10px 30px ;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    white-space: nowrap;
}
.under-line:before {
  font-family: 'Material Icons';
  content: "keyboard_arrow_left";
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: 6px;
}

.back-to-list {
  margin-bottom: 12px;
  margin-top: 12px;
}
.error-col a, .error-col h1 {
  color: black;
}
.regist-title {
  color: #1a1a1a;
  font-weight: bold;
}
.regist-title small {
  color: #1a1a1a;
  margin-top: 5px;
}
.regist-title a {
  color: #1a1a1a;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .regist-title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
  }
}
.attribute-select {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.regist-panel-wrap {
  padding: 2px;
  background:#2b2d41;
  border-radius:10px;
}
@media (min-width: 768px) {
  .regist-panel {
    padding: 30px 40px;
    background: white;
    border-radius:9px ;
  }
}
.regist-panel hr{
  clear: both;
}
.regist-panel-header {
  text-align: center;
  color: white;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding:6px;
}
@media (min-width: 992px) {
  .regist-btn-set {
    display: flex;
    justify-content: center;
  }
  .btn-new-regist, .btn-old-regist {
    margin: 20px 10px;
    min-width: 370px;
    font-size: 20px;
    padding: 15px;
  }
}
.at_mark {
  width: 12px;
}
.btn-new-regist, .btn-old-regist {
  color: white;
  box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
}
.btn-new-regist {
  background-color: #f1f1f1;
}
.btn-new-regist:hover{
  color:#000;
  opacity: 0.7;
}
.btn-old-regist:hover, .register-btn:hover, .btn-regist-lg:hover, .first-modal-content_btn-ok:hover, .first-modal-content_btn-ng:hover {
  opacity: 0.7;
  color: white;
}
.btn-old-regist {
  background-color: #0061d5;
}
.regist-atention {
  padding-inline-start: 20px;
}
.regist-hr {
  border:0;
  border-top:solid 1px #2b2d41;
}
.mail-margin .help-block.with-errors + p{
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .regist-select-body {
    margin: 0 15px;
  }
}
.regist-panel-second {
  margin-top: -18px;
}
.regist-select-body .list-group {
  margin-bottom: 0;
}
.register-flow-title {
  color: #39aad0;
  border-bottom: 2px solid #39aad0;
  margin-top: 20px;
  padding-bottom: 5px;
  font-size: 20px;
}
.register-flow-description {
  margin-top: 15px;
  list-style: none;
  padding-left: 0;
}
.register-flow-description li {
  line-height: 2em;
}
@media (min-width: 768px) {
  .to-top {
    margin-top: 25px;
    text-align: right;
  }
}
.to-top a {
  color: white;
}
/* 申し込みフォーム */@media (min-width: 768px) {
  .register-col {
    margin: 50px auto 50px auto;
    max-width: 900px;
  }
}
.freemail-error {
  text-align: left;
  color: #c1272d;
}
.regist-form th, .regist-form td {
  padding: 20px;
}
.regist-form label {
  font-weight: normal;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.regist-form .form-group {
  margin-bottom: 0px;
  
}

.regist-form .form-group #checkbox{
  padding:20px;
}

.regist-form .form-group #checkbox p a{
  text-decoration: underline!important;
  line-height: 1.2rem;
}
.regist-form .form-group #checkbox p{ line-height: 1.6rem;}


div.form-group + p{ font-size: 1.4rem; line-height: 1.8rem;}
div.form-group + p a{ text-decoration: underline!important;}

.regist-form .help-block {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0 0 0;
  font-size: 1.3rem;
  line-height: 1.9rem;
}
.regist-form .table-lbl {
  vertical-align: top;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .regist-form th, .regist-form td {
    border-bottom: 1px solid #ccc;
  }
  .regist-form .table-lbl {
    width: 250px;
    white-space: nowrap;
  }
}
.regist-form ul {
  margin-bottom: 0;
}
.regist-form ul.list-unstyled{ 
  font-size: 1.2rem;
  margin-bottom:5px;}

.regist-form .alart-checked label {
  font-weight: 900 !important;
  color: #1a1a1a;
}
.regist-form .text-muted {
  margin-bottom: 0px;
  padding-top: 5px;
  font-size: 1.3rem;
  line-height: 1.9rem;
}
.regist-form .form-annotation {
    width: 100%;
    display: inline-block;
    padding-top: 15px;
}
.regist-form .checkbox-lbl {
  cursor: pointer;
  padding: 5px 7px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  width: auto;
  float: left;
}
.regist-form .checkbox-lbl:hover {
  opacity: 0.7;
}
.regist-form .check_box_job {
  display: none;
}
.regist-form .check_box_job:checked + .checkbox-lbl {
  background-color: #fae769;
}
.lbl-req {
  float: right;
  text-align: center;
  width: 50px;
  color: white;
  background-color: #c73737;
  font-weight: normal;
  border-radius: 10px;
  font-size: 12px;
  line-height: 16px;
  height:100%;
}
.lbl-normal {
  float: right;
  text-align: center;
  width: 50px;
  color: white;
  font-weight: normal;
  border-radius: 1px;
}
@media (min-width: 768px) {
  .lbl-normal {
    background-color: #999;
  }
}
.btn-col {
  display: flex;
  justify-content: center;
}
.btn-regist-lg {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}
@media (min-width: 768px) {
  .btn-regist-lg {
    margin: 20px 10px;
    width: 370px;
    height: 60px;
    font-size: 18px;
  }
}
.btn-orange-custom {
  background-color: #333333;
  color: white!important;
}
.btn-dark-custom {
  background-color: #808080;
  color: white;
}
/* 申し込み確認画面 */.make-margin {
  margin: 10px;
}
.confirm-col {
  margin: 0 20px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.confirm-col ul {
  margin-top: 25px;
  list-style: none;
  padding-left: 0px;
}
.confirm-col li {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.confirm-col label {
  margin-right: 10px;
  min-width: 200px;
  font-weight: normal;
}
.confirm-col .confirm-content {
  font-weight: bold;
}
.grecaptcha-badge {
  z-index: 1000;
}
.reCAPTCHA-error {
  text-align: center;
  display: none;
  color: red;
}
/* 過去に視聴登録した方の申し込み画面 */.redirect-new {
  margin-top: 20px;
}
.redirect-new a {
  text-decoration: underline!important;
}
@media (min-width: 768px) {
  .mail-form {
    display: flex;
    align-items: center;
  }

}
/* メール再送画面 */.btn-col a {
  text-decoration: none;
}
/* 申し込み完了画面 */.regist-success {
  color: #00A0FF;
  text-align: center;
  border: #00A0FF 2px solid;
  padding: 15px;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .regist-success {
    width: 600px;
  }
}
.regist-success-notice {
  margin: 0 20px 10px;
}
.regist-success-p {
  margin: 0 20px 10px 20px;
  line-height: 2.5rem;
}

.first-modal-content_sorry-img{
  width: 82px;
  height: auto;
  margin: 20px;
}
/* フッター */@media (min-width: 768px) {
  .footer-banner {
    height: 50px;
  }
  .img-footer {
    height: 50px;
  }
}
.footer-banner {
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  text-align: right;
  color: white;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .footer-text {
    width: 900px;
  }
}
@media (max-width: 991px) {
  .footer-text {
    width: 100%;
  }
}
.footer-text p {
  margin-bottom: 0px;
}
.footer-text a, .footer-text a:hover, .footer-text a:active {
  color: white;
  text-decoration: underline;
}
.img-footer {
  width: 100%;
}
@media (max-width: 767px) {
  .footer-pc-text {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer-mob-text {
    display: none;
  }
}
/* エラーページ　*/.error-col {
  margin: 0 auto;
  max-width: 900px;
}
@media (min-width: 992px) {
  .error-col {
    min-height: calc(100vh - 435px);
  }
}
.error-panel {
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  align-items: center;
}
.error-panel h2 { font-size: 20px;}

.error-panel p {
  color: #1a1a1a;
  font-size: 16px;
}
.error-panel p a {
  color: blue;
}
/* パスワード再設定フォーム */.password-reset-form {
  width: 100%;
}
@media (max-width: 767px) {
  .password-reset-form {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
/* 視聴予約ボタン */.register-btn-div {
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .register-btn-div {
    justify-content: space-between;
  }
}
.viewer-reserve-btn {
  background: #fff;
  color: #3d5062;
  border-radius: 100px;
  border: solid 1px #99a8a7;
  font-size: 16px;
  margin-right: 5px;
}
.viewer-reserve-btn img {
  width: 20px;
  vertical-align: middle;
  margin-top: 3px;
}
.viewer-reserve-btn:hover, .viewer-reserve-btn:focus, .viewer-reserve-btn:visited {
  background: rgba(0, 0, 0, 0.1);
}
.cancel-reserve-btn {
  background-color: #eeeeee;
}
.cancel-reserve-btn:hover, .cancel-reserve-btn:focus, .cancel-reserve-btn:visited {
  background: rgba(201, 246, 255, 0.6);
}
@media (max-width: 767px) {
  .before-notice {
    font-size: 16px;
  }
  .viewer-reserve-btn {
    width: auto;
    padding: 5px 10px;
    font-size: 0.8em;
  }
  .btn-danger {
    padding: 5px 10px;
  }
  .viewer-reserve-btn img {
    width: 24px;
    width: 18px;
    margin-left: 5px;
  }
}
.register-notice {
  position: absolute;
  top: -60px;
  left: 0px;
  right: 0;
  margin: auto;
  max-width: 280px;
  background: #c9f6ff;
  text-align: center;
  padding: 5px 5px;
  border-radius: 3px;
  display: none;
}
.register-notice p {
  margin-bottom: 0;
}
.register-notice:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  border: 7px solid transparent;
  border-top: 7px solid #c9f6ff;
  margin-left: -7px;
}
/* お気に入り */.favorite-btn {
  background: #fff;
  color: #3d5062;
  border-radius: 10px;
  /*border: solid 1px #99a8a7;*/
  font-size: 16px;
  /*width: 50px;*/
  margin-right: 5px;
}
.favorite-btn img {
  width: 20px;
  margin-bottom: 3px;
}
.favorite-btn:hover, .favorite-btn:focus, .favorite-btn:visited {
  background: rgba(0, 0, 0, 0.1);
}
.favorite-cancel-btn {
  background: #f9f9ec;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 30px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2a3c4d;
  padding: 5px 10px;
  border-radius: 3px;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 10px;
  right: 10px;
}
.select-styled:hover {
  background-color: #2a3c4d;
}
.select-styled:active, .select-styled.active {
  background-color: #2a3c4d;
}
.select-styled:active:after, .select-styled.active:after {
  top: 5px;
  border-color: transparent transparent #fff transparent;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #2a3c4d;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #000;
}
.select-options li:hover {
  color: #2a3c4d;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}
@media (max-width: 767px) {
  .select-options li {
    text-indent: 5px;
  }
  .pc-favorite-list {
    display: none;
  }
  .sp-favorite-list {
    width: 100%;
    margin-bottom: -18px;
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .sp-favorite-list {
    display: none;
  }
  .pc-favorite-list {
    width: 480px;
  }
}