@charset "UTF-8";
/*************************************************
 *************************************************
 *************************************************
 *************************************************
 * e-learning
 *************************************************
 *************************************************
 *************************************************
 ************************************************/
html {
  overflow-y: scroll; }

body {
  margin: 0;
  padding: 0;
  color: #333;
  font: 16px/1.431 verdana, "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif; }

a {
  color: #3248c9; }
  a:hover {
    color: #a40000; }

.hidden {
  display: none; }

.container {
  background: #FFF; }

.container,
.header-inner,
.footer-inner,
.footer-inner-b,
.nav {
  max-width: 970px;
  margin: 0 auto;
  position: relative; }

.header {
  width: 100%; }

.header-outer {
  background: #a40000 url("../img/bg_stripe.png");
  border-bottom: 6px solid #000;
  -webkit-box-shadow: 0 7px #1a238d;
  box-shadow: 0 7px #1a238d;
  margin-bottom: 28px; }

.header-inner {
  height: 46px;
  position: relative; }

.site-name {
  display: none; }

.logo {
  text-align: center;
  padding-top: 5px; }

.logo-el {
  margin: 0 0 0 2px; }

.backtop {
  background: rgba(102, 102, 102, 0.95);
  color: #FFF;
  display: none;
  font-size: .75em;
  text-decoration: none;
  padding: .2em .3em .2em 1.4em;
  position: fixed;
  right: 3px;
  bottom: 5px;
  z-index: 10000; }
  .backtop:before {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 6px solid #FFF;
    position: absolute;
    top: 0;
    left: 2px; }
  .backtop:hover {
    color: #FFF; }

.copy {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1a238d), color-stop(50%, #000000));
  background: -webkit-linear-gradient(#1a238d 50%, #000000 50%);
  background: -o-linear-gradient(#1a238d 50%, #000000 50%);
  background: linear-gradient(#1a238d 50%, #000000 50%);
  color: #FFF;
  font-size: .625em;
  text-align: center; }

.footer-b {
  background: #a40000 url("../img/bg_stripe.png"); }

.footer-inner-b {
  color: #FFF;
  min-height: 51px;
  max-height: 64px; }

.author {
  margin: 0;
  padding: 5px 0 0 5px; }

.nav-sub {
  margin-bottom: 1em; }
  .nav-sub div {
    margin: 0 1em; }

.footer-button {
  border: none;
  border-radius: 1em;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.5) inset, -1px -1px 2px 0px rgba(0, 0, 0, 0.75) inset;
  box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.5) inset, -1px -1px 2px 0px rgba(0, 0, 0, 0.75) inset;
  display: inline-block;
  text-align: center;
  padding: .3em 2em;
  margin: .3em 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #b4daf0;
  color: #1a238d;
  font-weight: bold;
  width: 100%; }
  .footer-button:hover {
    background: #90a3b8; }

@media screen and (min-width: 768px) {
  .nav-sub {
    position: absolute;
    left: 40%;
    bottom: -60px;
    margin: 0;
    z-index: 5000; }
    .nav-sub div {
      display: inline-block;
      margin: 0; }
      .nav-sub div:first-child {
        margin-right: 3em; }
  .footer-button {
    width: auto; } }

.paragraph {
  text-indent: 1em;
  margin: 0 0 0.3em 0; }

.container h1 {
  background: #f9c3c3 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.1)));
  background: #f9c3c3 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.1));
  background: #f9c3c3 -o-linear-gradient(transparent, rgba(0, 0, 0, 0.1));
  background: #f9c3c3 linear-gradient(transparent, rgba(0, 0, 0, 0.1));
  font-size: 1.25em;
  color: #a40000;
  padding: .5em;
  margin: .25em 0 0 0;
  border-top: 0.3em solid #a40000; }

hr {
  border: none;
  border-top: 1px solid #1a238d;
  margin: 2em 0; }

.breadcrumbs {
  margin: .4em;
  font-size: .85em; }

.breadcrumbs .current {
  font-weight: bold; }

.content {
  margin-top: 1em;
  padding: 0 1em 2em 1em;
  line-height: 1.5; }

table {
  border-collapse: collapse;
  margin: 0 auto 1em auto;
  width: 98%; }
  table caption {
    text-align-last: left; }
  table th, table td {
    border: 1px solid #1a238d;
    font-size: .75em;
    padding: .2em;
    vertical-align: top; }
  table thead th {
    background: #b4daf0; }
  table tbody th {
    background: #e6e6e6; }

.movie-list th {
  width: auto; }
  .movie-list th:first-child {
    width: 10em; }
  .movie-list th:last-child {
    width: auto; }

.nav .nav-button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #a40000;
  border: solid 2px #fff;
  z-index: 102;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: -65px;
  right: 0.5em;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .nav .nav-button span {
    display: block;
    border: solid 1px #fff;
    margin-bottom: 6px; }

.nav .navmenu {
  display: none;
  z-index: 100;
  position: static;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f9c3c3;
  list-style: none;
  border: solid 2px #a40000;
  border-left: none;
  border-right: none; }
  .nav .navmenu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav .navmenu li a {
    padding: 12px 15px; }
  .nav .navmenu li.has-child > ul {
    display: none; }
  .nav .navmenu li.has-child.active > ul {
    display: block; }
  .nav .navmenu > li {
    position: relative; }
  .nav .navmenu > li > a {
    color: #a40000;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: bold; }
  .nav .navmenu > li.has-child > a:after {
    content: ">";
    position: absolute;
    right: 1em;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .nav .navmenu > li.has-child.active > a:after {
    content: ">";
    position: absolute;
    right: 1em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .nav .navmenu > li + li,
  .nav .navmenu > li:first-child {
    border-bottom: solid 2px #a40000; }
  .nav .navmenu > li:last-child {
    border-bottom: none; }
  .nav .navmenu > li ul {
    background: #eed8d8; }
  .nav .navmenu > li ul > li {
    position: relative; }
  .nav .navmenu > li ul > li a {
    color: #a40000;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding-left: 22px; }
  .nav .navmenu > li ul > li.has-child > a:before {
    content: "»";
    position: absolute;
    right: 1em;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .nav .navmenu > li ul > li.has-child.active > a:before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
  .nav .navmenu > li ul > li + li, .nav .navmenu > li ul > li:first-child {
    border-bottom: solid 1px #a40000; }
  .nav .navmenu > li ul > li:last-child {
    border-bottom: none; }
  .nav .navmenu > li ul > li:first-child {
    border-top: solid 1px #a40000; }
  .nav .navmenu > li > ul > li > ul {
    background: #fff; }
  .nav .navmenu > li > ul > li > ul li a {
    padding-left: 30px; }

/*************************************************
 *************************************************
 *************************************************
 *************************************************
 * 個別ページ
 *************************************************
 *************************************************
 *************************************************
 ************************************************/
.menu-box {
  margin-bottom: 2em; }
  .menu-box > div {
    margin: 1em 0; }
  .menu-box .menu-title {
    background: #1a238d;
    border-radius: 5px;
    color: #FFF;
    font-size: 1.25em;
    margin: 0;
    padding: .2em .8em; }
    .menu-box .menu-title + h3 {
      font-size: 1em;
      margin: 0;
      padding: .2em .5em; }
  .menu-box .menu-nav {
    margin: 0;
    color: #1a238d;
    padding-left: 2em; }

.new:after {
  display: inline-block;
  content: 'NEW';
  background: #F00;
  color: #FFF;
  font-size: .5em;
  line-height: 1;
  padding: .2em .3em .3em .3em;
  margin-left: 1em;
  vertical-align: text-bottom; }

.level-table {
  margin: 2em 0; }

@media screen and (min-width: 768px) {
  .menu-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1em; }
    .menu-box > div {
      margin: 2em 1em 0 1.8em; }
      .menu-box > div:first-child {
        margin-right: .7em; }
    .menu-box .menu-title {
      font-size: 1.16em;
      width: 320px; }
      .menu-box .menu-title + h3 {
        width: 320px;
        font-size: .85em;
        padding: .2em .8em; }
    .menu-box .menu-nav {
      margin-top: .2em; }
      .menu-box .menu-nav.col-2 li {
        float: left;
        width: 12em; }
  .level-table {
    margin: 2em auto;
    width: auto; }
    .level-table td, .level-table th {
      font-size: .75em; } }

.movie dd img {
  margin-right: .2em; }

@media screen and (max-width: 767px) {
  .movie dd {
    margin-left: 0; } }

.stm:after {
  content: "";
  display: table;
  clear: both; }

.stm li {
  float: left;
  margin: 0 1em 1.5em 0;
  width: 290px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .stm li img {
    border: 1px solid #666;
    max-width: 100%; }

@media screen and (min-width: 768px) {
  .stm li {
    font-size: .85em; } }

@media print, screen and (min-width: 768px) {
  table th, table td {
    padding: .3em .5em;
    font-size: .85em; }
  .movie-list th {
    width: 7em; }
    .movie-list th:first-child {
      width: auto; }
    .movie-list th:last-child {
      width: 10em; }
  .container > h1 {
    font-size: 1.25em;
    margin: .25em .5em 0;
    border: solid 2px #a40000;
    border-radius: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: auto; }
    .container > h1:before {
      content: "●";
      font-size: 1em;
      margin-right: .2em; }
  .content h2 {
    font-size: 1.16em; }
  .header-inner {
    position: relative; }
  .site-name {
    display: block !important;
    position: absolute;
    left: 5px;
    top: 5px; }
  .content {
    margin-top: 1em;
    padding: 0 1em 2em 1em;
    line-height: 1.5; } }

/* 意見・感想フォーム */
@media screen and (max-width: 767px) {
  .grid-form {
    margin: 0 -1em; } }

.btn-box {
  text-align: center;
  margin: 3em auto 1em auto; }

.btn-box input[type="submit"], .btn-box input[type="button"], .btn-box button {
  background-color: #328efd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#328efd), to(#224064));
  background-image: -webkit-linear-gradient(#328efd, #224064);
  background-image: -o-linear-gradient(#328efd, #224064);
  background-image: linear-gradient(#328efd, #224064);
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px #cccccc;
  box-shadow: 1px 1px 5px #cccccc;
  border: 1px solid #999;
  color: #FFF;
  cursor: pointer;
  text-shadow: 1px 1px #333333;
  font-weight: bold;
  margin: 0 auto 1em auto;
  font-size: 1em;
  display: inline-block;
  width: 95%;
  padding: .5em; }

.btn-box input[type="submit"]:first-child, .btn-box input[type="button"]:first-child,
.btn-box button:first-child {
  margin-left: auto; }

.btn-box-m button {
  min-width: 4em; }

.btn-box input[type="submit"]:hover, .btn-box input[type="button"]:hover, .btn-box button:hover {
  background-color: #9cc9fe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9cc9fe), to(#3e76ba));
  background-image: -webkit-linear-gradient(#9cc9fe, #3e76ba);
  background-image: -o-linear-gradient(#9cc9fe, #3e76ba);
  background-image: linear-gradient(#9cc9fe, #3e76ba);
  color: #333;
  text-shadow: 1px 1px #cccccc; }

@media screen and (min-width: 768px) {
  .btn-box input[type="submit"], .btn-box input[type="button"], .btn-box button {
    min-width: 10em;
    padding: .8em;
    margin-left: 2em;
    width: auto; }
  .btn-box input[type="hidden"]:first-child + input[type="submit"], .btn-box input[type="hidden"]:first-child + input[type="button"], .btn-box input[type="hidden"]:first-child + button, .btn-box input[type="submit"]:first-child, .btn-box input[type="button"]:first-child, .btn-box button:first-child {
    margin-left: auto; } }

/* チャレンジ */
.hpebox {
  float: left;
  margin-right: 1em;
  text-align: center;
  font-size: .75em; }
  .hpebox a[href$='.wmv'],
  .hpebox a[href$='.mp4'] {
    margin-right: 0;
    padding: 0;
    background: none; }
  .hpebox.text268 {
    width: 268px;
    text-align: left;
    font-size: 100%; }

.cl-imgbox {
  width: 45%;
  margin: 0 auto;
  text-align: center;
  font-size: .75em; }

.cl-imgbox2c {
  margin: 0 auto;
  text-align: center;
  font-size: .75em; }

.clear {
  clear: both; }

.point {
  border: dashed 2px #CCC;
  padding: 1em;
  margin-left: 1em;
  margin-bottom: 1em; }

@media screen and (max-width: 767px) {
  .pcbr {
    display: none; } }

/* 学術集会 */
.meeting-list > thead > tr > th:first-child, .meeting-list > thead > tr > th:last-child {
  width: 5em;
  white-space: nowrap; }

.meeting-list > tbody > tr > td:first-child, .meeting-list > tbody > tr > td:last-child {
  text-align: center; }

.meeting-list .performer, .meeting-list .chairman {
  width: 10em; }

@media (max-width: 767px) {
  caption {
    text-align: left; }
  .meeting-list > thead > tr > th:first-child, .meeting-list > thead > tr > th:last-child {
    width: 2.5em;
    white-space: normal; }
  .meeting-list .performer, .meeting-list .chairman {
    width: 5.5em; }
  img {
    max-width: 100%; } }

/* Sonolearning */
.ispreview {
  background: red;
  color: white;
  text-align: center; }

.menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .menu-title i {
    margin-right: .2em; }

.menu-title-btn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.btn-b.btn-score {
  font-size: .8em;
  padding: .15em 1em; }

.btn-b:hover, .btn-r:hover, .btn-a:hover, btn-g:hover {
  color: #FFF; }

.midarea-header {
  font-weight: normal;
  color: #050fea;
  cursor: pointer;
  margin: 1em 0 0 1rem;
  padding-left: 1rem;
  position: relative; }

.lowarea-header {
  font-weight: normal;
  cursor: pointer;
  margin: 1rem 0 .25rem 1rem;
  padding-left: 1rem;
  position: relative; }

.midarea-header::before,
.lowarea-header::before {
  content: "\f0da ";
  display: block;
  width: 1em;
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome; }

.midarea-header.active::before,
.lowarea-header.active::before {
  content: "\f0d7 "; }

.midarea-wrapper {
  margin-bottom: 2em; }

.lowarea-wrapper > .lowarea:first-child > .lowarea-header {
  margin-top: .5rem; }

.corrected-true {
  display: inline-block;
  color: #FFF;
  background: #2fa608;
  padding: .2rem .25rem .1rem .25rem;
  font-size: .65em; }

.sono-list .no {
  width: 2em;
  text-align: center; }

.sono-list .name {
  width: 40%; }

@media print, screen and (min-width: 768px) {
  .content .midarea-header {
    font-size: 1.25em; }
  .content .lowarea-header {
    font-size: 1.16em; }
  .sono-list .name {
    width: 25em; } }
