/*学問祭2023*/
article.gakumonsai nav.gk-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

article.gakumonsai nav.gk-nav li {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  text-align: center;
  background: #0088cd;
  margin: 0 0.666%;
  margin-bottom: 5px;
}

article.gakumonsai nav.gk-nav li:nth-child(odd) {
  background: #f18d00;
}

article.gakumonsai nav.gk-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: 40px;
}

article.gakumonsai section.gk-hero, article.gakumonsai section.gk-about, article.gakumonsai section.gk-lecture, article.gakumonsai section.gk-schedule, article.gakumonsai section.gk-access, article.gakumonsai section.gk-books{
  padding-top: 100px;
  margin-bottom: 50px;
}

article.gakumonsai section.gk-hero img {
  width: 100%;
}

article.gakumonsai section.gk-access h3 {
  margin: 0;
  border-radius: 10px 10px 0 0;
  padding: 5px 0;
  text-align: center;
}



article.gakumonsai section.gk-access h3.gk-ky {
  color: #0088cd;
  background: #d3edfb;
}

article.gakumonsai section.gk-access h3.gk-jo {
  color: #107557;
  background: #d0e7c3;
}

article.gakumonsai section.gk-access div.gk-ky, article.gakumonsai section.gk-access div.gk-jo {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}

article.gakumonsai section.gk-access div iframe {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

article.gakumonsai section.gk-access div address {
  margin-bottom: 30px;
  font-size: 0.875rem;
}

article.gakumonsai section.gk-books table.book-list {
  width: 100%;
}

article.gakumonsai section.gk-books h3 {
  color:black;
  background-color:#F8F8C8;
  padding: 10px;
  width: 100%;
  text-align:left;
  font-style:italic;
}

article.gakumonsai section.gk-books table.book-list tr th, article.gakumonsai section.gk-books table.book-list tr td {
  padding: 5px;
  font-size: 14px;
}

article.gakumonsai section.gk-books table.book-list thead tr {
  background-color: #E5F5E5;
}

article.gakumonsai section.gk-books table.book-list tbody tr {
  background-color: #D6F6F6;
}

article.gakumonsai section.gk-books table.book-list tbody tr:nth-child(odd) {
  background-color: #f8eaea;
}

article.gakumonsai section p.caption {
  margin-bottom: 30px;
  line-height: 1.2;
}

article.gakumonsai section p.about {
  margin-bottom: 30px;
  font-size: 0.9rem;
}

article.gakumonsai section ul.lecture-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

article.gakumonsai section ul.lecture-ul li img {
  width: 100%;
}

article.gakumonsai section dl.guest-dl {
  margin: 10px 0 50px;
}

article.gakumonsai section dl.guest-dl dt {
  font-size: 1.125rem;
  font-weight: bold;
}

article.gakumonsai section dl.guest-dl dd {
  margin-bottom: 30px;
}

article.gakumonsai section table.lecture-tb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
  border: 1px solid transparent;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

article.gakumonsai section table.lecture-tb thead {
  display: none;
}

article.gakumonsai section table.lecture-tb thead th {
  color: #fff;
  background: #555 !important;
}

article.gakumonsai section table.lecture-tb th, article.gakumonsai section table.lecture-tb td {
  display: block;
  border: 1px solid transparent;
  padding: 5px 10px;
  background: #f8f8f8;
}

article.gakumonsai section table.lecture-tb th:nth-child(odd), article.gakumonsai section table.lecture-tb td:nth-child(odd) {
  background: #eee;
}

article.gakumonsai section table.lecture-tb th {
  border-radius: 10px 10px 0 0;
}

article.gakumonsai section table.lecture-tb td {
  position: relative;
  padding-left: 20%;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: left;
}

article.gakumonsai section table.lecture-tb td:before {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: attr(data-title);
  color: #107557;
  height: 100%;
  top: 0;
  left: 10px;
}

article.gakumonsai section table.lecture-tb td.offline:after {
  position: absolute;
  content: "";
  background: center/20px no-repeat;
  background-image: url("/research/img/icon-offline.png");
  width: 20px;
  height: 20px;
  right: 2%;
  bottom: 10%;
}

article.gakumonsai section table.lecture-tb td.online:after {
  position: absolute;
  content: "";
  background: center/20px no-repeat;
  background-image: url("/research/img/icon-online.png");
  width: 20px;
  height: 20px;
  right: 2%;
  bottom: 10%;
}

article.gakumonsai section table.lecture-tb td small {
  font-size: 0.875rem;
  font-weight: normal;
}

article.gakumonsai section table.lecture-tb td:last-child {
  margin-bottom: 20px;
  padding: 5px 0;
  text-align: center;
}

article.gakumonsai section table.lecture-tb td.no-display {
  display: none;
}

article.gakumonsai section table.lecture-tb th.thc01, article.gakumonsai section table.lecture-tb td.thc01 {
  color: #fff;
  background: #FCD05B;
  text-shadow: 1px 1px #888;
}

article.gakumonsai section table.lecture-tb th.thc02, article.gakumonsai section table.lecture-tb td.thc02 {
  color: #fff;
  background: #EF7D30;
  text-shadow: 1px 1px #888;
}

article.gakumonsai section table.lecture-tb th.thc03, article.gakumonsai section table.lecture-tb td.thc03 {
  color: #fff;
  background: #8AB2DF;
  text-shadow: 1px 1px #888;
}

article.gakumonsai section table.lecture-tb th.thc04, article.gakumonsai section table.lecture-tb td.thc04 {
  color: #fff;
  background: #B97FB5;
  text-shadow: 1px 1px #888;
}

article.gakumonsai section table.lecture-tb th.thc05, article.gakumonsai section table.lecture-tb td.thc05 {
  color: #fff;
  background: #EA5C5C;
  text-shadow: 1px 1px #888;
}

article.gakumonsai section table.lecture-tb th.thc06, article.gakumonsai section table.lecture-tb td.thc06 {
  color: #fff;
  background: #70C191;
  text-shadow: 1px 1px #888;
}

article.gakumonsai section table.lecture-tb th.thc07, article.gakumonsai section table.lecture-tb td.thc07 {
  color: #fff;
  background: #B6D56A;
  text-shadow: 1px 1px #888;
}

article.gakumonsai section table.lecture-tb th.thc08, article.gakumonsai section table.lecture-tb td.thc08 {
  color: #fff;
  background: #d3edfb;
  text-shadow: 1px 1px #888;
  color: #777;
  text-shadow: none;
  font-weight: bold;
  min-height: initial;
}

article.gakumonsai section table.lecture-tb th.thc09, article.gakumonsai section table.lecture-tb td.thc09 {
  color: #fff;
  background: #d0e7c3;
  text-shadow: 1px 1px #888;
  color: #777;
  text-shadow: none;
  font-weight: bold;
  min-height: initial;
}

article.gakumonsai section table.lecture-tb th.thc010, article.gakumonsai section table.lecture-tb td.thc010 {
  color: #fff;
  background: #e5c8e9;
  text-shadow: 1px 1px #888;
  color: #777;
  text-shadow: none;
  font-weight: bold;
  min-height: initial;
}

article.gakumonsai section span.icon-offline, article.gakumonsai section span.icon-online {
  position: relative;
  display: block;
  padding-left: 40px;
  height: 50px;
  font-size: 0.9rem;
}

article.gakumonsai section span.icon-offline:before {
  position: absolute;
  content: "";
  background: left center/29px no-repeat;
  background-image: url("/research/img/icon-offline.png");
  width: 29px;
  height: 45px;
  left: 0;
}

article.gakumonsai section span.icon-online:before {
  position: absolute;
  content: "";
  background: left center/29px no-repeat;
  background-image: url("/research/img/icon-online.png");
  width: 29px;
  height: 45px;
  left: 0;
}

article.gakumonsai section small {
  font-size: 0.875rem;
}

article.gakumonsai section h2, article.gakumonsai section h3 {
  border: none;
}

article.gakumonsai section h2.main-ti, article.gakumonsai section h3.main-ti {
  margin: 0;
  padding: 0;
}

article.gakumonsai section h2.about-ti, article.gakumonsai section h3.about-ti {
  margin-bottom: 0;
}

article.gakumonsai section h2.lecture-ti, article.gakumonsai section h3.lecture-ti {
  display: block;
  -webkit-box-shadow: 5px 5px 0px 0px #ddd;
          box-shadow: 5px 5px 0px 0px #ddd;
  border: solid 2px #000;
  padding: 5px 10px;
  font-size: 24px;
  font-weight: bold;
}

article.gakumonsai section h2.lecture-ti-magenta, article.gakumonsai section h3.lecture-ti-magenta {
  color: #fff;
  background: #f18d00;
}

article.gakumonsai section h2.lecture-ti-cyaan, article.gakumonsai section h3.lecture-ti-cyaan {
  color: #fff;
  background: #0088cd;
}

article.gakumonsai img.about-img {
  max-width: 100%;
  height: 70px;
}



/* @media PC用 */
@media only screen and (min-width: 750px) {
  article.gakumonsai nav.gk-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  article.gakumonsai nav.gk-nav li {
    margin: 0;
  }
  article.gakumonsai section.gk-hero, article.gakumonsai section.gk-about, article.gakumonsai section.gk-lecture, article.gakumonsai section.gk-schedule, article.gakumonsai section.gk-access {
    padding-top: 140px;
  }
  article.gakumonsai section.gk-access div.gk-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  article.gakumonsai section.gk-access div iframe {
    height: 300px;
  }
  article.gakumonsai section p.lecture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 20px;
  }
  article.gakumonsai section ul.lecture-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  article.gakumonsai section ul.lecture-ul li {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin: 0 1.6% 20px;
  }
  article.gakumonsai section table.lecture-tb thead {
    display: table-row-group;
  }
  article.gakumonsai section table.lecture-tb th, article.gakumonsai section table.lecture-tb td {
    display: table-cell;
    border: 5px solid #fff;
  }
  article.gakumonsai section table.lecture-tb th {
    border-radius: 0;
    width: 10%;
    vertical-align: middle;
  }
  article.gakumonsai section table.lecture-tb td {
    position: relative;
    padding: 10px 20px;
    font-size: 0.9rem;
    width: 22.5%;
    text-align: center;
    vertical-align: middle;
  }
  article.gakumonsai section table.lecture-tb td:before {
    display: none;
  }
  article.gakumonsai section table.lecture-tb td:last-child {
    width: 13%;
  }
  article.gakumonsai section table.lecture-tb td.no-display {
    display: table-cell;
  }
  article.gakumonsai section span.icon-offline, article.gakumonsai section span.icon-online {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 40px;
    height: initial;
    font-size: 1rem;
  }

  article.gakumonsai section.gk-books table.book-list tr th, article.gakumonsai section.gk-books table.book-list tr td {
    font-size: 16px;
  }

  article.gakumonsai section h2.lecture-ti-magenta, article.gakumonsai section h2.lecture-ti-cyaan {
    font-size: 30px;
  }
  
  article.gakumonsai section h3.lecture-ti-magenta, article.gakumonsai section h3.lecture-ti-cyaan {
    font-size: 24px;
  }  
  
}



