@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
html {
  overflow-x: hidden;
  font-size: 10px;
}
body {

}
/*.home #nav,
.home .site-footer-template,
.home footer.site-footer {
  display: none;
}
.home header.site-header.fixed.trans {
  position: absolute;
}*/
h3.vc_custom_heading {
  font-size: 2.4rem;
  margin-bottom: 1em;
  font-weight: 400;
}
.container {
  max-width: 1120px;
}
header.site-header.fixed.trans.eff,
header.site-header.fixed:not(.trans) {
  background: url(../img/nav_bg.png) center no-repeat;
  background-size: cover;
}
header.site-header.fixed {
  border: 0;
  box-shadow: none;
}
header.site-header.fixed .container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (min-width: 768px) {
  header.site-header.fixed.fullwidth .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1500px) {
  header.site-header.fixed.fullwidth .container {
    max-width: calc(100% - 16rem);
  }
}
header.site-header.fixed.trans.eff:before {
  display: none!important;
}
.page-tc-top header.site-header.fixed {
  background: rgba(255, 255, 255, .7)!important;
}
#nav {
  margin-left: auto;
}
#nav ul.menu > li:last-child a {
  display: block;
  background: #0D44E6;
  color: #fff;
  font-size: 2rem;
  padding: 0 4.3rem;
}
.top_banner .vc_column_container>.vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.top_banner .banner_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  text-align: center;
  width: calc(100% - 3rem);
}
.top_banner h1 {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}

.top_main {
  padding: 5rem 0;
}
.infact-news {
  padding: 0 0 5rem;
}
.infact-news .wrap .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.infact-news .wrap .title span {
  color: #0D44E6;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  margin: 0;
}
.infact-news .wrap .left {
  width: 18rem;
  padding-top: 0;
  border: 0;
}
.infact-news .wrap .right {
  padding-top: 0;
  border-top: 0;
  width: calc(100% - 18rem);
}
.infact-news .wrap .left:before,
.infact-news .wrap .right:before {
  display: none;
}
.infact-news .wrap ul li a,
.infact-news .wrap ul li .date {
  font-size: 1em;
  color: inherit;
  font-style: normal;
  font-weight: 700;
}
.infact-news .wrap ul li {
  padding: 0 0 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px dotted #D9D9D9;
  padding-right: 2rem;
  background: url(../img/svg_arrow_2.svg) right 6px no-repeat;
}
.infact-news .btn-wrap {
  text-align: center;
}
.infact-news .button {
  border: 0;
  padding: 0 5.5rem 0 2rem;
  font-size: 18px;
  font-weight: 700;
  min-width: inherit;
  border-bottom: 3px solid #0D44E6;
  background: url(../img/svg_arrow.svg) right center no-repeat;
}
.infact-news .button:before {
  display: none;
}
#btn-top {
  display: none!important;
}
.site-footer-template {
  min-height: inherit;
  border-top: 2px solid #3C3C3C;
  font-size: 1.4rem;
}
.site-footer-template .container {
  max-width: 48rem;
}
.site-footer-template .wrap-footer-template {
  padding: 1rem 0 0;
}
footer.site-footer #copyright {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .top_banner h1 {
    font-size: 2rem;
  }
  .infact-news .wrap ul li {
    background-position: right center;
  }
  header.site-header .logo {
    width: auto;
    margin: 0;
    height: auto;
    line-height: inherit;
  }
  header.site-header .logo img {
    vertical-align: top;
  }
  header.site-header .sp-right {
    margin-left: auto;
  }
  .top_main .container {
    padding-left: 0;
    padding-right: 0;
  }
}


.heading-cmn .wrap-heading {
  max-width: 1160px;
  text-align: left;
  top: 70%;
}
.heading-cmn .wrap-heading p {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.page-single-post,
.page-sub .wrap {
  display: flex;
  flex-flow: column;
}
.page-single-post > .container:first-child,
.page-sub .wrap .page-title-pazi + .container {
  order: 2;
}
.list_news {
  max-width: 61rem;
  margin: 0 auto;
  padding: 7rem 0;
  list-style: none;
}
.list_news li {
  display: flex;
  font-weight: 700;
  padding: 0 0 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px dotted #D9D9D9;
}
.list_news li a {
  flex: 1;
  text-decoration: none;
}
.list_news li .date {
  margin-right: 2rem;
}
.list_news li a:after {
  content: '';
  height: 15px;
  width: 9px;
  display: inline-block;
  background: url(../img/svg_arrow_2.svg) center no-repeat;
  margin-left: .5rem;
}
.page-single-post .wrap {
  padding: 7rem 0;
  max-width: 60rem;
  margin: 0 auto;
}
.page-single-post h1 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 1.5em;
}
.back_news {
  text-align: center;
  margin: 7rem 0 0;
}
.back_news a {
  display: inline-block;
  line-height: 40px;
  font-size: 1.8rem;
  padding: 0 3.5rem;
  text-decoration: none;
  color: #fff;
  background: #0d44e6;
}

.page-sub .main-pazi {
  margin: 0 auto;
  padding: 7rem 0;
  width: 61rem;
  max-width: 100%;
}
.infact-table table {
  font-size: 1em;
}
.page-sub .infact-table table tr td {
  font-weight: 700;
  background: #F1F1F1;
  padding: 1.5rem 2rem;
}
.page-tc-facility .infact-table table tr td:first-child {
  background: #0D44E6;
  color: #fff;
}


.table_plaza .infact-table table tr:nth-child(1) td,
.table_plaza .infact-table table tr:nth-child(2) td {
  background: #0D44E6;
  color: #fff;
}
.table_plaza .infact-table table tr:nth-child(3) td:first-child,
.table_plaza .infact-table table tr:nth-child(5) td:first-child {
  background: #d9edf8;
}
.table_plaza .infact-table table tr:nth-child(3) td:nth-child(2),
.table_plaza .infact-table table tr:nth-child(4) td:nth-child(1) {
  background: #d9edf8;
}

.table_course .infact-table table tr:nth-child(1) td,
.table_course .infact-table table tr:nth-child(2) td {
  background: #0D44E6;
  color: #fff;
}
.table_course .infact-table table tr:nth-child(3) td:first-child,
.table_course .infact-table table tr:nth-child(4) td:first-child,
.table_course .infact-table table tr:nth-child(5) td:first-child,
.table_course .infact-table table tr:nth-child(6) td:first-child,
.table_course .infact-table table tr:nth-child(6) td:nth-child(2),
.table_course .infact-table table tr:nth-child(7) td:first-child,
.table_course .infact-table table tr:nth-child(8) td:first-child {
  background-color: #d9edf8;
}
@media (max-width: 767px) {
  .wpb-content-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  .vc_column-inner .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .page-sub .infact-table table tr td {
    padding: 1rem;
  }
}