* {
  min-height: 0.01px;
}

html {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  color: #212121;
  letter-spacing: 1px;
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

a {
  color: #1565C0;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  padding-left: 1.2em;
}

p:last-child,
ul:last-child,
dl:last-child,
ol:last-child {
  margin-bottom: 0;
}

@font-face {
  font-family: Fira-Bold;
  src: url("./fonts/FiraSansCondensed-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Fira;
  src: url("./fonts/FiraSansCondensed-Regular.ttf") format("truetype");
}
.font-min {
  font-family: YakuHanMP, "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.font-Fira-b {
  font-family: Fira-Bold !important;
}

.font-Fira {
  font-family: Fira !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  line-height: 1.2;
  color: inherit;
}

.h1,
.h2,
h1,
h2 {
  font-size: 1.5rem;
}

.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
  font-size: 1.1rem;
}

.lead {
  font-size: 1rem;
  font-weight: bold;
}
.lead + p {
  font-size: 0.9rem;
  line-height: 1.2;
  color: #444;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 100;
}

#loading {
  background: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 175px;
  height: 40px;
}
#loading span {
  display: block;
  background: #ccc;
  width: 7px;
  height: 36px;
  border-radius: 14px;
  margin-right: 5px;
  float: left;
  margin-top: 2px;
  transform: scaleY(0.2);
  transform-origin: center;
  will-change: transform;
}
#loading span:last-child {
  margin-right: 0;
}
#loading span:nth-child(1) {
  -webkit-animation: load 1.2s 0.7s infinite linear;
          animation: load 1.2s 0.7s infinite linear;
}
#loading span:nth-child(2) {
  -webkit-animation: load 1.2s 0.6s infinite linear;
          animation: load 1.2s 0.6s infinite linear;
}
#loading span:nth-child(3) {
  -webkit-animation: load 1.2s 0.5s infinite linear;
          animation: load 1.2s 0.5s infinite linear;
}
#loading span:nth-child(4) {
  -webkit-animation: load 1.2s 0.4s infinite linear;
          animation: load 1.2s 0.4s infinite linear;
}
#loading span:nth-child(5) {
  -webkit-animation: load 1.2s 0.3s infinite linear;
          animation: load 1.2s 0.3s infinite linear;
}
#loading span:nth-child(6) {
  -webkit-animation: load 1.2s 0.2s infinite linear;
          animation: load 1.2s 0.2s infinite linear;
}
#loading span:nth-child(7) {
  -webkit-animation: load 1.2s 0.1s infinite linear;
          animation: load 1.2s 0.1s infinite linear;
}
#loading span:nth-child(8) {
  -webkit-animation: load 1.2s 0s infinite linear;
          animation: load 1.2s 0s infinite linear;
}
#loading span:nth-child(9) {
  -webkit-animation: load 1.2s 0.1s infinite linear;
          animation: load 1.2s 0.1s infinite linear;
}
#loading span:nth-child(10) {
  -webkit-animation: load 1.2s 0.2s infinite linear;
          animation: load 1.2s 0.2s infinite linear;
}
#loading span:nth-child(11) {
  -webkit-animation: load 1.2s 0.3s infinite linear;
          animation: load 1.2s 0.3s infinite linear;
}
#loading span:nth-child(12) {
  -webkit-animation: load 1.2s 0.4s infinite linear;
          animation: load 1.2s 0.4s infinite linear;
}
#loading span:nth-child(13) {
  -webkit-animation: load 1.2s 0.5s infinite linear;
          animation: load 1.2s 0.5s infinite linear;
}
#loading span:nth-child(14) {
  -webkit-animation: load 1.2s 0.6s infinite linear;
          animation: load 1.2s 0.6s infinite linear;
}
#loading span:nth-child(15) {
  -webkit-animation: load 1.2s 0.7s infinite linear;
          animation: load 1.2s 0.7s infinite linear;
}

@-webkit-keyframes load {
  0% {
    background: #ccc;
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2);
  }
  50% {
    background: #444;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    background: #ccc;
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2);
  }
}

@keyframes load {
  0% {
    background: #ccc;
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2);
  }
  50% {
    background: #444;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    background: #ccc;
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2);
  }
}
.btn-success {
  color: #fff;
  background-color: #006666;
  border-color: #006666;
}

.skubutton {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.skubutton:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.skubutton.disabled {
  pointer-events: none;
  background-color: #BBDEFB;
}

#inside-cart [type=reset],
#inside-cart [type=submit],
#inside-cart button,
#inside-cart html [type=button],
#inside-cart .continue_shopping_button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
#inside-cart [type=reset]:hover,
#inside-cart [type=submit]:hover,
#inside-cart button:hover,
#inside-cart html [type=button]:hover,
#inside-cart .continue_shopping_button:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-secondary {
  color: #fff;
  background-color: #565D64;
  border-color: #565D64;
}

