@charset "UTF-8";
.container {
  position: relative;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .container {
      padding-left: 7px;
      padding-right: 7px; } }
  @media screen and (min-width: 768px) {
    .container {
      width: 1000px; } }

.fade, .fadelazy {
  page-break-inside: avoid; }
  @media screen and (min-width: 768px) {
    .fade, .fadelazy {
      visibility: hidden; } }

@media print {
  .fade {
    visibility: visible; } }
.fadein {
  visibility: visible; }
  @media screen and (min-width: 768px) {
    .fadein {
      -webkit-animation: fade-in;
      -moz-animation: fade-in;
      animation: fade-in;
      -webkit-animation-fill-mode: none;
      -moz-animation-fill-mode: none;
      animation-fill-mode: none;
      -webkit-animation-duration: 0.5s;
      -ms-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-timing-function: ease-out;
      -ms-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-delay: 0;
      -ms-animation-delay: 0;
      animation-delay: 0;
      -webkit-animation-iteration-count: 1;
      -ms-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-direction: "normal";
      -ms-animation-direction: "normal";
      animation-direction: "normal"; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(0px) translateY(20px);
    -ms-transform: translateX(0px) translateY(20px);
    -webkit-transform: translateX(0px) translateY(20px);
    transform: translateX(0px) translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px); } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(0px) translateY(20px);
    -ms-transform: translateX(0px) translateY(20px);
    -webkit-transform: translateX(0px) translateY(20px);
    transform: translateX(0px) translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px); } }
@keyframes fade-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(0px) translateY(20px);
    -ms-transform: translateX(0px) translateY(20px);
    -webkit-transform: translateX(0px) translateY(20px);
    transform: translateX(0px) translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px); } }
.fadeleft {
  visibility: visible; }
  @media screen and (min-width: 768px) {
    .fadeleft {
      -webkit-animation: fadeleft;
      -moz-animation: fadeleft;
      animation: fadeleft;
      -webkit-animation-fill-mode: none;
      -moz-animation-fill-mode: none;
      animation-fill-mode: none;
      -webkit-animation-duration: 1s;
      -ms-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-out;
      -ms-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-delay: 0;
      -ms-animation-delay: 0;
      animation-delay: 0;
      -webkit-animation-iteration-count: 1;
      -ms-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-direction: "normal";
      -ms-animation-direction: "normal";
      animation-direction: "normal"; } }

@-webkit-keyframes fadeleft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px) translateY(50px);
    -ms-transform: translateX(-20px) translateY(50px);
    -webkit-transform: translateX(-20px) translateY(50px);
    transform: translateX(-20px) translateY(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px); } }
@-moz-keyframes fadeleft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px) translateY(50px);
    -ms-transform: translateX(-20px) translateY(50px);
    -webkit-transform: translateX(-20px) translateY(50px);
    transform: translateX(-20px) translateY(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px); } }
@keyframes fadeleft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px) translateY(50px);
    -ms-transform: translateX(-20px) translateY(50px);
    -webkit-transform: translateX(-20px) translateY(50px);
    transform: translateX(-20px) translateY(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px); } }
.faderight {
  visibility: visible; }
  @media screen and (min-width: 768px) {
    .faderight {
      -webkit-animation: faderight;
      -moz-animation: faderight;
      animation: faderight;
      -webkit-animation-fill-mode: none;
      -moz-animation-fill-mode: none;
      animation-fill-mode: none;
      -webkit-animation-duration: 1s;
      -ms-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-out;
      -ms-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-delay: 0;
      -ms-animation-delay: 0;
      animation-delay: 0;
      -webkit-animation-iteration-count: 1;
      -ms-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-direction: "normal";
      -ms-animation-direction: "normal";
      animation-direction: "normal"; } }

@-webkit-keyframes faderight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px) translateY(50px);
    -ms-transform: translateX(20px) translateY(50px);
    -webkit-transform: translateX(20px) translateY(50px);
    transform: translateX(20px) translateY(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px); } }
@-moz-keyframes faderight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px) translateY(50px);
    -ms-transform: translateX(20px) translateY(50px);
    -webkit-transform: translateX(20px) translateY(50px);
    transform: translateX(20px) translateY(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px); } }
@keyframes faderight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px) translateY(50px);
    -ms-transform: translateX(20px) translateY(50px);
    -webkit-transform: translateX(20px) translateY(50px);
    transform: translateX(20px) translateY(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px); } }
.fadelazy2 {
  visibility: visible; }
  @media screen and (min-width: 768px) {
    .fadelazy2 {
      -webkit-animation: fadelazy2;
      -moz-animation: fadelazy2;
      animation: fadelazy2;
      -webkit-animation-fill-mode: none;
      -moz-animation-fill-mode: none;
      animation-fill-mode: none;
      -webkit-animation-duration: 1s;
      -ms-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-out;
      -ms-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-delay: 0;
      -ms-animation-delay: 0;
      animation-delay: 0;
      -webkit-animation-iteration-count: 1;
      -ms-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-direction: "normal";
      -ms-animation-direction: "normal";
      animation-direction: "normal"; } }

@-webkit-keyframes fadelazy2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(10px) translateY(25px);
    -ms-transform: translateX(10px) translateY(25px);
    -webkit-transform: translateX(10px) translateY(25px);
    transform: translateX(10px) translateY(25px); }
  50% {
    opacity: 0;
    -moz-transform: translateX(10px) translateY(25px);
    -ms-transform: translateX(10px) translateY(25px);
    -webkit-transform: translateX(10px) translateY(25px);
    transform: translateX(10px) translateY(25px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px); } }
@-moz-keyframes fadelazy2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(10px) translateY(25px);
    -ms-transform: translateX(10px) translateY(25px);
    -webkit-transform: translateX(10px) translateY(25px);
    transform: translateX(10px) translateY(25px); }
  50% {
    opacity: 0;
    -moz-transform: translateX(10px) translateY(25px);
    -ms-transform: translateX(10px) translateY(25px);
    -webkit-transform: translateX(10px) translateY(25px);
    transform: translateX(10px) translateY(25px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px); } }
@keyframes fadelazy2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(10px) translateY(25px);
    -ms-transform: translateX(10px) translateY(25px);
    -webkit-transform: translateX(10px) translateY(25px);
    transform: translateX(10px) translateY(25px); }
  50% {
    opacity: 0;
    -moz-transform: translateX(10px) translateY(25px);
    -ms-transform: translateX(10px) translateY(25px);
    -webkit-transform: translateX(10px) translateY(25px);
    transform: translateX(10px) translateY(25px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px); } }
.archiveslist-line::before, .archiveslist-line::after {
  display: block;
  width: 0%;
  height: 0%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  border: solid #FFF;
  opacity: 0; }
  @media screen and (min-width: 768px) {
    .archiveslist-line::before, .archiveslist-line::after {
      content: ""; } }
