@charset "UTF-8";
p {
  font-size: 14px;
  color: #555;
}

@media (max-width: 600px) {
  p {
    font-size: 13px;
  }
}

.visual {
  padding-bottom: 1.5rem;
  background: linear-gradient(transparent 24%, #F3F4EF 0%);
}

@media (max-width: 600px) {
  .visual {
    padding-bottom: 1.8rem;
    background: none;
  }
}

.visual.nobg {
  background: none;
}

.visual .wid1160 {
  position: relative;
}

@media (max-width: 600px) {
  .visual .wid1160 {
    padding: 0;
  }
}

.visual .wid1160 .visin {
  width: 100%;
}

@media (max-width: 600px) {
  .visual .wid1160 .visin {
    width: 100%;
    padding-left: 0;
  }
}

.visual .wid1160 .visin img {
  width: 100%;
}

.visual .wid1160 h1 {
  position: absolute;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  color: #444444;
  font-size: 1.2rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .visual .wid1160 h1 {
    font-size: 1.4rem;
  }
}

@media (max-width: 600px) {
  .visual .wid1160 h1 {
    font-size: 18px;
    left: 20px;
    top: unset;
    bottom: 1rem;
    line-height: 28px;
    letter-spacing: 3.6px;
  }
}

@media (max-width: 350px) {
  .visual .wid1160 h1 {
    font-size: 23px;
  }
}

.visual .wid1160 h1 span {
  background: #fff;
  padding: 1rem 0.7rem;
  line-height: 1.5;
  box-sizing: border-box;
  letter-spacing: 0.1rem;
  border-left: solid 13px #582488;
  font-size: 1.1rem;
}

@media (max-width: 600px) {
  .visual .wid1160 h1 span {
    background: #F3F4EF;
    border-left: solid 8px #582488;
    padding: 0.7rem;
  }
}

@media (max-width: 600px) {
  article {
    margin-bottom: 6rem;
  }
}

.bread {
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  .bread {
    margin-bottom: 4rem;
  }
}

@media (max-width: 600px) {
  .bread {
    margin-bottom: 1.5rem;
  }
}

.bread p {
  line-height: 2;
  font-size: 12px;
  color: #555;
  text-align: left;
  margin-top: 0.5rem;
}

@media (max-width: 600px) {
  .bread p {
    font-size: 10px;
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .bread .ykon:before {
    font-size: 13px;
    top: 0;
  }
}

.ykon {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
}

.ykon:before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 15px;
  top: -2px;
  color: #808080;
  line-height: 1;
  left: 3px;
  color: inherit;
}

.ykon.rev:before {
  content: "\f104";
}

.tab-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 1px #582488;
}

.tab-group .tab {
  width: 49.5%;
  padding: 1.4rem 5px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  color: #582488;
  border-radius: 5px 5px 0 0;
  background: #f6eefd;
  border-bottom: solid 1px #582488;
  margin-bottom: -1px;
  transition: 1s;
}

@media (max-width: 600px) {
  .tab-group .tab {
    padding: 0.7rem 5px;
    font-size: 13px;
  }
}

.tab-group .tab.is-active {
  background: #fff;
  transition: all 0.2s ease-out;
  border: solid 1px;
  border-bottom: solid 1px #F3F4EF;
  transition: 1s;
}

.panel-group {
  padding-top: 3rem;
}

@media (max-width: 600px) {
  .panel-group {
    padding-top: 1.5rem;
  }
}

.panel-group .panel {
  display: none;
}

.panel-group .panel.is-show {
  display: block;
}

.tabwr {
  margin-bottom: 5rem;
}

@media (max-width: 600px) {
  .tabwr {
    margin-bottom: 0;
  }
}

.tabwr .wid1060 {
  max-width: 960px;
}

.tabwr.sec {
  margin-bottom: 3rem;
}