/* @media 印刷用 */
@media print {
  article.gakumonsai nav.gk-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  article.gakumonsai section.gk-hero, article.gakumonsai section.gk-about, article.gakumonsai section.gk-lecture, article.gakumonsai section.gk-schedule, article.gakumonsai section.gk-access {
    padding-top: 140px;
  }
  article.gakumonsai section.gk-access div.gk-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  article.gakumonsai section.gk-access div iframe {
    height: 300px;
  }
  article.gakumonsai section p.lecture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 20px;
  }
  article.gakumonsai section ul.lecture-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  article.gakumonsai section ul.lecture-ul li {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin: 0 1.6% 20px;
  }
  article.gakumonsai section table.lecture-tb thead {
    display: table-row-group;
  }
  article.gakumonsai section table.lecture-tb th, article.gakumonsai section table.lecture-tb td {
    display: table-cell;
    border: 5px solid #fff;
  }
  article.gakumonsai section table.lecture-tb th {
    border-radius: 0;
    width: 10%;
    vertical-align: middle;
  }
  article.gakumonsai section table.lecture-tb td {
    position: relative;
    padding: 10px 20px;
    font-size: 0.9rem;
    width: 22.5%;
    text-align: center;
    vertical-align: middle;
  }
  article.gakumonsai section table.lecture-tb td:before {
    display: none;
  }
  article.gakumonsai section table.lecture-tb td:last-child {
    width: 13%;
  }
  article.gakumonsai section table.lecture-tb td.no-display {
    display: table-cell;
  }
  article.gakumonsai section span.icon-offline, article.gakumonsai section span.icon-online {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 40px;
    height: initial;
    font-size: 1rem;
  }
}