.btn-last {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.row-0 {
  margin-left: 0;
  margin-right: 0;
}
.row-0 > div {
  padding-right: 0;
  padding-left: 0;
}

.row-1 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.row-1 > div {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}

.row-2 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.row-2 > div {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.row-3 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.row-3 > div {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (max-width: 768px) {
  .row-s1 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .row-s1 > div {
    padding-right: 0.125rem;
    padding-left: 0.125rem;
  }

  .row-s2 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .row-s2 > div {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .row-s3 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-s3 > div {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
pre.debug {
  border: 1px #e57373 solid;
  background-color: #ffebee;
  padding: 5px;
  font-size: 11px;
  color: #555;
}

.text-debug {
  background-color: #ffebee;
  font-size: 11px;
  color: #e57373;
}

#main-wrap {
  flex: 1 0 auto;
}

#cart_table {
  width: 100%;
}

.card {
  padding: 1rem;
  border: 1px solid #999;
}

.flex-vertical-center {
  display: flex;
  justify-content: center;
}

.border-danger {
  border-color: #c62828 !important;
}

.bg-danger-light {
  background-color: #ef9a9a !important;
}

.pre-chk {
  max-width: 1140px;
  width: 100%;
  margin: 5px auto;
  max-height: 200px;
  border: 1px #ccc solid;
  padding: 10px;
}

.scrollTop {
  position: fixed;
  right: 20px;
  bottom: 30px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.badge-common,
.badge-supervisor {
  border: 1px #c62828 solid;
  color: #c62828;
  font-weight: normal;
}

.badge-specialized {
  border: 1px #00695C solid;
  color: #00695C;
  font-weight: normal;
}

.pagenavi {
  text-align: center;
  margin-bottom: 0.75rem;
}
.pagenavi + .item-list {
  border-top: 1px #999 dotted;
  padding-top: 0.5rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
}

.side-banner img {
  border: 1px #319F57 solid;
}

.card-side-info {
  border: 1px #319F57 solid;
  background-color: #FFFDE7;
}

.side-list li {
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px #ccc dotted;
}

.main-navi {
  border-top: 1px #008c8c solid;
  background: #006666;
  box-shadow: 0px 2px 2px -2px #003333;
}

.card-login {
  background: #006666;
}

.navbar {
  padding: 0 1rem;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
  padding: 0 10px 0 0;
}

.nav-item {
  line-height: 1.2;
  border-left: 1px #FFFFFF solid;
  border-right: 1px #EAEAEA solid;
  padding: 0;
}
.nav-item a {
  color: #212121;
  display: block;
  padding: 0.5rem 0;
  font-size: 15px;
}
.nav-item a strong {
  font-weight: normal;
}
.nav-item a:hover {
  text-decoration: none;
  background: linear-gradient(#EDF1F2, #FDFDFD);
  color: #508FAE;
}
.nav-item.current {
  text-decoration: none;
  background: linear-gradient(#EDF1F2, #FDFDFD);
}
.nav-item.current a,
.nav-item.current .menu-item-description {
  color: #508FAE;
}

.menu-item-description {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: #666;
}
.menu-item-description:hover {
  color: #508FAE;
}

h1.site-title {
  font-family: Fira-Bold !important;
  font-size: 36px;
}

h2.title-seminar {
  border-bottom: 1px #333 solid;
  padding-bottom: 0.5rem;
}

.card-search {
  border-color: #9E9E9E;
}

.bg-gray {
  background-color: #BDBDBD;
}

.border-gray {
  border-color: #9E9E9E;
}

.select-font-size .btn {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
.select-font-size .btn:hover {
  background-color: #6C757D;
  color: #FFF;
}
.select-font-size .font-current {
  background-color: #6C757D;
  color: #FFF;
}
.select-font-size .txtTitle {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.item-list {
  border-bottom: 1px #999 dotted;
}

@media (min-width: 768px) {
  .tani-stamp {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
}
@media (max-width: 768px) {
  .tani-stamp {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}
.tani-stamp.disabled {
  opacity: 1 !important;
}

.movie-data {
  line-height: 1.3;
}
.movie-data p {
  margin-bottom: 0;
}

.swiper-slide a:hover {
  text-decoration: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 5px;
  left: 0;
  width: 100%;
}

.slide-copy {
  position: absolute;
  bottom: 3px;
  left: 3px;
  font-size: 10px;
  font-weight: normal;
  background-color: rgba(100, 100, 100, 0.3);
  padding: 1px 3px;
  color: #FFF;
  margin: 0 auto;
  border-radius: 0.15rem;
}

.img-container--flex-box {
  position: relative;
  display: flex;
  border: 1px solid darkgray;
  background-color: #F9F9F9;
}
.img-container--flex-box img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.video-wrap {
  width: 100%;
}
.video-wrap video {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-relation h3.movie-category {
  padding: 1rem 0 1.5rem;
  border-bottom: 1px #666 solid;
}

footer {
  border-top: 1px #222 solid;
  background-color: #565D64;
}
footer a {
  color: #E7E5DC;
}
footer a:hover {
  color: #FCFCFC;
}
footer p {
  color: #FCFCFC;
}

.fs-s {
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .top-3btn a {
    width: 31.333%;
    margin-left: 1% !important;
    margin-right: 1% !important;
  }

  .select-menu .item-category {
    font-size: 11px;
  }

  nav.navbar.container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-item {
    border-left: none;
    padding: 0.5rem 0;
    border-top: 1px #EAEAEA solid;
  }

  h1.site-title {
    font-size: 20px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .item-list .video-thumbnail {
    width: 100%;
    margin-bottom: 10px;
  }

  footer #foot-navi li {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
  }
}
.attention-top {
  border-radius: 10px;
  box-shadow: 0px 0px 1px #ccc;
  font-size: 0.85rem;
}
.attention-top ol li {
  margin-bottom: 1rem;
}
/*# sourceMappingURL=style.css.map */