.olist {
  background: #F3F4EF;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

@media (max-width: 600px) {
  .olist {
    padding-top: 0;
    padding-bottom: 0.4rem;
    background: #fff;
  }
}

@media (max-width: 600px) {
  .olist .cn2 {
    margin-bottom: 1rem;
  }
}

.olist .olin {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.olist .olin .olbox {
  width: 24%;
  float: left;
  margin-bottom: 1rem;
}

@media (max-width: 600px) {
  .olist .olin .olbox {
    width: 48%;
  }
}

.olist .olin .olbox .olbxin {
  text-align: center;
  background: #F3F4EF;
  padding: 1.5rem 0;
  margin-top: -2px;
}

@media (max-width: 600px) {
  .olist .olin .olbox .olbxin {
    padding: 1rem 0.5rem 0.9rem;
    height: 36px;
  }
}

.olist .olin .olbox .olbxin h3 {
  font-size: 14px;
}

@media (max-width: 600px) {
  .olist .olin .olbox .olbxin h3 {
    font-size: 11px;
    line-height: 1.6;
  }
}

.olist .waku {
  border: solid 6px #F3F4EF;
  box-sizing: border-box;
  max-width: 1140px;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  margin: auto;
  margin-bottom: 2rem;
}

@media (max-width: 600px) {
  .olist .waku {
    padding: 0;
    border: none;
    margin-bottom: 1rem;
  }
}

section.obgt {
  padding-top: 2rem;
}

@media (max-width: 600px) {
  section.obgt {
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  #top section.obgt {
    padding-top: 2rem;
  }
}

.slidewrap {
  padding: 4rem 0;
  position: relative;
}

@media (max-width: 600px) {
  .slidewrap {
    padding: 1rem 0;
  }
}

.slidewrap .wid1160 {
  color: #fff;
  max-width: 1140px;
}

.slidewrap .wid1160 ul.slideset li {
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 1.8rem;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .slidewrap .wid1160 ul.slideset li {
    padding: 1.4rem;
  }
}

.slidewrap .wid1160 ul.slideset li h3 {
  font-size: 24px;
  line-height: 1.8;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  margin-bottom: 1.7rem;
  padding-bottom: 0.7rem;
  text-align: justify;
}

@media (max-width: 768px) {
  .slidewrap .wid1160 ul.slideset li h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 600px) {
  .slidewrap .wid1160 ul.slideset li h3 {
    margin-bottom: 1.3rem;
    font-size: 18px;
  }
}

.slidewrap .wid1160 ul.slideset li .cardb {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}

.slidewrap .wid1160 ul.slideset li .cardb .inl {
  width: 100px;
  float: left;
}

.slidewrap .wid1160 ul.slideset li .cardb .inl img {
  width: 100%;
}

@media (max-width: 600px) {
  .slidewrap .wid1160 ul.slideset li .cardb .inl img.hide600 {
    display: none;
  }
}

.slidewrap .wid1160 ul.slideset li .cardb .inr {
  padding-left: 1rem;
  box-sizing: border-box;
  align-self: flex-end;
  width: calc(100% - 100px);
  float: left;
}

.slidewrap .wid1160 ul.slideset li .cardb .inr p {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #fff;
}

.slidewrap .wid1160 ul.slideset li .cardb .inr p.name {
  font-size: 18px;
  margin-bottom: 0.5rem;
}

.slidewrap .wid1160 ul.slideset li .cardb .inr p.name span {
  font-size: 16px;
}

.slider-for {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-for div {
  height: 100%;
}

.slideset .slick-list.draggable {
  width: 50%;
}

@media (max-width: 600px) {
  .slideset .slick-list.draggable {
    width: 100%;
  }
}

.slick-prev:before {
  font-family: none;
  content: url(../img/yajipr.svg) !important;
}

@media (max-width: 600px) {
  .slick-prev {
    left: -12px !important;
    height: 200px !important;
    zoom: 0.7;
  }
}

.slick-next:before {
  font-family: none;
  content: url(../img/yajinx.svg) !important;
}

@media (max-width: 600px) {
  .slick-next {
    right: -12px !important;
    height: 200px !important;
    zoom: 0.7;
  }
}

.admission {
  padding-top: 1rem;
  margin-bottom: 5rem;
}

@media (max-width: 600px) {
  .admission {
    padding-top: 0;
    margin-bottom: 4rem;
  }
}

.admission .wid1060 {
  max-width: 850px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.admission .wid1060 .admiin {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 1.8rem;
}

@media (max-width: 600px) {
  .admission .wid1060 .admiin {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 600px) {
  .admission .wid1060 .admiin .cn2 {
    background: #fff;
    margin-bottom: 1rem;
  }
}

.admission .wid1060 .admiin .cn2 p {
  margin-bottom: 1rem;
  display: block;
}

.admission .wid1060 .admiin a {
  background: #F3F4EF;
  display: block;
  text-align: center;
  padding: 1.1rem 10px;
  margin-bottom: 1.2rem;
  line-height: 1;
  font-size: 16px;
}

@media (max-width: 600px) {
  .admission .wid1060 .admiin a {
    width: 48%;
    box-sizing: border-box;
    padding: 0.5rem 2px 0.5rem 5px;
    margin-bottom: 0.2rem;
    height: 50px;
    display: flex;
    text-align: center;
    align-items: center;
    line-height: 1.3;
  }
}

.admission .wid1060 .admiin a span {
  display: inline-block;
  padding: 5px 0 5px 30px;
  background: url(../img/adma.svg) no-repeat left top 1px;
  position: relative;
  background-size: 23px;
}

@media (max-width: 600px) {
  .admission .wid1060 .admiin a span {
    padding: 5px 0 5px 19px;
    font-size: 0.8rem;
    background: url(../img/adma.svg) no-repeat left 10px center;
    background-size: 16px;
    width: 100%;
  }
}

.admission .wid1060 .admiin a span.hide600 {
  padding: 0;
  background: none;
}

@media (max-width: 600px) {
  .admission .wid1060 .admiin a span.hide600 {
    display: none;
  }
}

@media (max-width: 600px) {
  .admission .wid1060 .admiin p {
    display: flex;
    justify-content: space-between;
  }
}

.banners {
  background: #b3b3b3;
  padding: 3rem 0 2.4rem;
}

@media (max-width: 600px) {
  .banners {
    padding: 1.3rem 0 0.7rem;
  }
}

.banners ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.banners ul:after {
  content: "";
  display: block;
  clear: both;
}

.banners ul li {
  width: 16.6%;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 8px;
}

@media (max-width: 600px) {
  .banners ul li {
    width: 33.3%;
  }
}

.banners ul li img {
  width: 100%;
}

.cn2 {
  text-align: center;
}

@media (max-width: 600px) {
  .cn2 {
    padding-bottom: 1px;
  }
}

.cn2 h2 {
  padding-top: 2rem;
  font-size: 20px;
  margin-bottom: 1rem;
}

@media (max-width: 600px) {
  .cn2 h2 {
    font-size: 18px;
    padding-top: 33px;
  }
}

.cn2 p {
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
}

@media (max-width: 600px) {
  .cn2 p {
    margin-bottom: 1rem;
    line-height: 2;
  }
}

.naka h2 {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  padding-bottom: 1.2rem;
  margin-bottom: 1.8rem;
  position: relative;
  font-size: 22px;
  line-height: 1.6;
  color: #222222;
}

@media (max-width: 600px) {
  .naka h2 {
    font-size: 16px;
    padding-bottom: 0;
  }
}

.naka h2 span {
  color: #582488;
}

.naka h3 {
  box-sizing: border-box;
  padding-left: 19px;
  background: url(../img/shikaku.png) no-repeat left top 2px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 2rem;
  font-size: 18px;
  color: #222222;
}

@media (max-width: 600px) {
  .naka h3 {
    line-height: 1.6;
    background: url(../img/shikaku.png) no-repeat left top 4px;
    margin-bottom: 1rem;
    font-size: 16px;
  }
}

.naka h4 {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  background: #F3F4EF;
  padding: 8px 10px 7px;
  border-radius: 4px;
  margin-bottom: 1.9rem;
  color: #222222;
}

@media (max-width: 600px) {
  .naka h4 {
    font-size: 14px;
  }
}

.naka a {
  color: #582488;
  text-decoration: underline;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.naka p {
  text-align: justify;
}

.naka li {
  text-align: justify;
}

.panel p {
  line-height: 1.8;
  margin-bottom: 2rem;
  text-align: justify;
}

#main {
  padding-top: 144px;
}

header {
  padding-top: 40px;
  padding-bottom: 44px;
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 1000;
  transition: 1s;
}

@media (max-width: 768px) {
  header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 600px) {
  header {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 63px;
  }
}

header.fixed {
  padding-top: 25px;
  padding-bottom: 15px;
  transition: 0.5s;
}

@media (max-width: 600px) {
  header.fixed {
    padding-top: 0px;
    padding-bottom: 10px;
    height: 55px;
    overflow: hidden;
  }
  header.fixed .hlr {
    opacity: 0 !important;
    transition: 0.4s !important;
  }
}

header.open {
  background-color: transparent;
  color: #fff;
}

@media (max-width: 600px) {
  header.open {
    background-color: #fff;
    color: #000;
  }
}

header.open p {
  color: #fff;
}

@media (max-width: 600px) {
  header.open p {
    color: #333;
  }
}

header.open .wid1160 .hl img {
  transition: 0.8s;
}

header.open .wid1160 .hl img.open {
  display: block !important;
}

@media (max-width: 600px) {
  header.open .wid1160 .hl img.open {
    display: none !important;
  }
}

header.open .wid1160 .hl img.close {
  display: none !important;
}

@media (max-width: 600px) {
  header.open .wid1160 .hl img.close {
    display: block !important;
  }
}

header.open .wid1160 .hc a.ja {
  background: #fff !important;
  color: #582488 !important;
}

header.open .wid1160 .hr p span.opn {
  display: inline-block !important;
}

header.open .wid1160 .hr p span.cls {
  display: none;
}

header .wid1160 {
  box-sizing: border-box;
  padding: 0 230px 0 30px;
  position: relative;
}

@media (max-width: 768px) {
  header .wid1160 {
    padding: 0 70px 0 30px;
  }
}

@media (max-width: 600px) {
  header .wid1160 {
    padding: 0 10px;
  }
}

header .wid1160 .hl {
  width: 100%;
}

@media (max-width: 600px) {
  header .wid1160 .hl {
    padding-right: 50px;
    box-sizing: border-box;
    display: flex;
  }
}

header .wid1160 .hl .hll {
  float: left;
  width: 66px;
  box-sizing: border-box;
  padding-right: 10px;
}

@media (max-width: 600px) {
  header .wid1160 .hl .hll {
    width: 60px;
    padding-top: 10px;
  }
}

header .wid1160 .hl .hll img {
  width: 100%;
  transition: 0.8s;
}

header .wid1160 .hl .hll img.open {
  display: none;
}

header .wid1160 .hl .hll img.close {
  display: block;
}

header .wid1160 .hl .hlr {
  float: left;
  width: 90%;
}

@media (max-width: 600px) {
  header .wid1160 .hl .hlr {
    width: 100%;
    opacity: 1;
    transition: 1.7s;
  }
}

header .wid1160 .hl .hlr p {
  font-size: 0.75rem;
  line-height: 1.7;
  letter-spacing: 1px;
  transition: 0.8s;
}

@media (max-width: 768px) {
  header .wid1160 .hl .hlr p {
    font-size: 0.5rem;
    line-height: 1.2;
  }
}

@media (max-width: 600px) {
  header .wid1160 .hl .hlr p {
    padding-top: 10px;
  }
}

header .wid1160 .hc {
  position: absolute;
  right: 120px;
  top: 18px;
}

header .wid1160 .hc p {
  border: solid 1px;
  font-size: 0.8rem;
}

header .wid1160 .hc p a {
  padding: 0 10px;
  display: inline-block;
  letter-spacing: 0.8px;
}

header .wid1160 .hc p a.ja {
  background: #505050;
  color: #fff;
}

header .wid1160 .hr {
  position: absolute;
  right: 30px;
  top: -5px;
  text-align: center;
}

@media (max-width: 768px) {
  header .wid1160 .hr {
    right: 30px;
  }
}

@media (max-width: 600px) {
  header .wid1160 .hr {
    right: 20px;
    zoom: 0.8;
    top: 10px;
  }
}

header .wid1160 .hr p {
  line-height: 1;
  letter-spacing: 0.8px;
}

@media (max-width: 600px) {
  header .wid1160 .hr p {
    font-size: 0.6rem;
  }
}

header .wid1160 .hr p span {
  transition: 0.8s;
}

header .wid1160 .hr p span.opn {
  display: none;
}

@media (max-width: 600px) {
  .nav-button.active span:nth-of-type(1) {
    background: #000;
  }
}

@media (max-width: 600px) {
  .nav-button.active span:nth-of-type(3) {
    background: #000;
  }
}

@media (max-width: 600px) {
  .nav-wrap {
    z-index: 1000;
    top: 65px;
  }
}

.nav-wrap.open .wid1160 {
  display: block;
}

.nav-wrap .wid1160 {
  padding: 180px 30px 0;
  color: #fff;
  display: none;
}

.nav-wrap .wid1160:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 768px) {
  .nav-wrap .wid1160 {
    padding: 150px 20px 0;
  }
}

@media (max-width: 600px) {
  .nav-wrap .wid1160 {
    padding: 30px 45px 0;
  }
}

.nav-wrap .wid1160 p.switch {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  border: solid 1px;
  color: #fff;
}

@media (max-width: 600px) {
  .nav-wrap .wid1160 p.switch {
    margin-bottom: 1.5rem;
    box-sizing: border-box;
  }
}

.nav-wrap .wid1160 p.switch a {
  width: 50%;
  display: block;
  text-align: center;
  padding: 0.3rem 0;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .nav-wrap .wid1160 p.switch a {
    padding: 0, 2rem 0;
  }
}

.nav-wrap .wid1160 p.switch a:first-child {
  background: #fff;
  color: #582488;
}

.nav-wrap .wid1160 .main-navigation {
  width: 100%;
}

.nav-wrap .wid1160 .main-navigation:after {
  content: "";
  display: block;
  clear: both;
}

.nav-wrap .wid1160 .main-navigation .menucol {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-right: 12px;
}

.nav-wrap .wid1160 .main-navigation .menucol:last-child {
  padding-right: 0;
}

@media (max-width: 768px) {
  .nav-wrap .wid1160 .main-navigation .menucol {
    padding-right: 8px;
    width: 28%;
  }
  .nav-wrap .wid1160 .main-navigation .menucol:first-child {
    width: 16%;
  }
}

@media (max-width: 600px) {
  .nav-wrap .wid1160 .main-navigation .menucol {
    width: 100% !important;
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .nav-wrap .wid1160 .main-navigation .menucol:last-child ul {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }
}

.nav-wrap .wid1160 .main-navigation ul li {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}

.nav-wrap .wid1160 .main-navigation ul li.topmar {
  margin-bottom: 6rem;
}

@media (max-width: 600px) {
  .nav-wrap .wid1160 .main-navigation ul li.topmar {
    margin-bottom: 0;
  }
}

.nav-wrap .wid1160 .main-navigation ul li.accordion-title a {
  pointer-events: none;
}

@media (max-width: 600px) {
  .nav-wrap .wid1160 .main-navigation ul li.accordion-title a {
    padding-left: 23px;
    pointer-events: auto;
  }
}

.nav-wrap .wid1160 .main-navigation ul li.accordion-title ul li a {
  padding-left: 12px;
  pointer-events: auto;
  line-height: 1.2;
}

.nav-wrap .wid1160 .main-navigation ul li a {
  padding: 1rem 0;
  display: block;
  letter-spacing: 1px;
}

@media (max-width: 600px) {
  .nav-wrap .wid1160 .main-navigation ul li a {
    padding: 0.7rem 0;
    font-size: 0.9rem;
  }
}

.nav-wrap .wid1160 .main-navigation ul li ul {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  padding-top: 1.2rem;
  padding-left: 1rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .nav-wrap .wid1160 .main-navigation ul li ul {
    padding-left: 0.3rem;
  }
}

@media (max-width: 600px) {
  .nav-wrap .wid1160 .main-navigation ul li ul {
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
    display: none;
  }
}

.nav-wrap .wid1160 .main-navigation ul li ul li {
  border: none;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .nav-wrap .wid1160 .main-navigation ul li ul li {
    margin-bottom: 5px;
  }
}

.nav-wrap .wid1160 .main-navigation ul li ul li a {
  padding: 2px 0 2px 12px;
  font-size: 0.8rem;
  line-height: 1.1;
  position: relative;
}

.nav-wrap .wid1160 .main-navigation ul li ul li a:before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  left: 0;
  font-size: 13px;
  top: 1px;
}

@media (max-width: 768px) {
  .nav-wrap .wid1160 .main-navigation ul li ul li a {
    font-size: 0.75rem;
  }
}

@media (max-width: 600px) {
  #top .visual {
    background: #fff;
    margin-bottom: 13px;
    padding-bottom: 0;
  }
}

@media (max-width: 600px) {
  #top .visual .wid1160 {
    padding: 0;
  }
}

#top .visual h1 {
  position: unset;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  font-weight: normal;
  line-height: 1.4;
}

@media (max-width: 600px) {
  #top .visual h1 {
    font-size: 23px;
    line-height: 34px;
    letter-spacing: 3.4px;
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 600px) {
  #top .visual h1 span {
    letter-spacing: 0.1rem;
  }
}

