﻿@charset "UTF-8";
/*******************************************/
/* Main Home                               */
/*******************************************/
.mWrap {
  width: 100%;
}
.mWrap p {
  font-size: 1.6rem;
  line-height: 3.2rem;
}

.mBlock {
  margin: 0 auto;
  padding: 32px 0 0;
  width: calc(100% - 32px);
}
@media print, screen and (min-width: 768px) {
  .mBlock {
    padding: 48px 0 0;
    width: 960px;
  }
}

.mBlock-movie {
  margin: 0 auto;
  padding: 16px 0 0;
  width: calc(100% - 32px);
}
@media print, screen and (min-width: 768px) {
  .mBlock-movie {
    padding: 32px 0 0;
    width: 960px;
  }
}

.mBlock-error {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 16px 0 0;
  width: calc(100% - 32px);
  min-height: calc(100vh - 176px);
}
@media print, screen and (min-width: 768px) {
  .mBlock-error {
    padding: 32px 0 0;
    width: 960px;
    min-height: calc(100vh - 172px);
  }
}

.box-hero {
  background: #efefef;
  margin: 16px 0 40px;
  width: 100%;
  height: 120px;
}
@media print, screen and (min-width: 768px) {
  .box-hero {
    height: 240px;
  }
}
.box-hero h2 {
  color: #333;
  font-size: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .box-hero h2 {
    font-size: 5.6rem;
  }
}