.archiveslist-line::before {
  border-width: 2px 2px 0 0; }
.archiveslist-line::after {
  border-width: 0 0 2px 2px; }

.archiveslist-line__current::before {
  -webkit-animation: currentbefore;
  -moz-animation: currentbefore;
  animation: currentbefore;
  -webkit-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: "normal";
  -ms-animation-direction: "normal";
  animation-direction: "normal"; }

.archiveslist-line__current::after {
  -webkit-animation: currentafter;
  -moz-animation: currentafter;
  animation: currentafter;
  -webkit-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: "normal";
  -ms-animation-direction: "normal";
  animation-direction: "normal"; }

@-webkit-keyframes currentbefore {
  0% {
    width: 0;
    height: 0;
    border-color: #FFF;
    opacity: 1; }
  50% {
    width: 0;
    height: 0;
    border-color: #C80000; }
  65% {
    width: 100%;
    height: 0; }
  80% {
    width: 100%;
    height: 100%;
    border-color: #C80000;
    opacity: 1; }
  100% {
    width: 100%;
    height: 100%;
    border-color: #FFF;
    opacity: 0; } }
@-moz-keyframes currentbefore {
  0% {
    width: 0;
    height: 0;
    border-color: #FFF;
    opacity: 1; }
  50% {
    width: 0;
    height: 0;
    border-color: #C80000; }
  65% {
    width: 100%;
    height: 0; }
  80% {
    width: 100%;
    height: 100%;
    border-color: #C80000;
    opacity: 1; }
  100% {
    width: 100%;
    height: 100%;
    border-color: #FFF;
    opacity: 0; } }
@keyframes currentbefore {
  0% {
    width: 0;
    height: 0;
    border-color: #FFF;
    opacity: 1; }
  50% {
    width: 0;
    height: 0;
    border-color: #C80000; }
  65% {
    width: 100%;
    height: 0; }
  80% {
    width: 100%;
    height: 100%;
    border-color: #C80000;
    opacity: 1; }
  100% {
    width: 100%;
    height: 100%;
    border-color: #FFF;
    opacity: 0; } }
@-webkit-keyframes currentafter {
  0% {
    width: 0;
    height: 0;
    border-color: #FFF;
    opacity: 1; }
  50% {
    width: 0;
    height: 0;
    border-color: #C80000; }
  65% {
    height: 100%;
    width: 0; }
  80% {
    height: 100%;
    width: 100%;
    border-color: #C80000;
    opacity: 1; }
  100% {
    height: 100%;
    width: 100%;
    border-color: #FFF;
    opacity: 0; } }
@-moz-keyframes currentafter {
  0% {
    width: 0;
    height: 0;
    border-color: #FFF;
    opacity: 1; }
  50% {
    width: 0;
    height: 0;
    border-color: #C80000; }
  65% {
    height: 100%;
    width: 0; }
  80% {
    height: 100%;
    width: 100%;
    border-color: #C80000;
    opacity: 1; }
  100% {
    height: 100%;
    width: 100%;
    border-color: #FFF;
    opacity: 0; } }
@keyframes currentafter {
  0% {
    width: 0;
    height: 0;
    border-color: #FFF;
    opacity: 1; }
  50% {
    width: 0;
    height: 0;
    border-color: #C80000; }
  65% {
    height: 100%;
    width: 0; }
  80% {
    height: 100%;
    width: 100%;
    border-color: #C80000;
    opacity: 1; }
  100% {
    height: 100%;
    width: 100%;
    border-color: #FFF;
    opacity: 0; } }
/* ==================================================================
   Block Style
================================================================== */
html, body {
  height: 100%;
  margin: 0;
  margin-top: 0 !important;
  -webkit-text-size-adjust: 100%; }

html {
  overflow-x: auto;
  overflow-y: scroll; }

body {
  /*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;*/
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333; }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.42;
      font-size: 87.5%; } }
  @media screen and (min-width: 768px) {
    body {
      line-height: 1.50;
      font-size: 100%; } }

body * {
  word-break: break-all;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#wrapper {
  height: auto;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    #wrapper {
      min-width: 1024px; } }

#wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block; }

body > #wrapper {
  height: auto; }

#header {
  z-index: 99;
  width: 100%;
  background: rgba(255, 255, 255, 0.9); }

@media screen and (min-width: 768px) {
  #contents {
    padding-bottom: 5.5em; } }

#footer {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #footer {
      position: absolute;
      bottom: 0;
      height: 5.5em; } }

@media screen and (max-width: 767px) {
  .br__sp {
    display: block; } }

@media screen and (min-width: 768px) {
  .br__pc {
    display: block; } }

@media screen and (min-width: 768px) {
  .hidden__pc {
    display: none; } }

sub {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em; }

.txr {
  text-align: right; }

/* ==================================================================
   Frame Parts Style
================================================================== */
.header {
  border-bottom: 3px solid #C80000;
  position: fixed;
  transition: border .3s; }
  .header * {
    transition: .3s; }

.header__subnavopen {
  border-bottom-width: 36px; }

.header-inner {
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 767px) {
    .header-inner {
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 7px 0; } }
  @media screen and (min-width: 768px) {
    .header-inner {
      -webkit-align-items: center;
      align-items: center;
      padding: 20px 0; } }

.hnav {
  margin-left: auto; }
  @media screen and (max-width: 767px) {
    .hnav {
      display: none;
      height: 0;
      max-height: 0;
      overflow: hidden;
      position: absolute;
      width: 100%;
      left: -0;
      top: 58px; } }

@media screen and (max-width: 767px) {
  .hnav__open {
    display: block;
    height: auto;
    max-height: 400px; } }

@media screen and (min-width: 768px) {
  .hnavlist {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; } }