#top .visual .headlines {
  position: absolute;
  top: 30%;
  left: 30px;
  color: #444444;
  background: #fff;
  padding: 2.2rem 2rem;
  border-left: solid 13px #582488;
}

@media (max-width: 600px) {
  #top .visual .headlines {
    left: 20px;
    top: unset;
    bottom: -15px;
    background: #F3F4EF;
    padding: 1.5rem 2rem 1.5rem 1.2rem;
    border-left: solid 8px #582488;
  }
}

#top .visual .headlines p {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.15rem;
}

@media (max-width: 600px) {
  #top .visual .headlines p {
    font-size: 11px;
    line-height: 1.6;
  }
}

#top .visual .metaslider .flex-control-nav {
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  #top .visual .metaslider .flex-control-nav {
    bottom: -2.5rem;
    right: 0;
    padding-right: 20px;
  }
}

#top .visual .metaslider .flex-control-nav li a {
  margin: 0 4px;
  color: transparent;
}

#top .visual .metaslider .flex-control-paging li a {
  width: 81px;
  height: 4px;
  background: rgba(193, 193, 193, 0.5) !important;
}

@media (max-width: 600px) {
  #top .visual .metaslider .flex-control-paging li a {
    width: 40px;
    height: 2px;
  }
}

#top .visual .metaslider .flex-control-paging li a.flex-active {
  background: #582488 !important;
}

#top .visin {
  width: 100%;
}

@media (max-width: 600px) {
  #top .visin {
    padding-left: 0;
    width: 100%;
  }
}

#top .olist {
  background: #fff;
}

#top .topnews {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

@media (max-width: 600px) {
  #top .topnews {
    background: #fff;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}

@media (max-width: 600px) {
  #top .topnews .cn2 {
    margin-bottom: 1.4rem;
  }
}

@media (max-width: 600px) {
  #top .topnews .wid1160 {
    padding: 0;
  }
}

@media (max-width: 600px) {
  #top .topnews .tpnswr {
    padding: 1.6rem 20px 0.6rem;
  }
}

#top.english {
  margin-bottom: 8rem;
}

@media (max-width: 600px) {
  #top.english .visual {
    padding-bottom: 1rem;
  }
}

#top.english .visual h1 {
  font-size: 24px;
}

@media (max-width: 600px) {
  #top.english .visual h1 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  #top.english .visual h1 span {
    padding: 0.3rem 0.3rem;
  }
}

#top.english .visual .headlines {
  padding: 0.7rem 0.5rem 0.5rem 0.7rem;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 600px) {
  #top.english .visual .headlines {
    bottom: -25px;
  }
}

#top.english .visual .headlines p {
  font-size: 20px;
  font-weight: bold;
  color: #582488;
  line-height: 1.3;
  letter-spacing: 0;
  font-family: "Noto Sans JP", Helvetica, "Helvetica Neue";
}

@media (max-width: 600px) {
  #top.english .visual .headlines p {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
  }
}

#top.english .visual .headlines p span {
  font-size: 8px;
}

#top.english .tab-group .tab {
  font-size: 1.7rem;
  font-weight: bold;
  padding: 1rem 5px;
}

@media (max-width: 600px) {
  #top.english .tab-group .tab {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

#top.english .naka h2 {
  font-size: 28px;
  padding-bottom: 0;
  font-weight: normal;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 1.4;
  color: #582488;
  padding-bottom: 1rem;
  border-bottom: solid 2px #582488;
}

#top.english .naka h2:after {
  display: none;
}

@media (max-width: 600px) {
  #top.english .naka h2 {
    font-size: 22px;
    margin-bottom: 1rem;
    border-bottom: solid 1px #582488;
    padding-bottom: 0.8rem;
  }
}

#top.english .naka h2 span {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0.5rem;
}

@media (max-width: 600px) {
  #top.english .naka h2 span {
    font-size: 12px;
    margin-bottom: 0.7rem;
  }
}

#top.english .naka h3 {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  background: url(../img/shikaku.png) no-repeat left top 6px;
}

@media (max-width: 600px) {
  #top.english .naka h3 {
    font-size: 20px;
    background: url(../img/shikaku.png) no-repeat left top 10px;
  }
}

#top.english .naka h4 {
  font-size: 16px;
  background: none;
  padding: 0;
}

@media (max-width: 600px) {
  #top.english .naka h4 {
    font-size: 13px;
  }
}

#top.english .naka p {
  line-height: 1.9;
  text-align: inherit;
}

@media (max-width: 600px) {
  #top.english .naka p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

#top.english .engin {
  border-radius: 20px;
  padding: 1rem 3rem 2rem;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  #top.english .engin {
    border-radius: 10px;
    padding: 20px 20px 30px;
    margin-bottom: 1.5rem;
  }
}

#top.centop .visual .headlines {
  padding: 1.2rem 2rem;
}

#top.centop .visual h1 {
  margin-bottom: 0;
}

.tpnswr {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #F3F4EF;
  box-sizing: border-box;
  padding: 1.6rem 2rem;
}

.tpnswr:after {
  content: "";
  display: block;
  clear: both;
}

.tpnswr a.tpn {
  text-align: right;
  width: 100%;
  color: #582488;
}

@media (max-width: 600px) {
  .tpnswr a.tpn {
    right: 0;
    top: unset;
    font-size: 0.9rem;
    display: block;
    text-align: center;
    width: 100%;
    bottom: -1.6rem;
    position: absolute;
  }
}

.tpnswr .tpnsbx {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.8rem;
}

@media (max-width: 600px) {
  .tpnswr .tpnsbx {
    width: 100%;
    padding: 0;
    margin-bottom: 0.7rem;
  }
  .tpnswr .tpnsbx:after {
    content: "";
    display: block;
    clear: both;
  }
  .tpnswr .tpnsbx:last-child {
    border-bottom: none;
  }
}

@media (max-width: 600px) {
  .tpnswr .tpnsbx .info {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
}

.tpnswr .tpnsbx .info .cat {
  background: #582488;
  color: #fff;
  display: inline-block;
  font-size: 0.8rem;
  padding: 0.2rem 0.6rem;
  margin-right: 1.2rem;
  vertical-align: top;
}

@media (max-width: 600px) {
  .tpnswr .tpnsbx .info .cat {
    font-size: 0.6rem;
    margin-right: 0.5rem;
    padding: 0rem 0.6rem;
  }
}

.tpnswr .tpnsbx p {
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 600px) {
  .tpnswr .tpnsbx p {
    font-size: 11px;
  }
}

.tpnswr .tpnsbx p.time {
  font-family: "EB Garamond", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0.2rem;
  font-size: 0.8rem;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .tpnswr .tpnsbx p.time {
    line-height: 1;
    margin-bottom: 0.3rem;
    font-size: 13px;
  }
}

.lab {
  width: 100%;
  max-width: 850px;
  margin: auto;
  box-sizing: border-box;
  border: solid 6px #F3F4EF;
  background: url(../img/tony.png) no-repeat right 20px center;
  margin-top: 1rem;
}

@media (max-width: 600px) {
  .lab {
    background: url(../img/tony.png) no-repeat right 12px center;
  }
}

.lab a {
  padding: 2.5rem 4rem;
  display: block;
}

@media (max-width: 600px) {
  .lab a {
    padding: 1.5rem 2.2rem 1.5rem 1.5rem;
  }
}

.lab h3 {
  box-sizing: border-box;
  padding: 25px 0 25px 75px;
  background: url(../img/tonl.png) no-repeat left center;
  display: inline-block;
  margin-bottom: 2rem;
}

@media (max-width: 600px) {
  .lab h3 {
    text-align: left;
    line-height: 1.7;
    font-size: 1.1rem;
    margin-bottom: 0;
    padding: 25px 0 25px 68px;
  }
}

.lab h3 span {
  color: #582488;
  font-size: 1rem;
  vertical-align: top;
}

.lab p {
  text-align: center;
  font-size: 1rem;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .lab p {
    text-align: left;
    font-size: 0.9rem;
  }
}

#message {
  margin-bottom: 6rem;
}

.mescol {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 6%;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 600px) {
  .mescol {
    width: 100%;
    padding: 0;
    margin-bottom: 3rem;
  }
}

.mescol .mespic {
  display: flex;
  align-items: flex-end;
  margin-bottom: 3.5rem;
}

.mescol .mespic:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 600px) {
  .mescol .mespic {
    margin-bottom: 3rem;
  }
}

.mescol .mespic .pic {
  float: left;
  width: 55%;
}

.mescol .mespic .card {
  float: left;
  width: 55%;
  margin-left: -10%;
  margin-bottom: -1.5rem;
  box-sizing: border-box;
  padding: 1.2rem;
  background: #F3F4EF;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 600px) {
  .mescol .mespic .card {
    padding: 0.7rem 1rem 1rem;
  }
}