.ul-videoList li {
  background: #fff;
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
}
.ul-videoList li:last-of-type {
  margin-bottom: 0;
}
.ul-videoList .box-videoList {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .ul-videoList .box-videoList {
    display: flex;
  }
}
.ul-videoList .box-videoList .videoList-img {
  position: relative;
  width: 100%;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .ul-videoList .box-videoList .videoList-img {
    width: 240px;
  }
}
@media print, screen and (min-width: 768px) {
  .ul-videoList .box-videoList .videoList-img p {
    overflow: hidden;
    width: 240px;
    height: 100%;
    position: relative;
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .ul-videoList .box-videoList .videoList-img p a img {
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
}
.ul-videoList .box-videoList .videoWatched {
  position: relative;
}
.ul-videoList .box-videoList .videoWatched a::before {
  background: rgba(0, 0, 0, 0.7);
  content: "視聴済み";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ul-videoList .box-videoList .videoList-txt {
  background: #fff;
  padding: 16px;
  width: 100%;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .ul-videoList .box-videoList .videoList-txt {
    padding: 16px 24px;
    width: calc(100% - 240px);
  }
}
.ul-videoList .box-videoList .videoList-txt .btn-lv1 {
  margin-top: 12px;
}

.table-questionnaire {
  width: 100%;
  border: 1px solid #80a9d2;
}
.table-questionnaire tr {
  border-bottom: 1px solid #80a9d2;
}
.table-questionnaire tr:last-of-type {
  border-bottom: none;
}
.table-questionnaire th {
  background: #eff3f7;
  border-bottom: 1px solid #80a9d2;
  color: #00468c;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6em;
  text-align: left;
  padding: 8px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .table-questionnaire th {
    border-right: 1px solid #80a9d2;
    border-bottom: none;
    display: table-cell;
    padding: 8px 16px;
    vertical-align: middle;
    width: 200px;
  }
}
.table-questionnaire td {
  background: #fff;
  display: block;
  font-size: 1.4rem;
  padding: 8px;
  line-height: 1.6em;
  text-align: left;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .table-questionnaire td {
    display: table-cell;
    padding: 8px 16px;
    vertical-align: middle;
    width: calc(100% - 200px);
  }
}

.table-category {
  width: 100%;
  border: 1px solid #80a9d2;
}
@media print, screen and (min-width: 768px) {
  .table-category {
    width: 760px;
  }
}
.table-category tr {
  border-bottom: 1px solid #80a9d2;
}
.table-category tr:last-of-type {
  border-bottom: none;
}
.table-category th {
  background: #eff3f7;
  border-bottom: 1px solid #80a9d2;
  color: #00468c;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1em;
  text-align: left;
  padding: 8px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .table-category th {
    border-right: 1px solid #80a9d2;
    border-bottom: none;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 120px;
    height: 36px;
  }
}
.table-category td {
  background: #fff;
  display: block;
  font-size: 1.2rem;
  padding: 8px;
  line-height: 1em;
  text-align: left;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .table-category td {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 120px);
    height: 36px;
  }
}

.videoList-txt .table-category {
  width: 100%;
}

.btn-top {
  margin: 0 auto 16px;
  width: 176px;
  height: 36px;
}
@media print, screen and (min-width: 768px) {
  .btn-top {
    float: right;
    margin: 0;
  }
}
.btn-top a {
  background: #007fff;
  border-radius: 4px;
  color: #fff;
  display: block;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
.btn-top a::before {
  background: url("../img/icon_list.svg") no-repeat;
  background-size: 18px 12px;
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 18px;
  height: 12px;
}
.btn-top a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.table-history {
  border: 1px solid #80a9d2;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .table-history {
    border: none;
  }
}
.table-history tr {
  border-bottom: 1px solid #80a9d2;
}
.table-history th {
  background: #eff3f7;
  color: #00468c;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6em;
  text-align: left;
  padding: 0 8px;
  vertical-align: middle;
}
.table-history th:first-of-type {
  padding-top: 8px;
}
@media print, screen and (min-width: 768px) {
  .table-history th:first-of-type {
    padding: 8px;
  }
}
.table-history th:last-of-type {
  padding-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .table-history th:last-of-type {
    padding: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .table-history th {
    border: 1px solid #80a9d2;
    display: table-cell;
    font-weight: bold;
    line-height: 2em;
    text-align: center;
  }
}
.table-history td {
  background: #fff;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6em;
  text-align: left;
  padding: 0 8px;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .table-history td {
    border: 1px solid #80a9d2;
    display: table-cell;
    padding: 8px 16px;
  }
}
.table-history td:first-of-type {
  padding-top: 8px;
}
@media print, screen and (min-width: 768px) {
  .table-history td:first-of-type {
    padding: 8px 16px;
  }
}
.table-history td:last-of-type {
  padding-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .table-history td:last-of-type {
    padding: 8px 16px;
  }
}

.box-movie {
  margin: 0 0 16px;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .box-movie {
    margin: 0 0 24px;
    width: 960px;
    height: 540px;
    text-align: center;
    background: #f5f5f5;
  }
}

.box-training {
  background: #efefef;
  padding: 16px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .box-training {
    padding: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .box-questionnaire {
    padding: 0 24px;
  }
}

.box-esystem {
  background: #e9f4ff;
  padding: 16px;
}
@media print, screen and (min-width: 768px) {
  .box-esystem {
    padding: 40px 40px 32px;
  }
}
.box-esystem h3 {
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .box-esystem h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 12px;
  }
}

.box-info {
  border: 3px solid #ccc;
  margin: 24px auto 0;
  padding: 24px 16px 16px;
  text-align: left;
  width: calc(100% - 32px);
}
@media print, screen and (min-width: 768px) {
  .box-info {
    margin: 40px auto 0;
    padding: 40px 24px 16px;
    text-align: center;
    width: 960px;
  }
}
.box-info p.infoItem-1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .box-info p.infoItem-1 {
    font-size: 2.4rem;
  }
}
.box-info p.infoItem-2 {
  background: red;
  color: #fff;
  display: block;
  line-height: 2.4rem;
  margin-bottom: 16px;
  padding: 4px 8px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .box-info p.infoItem-2 {
    display: inline-block;
    margin-bottom: 24px;
    padding: 4px 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .box-info p.infoItem-2 br {
    display: none;
  }
}

.mWrap p.txt-branch {
  background: red;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 6px;
  padding: 3px 6px;
}

.heading2 {
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 768px) {
  .heading2 {
    font-size: 2.4rem;
  }
}

.heading3 {
  border-bottom: 2px solid #00468c;
  color: #00468c;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

.overlay-loading {
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.overlay-loading::before {
  animation: flash 1s linear infinite;
  content: "読み込み中";
  color: #fff;
  font-size: 1.6rem;
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.overlay-message {
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.overlay-message .messageBox {
  background: #fff;
  border-radius: 16px;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.3));
  padding: 16px;
  position: relative;
  width: calc(100% - 32px);
  height: 280px;
}
@media print, screen and (min-width: 768px) {
  .overlay-message .messageBox {
    padding: 32px;
    width: 440px;
  }
}
.overlay-message .messageBox p {
  line-height: 2.8rem;
  text-align: center;
}
.overlay-message .messageBox .messageBox-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 48px);
}
.overlay-message .messageBox .messageBox-btn {
  text-align: center;
  font-size: 0;
}
.overlay-message .messageBox .messageBox-btn button {
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  margin-right: 8px;
  width: calc(50% - 4px);
  height: 48px;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .overlay-message .messageBox .messageBox-btn button {
    margin-right: 16px;
    width: 160px;
  }
}
.overlay-message .messageBox .messageBox-btn button:last-of-type {
  margin-right: 0;
}
.overlay-message .messageBox .messageBox-btn button:hover {
  opacity: 0.5;
  text-decoration: none;
}
.overlay-message .messageBox .messageBox-btn button.btn-ok {
  background: blue;
}
.overlay-message .messageBox .messageBox-btn button.btn-no {
  background: #aaa;
}

.errBox {
  background: #f5f5f5;
  margin-bottom: 40px;
  padding: 16px 24px;
}
@media print, screen and (min-width: 768px) {
  .errBox {
    margin-bottom: 160px;
    padding: 64px 80px;
  }
}

.box-movie-fullscreen {
  background: #000;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
}
.box-movie-fullscreen video {
  max-height: 100vh;
}

.box-control {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box-control a.btn-play-on {
  background: url("../img/icon_play_on.svg") no-repeat center center;
  background-size: 11px 12px;
  border-radius: 19px;
  position: absolute;
  top: 23px;
  left: 6px;
  width: 36px;
  height: 36px;
  transition: all 0.2s ease;
}
.box-control a.btn-play-on:hover {
  background: rgba(0, 0, 0, 0.5) url("../img/icon_play_on.svg") no-repeat center center;
  background-size: 11px 12px;
}
.box-control a.btn-play-off {
  background: url("../img/icon_play_off.svg") no-repeat center center;
  background-size: 11px 12px;
  border-radius: 19px;
  position: absolute;
  top: 23px;
  left: 6px;
  width: 36px;
  height: 36px;
  transition: all 0.2s ease;
}
.box-control a.btn-play-off:hover {
  background: rgba(0, 0, 0, 0.5) url("../img/icon_play_off.svg") no-repeat center center;
  background-size: 11px 12px;
}
.box-control p.box-time {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1em;
  position: absolute;
  top: 36px;
  left: 47px;
}
.box-control p.box-time span.total-time::before {
  content: "/";
  display: inline-block;
  margin: 0 6px;
  position: relative;
  top: -1px;
}
.box-control a.btn-fullscreen-on {
  background: url("../img/icon_fullscreen_on.svg") no-repeat center center;
  background-size: 14px 14px;
  border-radius: 19px;
  position: absolute;
  top: 23px;
  right: 6px;
  width: 36px;
  height: 36px;
  transition: all 0.2s ease;
}
.box-control a.btn-fullscreen-on:hover {
  background: rgba(0, 0, 0, 0.5) url("../img/icon_fullscreen_on.svg") no-repeat center center;
  background-size: 14px 14px;
}
.box-control a.btn-fullscreen-off {
  background: url("../img/icon_fullscreen_off.svg") no-repeat center center;
  background-size: 14px 14px;
  border-radius: 19px;
  position: absolute;
  top: 23px;
  right: 6px;
  width: 36px;
  height: 36px;
  transition: all 0.2s ease;
}
.box-control a.btn-fullscreen-off:hover {
  background: rgba(0, 0, 0, 0.5) url("../img/icon_fullscreen_off.svg") no-repeat center center;
  background-size: 14px 14px;
}
.box-control .btn-sound-on {
  background: url("../img/icon_sound_on.svg") no-repeat right 11px center;
  background-size: 16px 16px;
}
.box-control .btn-sound-on:hover {
  background: rgba(0, 0, 0, 0.5) url("../img/icon_sound_on.svg") no-repeat right 11px center;
  background-size: 16px 16px;
}
.box-control .btn-sound-off {
  background: url("../img/icon_sound_off.svg") no-repeat right 11px center;
  background-size: 16px 16px;
}
.box-control .btn-sound-off:hover {
  background: rgba(0, 0, 0, 0.5) url("../img/icon_sound_off.svg") no-repeat right 11px center;
  background-size: 16px 16px;
}
.box-control .sound-control {
  border-radius: 19px;
  position: absolute;
  top: 23px;
  right: 56px;
  width: 36px;
  height: 36px;
  transition: all 0.2s ease;
  overflow: hidden;
  cursor: pointer;
}
.box-control .sound-control:hover {
  width: 112px;
}
.box-control .sound-control input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  height: 4px;
  width: 50%;
  background: #c2c2c3;
  border-radius: 2px;
  border: none;
  position: absolute;
  top: 14px;
  right: 40px;
}
.box-control .sound-control input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  width: 11px;
  height: 11px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* seekBox */
div#seekBox {
  position: absolute;
  top: 66px;
  left: 16px;
  width: calc(100% - 32px);
  height: 4px;
}

div#seekBar {
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
}

div#playBar {
  border-radius: 2px;
  height: 4px;
  width: 0%;
  background: #fff;
}

div#seekBox ul#playUl {
  z-index: 30000;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
}

div#seekBox ul#playUl li {
  display: block;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 1%;
  height: 8px;
  cursor: pointer;
}