@media screen and (max-width: 767px) {
  .hnavlist-line {
    width: 100%;
    border-bottom: 1px solid #FFF; } }
@media screen and (min-width: 768px) {
  .hnavlist-line {
    line-height: 1; } }

.hnavlist-line:not(:last-child)::after {
  color: #C80000;
  margin-left: 1em;
  margin-right: 1em;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .hnavlist-line:not(:last-child)::after {
      content: "/"; } }

.hnavlist-line-link {
  color: #C80000;
  text-decoration: none;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .hnavlist-line-link {
      font-size: 114.28571%; } }
  @media screen and (min-width: 768px) {
    .hnavlist-line-link {
      font-size: 87.5%; } }
  @media screen and (max-width: 767px) {
    .hnavlist-line-link {
      display: block;
      padding: .7em 1em;
      width: 100%;
      background: #C80000;
      color: #FFF; } }
  .hnavlist-line-link:hover, .hnavlist-line-link:focus {
    text-decoration: underline; }

@media screen and (min-width: 768px) {
  .hsubnavlist {
    position: absolute;
    height: 0;
    overflow: hidden;
    bottom: 0;
    width: 240px;
    text-align: center;
    transition: none; } }

@media screen and (min-width: 768px) {
  .header__subnavopen .hsubnavlist {
    height: 36px;
    bottom: -36px;
    overflow: initial; } }
.header__subnavopen .hsubnavlist::after {
  position: absolute;
  top: -12px; }
  @media screen and (min-width: 768px) {
    .header__subnavopen .hsubnavlist::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      position: absolute;
      z-index: 1;
      border-bottom-color: #C80000;
      border-width: 0 7px 12px 7px; }
      .body__inversion .header__subnavopen .hsubnavlist::after {
        border-color: transparent !important; }
      .body__inversion .header__subnavopen .hsubnavlist::after {
        border-bottom-color: #FFF !important; } }

@media screen and (min-width: 768px) {
  .hnavlist-line:last-child .hsubnavlist {
    right: 0; } }
.hnavlist-line:last-child .hsubnavlist::after {
  right: 50px; }

@media screen and (min-width: 768px) {
  .hnavlist-line:not(:last-child) .hsubnavlist {
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%); } }
.hnavlist-line:not(:last-child) .hsubnavlist::after {
  left: 50%;
  margin-left: -7px; }
@media screen and (max-width: 767px) {
  .hnavlist-line:not(:last-child) .hsubnavlist-line:last-child {
    border-bottom: none; } }

@media screen and (max-width: 767px) {
  .hsubnavlist-line {
    display: block;
    width: 100%;
    border-bottom: 1px solid #C80000; } }
@media screen and (min-width: 768px) {
  .hsubnavlist-line {
    display: inline-block;
    line-height: 36px; } }

.hsubnavlist-line:not(:last-child)::after {
  margin-left: 1em;
  margin-right: 1em;
  color: #FFF; }
  @media screen and (min-width: 768px) {
    .hsubnavlist-line:not(:last-child)::after {
      content: "/"; } }

@media screen and (max-width: 767px) {
  .hsubnavlist-line-link {
    font-size: 107.14286%; } }
@media screen and (max-width: 767px) {
  .hsubnavlist-line-link {
    display: block;
    background: #FFF;
    padding: 10px;
    color: #C80000;
    text-decoration: none; } }
@media screen and (min-width: 768px) {
  .hsubnavlist-line-link {
    color: #FFF;
    text-decoration: none; } }
@media screen and (min-width: 768px) {
  .hsubnavlist-line-link:hover, .hsubnavlist-line-link:focus {
    text-decoration: underline; } }

@media screen and (max-width: 767px) {
  .hsubnavlist-line-link::before {
    content: ">";
    margin-right: .5em;
    margin-left: 1em; } }

.actilogo {
  padding-left: 10px; }

.jstlogo-link,
.actilogo-link {
  display: block;
  position: relative; }

.jstlogo-link-block,
.actilogo-link-block {
  width: 100%;
  position: relative;
  display: block; }
  .jstlogo-link-block::after,
  .actilogo-link-block::after {
    content: "";
    display: block; }

.jstlogo-link-block-img,
.actilogo-link-block-img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }

@media screen and (max-width: 767px) {
  .jstlogo-link {
    width: 106px; } }
@media screen and (min-width: 768px) {
  .jstlogo-link {
    width: 167px; } }
.jstlogo-link-block::after {
  padding-top: 17.96407%; }

@media screen and (max-width: 767px) {
  .actilogo-link {
    width: 67px; } }
@media screen and (min-width: 768px) {
  .actilogo-link {
    width: 96px; } }
.actilogo-link-block::after {
  padding-top: 62.5%; }
.actilogo-link-block__small {
  display: none; }
.actilogo-link-block__small::after {
  padding-top: 46.66667%; }

.hnavtoggle {
  padding-left: 62px; }

.hnavtoggle-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  border: none;
  padding: 0;
  width: 44px;
  background: #C80000;
  position: relative; }
  .hnavtoggle-btn::after {
    content: "";
    display: block;
    padding-top: 100%; }

.hnavtoggle-btn-bar::after, .hnavtoggle-btn-bar::before {
  content: ""; }
.hnavtoggle-btn-bar, .hnavtoggle-btn-bar::after, .hnavtoggle-btn-bar::before {
  position: absolute;
  display: block;
  width: 25px;
  height: 4px;
  background: #FFF;
  transition: .3s; }
.hnavtoggle-btn-bar {
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
.hnavtoggle-btn-bar::before {
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }
.hnavtoggle-btn-bar::after {
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.hnavtoggle-btn__open .hnavtoggle-btn-bar {
  background: #C80000; }
.hnavtoggle-btn__open .hnavtoggle-btn-bar::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.hnavtoggle-btn__open .hnavtoggle-btn-bar::after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media screen and (min-width: 768px) {
  .header__small .header-inner {
    padding-top: 16px;
    padding-bottom: 16px; } }
@media screen and (min-width: 768px) {
  .header__small .jstlogo-link {
    width: 152px; } }
@media screen and (min-width: 768px) {
  .header__small .actilogo-link {
    width: 60px; } }
@media screen and (min-width: 768px) {
  .header__small .actilogo-link-block {
    opacity: 0;
    display: none; } }
@media screen and (min-width: 768px) {
  .header__small .actilogo-link-block__small {
    opacity: 1;
    display: block; } }

@media screen and (max-width: 767px) {
  .contents {
    padding-top: 72px; } }
@media screen and (min-width: 768px) {
  .contents {
    padding-top: 156px; } }

.mainvisual {
  position: relative; }

  .mainvisual::after {
    content: "";
    display: block;
    padding-top: 56.2%; }

  @media screen and (max-width: 767px) {
    .mainvisual {
      margin-bottom: 14px; } }
  @media screen and (min-width: 768px) {
    .mainvisual {
      margin-bottom: 25px; } }

.mainvisual-block,
.mainvisual-iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.mainvisual-block-img {
  width: 100%;
  vertical-align: bottom; }

.mainvisual-block-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  @media screen and (max-width: 767px) {
    .mainvisual-block-icon {
      width: 70px; } }
  @media screen and (min-width: 768px) {
    .mainvisual-block-icon {
      width: 150px; } }

@media screen and (max-width: 767px) {
  .mainvisual-iframe {
    display: none; } }
@media screen and (min-width: 768px) {
  .mainvisual-iframe {
    display: none; } }

@media screen and (max-width: 767px) {
  .mainvisual__play .mainvisual-block {
    display: none; } }
@media screen and (min-width: 768px) {
  .mainvisual__play .mainvisual-block {
    display: none; } }
@media screen and (max-width: 767px) {
  .mainvisual__play .mainvisual-iframe {
    display: block; } }
@media screen and (min-width: 768px) {
  .mainvisual__play .mainvisual-iframe {
    display: block; } }

.share {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .share {
      margin-bottom: 36px;
      -webkit-justify-content: center;
      justify-content: center; } }
  @media screen and (min-width: 768px) {
    .share {
      margin-bottom: 40px;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; } }

.share-title {
  border: 2px solid #C80000;
  line-height: 32px;
  padding: 0 1em;
  margin-right: 10px;
  color: #C80000;
  font-weight: bold; }

.sharelist {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.sharelist-line {
  margin-left: 10px; }

.sharelist-line-link {
  display: block; }

.sharelist-line-link-img {
  vertical-align: bottom; }

.sectiontitle {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .sectiontitle {
      margin-bottom: 20px;
      width: 100%;
      padding: 0 8px; } }
  @media screen and (min-width: 768px) {
    .sectiontitle {
      margin-bottom: 40px; } }

.sectiontitle-inner {
  display: inline-block;
  background: rgba(255, 255, 255, 0.45);
  border: 3px solid #C80000;
  border-radius:5px; }
  @media screen and (max-width: 767px) {
    .sectiontitle-inner {
      width: 100%;
      padding: 10px 35px; } }
  @media screen and (min-width: 768px) {
    .sectiontitle-inner {
      padding: 13px 44px; } }

.sectiontitle__archives .sectiontitle-inner {
  background: rgba(255, 255, 255, 0.75); }

.sectiontitle-inner-en,
.sectiontitle-inner-ja {
  line-height: 1.2;
  font-weight: bold;
  color: #C80000; }
  @media screen and (max-width: 767px) {
    .sectiontitle-inner-en,
    .sectiontitle-inner-ja {
      display: block;
      width: 100%; } }

@media screen and (max-width: 767px) {
  .sectiontitle-inner-en {
    font-size: 128.57143%; } }
@media screen and (min-width: 768px) {
  .sectiontitle-inner-en {
    font-size: 150%; } }
@media screen and (max-width: 767px) {
  .sectiontitle-inner-en {
    border-bottom: 1px solid #C80000;
    padding-bottom: 7px;
    margin-bottom: 10px; } }

@media screen and (min-width: 768px) {
  .sectiontitle-inner-ja {
    font-size: 150%; } }

@media screen and (min-width: 768px) {
  .sectiontitle-inner-en::after {
    content: "｜";
    margin-left: .5em;
    margin-right: .5em; } }

.information {
  position: relative; }
  @media screen and (max-width: 767px) {
    .information {
      padding: 32px 0; } }
  @media screen and (min-width: 768px) {
    .information {
      padding: 40px 0; } }
  .information > .container {
    z-index: 2; }
  .information::before, .information::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .information::before {
    background: url(../img/information-bg.jpg) center #F0F0F0;
    z-index: 0;
    opacity: 1;
    background-size: cover; }

.informationblock {
  border: 1px solid #CCC;
  background: #FFF;
  box-shadow: -13px 13px 0px 3px rgba(0, 0, 0, 0.08); }
  @media screen and (max-width: 767px) {
    .informationblock {
      padding: 20px 10px; } }
  @media screen and (min-width: 768px) {
    .informationblock {
      padding: 20px; } }
  @media screen and (min-width: 768px) {
    .informationblock {
      text-align: center; } }

.informationtitle {
  color: #C80000;
  /* font-style:oblique; */
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #888; }
  @media screen and (max-width: 767px) {
    .informationtitle {
      font-size: 128.57143%; } }
  @media screen and (min-width: 768px) {
    .informationtitle {
      font-size: 130%; } }
  @media screen and (max-width: 767px) {
    .informationtitle {
      text-align: center; } }

.informationabout {
  display: inline-block;
  position: relative; }
  @media screen and (max-width: 767px) {
    .informationabout {
      border-bottom: 1px solid #ccc;
      margin-bottom: 1em;
      width: 100%; } }

.informationabout-title {
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .informationabout-title {
      font-size: 112.5%; } }
  @media screen and (min-width: 768px) {
    .informationabout-title {
      position: absolute;
      left: 0; } }

.informationabout-content {
  text-align: left;
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .informationabout-content {
      line-height: 1.75;
      padding-left: 5.5em; } }

.informationlink {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 10px auto 0; }
  @media screen and (min-width: 768px) {
    .informationlink {
      width: 540px; } }

.informationlink-registerlink {
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 13px 8px;
  font-weight: normal;
  color: #C80000; }
  @media screen and (min-width: 768px) {
    .informationlink-registerlink {
      font-size: 112.5%; } }
  @media screen and (max-width: 767px) {
    .informationlink-registerlink {
      border: 1px solid #C80000; } }
  @media screen and (min-width: 768px) {
    .informationlink-registerlink {
      border: 2px solid #C80000; } }
  .informationlink-registerlink::before {
    content: "> "; }
  .informationlink-registerlink:hover, .informationlink-registerlink:active, .informationlink-registerlink:focus {
    background: #C80000;
    color: #FFF; }

.informationlink-inquirylink,
.informationlink-publiclink {
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 13px 8px;
  font-weight: normal;
  color: #184B8A; }
  @media screen and (min-width: 768px) {
    .informationlink-inquirylink,
    .informationlink-publiclink {
      font-size: 112.5%; } }
  @media screen and (max-width: 767px) {
    .informationlink-inquirylink,
    .informationlink-publiclink {
      border: 1px solid #184B8A; } }
  @media screen and (min-width: 768px) {
    .informationlink-inquirylink,
    .informationlink-publiclink {
      border: 2px solid #184B8A; } }
  .informationlink-inquirylink::before,
  .informationlink-publiclink::before {
    content: "> "; }
  .informationlink-inquirylink:hover, .informationlink-inquirylink:active, .informationlink-inquirylink:focus,
  .informationlink-publiclink:hover,
  .informationlink-publiclink:active,
  .informationlink-publiclink:focus {
    background: #184B8A;
    color: #FFF; }

@media screen and (max-width: 767px) {
  .informationlink-registerlink,
  .informationlink-inquirylink {
    font-size: 114.28571%; } }
@media screen and (max-width: 767px) {
  .informationlink-registerlink,
  .informationlink-inquirylink {
    width: 100%;
    margin-bottom: 13px; } }
@media screen and (min-width: 768px) {
  .informationlink-registerlink,
  .informationlink-inquirylink {
    width: 260px; } }

.informationlink-publiclink {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .informationlink-publiclink {
      font-size: 92.85714%; } }
  @media screen and (max-width: 767px) {
    .informationlink-publiclink {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .informationlink-publiclink {
      margin-top: 12px; } }

.informationlink-pastlink {
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 13px 8px;
  font-weight: bold;
  color: #C80000; }
  @media screen and (min-width: 768px) {
    .informationlink-pastlink {
      font-size: 112.5%; } }
  @media screen and (max-width: 767px) {
    .informationlink-pastlink {
      border: 1px solid #C80000; } }
  @media screen and (min-width: 768px) {
    .informationlink-pastlink {
      border: 2px solid #C80000; } }
  .informationlink-pastlink::before {
    content: "> "; }
  .informationlink-pastlink:hover,
  .informationlink-pastlink:active,
  .informationlink-pastlink:focus {
    background: #C80000;
    color: #FFF; }

.informationlink-pastlink {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .informationlink-pastlink {
      font-size: 92.85714%; } }
  @media screen and (max-width: 767px) {
    .informationlink-pastlink {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .informationlink-pastlink {
      margin-top: 12px; } }


.about {
  background: #FFF;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .about {
      padding: 32px 0; } }
  @media screen and (min-width: 768px) {
    .about {
      padding: 40px 0; } }
  @media screen and (min-width: 768px) {
    .about > .container {
      padding-right: 16px; } }

.aboutimg {
  position: absolute;
  top: 96px;
  z-index: 0;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .aboutimg {
      width: 80%;
      max-width: 370px;
      left: 15px; } }
  @media screen and (min-width: 768px) {
    .aboutimg {
      left: 0;
      width: 580px; } }

.aboutimg::before {
  content: "";
  display: block; }
  @media screen and (max-width: 767px) {
    .aboutimg::before {
      padding-top: 69.0625%; } }
  @media screen and (min-width: 768px) {
    .aboutimg::before {
      padding-top: 107.40741%; } }

.aboutimg-img {
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }

.aboutmidashi {
  position: relative;
  display: inline-block;
  /* font-style:oblique; */
  font-weight: bold;
  background: rgba(200, 0, 0, 0.8);
  color: #FFF;
  line-height: 1.3;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .aboutmidashi {
      font-size: 114.28571%; } }
  @media screen and (min-width: 768px) {
    .aboutmidashi {
      font-size: 162.5%; } }
  @media screen and (max-width: 767px) {
    .aboutmidashi {
      padding: 11px 8px;
      text-align: left;
      margin-top: 150px;
      margin-bottom: 20px;
      margin-right: 8px; } }
  @media screen and (min-width: 768px) {
    .aboutmidashi {
      padding: 10px 20px 10px 30px;
      margin-top: 16px;
      margin-bottom: 17px; } }

.aboutblock {
  position: relative;
  display: inline-block;
  text-align: left;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .aboutblock {
      width: 540px;
      border: 1px solid #CCC;
      background: #FFF;
      box-shadow: 13px 13px 0px 3px rgba(0, 0, 0, 0.08); } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .aboutblock {
      padding: 20px 10px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .aboutblock {
      padding: 20px; } }

  @media screen and (max-width: 767px) {
    .aboutblock {
      border: 1px solid #CCC;
      background: #FFF;
      box-shadow: -13px 13px 0px 3px rgba(0, 0, 0, 0.08); } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .aboutblock {
      padding: 20px 10px; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .aboutblock {
      padding: 20px; } }

  .aboutblock p {
    margin-bottom: 1.5em; }

.aboutlink {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: row wrap; }
  @media screen and (min-width: 768px) {
    .aboutlink {
      width: 420px; } }
  @media screen and (max-width: 767px) {
    .aboutlink {
      border-top: 1px solid #ccc;
      padding-top: 1.42em; } }

.aboutlink-detaillink,
.aboutlink-entrylink {
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 13px 8px;
  font-weight: normal;
  color: #C80000; }
  @media screen and (min-width: 768px) {
    .aboutlink-detaillink,
    .aboutlink-entrylink {
      font-size: 112.5%; } }
  @media screen and (max-width: 767px) {
    .aboutlink-detaillink,
    .aboutlink-entrylink {
      border: 1px solid #C80000; } }
  @media screen and (min-width: 768px) {
    .aboutlink-detaillink,
    .aboutlink-entrylink {
      border: 2px solid #C80000; } }
  .aboutlink-detaillink::before,
  .aboutlink-entrylink::before {
    content: "> "; }
  .aboutlink-detaillink:hover, .aboutlink-detaillink:active, .aboutlink-detaillink:focus,
  .aboutlink-entrylink:hover,
  .aboutlink-entrylink:active,
  .aboutlink-entrylink:focus {
    background: #C80000;
    color: #FFF; }
  @media screen and (max-width: 767px) {
    .aboutlink-detaillink,
    .aboutlink-entrylink {
      font-size: 114.28571%; } }
  @media screen and (max-width: 767px) {
    .aboutlink-detaillink,
    .aboutlink-entrylink {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .aboutlink-detaillink {
      width: 170px; } }

  @media screen and (min-width: 768px) {
    .aboutlink-entrylink {
      width: 230px; } }

@media screen and (max-width: 767px) {
  .aboutlink-detaillink {
    margin-bottom: 13px; } }

.aboutlink-entrylink {
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 13px 8px;
  font-weight: normal;
  color: #184B8A; }
  @media screen and (min-width: 768px) {
    .aboutlink-entrylink {
      font-size: 112.5%; } }
  @media screen and (max-width: 767px) {
    .aboutlink-entrylink {
      border: 1px solid #184B8A; } }
  @media screen and (min-width: 768px) {
    .aboutlink-entrylink {
      border: 2px solid #184B8A; } }
  .aboutlink-entrylink::before {
    content: "> "; }
  .aboutlink-entrylink:hover, .aboutlink-entrylink:active, .aboutlink-entrylink:focus {
    background: #184B8A;
    color: #FFF; }

.program {
  background: #F0F0F0; }
  @media screen and (max-width: 767px) {
    .program {
      padding: 32px 0; } }
  @media screen and (min-width: 768px) {
    .program {
      padding: 40px 0; } }
  @media screen and (min-width: 768px) {
    .program > .container {
      padding: 16px; } }

@media screen and (max-width: 767px) {
  .programblock {
    background: #FFF;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-left: -7px;
    margin-right: -7px; } }
@media screen and (min-width: 768px) {
  .programblock {
    border: 1px solid #CCC;
    background: #FFF;
    box-shadow: -13px 13px 0px 3px rgba(0, 0, 0, 0.08); } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .programblock {
      padding: 20px 10px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .programblock {
      padding: 20px; } }

@media screen and (min-width: 768px) {
  .programlist {
    margin-left: -20px;
    margin-right: -20px; } }

.programlist-line {
  position: relative; }

.programlist-line::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #C80000;
  position: absolute;
  left: 66px;
  z-index: 0;
  top: -34px; }
  @media screen and (max-width: 767px) {
    .programlist-line::before {
      left: 39px; } }
  @media screen and (min-width: 768px) {
    .programlist-line::before {
      left: 66px; } }

.programlist-line:first-child::before {
  top: 30px; }

.programlist-line:nth-child(even) {
  background: #f6f6f6; }

.programdetail {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  @media screen and (max-width: 767px) {
    .programdetail {
      padding-left: 15px;
      min-height: 34px;
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media screen and (min-width: 768px) {
    .programdetail {
      padding-left: 31px;
      min-height: 86px; } }

.programdetail::after {
  content: "";
  display: block;
  width: 1px; }
  @media screen and (max-width: 767px) {
    .programdetail::after {
      height: 64px; } }
  @media screen and (min-width: 768px) {
    .programdetail::after {
      height: 86px; } }

.programdetail-time {
  display: block;
  background: #C80000;
  text-align: center;
  color: #FFF;
  border-radius: 50%; }
  @media screen and (min-width: 768px) {
    .programdetail-time {
      font-size: 112.5%; } }
  @media screen and (max-width: 767px) {
    .programdetail-time {
      width: 3.5em;
      height: 3.5em;
      line-height: 3.5em; } }
  @media screen and (min-width: 768px) {
    .programdetail-time {
      width: 4em;
      height: 4em;
      line-height: 4em; } }

@media screen and (max-width: 767px) {
  .programdetail-content {
    padding-left: 12px;
    width: calc(100% - 33px - 3.5em); } }
@media screen and (min-width: 768px) {
  .programdetail-content {
    padding-left: 32px; } }

.programdetail__nottime::before {
  content: "";
  display: block;
  width: 4em; }
  @media screen and (min-width: 768px) {
    .programdetail__nottime::before {
      font-size: 112.5%; } }

.programdetail-content-title {
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .programdetail-content-title {
      display: inline-block; } }

.programdetail-content-title-jumplink {
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 13px 8px;
  font-weight: normal;
  color: #C80000;
  padding: 0px 8px;
  line-height: 24px;
  border-radius: 1px;
  font-weight: normal;
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }
  @media screen and (min-width: 768px) {
    .programdetail-content-title-jumplink {
      font-size: 112.5%; } }
  @media screen and (max-width: 767px) {
    .programdetail-content-title-jumplink {
      border: 1px solid #C80000; } }
  @media screen and (min-width: 768px) {
    .programdetail-content-title-jumplink {
      border: 2px solid #C80000; } }
  .programdetail-content-title-jumplink::before {
    content: "> "; }
  .programdetail-content-title-jumplink:hover, .programdetail-content-title-jumplink:active, .programdetail-content-title-jumplink:focus {
    background: #C80000;
    color: #FFF; }
  @media screen and (min-width: 768px) {
    .programdetail-content-title-jumplink {
      font-size: 75%; } }
  @media screen and (max-width: 767px) {
    .programdetail-content-title-jumplink {
      display: block;
      width: 10em;
      margin-top: 5px; } }
  @media screen and (min-width: 768px) {
    .programdetail-content-title-jumplink {
      display: inline-block;
      margin-left: 10px;
      border-width: 1px; } }

.programdetail-content-title-jumplink::before {
  content: "> "; }

.programdetail-content-title__close::after,
.programdetail-content-title__open::after {
  display: inline-block;
  margin-left: 8px;
  width: 8px;
  height: 8px; }
  @media screen and (max-width: 767px) {
    .programdetail-content-title__close::after,
    .programdetail-content-title__open::after {
      content: ""; } }

.programdetail-content-title__close::after {
  border-right: 2px solid #C80000;
  border-bottom: 2px solid #C80000;
  -moz-transform: rotate(45deg) translateY(-5px);
  -ms-transform: rotate(45deg) translateY(-5px);
  -webkit-transform: rotate(45deg) translateY(-5px);
  transform: rotate(45deg) translateY(-5px); }

.programdetail-content-title__open::after {
  border-top: 2px solid #C80000;
  border-left: 2px solid #C80000;
  -moz-transform: rotate(45deg) translateY(-1px) translateX(4px);
  -ms-transform: rotate(45deg) translateY(-1px) translateX(4px);
  -webkit-transform: rotate(45deg) translateY(-1px) translateX(4px);
  transform: rotate(45deg) translateY(-1px) translateX(4px); }

@media screen and (min-width: 768px) {
  .programdetail-content-text {
    font-size: 87.5%; } }
@media screen and (min-width: 768px) {
  .programdetail-content-text {
    margin-left: 16px; } }

@media screen and (max-width: 767px) {
  .programdetail-content-text__spclose {
    height: 0;
    max-height: 0;
    overflow: hidden; } }

@media screen and (max-width: 767px) {
  .programdetail-content-text__spopen {
    height: auto;
    max-height: 100px; } }

.presentator {
  background: #f6f6f6; }
  @media screen and (max-width: 767px) {
    .presentator {
      padding: 32px 0; } }
  @media screen and (min-width: 768px) {
    .presentator {
      padding: 40px 0; } }

@media screen and (max-width: 767px) {
  .presentatoranchor {
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 25px; } }
@media screen and (min-width: 768px) {
  .presentatoranchor {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

@media screen and (max-width: 767px) {
  .presentatoranchor-line {
    margin-bottom: 14px; } }

.presentatoranchor-line-link {
  border: 2px solid #C80000;
  border-radius: 4px;
  color: #C80000;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  text-align: center;
  position: relative; }
  @media screen and (min-width: 768px) {
    .presentatoranchor-line-link {
      width: 480px;
      font-weight: bold; } }

.presentatoranchor-line-link::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #C80000;
  border-bottom: 2px solid #C80000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 16px; }

@media screen and (max-width: 767px) {
  .pretentatorswitch {
    margin-left: -7px;
    margin-right: -7px; } }

@media screen and (min-width: 768px) {
  .presentatorswitch-line {
    padding-top: 32px; } }

.presentatorswitch-line-title {
  background: #C80000;
  text-align: center;
  padding: 7px 0;
  color: #FFF;
  border-radius: 4px; }
  @media screen and (min-width: 768px) {
    .presentatorswitch-line-title {
      font-size: 112.5%; } }

.presentatorlist {
  background: #FFF; }
  @media screen and (min-width: 768px) {
    .presentatorlist {
      padding: 0 20px;
      box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08); } }

@media screen and (max-width: 767px) {
  .presentatorlist-line {
    padding: 20px 15px;
    border-bottom: 1px solid #ccc; } }
@media screen and (min-width: 768px) {
  .presentatorlist-line {
    padding: 25px 30px; } }

.presentatorlist-line:not(:last-child) {
  border-bottom: 1px solid #ccc; }

.presentatordetail {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .presentatordetail {
      flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center; } }
  @media screen and (min-width: 768px) {
    .presentatordetail {
      -webkit-justify-content: space-between;
      justify-content: space-between; } }

.presentatorimg {
  border-radius: 50%;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 767px) {
    .presentatorimg {
      width: 240px;
      margin: 0 auto 12px; } }
  @media screen and (min-width: 768px) {
    .presentatorimg {
      width: 180px; } }

.presentatorimg::before {
  content: "";
  display: block;
  padding-top: 100%; }

.presentatorimg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

@media screen and (max-width: 767px) {
  .presentatorinfo {
    margin: 0 auto;
    width: 100%;
    max-width: 480px; } }
@media screen and (min-width: 768px) {
  .presentatorinfo {
    width: 690px; } }

.presentatorinfo-title {
  color: #C80000;
  /* font-style:oblique; */
  font-weight: bold;
  line-height: 1;
  margin-bottom: 14px; }
  @media screen and (max-width: 767px) {
    .presentatorinfo-title {
      font-size: 142.85714%; } }
  @media screen and (min-width: 768px) {
    .presentatorinfo-title {
      font-size: 150%; } }
  @media screen and (max-width: 767px) {
    .presentatorinfo-title {
      text-align: center; } }

@media screen and (max-width: 767px) {
  .presentatorinfo-title-fss {
    font-size: 80%; } }
@media screen and (min-width: 768px) {
  .presentatorinfo-title-fss {
    font-size: 75%; } }

.presentatorinfo-theme {
  margin-bottom: 16px; }
  @media screen and (max-width: 767px) {
    .presentatorinfo-theme {
      font-size: 85.71429%; } }
  @media screen and (max-width: 767px) {
    .presentatorinfo-theme {
      text-indent: -5em;
      margin-left: 5em; } }

@media screen and (max-width: 767px) {
  .presentatorinfo-person {
    margin-bottom: 16px; } }
@media screen and (min-width: 768px) {
  .presentatorinfo-person {
    margin-bottom: 37px; } }

.presentatorinfo-person-name {
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .presentatorinfo-person-name {
      font-size: 125%; } }
  @media screen and (max-width: 767px) {
    .presentatorinfo-person-name {
      display: block; } }
  @media screen and (min-width: 768px) {
    .presentatorinfo-person-name {
      line-height: 1;
      width: 6em; } }

@media screen and (max-width: 767px) {
  .presentatorinfo-person-belong {
    font-size: 85.71429%; } }
@media screen and (min-width: 768px) {
  .presentatorinfo-person-belong {
    font-size: 87.5%; } }
@media screen and (min-width: 768px) {
  .presentatorinfo-person-belong {
    margin-left: 44px; } }

@media screen and (min-width: 768px) {
  .presentatorinfo-links {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; } }

.presentatorinfo-links-movielink,
.presentatorinfo-links-posterlink {
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 13px 8px;
  font-weight: normal;
  color: #C80000; }
  @media screen and (min-width: 768px) {
    .presentatorinfo-links-movielink,
    .presentatorinfo-links-posterlink {
      font-size: 112.5%; } }
  @media screen and (max-width: 767px) {
    .presentatorinfo-links-movielink,
    .presentatorinfo-links-posterlink {
      border: 1px solid #C80000; } }
  @media screen and (min-width: 768px) {
    .presentatorinfo-links-movielink,
    .presentatorinfo-links-posterlink {
      border: 2px solid #C80000; } }
  .presentatorinfo-links-movielink::before,
  .presentatorinfo-links-posterlink::before {
    content: "> "; }
  .presentatorinfo-links-movielink:hover, .presentatorinfo-links-movielink:active, .presentatorinfo-links-movielink:focus,
  .presentatorinfo-links-posterlink:hover,
  .presentatorinfo-links-posterlink:active,
  .presentatorinfo-links-posterlink:focus {
    background: #C80000;
    color: #FFF; }
  @media screen and (max-width: 767px) {
    .presentatorinfo-links-movielink,
    .presentatorinfo-links-posterlink {
      width: 100%;
      margin-bottom: 13px; } }
  @media screen and (min-width: 768px) {
    .presentatorinfo-links-movielink,
    .presentatorinfo-links-posterlink {
      width: 164px;
      margin-right: 12px; } }

@media screen and (max-width: 767px) {
  .presentatorinfo-links-posterlink {
    margin-bottom: 16px; } }

.presentatorinfo-links-externallink {
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 13px 8px;
  font-weight: normal;
  color: #184B8A; }
  @media screen and (min-width: 768px) {
    .presentatorinfo-links-externallink {
      font-size: 112.5%; } }
  @media screen and (max-width: 767px) {
    .presentatorinfo-links-externallink {
      border: 1px solid #184B8A; } }
  @media screen and (min-width: 768px) {
    .presentatorinfo-links-externallink {
      border: 2px solid #184B8A; } }
  .presentatorinfo-links-externallink::before {
    content: "> "; }
  .presentatorinfo-links-externallink:hover, .presentatorinfo-links-externallink:active, .presentatorinfo-links-externallink:focus {
    background: #184B8A;
    color: #FFF; }
  @media screen and (max-width: 767px) {
    .presentatorinfo-links-externallink {
      width: 49%; } }
  @media screen and (min-width: 768px) {
    .presentatorinfo-links-externallink {
      width: 95px;
      margin-right: 12px; } }

@media screen and (max-width: 767px) {
  .presentatorinfo-links-externallink:nth-child(4) {
    float: right; } }

.presentatorinfo-links-movielink,
.presentatorinfo-links-posterlink,
.presentatorinfo-links-externallink {
  border-width: 1px;
  padding: 0px 8px;
  font-weight: normal;
  text-align: center;
  line-height: 32px; }
  @media screen and (min-width: 768px) {
    .presentatorinfo-links-movielink,
    .presentatorinfo-links-posterlink,
    .presentatorinfo-links-externallink {
      font-size: 75%; } }

@media screen and (max-width: 767px) {
  .presentatorinfo-links-movielink,
  .presentatorinfo-links-posterlink {
    font-size: 121.42857%; } }
@media screen and (max-width: 767px) {
  .presentatorinfo-links-movielink,
  .presentatorinfo-links-posterlink {
    line-height: 38px; } }

.presentatorinfo-links-movielink::before {
  content: "";
  display: inline-block;
  background: url(../img/icon-movie.png) center no-repeat;
  background-size: cover;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  vertical-align: middle;
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }
.presentatorinfo-links-movielink:hover::before, .presentatorinfo-links-movielink:focus::before, .presentatorinfo-links-movielink:active::before {
  background-image: url(../img/icon-movie_hover.png); }

.presentatorinfo-links-posterlink::before {
  content: "";
  display: inline-block;
  background: url(../img/icon-poster.png) center no-repeat;
  background-size: cover;
  width: 17px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }
.presentatorinfo-links-posterlink:hover::before, .presentatorinfo-links-posterlink:focus::before, .presentatorinfo-links-posterlink:active::before {
  background-image: url(../img/icon-poster_hover.png); }

.presentatorinfo-links-movielink[href="#"],
.presentatorinfo-links-posterlink[href="#"],
.presentatorinfo-links-externallink[href="#"] {
  /*display:none;*/ }

@media screen and (min-width: 768px) {
  .presentatorinfo-links-posterlink + .presentatorinfo-links-externallink {
    margin-left: 24px; } }

.presentatorinfo-links *:first-child {
  margin-left: 0px !important; }

.archives {
  position: relative; }
  @media screen and (max-width: 767px) {
    .archives {
      padding: 32px 0; } }
  @media screen and (min-width: 768px) {
    .archives {
      padding: 40px 0; } }
  .archives > .container {
    z-index: 2; }
  .archives::before, .archives::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .archives::before {
    background: url(../img/archives-bg.jpg) center #575654;
    z-index: 0;
    opacity: 1;
    background-size: cover; }

.archivestab {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  border-bottom: 4px solid #C80000; }
  @media screen and (max-width: 767px) {
    .archivestab {
      margin-left: -7px;
      margin-right: -7px; } }
  @media screen and (max-width: 767px) {
    .archivestab-line {
      width: 33.33333%;
      box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); } }
  .archivestab-line-link {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
    background: #E88D8D;
    display: block;
    color: #FFF;
    text-align: center;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .archivestab-line-link {
        font-size: 112.5%; } }
    @media screen and (max-width: 767px) {
      .archivestab-line-link {
        font-size: 107.14286%; } }
    @media screen and (max-width: 767px) {
      .archivestab-line-link {
        width: 100%;
        padding: 2px 0; } }
    @media screen and (min-width: 768px) {
      .archivestab-line-link {
        width: 320px;
        padding: 2px 0; } }
    .archivestab-line-link__current {
      background: #C80000; }
      @media screen and (max-width: 767px) {
        .archivestab-line-link__current {
          padding: 5px 0; } }
      @media screen and (min-width: 768px) {
        .archivestab-line-link__current {
          padding: 10px 0; } }

.archivesswitch {
  background: #FFF; }
  @media screen and (max-width: 767px) {
    .archivesswitch {
      margin-left: -7px;
      margin-right: -7px;
      margin-bottom: 32px; } }
  @media screen and (min-width: 768px) {
    .archivesswitch {
      padding: 20px 10px; } }

.archivesswitch-line {
  display: none; }

.archivesswitch-line__open {
  display: block; }

.archiveslist {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: justify-content;
  justify-content: justify-content;
  flex-flow: row wrap; }

.archiveslist-line {
  border-bottom: 1px solid #ccc;
  position: relative; }
  @media screen and (max-width: 767px) {
    .archiveslist-line {
      padding: 20px 15px;
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .archiveslist-line {
      width: 25%;
      padding: 24px 10px 105px; } }

@media screen and (min-width: 768px) {
  .archiveslist-line:nth-last-child(-n+2) {
    border-bottom: none; } }

.archivesmovie {
  position: relative; }
  @media screen and (max-width: 767px) {
    .archivesmovie {
      width: 80%;
      max-width: 384px;
      margin: 0 auto; } }

.archivesmovie::before {
  position: absolute;
  content: url(../img/youtube_social_icon_red.png);
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.archivesmovie-iframe {
  width: 100%;
  display: none; }

.archivesmovie-img {
  width: 100%; }

.archivesmovie__play::before {
  display: none; }
.archivesmovie__play .archivesmovie-iframe {
  display: block; }
.archivesmovie__play .archivesmovie-img {
  display: none; }

.archivesinfo {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .archivesinfo {
      max-width: 480px;
      margin: 0 auto; } }

@media screen and (max-width: 767px) {
  .archivesinfo-title {
    font-weight: bold; } }

@media screen and (min-width: 768px) {
  .archivesinfo-person {
    position: absolute;
    width: calc(100% - 20px);
    bottom: 25px; } }

.archivesinfo-person-name {
  display: block;
  line-height: 1; }
  @media screen and (min-width: 768px) {
    .archivesinfo-person-name {
      font-size: 87.5%; } }
  @media screen and (max-width: 767px) {
    .archivesinfo-person-name {
      margin-top: 16px; } }

.archivesinfo-person-belong {
  display: block; }
  @media screen and (max-width: 767px) {
    .archivesinfo-person-belong {
      font-size: 85.71429%; } }
  @media screen and (min-width: 768px) {
    .archivesinfo-person-belong {
      font-size: 75%; } }
  @media screen and (min-width: 768px) {
    .archivesinfo-person-belong {
      margin-top: 10px;
      line-height: 1.3;
      height: 2.6em; } }

.supervisor_advisors {
  position: relative; }
  @media screen and (max-width: 767px) {
    .supervisor_advisors {
      padding: 32px 0; 
        background: #FFF;} }
  @media screen and (min-width: 768px) {
    .supervisor_advisors {
      padding: 40px 0; 
        background: #F0F0F0;} }
  .supervisor_advisors > .container {
    z-index: 2; }
  .supervisor_advisors::before, .supervisor_advisors::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.supervisor_advisorsblock {
  border: 1px solid #CCC;
  background: #FFF; }
  @media screen and (max-width: 767px) {
    .supervisor_advisorsblock {
      padding: 20px 10px; } }
  @media screen and (min-width: 768px) {
    .supervisor_advisorsblock {
      padding: 20px; } }
  @media screen and (min-width: 768px) {
    .supervisor_advisorsblock {
      text-align: center; } }

.supervisor_advisorstitle {
  color: #C80000;
  /* font-style:oblique; */
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #888; }
  @media screen and (max-width: 767px) {
    .supervisor_advisorstitle {
      font-size: 128.57143%; } }
  @media screen and (min-width: 768px) {
    .supervisor_advisorstitle {
      font-size: 125%; } }
  @media screen and (max-width: 767px) {
    .supervisor_advisorstitle {
      text-align: center; } }

.supervisor_advisorsabout {
  display: inline-block;
  position: relative; 
  padding-left: 70px;
  padding-right: 70px; }
  @media screen and (max-width: 767px) {
    .supervisor_advisorsabout {
      border-bottom: 1px solid #ccc;
      margin-bottom: 1em;
      width: 100%; } }

.supervisor_advisorsabout-title {
  font-weight: bold;  }
  @media screen and (min-width: 768px) {
    .supervisor_advisorsabout-title {
      font-size: 100%; } }
  @media screen and (min-width: 768px) {
    .supervisor_advisorsabout-title {
      position: absolute;
      left: 0; } }

.supervisor_advisorsabout-content {
  text-align: left;
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .supervisor_advisorsabout-content {
      line-height: 1.75;
      padding-left: 5.5em; } }

.footer {
  background: #C80000; }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 16px 0; } }

.finfo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .finfo {
      flex-direction: column; } }
  @media screen and (min-width: 768px) {
    .finfo {
      height: 100px; } }

.copyright {
  color: #FFF;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .copyright {
      font-size: 85.71429%; } }
  @media screen and (min-width: 768px) {
    .copyright {
      font-size: 87.5%; } }
  @media screen and (max-width: 767px) {
    .copyright {
      margin-top: 16px;
      text-align: center; } }

/* video */
@media (max-width: 767px) {
  video {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  video {
    width: 1000px;
    height: auto;
  }
}

/* font */
.subtitle {
	font-size:85%;
}