.mescol .mespic .card p {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

@media (max-width: 600px) {
  .mescol .mespic .card p {
    font: 0.7rem;
    margin-bottom: 0.1rem;
  }
}

.mescol .mespic .card p span {
  font-size: 0.8rem;
}

@media (max-width: 600px) {
  .mescol .mespic .card p span {
    font-size: 0.6rem;
  }
}

.mescol .mespic .card h3 {
  font-size: 1.4rem;
}

@media (max-width: 600px) {
  .mescol .mespic .card h3 {
    font-size: 1rem;
    padding-top: 0.2rem;
  }
}

.mescol h2 {
  line-height: 1.6;
  box-sizing: border-box;
  padding-left: 10px;
  border-left: solid 12px #582488;
  margin-bottom: 2rem;
  letter-spacing: 0;
}

@media (max-width: 600px) {
  .mescol h2 {
    border-left: solid 8px #582488;
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

.mescol p {
  line-height: 1.6;
  text-align: justify;
}

@media (max-width: 600px) {
  #about {
    margin-bottom: 6rem;
  }
}

.naka table {
  border-top: solid 1px #582488;
  width: 100%;
}

.naka table th {
  border-bottom: solid 1px #582488;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 1.4rem 10px;
}

.naka table td {
  border-bottom: solid 1px #582488;
  padding: 1.4rem 10px 1.4rem 20px;
}

.naka table p {
  margin-bottom: 0;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 600px) {
  .naka table p {
    letter-spacing: 0;
  }
}

@media (max-width: 600px) {
  .naka table.fmt1 {
    border-top: none;
  }
}

.naka table.fmt1 th {
  width: 30%;
}

@media (max-width: 600px) {
  .naka table.fmt1 th {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-bottom: none;
    padding: 0 0 3px;
    border-bottom: solid 1px #582488;
  }
}

.naka table.fmt1 th p {
  font-size: 15px;
  color: #582488;
}

@media (max-width: 600px) {
  .naka table.fmt1 th p {
    font-size: 14px;
  }
}

.naka table.fmt1 td {
  width: 70%;
}

@media (max-width: 600px) {
  .naka table.fmt1 td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0.8rem 0 0;
    border-bottom: none;
  }
}

.naka table.fmt1 td p {
  margin-bottom: 2rem;
}

.naka table.fmt1 td ul {
  list-style: initial;
  padding-left: 19px;
}

.naka table.fmt1 td ul li {
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 600px) {
  .naka table.fmt1.sbj3 {
    margin-top: 2rem;
    border-top: solid 1px #582488;
    margin-bottom: 2rem !important;
  }
}

@media (max-width: 600px) {
  .naka table.fmt1.sbj3 tr {
    border-bottom: solid 1px #582488;
    padding-bottom: 0.2rem !important;
    padding-top: 0.7rem;
  }
}

.naka table.fmt1.sbj3 th {
  width: 60px;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .naka table.fmt1.sbj3 th {
    border-bottom: none;
    width: 40px;
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
  }
}

.naka table.fmt1.sbj3 td {
  width: unset;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .naka table.fmt1.sbj3 td {
    width: unset;
    vertical-align: top;
    padding: 0 0 0 18px;
    display: table-cell;
  }
}

@media (max-width: 600px) {
  .naka table.fmt1.sbj4 {
    border-top: dotted 2px #b595d2;
    margin-top: 2rem;
  }
}

@media (max-width: 600px) {
  .naka table.fmt1.sbj4 th p {
    padding-top: 1.4rem;
  }
}

.naka table.fmt2 {
  margin-bottom: 4rem;
}

@media (max-width: 600px) {
  .naka table.fmt2 {
    margin-bottom: 2rem;
  }
}

.naka table.fmt2 th {
  width: 21%;
  background: #F3F4EF;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .naka table.fmt2 th {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-bottom: none;
    padding: 0.6rem 10px;
    border-top: solid 1px #582488;
  }
}

.naka table.fmt2 th p {
  color: #333333;
}

@media (max-width: 600px) {
  .naka table.fmt2 th p {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .naka table.fmt2 tr {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.5rem;
  }
}

.naka table.fmt2 td {
  width: 33.3%;
}

@media (max-width: 600px) {
  .naka table.fmt2 td {
    width: 100%;
    padding: 0;
    border: none;
  }
}

.naka table.fmt2 td p {
  color: #582488;
}

.naka table.fmt2 td p span {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}

.naka table.fmt2.sbj3 td p {
  color: #333333;
}

@media (max-width: 600px) {
  .naka table.fmt2.hs {
    margin-bottom: 2rem;
  }
}

.naka table.fmt2.hs th {
  vertical-align: top;
}

@media (max-width: 600px) {
  .naka table.fmt2.hs th {
    border-bottom: solid 1px #582488;
  }
}

@media (max-width: 600px) {
  .naka table.fmt2.hs th.hide600 {
    height: 0 !important;
    display: none;
  }
}

.naka table.fmt2.hs td {
  padding-bottom: 0.7rem;
}

@media (max-width: 600px) {
  .naka table.fmt2.hs td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-left: 10px;
  }
}

@media (max-width: 600px) {
  .naka table.fmt2.hs td.up10 {
    padding-top: 1rem;
    border-bottom: solid 1px #582488;
  }
}

.naka table.fmt2.hs td:nth-child(2) {
  color: #222222;
  vertical-align: top;
}

@media (max-width: 600px) {
  .naka table.fmt2.hs td:nth-child(2) {
    padding-top: 0;
  }
}

.naka table.fmt2.hs td:nth-child(2) p.show600 {
  margin-bottom: 1rem;
  padding-top: 10px;
}

@media (max-width: 600px) {
  .naka table.fmt2.hs td:nth-child(2).hide600 {
    display: none;
  }
}

.naka table.fmt2.hs td.yob {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222222;
}

@media (max-width: 600px) {
  .naka table.fmt2.hs td.yob {
    border-bottom: none;
    padding-top: 10px;
  }
}

@media (max-width: 600px) {
  .naka table.fmt2.hs td.yob p {
    font-size: 14px;
    color: #333333;
  }
}

.naka table.fmt2.hs ul {
  display: flex;
  flex-wrap: wrap;
}

.naka table.fmt2.hs ul:after {
  content: "";
  display: block;
  clear: both;
}

.naka table.fmt2.hs ul li {
  width: 50%;
  box-sizing: border-box;
  padding-right: 10px;
  float: left;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0.3rem;
}

.naka table.fmt2.hs ul li p {
  color: #582488;
}

@media (max-width: 600px) {
  .naka table.fmt2.hs ul li {
    width: 100%;
  }
}

.naka ul.links li {
  line-height: 1.7;
  font-size: 14px;
  margin-bottom: 0.3rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.naka .olwr {
  border: solid 1px #582488;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 3rem;
}

.naka .olwr p {
  margin-bottom: 0;
}

.naka .olwr p span {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #582488;
}

.naka ol {
  list-style: decimal;
  padding-left: 19px;
}

.naka ol li {
  line-height: 1.8;
  margin-bottom: 1rem;
}

.naka ol li:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .naka ol li {
    font-size: 13px;
  }
}

.naka p.att {
  color: #582488;
}

@media (max-width: 600px) {
  #subjects {
    margin-bottom: 6rem;
  }
}

#subjects .fmt1 {
  margin-bottom: 3rem;
}

@media (max-width: 600px) {
  #subjects .fmt1 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 600px) {
  #subjects .fmt1 tr {
    padding-bottom: 1rem;
    display: block;
  }
}

@media (max-width: 600px) {
  #subjects .fmt1.zen p {
    color: #582488;
  }
}

#subjects .fmt1 th p {
  color: #582488;
  text-align: left;
}

@media (max-width: 600px) {
  #subjects .panel p {
    margin-bottom: 0.5rem;
  }
}

#subjects.para h3 {
  font-weight: bold;
  border-bottom: solid 1px #582488;
  padding-bottom: 1.2rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 600px) {
  #subjects.para h3 {
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}

#subjects.para .clrd span {
  color: #582488;
}

#subjects.para .clrd ul {
  margin-bottom: 2rem;
  padding-left: 19px;
  box-sizing: border-box;
  list-style: initial;
}

#subjects.para .clrd li {
  line-height: 1.5;
  text-align: justify;
  font-size: 14px;
  margin-bottom: 0.3rem;
}

@media (max-width: 600px) {
  #subjects.para .clrd li {
    font-size: 13px;
  }
}

#subjects.para .naka {
  margin-bottom: 6rem;
}

@media (max-width: 600px) {
  #subjects.para .naka {
    margin-bottom: 4rem;
  }
}

.modoru {
  margin-bottom: 6rem;
}

@media (max-width: 600px) {
  .modoru {
    margin-bottom: 3rem;
  }
}

.modoru .wid1060 {
  text-align: center;
}

.modoru a {
  width: 80%;
  max-width: 370px;
  display: inline-block;
  padding: 2rem;
  background: #F3F4EF;
  color: #582488;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-align: center;
}

@media (max-width: 600px) {
  .modoru a {
    font-size: 1rem;
  }
}

.nslo .wid1060 {
  max-width: 960px;
}

