.site-wrap {
  position: relative;
  clear: both;
}
@media screen and (max-width: 999px) {
  .site-wrap {
    margin-top: 67px;
  }
}

header.site-head {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
@media screen and (max-width: 999px) {
  header.site-head {
    display: none;
  }
}
header.site-head .logo-block {
  width: 200px;
}
header.site-head .logo-block h1 a {
  font-size: 0px;
  line-height: 1;
}
header.site-head .logo-block h1 a img {
  width: 100%;
}
header.site-head .navigation-block {
  width: calc(100% - 200px);
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
header.site-head .navigation-block nav.nav-global ul {
  display: flex;
  justify-content: flex-end;
}
header.site-head .navigation-block nav.nav-global ul li {
  margin: 0 0 0 40px;
}
header.site-head .navigation-block nav.nav-global ul li a {
  color: #000000;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.site-head .navigation-block nav.nav-global ul li a:hover {
  opacity: 0.7;
}
header.site-head .navigation-block nav.nav-global ul li a span {
  color: #003366;
  margin-right: 10px;
}

.site-head-sp {
  display: block;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
@media screen and (min-width: 1000px) {
  .site-head-sp {
    display: none;
  }
}
.site-head-sp .header-innner-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 15px;
  background: #ffffff;
  border-bottom: 1px solid #003366;
}
.site-head-sp .header-innner-sp .site-logo-sp img {
  width: 100%;
  max-width: 150px;
}
.site-head-sp .header-innner-sp .site-navi-icon {
  width: 30px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #003366;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.site-head-sp .site-nav-sp {
  display: none;
  width: 100%;
  height: calc(100vh - 66px);
  background: rgba(255, 255, 255, 0.95);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.site-head-sp .site-nav-sp .sns-list {
  padding: 30px 10px 0 10px;
}
.site-head-sp .site-nav-sp .sns-list ul {
  display: flex;
  justify-content: center;
}
.site-head-sp .site-nav-sp .sns-list ul li {
  width: 24px;
}
.site-head-sp .site-nav-sp .sns-list ul li a {
  text-decoration: none;
  opacity: 0.4;
}
.site-head-sp .site-nav-sp .sns-list ul li a img {
  width: 100%;
}
.site-head-sp .site-nav-sp .navi-global-sp {
  display: block;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li {
  display: block;
  border-bottom: 1px solid #003366;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li:first-of-type {
  border-top: 1px solid #003366;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 100%;
  color: #333333;
  padding: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li a span {
  color: #003366;
  margin-right: 10px;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp {
  margin: 25px 0 0 0;
  text-align: center;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp li {
  display: inline-block;
  margin: 0 15px;
}

.main-content__wrap {
  background: url("../images/all_bg.jpg") repeat-y center top;
  background-size: 100% auto;
}
.main-content__wrap section.content-section {
  padding: 80px 20px 80px 20px;
}
.main-content__wrap section.content-section.no-pdt {
  padding-top: 0;
}
.main-content__wrap section.content-section .content-inner-block {
  max-width: 800px;
  margin: 0 auto;
}
.main-content__wrap section.content-section .content-inner-block .title-block {
  margin-bottom: 30px;
}
.main-content__wrap section.content-section .content-inner-block .title-block h3 {
  font-size: 35px;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .main-content__wrap section.content-section .content-inner-block .title-block h3 {
    font-size: 22px;
  }
}
.main-content__wrap section.content-section .content-inner-block .title-block2 {
  margin-bottom: 40px;
}
.main-content__wrap section.content-section .content-inner-block .title-block2 h3 {
  font-size: 35px;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
  color: #000000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #666666;
}
@media screen and (max-width: 999px) {
  .main-content__wrap section.content-section .content-inner-block .title-block2 h3 {
    font-size: 22px;
  }
}
.main-content__wrap section.content-section .content-inner-block .title-block2 p {
  font-size: 25px;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .main-content__wrap section.content-section .content-inner-block .title-block2 p {
    font-size: 18px;
  }
}

.contact-information__wrap {
  padding: 70px 20px;
  background: #f0f0ef;
}
.contact-information__wrap .inner-block .icon {
  text-align: center;
  margin-bottom: 25px;
}
.contact-information__wrap .inner-block .icon span {
  display: inline-block;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 600;
  padding: 5px 25px;
  border-radius: 100px;
  box-sizing: border-box;
  background: #003366;
}
@media screen and (max-width: 999px) {
  .contact-information__wrap .inner-block .icon span {
    font-size: 18px;
    min-width: 120px;
  }
}
.contact-information__wrap .inner-block .tl {
  text-align: center;
  margin-bottom: 35px;
}
.contact-information__wrap .inner-block .tl p.lg {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .contact-information__wrap .inner-block .tl p.lg {
    font-size: 20px;
  }
}
.contact-information__wrap .inner-block .tl p.sm {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .contact-information__wrap .inner-block .tl p.sm {
    font-size: 16px;
  }
}
.contact-information__wrap .inner-block .mail {
  text-align: center;
  margin-bottom: 35px;
}
.contact-information__wrap .inner-block .mail p {
  font-size: 30px;
  line-height: 1.3;
  color: #000000;
  font-weight: 600;
  word-break: break-all;
}
@media screen and (max-width: 999px) {
  .contact-information__wrap .inner-block .mail p {
    font-size: 18px;
  }
}
.contact-information__wrap .inner-block .mail p a:hover {
  text-decoration: none;
}
.contact-information__wrap .inner-block .notes p {
  text-align: center;
  line-height: 1.75;
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .contact-information__wrap .inner-block .notes p {
    font-size: 14px;
  }
}

footer.site-footer {
  padding: 10px;
  background: #003366;
}
footer.site-footer p {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}

.apply-btn__fixed {
  position: fixed;
  width: 200px;
  right: 30px;
  bottom: 30px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .apply-btn__fixed {
    width: 80px;
    right: 10px;
    bottom: 10px;
  }
}
.apply-btn__fixed a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.apply-btn__fixed a:hover {
  opacity: 0.7;
}
.apply-btn__fixed a img {
  width: 100%;
}

a.btn-basic {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  border-radius: 100px;
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  padding: 15px 10px;
  line-height: 1.25;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  a.btn-basic {
    font-size: 18px;
  }
}
a.btn-basic:hover {
  opacity: 0.7;
}

.btn-notes {
  margin-top: 10px;
}
.btn-notes p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .btn-notes p {
    font-size: 14px;
  }
}

.btn-notes2 {
  margin-top: 10px;
}
.btn-notes2 p {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .btn-notes2 p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .btn-notes2 p {
    font-size: 14px;
    text-align: center;
  }
}

.main-visual__wrap {
  background: #c2cfd5;
  text-align: center;
  font-size: 0px;
  line-height: 1;
}
.main-visual__wrap h2 {
  display: block;
}
.main-visual__wrap h2 img {
  width: 100%;
  max-width: 1600px;
}

.type-introduction .read-text {
  color: #000000;
}
.type-introduction .read-text h4 {
  font-size: 34px;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 999px) {
  .type-introduction .read-text h4 {
    font-size: 20px;
  }
}
.type-introduction .read-text p {
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .type-introduction .read-text p {
    font-size: 14px;
  }
}
.type-introduction .btn-dl {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 10% 0 10%;
}
.type-introduction .btn-dl a {
  width: 15%;
  margin: 20px 0 0 0;
  padding: 10px 20px;
  border-radius: 10px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .type-introduction .btn-dl a {
    width: 18%;
    font-size: 16px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .type-introduction .btn-dl {
  width: 100%;
  margin: 0 0 0 0;
  }
  .type-introduction .btn-dl a {
    width: 40%;
    font-size: 16px;
    padding: 10px;
  }
}
.type-introduction .btn-dl a:hover {
  opacity: 0.7;
}

.type-event .chart-block {
  text-align: center;
  margin-bottom: 50px;
}
.type-event .chart-block img {
  max-width: 100%;
}
.type-event .btn-block {
  text-align: center;
}
.type-event .btn-block2 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .type-event .btn-block2 {
  text-align: center;
 }
}
.type-event .info-each {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.type-event .info-each .sub-text-notes {
  margin-top: 30px;
}
.type-event .info-each .sub-text-notes p {
  font-size: 16px;
  line-height: 1.75;
  color: #000000;
  font-weight: 500;
  margin-bottom: 2em;
}
@media screen and (max-width: 999px) {
  .type-event .info-each .sub-text-notes p {
    font-size: 14px;
  }
}
.type-event .info-each .sub-text-notes p span {
  font-weight: 900;
}
.type-event .info-each .clm2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.type-event .info-each .clm2 .row {
  padding: 0 30px;
}
@media screen and (max-width: 999px) {
  .type-event .info-each .clm2 .row {
    padding: 10px 7px;
  }
}
.type-event .info-each .term-set {
  display: flex;
}
@media screen and (max-width: 768px) {
  .type-event .info-each .term-set {
    display: block;
  }
}
.type-event .info-each .term-set h5 {
  display: block;
  width: 160px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .type-event .info-each .term-set h5 {
    width: 100%;
    padding: 0 0 15px 0;
  }
}
.type-event .info-each .term-set h5 span {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #003366;
}
@media screen and (max-width: 999px) {
  .type-event .info-each .term-set h5 span {
    font-size: 18px;
  }
}
.type-event .info-each .term-set .text-block {
  width: calc(100% - 160px);
  padding-left: 40px;
  box-sizing: border-box;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .type-event .info-each .term-set .text-block {
    width: 100%;
    padding: 0 0 0 0;
  }
}
.type-event .info-each .term-set .text-block .btn-dl a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .type-event .info-each .term-set .text-block .btn-dl a {
    font-size: 14px;
    padding: 10px;
  }
}
.type-event .info-each .term-set .text-block .btn-dl a:hover {
  opacity: 0.7;
}
.type-event .info-each .term-set .text-block p {
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .type-event .info-each .term-set .text-block p {
    font-size: 14px;
  }
}
.type-event .info-each .term-set .text-block p a:hover {
  text-decoration: none;
}
.type-event .info-each .term-set .text-block p.date {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .type-event .info-each .term-set .text-block p.date {
    font-size: 16px;
  }
}
.type-event .info-each .term-set .text-block p.date span.lg {
  font-size: 30px;
}
@media screen and (max-width: 999px) {
  .type-event .info-each .term-set .text-block p.date span.lg {
    font-size: 22px;
  }
}
.type-event .info-each .term-set .text-block p.date span.md {
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  .type-event .info-each .term-set .text-block p.date span.md {
    font-size: 18px;
  }
}
.type-event .info-each .term-set .text-block p.time {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .type-event .info-each .term-set .text-block p.time {
    font-size: 20px;
  }
}
.type-event .info-each .term-set .text-block p.time-table {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .type-event .info-each .term-set .text-block p.time-table {
    font-size: 16px;
  }
}
.type-event .info-each .term-set .text-block p.txt-lg {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .type-event .info-each .term-set .text-block p.txt-lg {
    font-size: 18px;
  }
}
.type-event .info-each .term-set .text-block p.txt-lg.mgn-btn {
  margin-bottom: 20px;
}
.type-event .info-each .term-set .text-block p.txt-md {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .type-event .info-each .term-set .text-block p.txt-md {
    font-size: 16px;
  }
}
.type-event .info-each .term-set .text-block p.notes {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.type-news .news-postlist article.row {
  padding: 10px;
  border-bottom: 1px dashed #666666;
}
.type-news .news-postlist article.row:first-of-type {
  border-top: 1px dashed #666666;
}
.type-news .news-postlist article.row dl {
  display: flex;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .type-news .news-postlist article.row dl {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .type-news .news-postlist article.row dl {
    display: block;
  }
}
.type-news .news-postlist article.row dl dt {
  display: block;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .type-news .news-postlist article.row dl dt {
    width: 100%;
  }
}
.type-news .news-postlist article.row dl dd {
  display: block;
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .type-news .news-postlist article.row dl dd {
    width: 100%;
  }
}

.type-lecture .btn-block {
  text-align: center;
}
.type-lecture .lecture-postlist {
  margin-bottom: 50px;
}
.type-lecture .lecture-postlist .row {
  display: flex;
  padding: 40px 0;
}
.type-lecture .lecture-postlist .row .information {
  width: calc(100% - 170px);
  padding: 0 30px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-lecture .lecture-postlist .row .information {
    width: calc(100% - 120px);
    padding: 0 10px 0 0;
  }
}
.type-lecture .lecture-postlist .row .information .icon {
  margin-bottom: 20px;
}
.type-lecture .lecture-postlist .row .information .icon span {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 100px;
  box-sizing: border-box;
  min-width: 150px;
  background: #003366;
}
@media screen and (max-width: 999px) {
  .type-lecture .lecture-postlist .row .information .icon span {
    font-size: 14px;
    min-width: 100px;
  }
}
.type-lecture .lecture-postlist .row .information .text {
  color: #000000;
}
.type-lecture .lecture-postlist .row .information .text p.tl {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .type-lecture .lecture-postlist .row .information .text p.tl {
    font-size: 18px;
  }
}
.type-lecture .lecture-postlist .row .information .text p.career {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .type-lecture .lecture-postlist .row .information .text p.career {
    font-size: 13px;
  }
}
.type-lecture .lecture-postlist .row .information .text p.career br.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .type-lecture .lecture-postlist .row .information .text p.career br.sp-br {
    display: block;
  }
}
.type-lecture .lecture-postlist .row .information .text p.career2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .type-lecture .lecture-postlist .row .information .text p.career2 {
    font-size: 16px;
  }
}
.type-lecture .lecture-postlist .row .information .text p.career2 br.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .type-lecture .lecture-postlist .row .information .text p.career2 br.sp-br {
    display: block;
  }
}
.type-lecture .lecture-postlist .row .information .text p.name {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.25;
}
@media screen and (max-width: 999px) {
  .type-lecture .lecture-postlist .row .information .text p.name {
    font-size: 18px;
  }
}
.type-lecture .lecture-postlist .row .information .text p.name span {
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  .type-lecture .lecture-postlist .row .information .text p.name span {
    font-size: 14px;
  }
}
.type-lecture .lecture-postlist .row .thumbnail {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .type-lecture .lecture-postlist .row .thumbnail {
    width: 120px;
  }
}
.type-lecture .lecture-postlist .row .thumbnail img {
  max-width: 100%;
}

.type-exhibition .btn-block {
  text-align: center;
}
.type-exhibition .exhibition-postlist {
  margin-bottom: 80px;
}
.type-exhibition .exhibition-postlist .row {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.type-exhibition .exhibition-postlist .row .num {
  width: 75px;
  font-size: 45px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .type-exhibition .exhibition-postlist .row .num {
    font-size: 16px;
    width: 30px;
  }
}
.type-exhibition .exhibition-postlist .row .information-block {
  width: calc(100% - 75px);
}
@media screen and (max-width: 999px) {
  .type-exhibition .exhibition-postlist .row .information-block {
    width: calc(100% - 30px);
  }
}
.type-exhibition .exhibition-postlist .row .information-block .ex-head {
  border: 1px solid #003366;
  position: relative;
  cursor: pointer;
}
.type-exhibition .exhibition-postlist .row .information-block .ex-head::before {
  content: "";
  width: 60px;
  height: 100%;
  background: #003366;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.type-exhibition .exhibition-postlist .row .information-block .ex-head.active span.trigger {
  transform: rotate(135deg);
}
.type-exhibition .exhibition-postlist .row .information-block .ex-head span.trigger {
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type-exhibition .exhibition-postlist .row .information-block .ex-head span.trigger::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -15px;
  z-index: 3;
}
.type-exhibition .exhibition-postlist .row .information-block .ex-head span.trigger::after {
  content: "";
  width: 2px;
  height: 30px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -1px;
  z-index: 3;
}
.type-exhibition .exhibition-postlist .row .information-block .ex-head .tl {
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
  background: #003366;
  padding: 5px 70px 5px 10px;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .type-exhibition .exhibition-postlist .row .information-block .ex-head .tl {
    font-size: 14px;
  }
}
.type-exhibition .exhibition-postlist .row .information-block .ex-head .detail {
  line-height: 1.5;
  font-weight: 600;
  color: #000000;
  background: #ffffff;
  padding: 5px 70px 5px 10px;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .type-exhibition .exhibition-postlist .row .information-block .ex-head .detail {
    font-size: 14px;
  }
}
.type-exhibition .exhibition-postlist .row .information-block .more-info {
  padding-top: 15px;
  display: none;
}
.type-exhibition .exhibition-postlist .row .information-block .more-info p {
  font-size: 14px;
  line-height: 1.75;
}

/*# sourceMappingURL=style.css.map */