.nslo .wid1060:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 600px) {
  .nslo .wid1060 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.nslo .nsl {
  float: left;
  width: 34%;
  box-sizing: border-box;
  padding-right: 2rem;
}

@media (max-width: 600px) {
  .nslo .nsl {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3rem;
  }
}

.nslo .nsl h3 {
  font-size: 1rem;
  color: #582488;
  border-top: solid 1px;
  padding-top: 1.2rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

@media (max-width: 600px) {
  .nslo .nsl h3 {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.nslo .nsl ul {
  margin-bottom: 2rem;
}

.nslo .nsl ul li {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0.8rem;
  padding-left: 10px;
  line-height: 1.1;
  position: relative;
}

.nslo .nsl ul li:before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  left: 0;
  font-size: 15px;
  top: -1px;
  color: #808080;
}

@media (max-width: 600px) {
  .nslo .nsl ul li:before {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .nslo .nsl ul li {
    font-size: 13px;
  }
}

.nslo .nsl .sidein {
  border-bottom: solid 1px #ddd;
}

.nslo .nsr {
  float: left;
  width: 66%;
  margin-bottom: 4rem;
}

@media (max-width: 600px) {
  .nslo .nsr {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .nslo .nsr .tpnswr {
    border-bottom: solid 1px #582488;
  }
}

.nslo .nsr .arcwr {
  border-bottom: solid 1px #ddd;
  margin-bottom: 1rem;
}

@media (max-width: 600px) {
  .nslo .nsr .arcwr {
    border-bottom: none;
    margin-bottom: 0;
  }
}

.nslo .nsr .arcbox {
  border-top: solid 1px #ddd;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.nslo .nsr .arcbox:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 600px) {
  .nslo .nsr .arcbox {
    align-items: flex-start;
    border-top: none;
    border-bottom: solid 1px #ddd;
  }
}

.nslo .nsr .arcbox .postimg {
  float: left;
  width: 32%;
}

@media (max-width: 600px) {
  .nslo .nsr .arcbox .postimg {
    width: 40%;
    position: relative;
  }
}

.nslo .nsr .arcbox .postimg a {
  display: block;
  transition: 1s;
  position: relative;
}

.nslo .nsr .arcbox .postimg a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  transition: 1s;
}

.nslo .nsr .arcbox .postimg a:hover {
  opacity: 1;
}

.nslo .nsr .arcbox .postimg a:hover:after {
  background: rgba(85, 120, 190, 0.6);
  transition: 1s;
}

.nslo .nsr .arcbox .postimg a.spfl {
  display: none;
}

@media (max-width: 600px) {
  .nslo .nsr .arcbox .postimg a.spfl {
    font-size: 10px;
    display: inline-block;
    padding: 3px 5px 4px;
    background: #582488;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.nslo .nsr .arcbox .txt {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1rem;
  /*
			    @include sp {
			    	width: 60%;
			    }
*/
}

.nslo .nsr .arcbox .txt p.info {
  font-size: 13px;
  margin-bottom: 1rem;
}

@media (max-width: 600px) {
  .nslo .nsr .arcbox .txt p.info {
    font-size: 11px;
    margin-bottom: 0.2rem;
  }
}

.nslo .nsr .arcbox .txt p.info a {
  font-size: 12px;
  display: inline-block;
  padding: 1px 6px 0px;
  background: #582488;
  color: #fff;
}

@media (max-width: 600px) {
  .nslo .nsr .arcbox .txt p.info a {
    font-size: 10px;
    padding: 0 5px;
  }
}

.nslo .nsr .arcbox .txt h2 {
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: justify;
}

@media (max-width: 600px) {
  .nslo .nsr .arcbox .txt h2 {
    font-size: 0.7rem;
  }
}

.nslo .nsr .content {
  padding-bottom: 1rem;
}

.nslo .nsr .content .arcbox {
  border-top: solid 1px #582488;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  display: block;
  position: relative;
}

@media (max-width: 600px) {
  .nslo .nsr .content .arcbox {
    margin-bottom: 0.5rem;
  }
}

.nslo .nsr .content .arcbox .txt {
  width: 100%;
  padding-left: 0;
}

.nslo .nsr .content .arcbox .txt h2 {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.7;
}

@media (max-width: 600px) {
  .nslo .nsr .content .arcbox .txt h2 {
    font-size: 16px;
  }
}

.nslo .nsr .content .imgwr {
  margin-bottom: 2rem;
}

.nslo .nsr .navwrap {
  width: 100%;
  margin-bottom: 2rem;
  color: #582488;
  font-size: 0.8rem;
}

@media (max-width: 600px) {
  .nslo .nsr .navwrap {
    margin-bottom: 1.2rem;
  }
}

.nslo .nsr .navwrap p {
  color: #582488;
}

.nslo .nsr .navwrap .nav-previous {
  width: 33%;
}

.nslo .nsr .navwrap .nav-next {
  text-align: right;
  width: 33%;
}

.nslo .nsr .navwrap .nav-center {
  text-align: center;
  width: 34%;
  line-height: 1.7;
}

.nslo .nsr .navwrap i {
  font-size: 0.6rem;
}

.pagenation li {
  font-size: 0.8rem;
}

.pagenation li a {
  color: #582488;
}

.pagenation li.current a {
  font-weight: bold;
}

.loop h1 {
  box-sizing: border-box;
  padding-left: 19px;
  background: url(../img/shikaku.png) no-repeat left top 1px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 2rem;
  font-size: 18px;
  color: #222222;
}

@media (max-width: 600px) {
  .loop h1 {
    font-size: 16px;
    margin-bottom: 1rem;
  }
}

.loop h2 {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  color: #222222;
  background: #F3F4EF;
  padding: 8px 10px 7px;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

@media (max-width: 600px) {
  .loop h2 {
    font-size: 14px;
    margin-bottom: 1rem;
  }
}

.loop h2.admtit {
  background: none;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.8;
  border-bottom: solid 1px #582488;
  padding-bottom: 2rem;
  border-radius: 0;
  margin-bottom: 4rem;
}

@media (max-width: 600px) {
  .loop h2.admtit {
    font-size: 0.9rem;
    padding: 0;
    padding-bottom: 1.3rem;
    margin-bottom: 1.3rem;
  }
}

.loop h3 {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  color: #222222;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  border-bottom: dashed 1px #222222;
}

@media (max-width: 600px) {
  .loop h3 {
    font-size: 14px;
    margin-bottom: 0.8rem;
  }
}

.loop p {
  margin-bottom: 2rem;
  line-height: 26px;
  text-align: justify;
}

@media (max-width: 600px) {
  .loop p {
    line-height: 24.3px;
  }
}

.loop ul {
  margin-bottom: 2rem;
  padding-left: 19px;
  box-sizing: border-box;
  list-style: initial;
}

.loop ol {
  margin-bottom: 2rem;
  padding-left: 19px;
  box-sizing: border-box;
  list-style: decimal;
}

.loop li {
  line-height: 1.8;
  text-align: justify;
  font-size: 14px;
}

@media (max-width: 600px) {
  .loop li {
    font-size: 13px;
  }
}

.loop blockquote {
  background-color: #F3F4EF;
  border-radius: 5px;
  padding: 2rem 2rem 1rem;
  background-image: url(../img/quote1.png), url(../img/quote2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 10px top 10px, right 10px bottom -15px;
  margin-bottom: 2rem;
  line-height: 1.7;
}

@media (max-width: 600px) {
  .loop blockquote {
    font-size: 0.75rem;
  }
}

.loop blockquote p {
  margin-bottom: 1rem;
}

.loop a {
 color: #3368ee;
}

#news .visual.center {
  background: none;
}

.voicesarc {
  margin-bottom: 3rem;
}

@media (max-width: 600px) {
  .voicesarc {
    margin-bottom: 1rem;
  }
}

.voicesarc .wid1160 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .voicesarc .wid1160 {
    padding: 0;
  }
}

.voicesarc .wid1160 .vcbx {
  width: 46%;
  float: left;
  margin: 0 1%;
  margin-bottom: 3rem;
}

@media (max-width: 600px) {
  .voicesarc .wid1160 .vcbx {
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
  }
}

@media (max-width: 600px) {
  .voicesarc .wid1160 .vcbx:nth-child(even) .bxa {
    padding-right: 0;
    padding-left: 20px;
  }
}

@media (max-width: 600px) {
  .voicesarc .wid1160 .vcbx:nth-child(even) .hl {
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .voicesarc .wid1160 .vcbx .bxa {
    box-sizing: border-box;
    padding-right: 20px;
  }
}

.voicesarc .wid1160 .vcbx .bxa a {
  display: block;
  transition: 1s;
  position: relative;
}

.voicesarc .wid1160 .vcbx .bxa a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  transition: 1s;
}

.voicesarc .wid1160 .vcbx .bxa a:hover {
  opacity: 1;
}

.voicesarc .wid1160 .vcbx .bxa a:hover:after {
  background: rgba(85, 120, 190, 0.6);
  transition: 1s;
}

.voicesarc .wid1160 .vcbx .bxa p.hl {
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -1rem;
  color: #fff;
  font-size: 20px;
  margin-bottom: 1rem;
  position: relative;
}

@media (max-width: 600px) {
  .voicesarc .wid1160 .vcbx .bxa p.hl {
    font-size: 1rem;
  }
}

.voicesarc .wid1160 .vcbx .bxa p.hl span {
  background: #582488;
  padding: 0.5rem;
  line-height: 1.6;
  box-sizing: border-box;
  letter-spacing: 0.2rem;
}

.voicesarc .wid1160 .vcbx h2 {
  font-size: 18px;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0.3rem;
}

@media (max-width: 600px) {
  .voicesarc .wid1160 .vcbx h2 {
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
  }
}

.voicesarc .wid1160 .vcbx h2 span {
  font-size: 14px;
  margin-left: 5px;
}

@media (max-width: 600px) {
  .voicesarc .wid1160 .vcbx h2 span {
    font-size: 12px;
  }
}

.voicesarc .wid1160 .vcbx p {
  font-size: 13px;
}

@media (max-width: 600px) {
  .voicesarc .wid1160 .vcbx p {
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 11px;
  }
}

@media (max-width: 600px) {
  .vcin {
    margin-bottom: 3rem;
  }
}

.vcin .vciu {
  padding: 0;
}

@media (max-width: 600px) {
  .vcin .vciu {
    padding: 0;
  }
}

.vcin .vciu .info {
  box-sizing: border-box;
  padding-left: 60px;
  margin-bottom: 5rem;
}

@media (max-width: 600px) {
  .vcin .vciu .info {
    padding-left: 20px;
    margin-bottom: 2rem;
  }
}

.vcin .vciu .info p.hl {
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -2.2rem;
  color: #fff;
  font-size: 40px;
  margin-bottom: 2rem;
  position: relative;
}

@media (max-width: 768px) {
  .vcin .vciu .info p.hl {
    font-size: 1.4rem;
  }
}

@media (max-width: 600px) {
  .vcin .vciu .info p.hl {
    font-size: 1rem;
    margin-bottom: 1.1rem;
  }
}

.vcin .vciu .info p.hl span {
  background: #582488;
  padding: 0.8rem 1.2rem;
  line-height: 1.6;
  box-sizing: border-box;
  letter-spacing: 0.2rem;
}

@media (max-width: 600px) {
  .vcin .vciu .info p.hl span {
    padding: 0.5rem;
    letter-spacing: 2px;
  }
}

.vcin .vciu .info h2 {
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  color: #555;
}

@media (max-width: 600px) {
  .vcin .vciu .info h2 {
    font-size: 12px;
    line-height: 1.5;
  }
}

.vcin .vciu .info h2 span {
  font-size: 22px;
}

@media (max-width: 600px) {
  .vcin .vciu .info h2 span {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .vcin .vcid {
    padding: 0;
  }
}

.vcin .vcid .sec {
  margin-bottom: 6rem;
  display: flex;
  flex-wrap: wrap;
}

.vcin .vcid .sec:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 768px) {
  .vcin .vcid .sec {
    margin-bottom: 4rem;
  }
}

@media (max-width: 600px) {
  .vcin .vcid .sec {
    flex-direction: column-reverse;
    margin-bottom: 1rem;
  }
}

.vcin .vcid .sec .image {
  float: left;
  width: 50%;
}

@media (max-width: 768px) {
  .vcin .vcid .sec .image {
    width: 45%;
  }
}

@media (max-width: 600px) {
  .vcin .vcid .sec .image {
    width: 100%;
    padding-left: 10%;
    box-sizing: border-box;
  }
}

.vcin .vcid .sec .txt {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 1.5rem 0 0 3rem;
  background: url(../img/q.png) no-repeat left 1.4rem top;
}

@media (max-width: 768px) {
  .vcin .vcid .sec .txt {
    width: 55%;
    padding: 1rem 0 0 2.5rem;
  }
}

@media (max-width: 600px) {
  .vcin .vcid .sec .txt {
    width: 100%;
    padding: 1rem 20px 0 2.7rem;
    background: url(../img/q.png) no-repeat left 20px top;
    margin-bottom: 3rem;
  }
}

.vcin .vcid .sec .txt h3 {
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7;
  color: #582488;
  margin-bottom: 1.4rem;
  font-size: 1.1rem;
  text-align: justify;
}

@media (max-width: 600px) {
  .vcin .vcid .sec .txt h3 {
    font-size: 16px;
  }
}

.vcin .vcid .sec .txt p {
  font-size: 13px;
  line-height: 2;
  text-align: justify;
}

.vcin .vcid .sec.rev {
  flex-direction: row-reverse;
}

@media (max-width: 600px) {
  .vcin .vcid .sec.rev {
    flex-direction: column-reverse;
  }
}

.vcin .vcid .sec.rev .txt {
  padding: 1.5rem 2.5rem 0 1.5rem;
  background: url(../img/q.png) no-repeat left top;
}

@media (max-width: 768px) {
  .vcin .vcid .sec.rev .txt {
    padding: 1rem 1.5rem 0 1.5rem;
  }
}

@media (max-width: 600px) {
  .vcin .vcid .sec.rev .txt {
    padding: 1rem 20px 0 2.7rem;
    background: url(../img/q.png) no-repeat left 20px top;
  }
}

@media (max-width: 600px) {
  .vcin .vcid .sec.rev .image {
    padding-left: 0;
    padding-right: 10%;
  }
}

#teachers .tcbx.naka {
  margin-bottom: 1rem;
}

#teachers .tcbx.naka h3 {
  margin-bottom: 0.6rem;
}

#teachers .tcbx.naka p {
  font-size: 0.8rem;
}

@media (max-width: 600px) {
  #teachers .panel-group {
    padding-top: 0;
  }
}

#teachers .tcwr .wid1160 .tcbx {
  box-sizing: border-box;
  padding-left: 10%;
  margin-bottom: 4rem;
}

#teachers .tcwr .wid1160 .tcbx:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 768px) {
  #teachers .tcwr .wid1160 .tcbx {
    padding-left: 0;
    margin-bottom: 3rem;
  }
}

@media (max-width: 600px) {
  #teachers .tcwr .wid1160 .tcbx {
    position: relative;
    margin-bottom: 2rem;
  }
}

@media (max-width: 600px) {
  #teachers .tcwr .wid1160 .tcbx.sig {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  #teachers .tcwr .wid1160 .tcbx.blnk .tci h2 {
    padding-left: 0;
  }
}

#teachers .tcwr .wid1160 .tcbx .tcp {
  width: 22%;
  float: left;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  #teachers .tcwr .wid1160 .tcbx .tcp {
    width: 100%;
    left: 0;
    top: 0;
  }
}

#teachers .tcwr .wid1160 .tcbx .tcp img {
  width: 100%;
}

@media (max-width: 600px) {
  #teachers .tcwr .wid1160 .tcbx .tcp img {
    width: 100%;
    max-width: 160px;
    display: block;
    margin: auto;
  }
  #teachers .tcwr .wid1160 .tcbx .tcp img.hide600 {
    display: none;
  }
}

#teachers .tcwr .wid1160 .tcbx .tcp h2 {
  padding-top: 10px;
}

@media (max-width: 600px) {
  #teachers .tcwr .wid1160 .tcbx .tcp h2 {
    padding-top: 20px;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1.3rem;
  }
}

#teachers .tcwr .wid1160 .tcbx .tci {
  width: 78%;
  float: left;
  box-sizing: border-box;
  padding-left: 6%;
}

@media (max-width: 600px) {
  #teachers .tcwr .wid1160 .tcbx .tci {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    position: relative;
  }
}

#teachers .tcwr .wid1160 .tcbx .tci h2 {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  margin-bottom: 1.5rem;
  position: relative;
  box-sizing: border-box;
  padding-right: 50px;
}

@media (max-width: 600px) {
  #teachers .tcwr .wid1160 .tcbx .tci h2 {
    padding-right: 0;
    padding-left: 0;
    line-height: 1.2;
    top: 0;
    padding-top: 1rem;
    display: block;
    width: 100%;
    font-size: 17px;
    text-align: center;
  }
}

#teachers .tcwr .wid1160 .tcbx .tci h2 span {
  font-size: 1rem;
}

#teachers .tcwr .wid1160 .tcbx .tci h2 span.prfs {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 10px;
}

@media (max-width: 600px) {
  #teachers .tcwr .wid1160 .tcbx .tci h2 span.prfs {
    font-size: 13px;
  }
}

#teachers .tcwr .wid1160 .tcbx .tci h2 span.roma {
  color: #582488;
  margin-right: 12px;
}

@media (max-width: 600px) {
  #teachers .tcwr .wid1160 .tcbx .tci h2 span.roma {
    font-size: 14px;
    margin-bottom: 0.5rem;
    display: inline-block;
  }
}

#teachers .tcwr .wid1160 .tcbx .tci h2 span.float {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 600px) {
  #teachers .tcwr .wid1160 .tcbx .tci h2 span.float {
    bottom: unset;
    top: 0;
  }
}

#teachers .tcwr .wid1160 .tcbx .tci h2 span.float span {
  color: #fff;
  background: #582488;
  border-radius: 3px;
  font-size: 14px;
  margin-left: 2px;
  padding: 3px 2px 2px 2px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 600px) {
  #teachers .tcwr .wid1160 .tcbx .tci h2 span.float span {
    font-size: 0.9rem;
  }
}

#teachers .tcwr .wid1160 .tcbx .tci h2 span.eng {
  color: #582488;
  font-size: 15px;
}

@media (max-width: 600px) {
  #teachers .tcwr .wid1160 .tcbx .tci h2 span.eng {
    font-size: 12px;
  }
}

#teachers .tcwr .wid1160 .tcbx .tci .naka {
  font-size: 0.8rem;
}

@media (max-width: 600px) {
  #teachers .tcwr .wid1160 .tcbx .tci .naka {
    border-top: solid 1px #582488;
  }
}

#teachers .tcwr .wid1160 .tcbx .tci .naka table {
  margin-bottom: 1rem;
}

@media (max-width: 600px) {
  #teachers .tcwr .wid1160 .tcbx .tci .naka table {
    margin-bottom: 0.5rem;
  }
}

#teachers .tcwr .wid1160 .tcbx .tci .naka table th {
  white-space: nowrap;
  padding: 1rem 10px;
  font-size: 14px;
  color: #222222;
}

@media (max-width: 600px) {
  #teachers .tcwr .wid1160 .tcbx .tci .naka table th {
    padding: 0.5rem 10px;
    font-size: 13px;
  }
}

#teachers .tcwr .wid1160 .tcbx .tci .naka table td {
  padding: 1rem 10px 1rem 5px;
  line-height: 1.7;
  font-size: 14px;
}

@media (max-width: 600px) {
  #teachers .tcwr .wid1160 .tcbx .tci .naka table td {
    padding: 0.5rem 10px 0.5rem 5px;
    font-size: 13px;
  }
}

#teachers .tcwr .wid1160 .tcbx .tci .naka table td:after {
  display: none;
}

#teachers .tcwr .wid1160 .tcbx .tci p.todet {
  text-align: right;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#teachers .tcwr .wid1160 .tcbx .tci p.todet i {
  color: #582488;
  font-size: 1.1rem;
  vertical-align: bottom;
  margin-left: 5px;
}

#teachers .tcwr .wid1160 .tcbx .tci ul {
  list-style: disc;
  padding-left: 20px;
  box-sizing: border-box;
}

#teachers .tcwr .wid1160 .tcbx .tci ul li {
  line-height: 1.3;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  text-decoration: underline;
}

@media (max-width: 600px) {
  #teachers .tcwr .wid1160 .tcbx .tci ul li {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
  }
}

#teachers .tcwr .wid1160 .tcbx .tci ul li a {
  color: #582488;
}

#teachers .tcwr.sec {
  margin-bottom: 4rem;
}

#teachers .tcwr.sec .wid1160 .tcbx {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 10%;
}

@media (max-width: 600px) {
  #teachers .tcwr.sec .wid1160 .tcbx {
    padding-right: 0;
  }
}

#teachers .tcwr.sec .wid1160 .tcbx img {
  margin-bottom: 3rem;
}

#teachers .tcwr.sec .tecsig a {
/*
  text-align: right;
  width: 100%;
*/
  display: inline-block;
  margin-bottom: 2.1rem;
  box-sizing: border-box;
  color: #582488;
}

@media (max-width: 600px) {
  #teachers .tcwr.sec .tecsig a {
    margin-bottom: 2rem;
  }
}

#teachers .tcwr.sec .tecsig .center {
  margin-bottom: 5rem;
}

@media (max-width: 600px) {
  #teachers .tcwr.sec .tecsig .center {
    margin-bottom: 0;
  }
}

#teachers .tcwr.sec .tecsig .center a {
  width: 100%;
  max-width: 275px;
  display: inline-block;
  margin: auto;
}

#teachers .tcwr.sec .tcibg {
  margin-bottom: 3rem;
  background: #F3F4EF;
  color: #582488;
  padding: 1rem 0;
}

@media (max-width: 600px) {
  #teachers .tcwr.sec .tcibg {
    margin-bottom: 2.4rem;
  }
}

#teachers .tcwr.sec .tcibg h4 {
  text-align: center;
  border-bottom: solid 1px #582488;
  margin-bottom: 1rem;
  line-height: 2;
  padding-bottom: 1rem;
}

@media (max-width: 600px) {
  #teachers .tcwr.sec .tcibg h4 {
    line-height: 1.7;
    font-size: 1rem;
    padding: 0 1rem 1rem;
  }
}

#teachers .tcwr.sec .tcibg .inner {
  box-sizing: border-box;
  padding: 1.4rem 1.5rem 0.6rem;
}

@media (max-width: 600px) {
  #teachers .tcwr.sec .tcibg .inner {
    padding: 0rem 1rem;
  }
}

#teachers .tcwr.sec .tcibg .inner p {
  line-height: 2;
  color: #582488;
}

#teachers .tcwr.sec .tcibg .inner p a {
  text-decoration: underline;
}

#teachers table.fmt1 {
  margin-bottom: 2rem;
}

#teachers table.fmt1 th {
  width: 28%;
}

@media (max-width: 600px) {
  #teachers table.fmt1 th {
    width: 100%;
    padding: 1rem 10px 0;
  }
}

@media (max-width: 600px) {
  #teachers table.fmt1 th p {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  #teachers table.fmt1 td {
    padding-top: 0.3rem;
    padding-right: 0;
    padding-bottom: 15px;
  }
}

#teachers table.fmt1 td:after {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #fff;
}

@media (max-width: 600px) {
  #teachers table.fmt1 td:after {
    display: none;
  }
}

#teachers table.fmt1 tr:first-child td :before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  top: -1px;
  background: #fff;
}

.tecsig h3 {
  font-size: 1.1rem;
  background: #F3F4EF;
  color: #582488;
  border-bottom: solid 1px #582488;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  line-height: 1.3;
}

@media (max-width: 600px) {
  .tecsig h3 {
    font-size: 1rem;
    padding: 7px 10px 5px;
  }
}

.tecsig p {
  line-height: 1.9;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 600px) {
  .tecsig p {
    font-size: 0.8rem;
  }
}

.tecsig ul {
  margin-bottom: 1.5rem;
  list-style: disc;
  padding-left: 20px;
  box-sizing: border-box;
}

.tecsig ul li {
  line-height: 1.6 !important;
  text-decoration: none !important;
}

.tecsig ul li ul {
  margin-bottom: 0;
  padding-left: 0px !important;
  padding-top: 0.3rem;
  list-style: none !important;
}

.tecsig a {
  color: #582488;
  text-decoration: underline;
}

.centit {
  text-align: center;
}

@media (max-width: 600px) {
  .centit {
    padding: 0 20px;
    margin-bottom: 1rem;
  }
}

.centit h2 {
  margin-bottom: 3rem;
}

@media (max-width: 600px) {
  .centit h2 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 600px) {
  .centit p {
    text-align: left;
  }
}

.english #teachers .tcwr .wid1160 {
  padding: 0;
}

.english #teachers .tcwr .wid1160 .tcbx {
  padding-left: 0;
}

.english #teachers .tcwr .wid1160 .tcbx.blnk .tci h2 {
  padding-top: 0;
  padding-left: 0;
}

@media (max-width: 600px) {
  .english #teachers .tcwr .wid1160 .tcbx .tcp {
    width: 37%;
  }
}

.english #teachers .tcwr .wid1160 .tcbx .tci h2 {
  font-size: 24px;
  font-family: "EB Garamond", serif;
  color: #582488;
  padding-bottom: 1rem;
  border-bottom: solid 1px #582488;
}

@media (max-width: 600px) {
  .english #teachers .tcwr .wid1160 .tcbx .tci h2 {
    font-size: 22px;
    padding-left: 40%;
  }
}

.english #teachers .tcwr .wid1160 .tcbx .tci h2 a {
  position: absolute;
  right: 50px;
  bottom: 14px;
}

@media (max-width: 600px) {
  .english #teachers .tcwr .wid1160 .tcbx .tci h2 a {
    top: -2px;
  }
}

.english #teachers .tcwr .wid1160 .tcbx .tci h2 span.float {
  bottom: 21px;
}

.english #teachers .tcwr .wid1160 .tcbx .tci h2 span.float span {
  padding: 3px 2px 2px 3px;
}

.english #teachers .tcwr .wid1160 .tcbx .tci .naka h4 {
  margin-bottom: 0.5rem;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.english #teachers .tcwr .wid1160 .tcbx .tci .naka h4 a {
  text-decoration: none;
  color: #222222;
}

.english #teachers .tcwr .wid1160 .tcbx .tci .naka h4 a i {
  color: #582488;
}

.centopmain {
  padding: 7rem 0;
}

@media (max-width: 600px) {
  .centopmain {
    padding: 3rem 0 1rem;
  }
}

.centopmain .wid1160 {
  max-width: 750px;
  margin: auto;
}

.centopmain .wid1160 img {
  width: 100%;
}

.centop .olist .olin .olbox {
  width: 49.2%;
}

.centop .olist .olin .olbox .olbxin h3 {
  font-size: 21px;
}

@media (max-width: 600px) {
  .centop .olist .olin .olbox .olbxin h3 {
    font-size: 10px;
  }
}

@media (max-width: 600px) {
  .centop .olist .olin .olbox .olbxin h3 span {
    display: none !important;
  }
}

.centop1 {
  padding: 4rem 0 0;
}

.centop1 h2 {
  padding: 2rem 0 2rem 120px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.7rem;
  background: url(../img/centop1.png) no-repeat left center;
}

.centop1 h2 span {
  color: #582488;
  font-size: 1.2rem;
  vertical-align: middle;
}

.centop2 {
  padding-top: 5rem;
}

@media (max-width: 600px) {
  .centop2 {
    padding-top: 2rem;
  }
}

.centop2 .ct2t {
  box-sizing: border-box;
  padding: 0 7%;
  margin-bottom: 5rem;
}

@media (max-width: 600px) {
  .centop2 .ct2t {
    padding: 0;
    margin-bottom: 2rem;
  }
}

.centop2 .ct2t .l {
  width: 40%;
  float: left;
}

@media (max-width: 600px) {
  .centop2 .ct2t .l {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    align-items: flex-start;
  }
}

.centop2 .ct2t .l p {
  font-size: 2.7rem;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .centop2 .ct2t .l p {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.centop2 .ct2t .r {
  width: 60%;
  float: left;
}

@media (max-width: 600px) {
  .centop2 .ct2t .r {
    width: 100%;
  }
}

.centop2 .ct2t .r p {
  font-size: 1rem;
  line-height: 1.7;
}

@media (max-width: 600px) {
  .centop2 .ct2t .r p {
    font-size: 0.85rem;
  }
}

.centop2 .ct2t.sec {
  padding: 0;
  margin-bottom: 8rem;
}

@media (max-width: 600px) {
  .centop2 .ct2t.sec {
    margin-bottom: 4rem;
  }
}

.centop2 .ct2t.sec .l {
  width: 34%;
}

@media (max-width: 600px) {
  .centop2 .ct2t.sec .l {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .centop2 .ct2t.sec .l img {
    width: 100%;
    max-width: 230px;
    margin: auto;
  }
}

.centop2 .ct2t.sec .r {
  width: 66%;
  box-sizing: border-box;
  padding-left: 8%;
}

@media (max-width: 600px) {
  .centop2 .ct2t.sec .r {
    width: 100%;
    padding: 0;
  }
}

.centop2 .ct2t.sec .r p span {
  font-size: 0.9rem;
}

@media (max-width: 600px) {
  .centop2 .ct2t.sec .r p span {
    font-size: 0.8rem;
  }
}

.centop2 .ct2t.sec .r h3 {
  font-size: 1.5rem;
  padding-top: 1.2rem;
  margin-bottom: 2rem;
}

@media (max-width: 600px) {
  .centop2 .ct2t.sec .r h3 {
    font-size: 1.3rem;
    padding-top: 0.6rem;
    margin-bottom: 0.8rem;
  }
}

.centop2 .ct2t.sec .r h3 span {
  font-size: 1.2rem;
}

@media (max-width: 600px) {
  .centop2 .ct2t.sec .r h3 span {
    font-size: 1rem;
  }
}

.centop2 .ct2t.sec .r h3 span.eng {
  font-size: 0.9rem;
  color: #582488;
}

@media (max-width: 600px) {
  .centop2 .ct2t.sec .r h3 span.eng {
    font-size: 0.8rem;
  }
}

.centop2 .ct2t.sec .r .cn2 h2 {
  padding-top: 0;
  margin-bottom: 1rem;
}

.centop2 .ct2b {
  margin-bottom: 5rem;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 2.5rem 0 2rem;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .centop2 .ct2b {
    margin-bottom: 4rem;
    padding: 1.2rem 0 1rem;
  }
}

.centop2 .ct2b .l {
  width: 36%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 600px) {
  .centop2 .ct2b .l {
    width: 100%;
    justify-content: flex-start;
  }
}

.centop2 .ct2b .l h3 {
  color: #582488;
  font-size: 1.3rem;
}

@media (max-width: 600px) {
  .centop2 .ct2b .l h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

.centop2 .ct2b .r {
  width: 64%;
  float: left;
}

@media (max-width: 600px) {
  .centop2 .ct2b .r {
    width: 100%;
  }
}

.centop2 .ct2b .r p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

@media (max-width: 600px) {
  .centop2 .ct2b .r p {
    font-size: 0.8rem;
  }
}

.centop2 .ct2b .r a {
  text-align: right;
  width: 100%;
  display: inline-block;
  padding-right: 1rem;
  box-sizing: border-box;
  color: #582488;
}

@media (max-width: 600px) {
  .centop2 .ct2b .r a {
    padding-right: 0;
  }
}

.centop3 {
  padding: 0 50px;
}

@media (max-width: 600px) {
  .centop3 {
    padding: 0 20px;
  }
}

.centop3 .wid1060 {
  background-image: url(../img/centop2.png);
  background-position: center center;
  background-size: 100% 100%;
  padding: 4rem 0;
  display: flex;
  align-items: center;
}

@media (max-width: 600px) {
  .centop3 .wid1060 {
    padding: 0;
  }
}

.centop3 .wid1060 .aside {
  width: 30%;
  float: left;
}

.centop3 .wid1060 .aside h4 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  text-align: center;
}

@media (max-width: 600px) {
  .centop3 .wid1060 .aside h4 {
    margin-bottom: 0rem;
    font-size: 0.9rem;
  }
}

.centop3 .wid1060 .aside p {
  font-size: 1rem;
  line-height: 1.7;
}

.centop3 .wid1060 .mid {
  width: 40%;
  float: left;
  text-align: center;
  padding: 0 6%;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .centop3 .wid1060 .mid {
    padding: 0;
  }
}

.centop3 .wid1060 .mid p {
  font-size: 1.5rem;
  color: #582488;
  margin: 1rem 0;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 600px) {
  .centop3 .wid1060 .mid p {
    font-size: 0.9rem;
  }
}

.centop3 .wid1060 .mid .center {
  border: solid 2px #F3F4EF;
  box-sizing: border-box;
  padding: 12px;
  background: #fff;
  border-radius: 300px;
}

@media (max-width: 600px) {
  .centop3 .wid1060 .mid .center {
    padding: 2px;
    max-width: 110px;
    margin: auto;
  }
}

.centop3 .wid1060 .mid .center .inner {
  background: #F3F4EF;
  padding-top: 100%;
  border-radius: 300px;
  position: relative;
}

.centop3 .wid1060 .mid .center .inner p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.8;
  width: 100%;
}

@media (max-width: 600px) {
  .centop3 .wid1060 .mid .center .inner p {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}

.centop3 .wid1060 .mid .center .inner p span {
  font-size: 1.5rem;
}

@media (max-width: 600px) {
  .centop3 .wid1060 .mid .center .inner p span {
    font-size: 0.8rem;
  }
}

.centop3 .hosoku {
  padding: 2rem 0 0;
}

.centop3 .hosoku h3 {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.centop3 .hosoku p {
  margin-bottom: 2.6rem;
  line-height: 1.7;
}

.centop4 {
  margin-bottom: 8rem;
}

@media (max-width: 600px) {
  .centop4 {
    margin-bottom: 6rem;
  }
}

.centop4 .wid1160 {
  display: flex;
}

.centop4 .wid1160:after {
  content: "";
  display: block;
  clear: both;
}

.centop4 .wid1160 a {
  display: block;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 5px;
}

.centop4 .wid1160 a img {
  width: 100%;
}

.centop5 {
  margin-bottom: 5rem;
}

@media (max-width: 600px) {
  .centop5 {
    margin-bottom: 4rem;
  }
}

.centop5 .wid1060 {
  max-width: 560px;
  text-align: center;
  padding: 2rem;
  background: linear-gradient(transparent 45%, #F3F4EF 0%);
}

@media (max-width: 600px) {
  .centop5 .wid1060 {
    padding: 0 1rem 3rem;
    background: linear-gradient(transparent 34%, #F3F4EF 0%);
  }
}

.centop5 .wid1060 img {
  width: 100%;
  max-width: 130px;
  margin-bottom: 2rem;
}

.centop5 .wid1060 h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

@media (max-width: 600px) {
  .centop5 .wid1060 h2 {
    font-size: 0.9rem;
  }
}

.centop5 .wid1060 a {
  display: inline-block;
  color: #582488;
}

#senmon .naka h2 {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  #senmon .naka h2 {
    margin-bottom: 1rem;
    text-align: center;
  }
}

#senmon .naka table.fmt1 th {
  width: 15%;
}

@media (max-width: 600px) {
  #senmon .naka table.fmt1 th {
    width: 100%;
  }
}

#senmon .naka table.fmt1 th p {
  letter-spacing: 0;
}

#senmon .tabwr .wid1060 {
  max-width: 1060px;
}

#senmon .panel {
  margin-bottom: 4rem;
}

@media (max-width: 600px) {
  #senmon .panel {
    margin-bottom: 2rem;
  }
}

#senmon .rschrs {
  border-top: solid 1px #582488;
  padding: 4rem 0 0;
  display: flex;
  flex-wrap: wrap;
}

#senmon .rschrs:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 600px) {
  #senmon .rschrs {
    border-top: none;
    padding: 1rem 0 0;
  }
}

#senmon .rschrs .rscbx {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 12%;
  margin-bottom: 5rem;
}

@media (max-width: 600px) {
  #senmon .rschrs .rscbx {
    width: 100%;
    padding: 0;
    margin-bottom: 2.5rem;
    text-align: center;
  }
}

#senmon .rschrs .rscbx img {
  margin-bottom: 2rem;
}

@media (max-width: 600px) {
  #senmon .rschrs .rscbx img {
    margin-bottom: 0.3rem;
    width: 100%;
    max-width: 160px;
  }
}

#senmon .rschrs .rscbx h3 {
  padding: 0;
  background: none;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 600px) {
  #senmon .rschrs .rscbx h3 {
    font-size: 1.05rem;
    margin-bottom: 0;
  }
}

#senmon .rschrs .rscbx .inner {
  border-top: solid 1px #582488;
  border-bottom: solid 1px #582488;
  padding: 1rem 0;
}

#senmon .rschrs .rscbx .inner p {
  font-size: 15px;
  margin-bottom: 0;
}

#senmon .rschrs .rscbx .inner .p_min {
	font-size: 11px;
}

#senmon .rschrs .rscbx .inner p span {
  font-size: 14px;
}

@media (max-width: 600px) {
  #senmon .rschrs .rscbx .inner p span {
    margin-left: 2rem;
  }
}

#senmon .rschrs .rscbx p.eng {
  color: #582488;
  font-size: 15px;
  margin-bottom: 1.4rem;
}

@media (max-width: 600px) {
  #senmon .rschrs .rscbx p.eng {
    font-size: 13px;
    margin-bottom: 0.6rem;
    text-align: center;
  }
}

.line {
  display: block;
  width: 100%;
  height: 1px;
  background: #582488;
  margin-bottom: 3rem;
}

@media (max-width: 600px) {
  .line {
    margin-bottom: 2rem;
  }
}

@media (max-width: 600px) {
  .line.hide600 {
    display: none;
  }
}

#information .naka ul {
  margin-bottom: 2rem;
}

@media (max-width: 600px) {
  #information .naka h4 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 600px) {
  #information .nslo .wid1060 {
    flex-direction: column-reverse;
  }
}

@media (max-width: 600px) {
  #information .nslo .wid1060 .nsl {
    z-index: 100;
    position: relative;
    margin-bottom: 2rem;
    border-bottom: solid 1px #F3F4EF;
  }
}

@media (max-width: 600px) {
  #information .nslo .wid1060 .nsl .sidein {
    border-bottom: 0;
  }
}

@media (max-width: 600px) {
  #information .nslo .wid1060 .nsr .arcwr {
    border-bottom: none;
    margin-bottom: 3rem;
  }
}

iframe.wp-embedded-content {
  max-width: 100%;
}

.centotop {
  text-align: center;
  margin-bottom: 5rem;
  margin-top: 3rem;
}

.centotop .wid1060 a {
  display: inline-block;
  width: 80%;
  max-width: 560px;
  background: #F3F4EF;
  margin-bottom: 2rem;
  text-align: center;
  box-sizing: border-box;
  padding: 2rem;
}

.centotop .wid1060 a img {
  width: 100%;
}

.yonmaruyon {
  padding: 4rem 0 8rem;
  max-width: 700px;
}

.yonmaruyon h2 {
  margin-bottom: 1rem;
  border-bottom: solid 1px;
  padding-bottom: 0.6rem;
  display: inline-block;
  font-weight: bold;
  padding-right: 1rem;
  box-sizing: border-box;
}

.yonmaruyon p {
  margin-bottom: 1rem;
}

.yonmaruyon a {
  color: #582488;
  text-decoration: underline;
}

footer {
  background: #F3F4EF;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

@media (max-width: 600px) {
  footer {
    padding: 1rem 0;
    text-align: center;
  }
}


footer .fta {
  margin-bottom: 1.4rem;
}

footer .fta:after {
  content: "";
  display: block;
  clear: both;
}

footer .fta .ftl {
  width: 32%;
  float: left;
  box-sizing: border-box;
  padding-right: 1rem;
}

footer .fta .ftl img {
  width: 100%;
  max-width: 184px;
  margin-bottom: 0.4rem;
}

footer .fta .ftl p {
  font-size: 11px;
  line-height: 1.9;
}

footer .fta .ftr {
  width: 68%;
  float: left;
}

footer .fta .ftr:after {
  content: "";
  display: block;
  clear: both;
}

footer .fta .ftr .menucol {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding-right: 0.5rem;
}

footer .fta .ftr .menucol ul li a {
  font-size: 11px;
  margin-bottom: 0.4rem;
  display: block;
  padding-left: 11px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.2;
}

footer .fta .ftr .menucol ul li a:before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  left: 0;
  font-size: 12px;
  top: -1px;
}

footer .fta .ftr .menucol ul li ul {
  box-sizing: border-box;
  padding-left: 13px;
}

footer .fta .ftr .menucol ul li ul li a {
  padding-left: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

footer .fta .ftr .menucol ul li ul li a:before {
  display: none;
}

footer .ftb .ftl{
	text-align: left;
	margin-bottom: 0.7rem;
}
footer .pagetop {
  position: absolute;
  top: -60px;
  right: 0;
  width: 60px;
}

@media (max-width: 768px) {
  footer .pagetop {
    bottom: 70px;
    right: 11px;
    zoom: 0.8;
  }
}

@media (max-width: 600px) {
  footer .pagetop {
    right: 0;
  }
}

footer .ftb p {
  font-size: 10px;
  line-height: 1.4;
}

@media (max-width: 600px) {
  footer .ftb p {
    text-align: left;
    line-height: 1.8;
  }
}


.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
