.table-layout-fixed {
  table-layout: fixed;
}

.table-v-top th,
.table-v-top td {
  vertical-align: top;
}

.wp_entry .no-style li {
  margin-left: 0;
  padding-left: 0;
  text-indent: 0;
}

.wp_entry .no-style li::before {
  display: none;
}

.bg-open {
  background-color: #fec5c5 !important;
}


.bg-pm {
  background-color: #f0e47b !important;
}

.bg-am {
  background-color: #9be6f9 !important;
}

.bg-close {
  background-color: #dcdcdc !important;
}

.txt-k {
  color: #333;
}

.wp_entry .box-booklog a::after,
.wp_entry .box-booklog a::before {
  display: none;
}

.wp_entry .qa dt {
  margin-bottom: 2px;
}

/*.wp_entry .qa dd{display: none;}*/


.boxes-curriculum>div:last-child {
  margin-bottom: 20px;
}

.box-curriculum {
  height: 100%;
  padding: 20px;
}

.box-curriculum h3 {
  background-image: none;
  padding: 0;
  margin-bottom: 20px;
}

.bg-pale-orange {
  background-color: #ffefcc;
}

.bg-pale-blue {
  background-color: #e3f6ff;
}

.bg-pale-green {
  background-color: #e4ffdc;
}

.bg-pale-pink {
  background-color: #ffeaf3;
}

.lnav-rich.lnav-rich-no-desc ul li a strong {
  margin-bottom: 0;
}

@media screen and (min-width: 561px) {
  .wp_entry h1 {
    margin: 0 -65px 50px;
  }
}


.indexpage .lnav-rich {
  margin-top: -100px;
  background-image: none;
  background-color: #fff;
}

.lnav-rich ul li a {
  position: relative;
}

.lnav-rich ul li a::after {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  content: "";
  transform: translateY(-55%);
}

.wp_entry .flex>*>*:first-child {
  margin-top: 0;
}

.wp_entry .pnav .flex>* {
  margin-bottom: 1px;
}

.pos_mid {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .pos_mid {
    align-items: stretch;
  }

  .pos_mid em {
    margin-bottom: 15px;
  }

  .indexpage .lnav-rich {
    margin-top: 0px;
  }

}

.pos_center {
  display: flex;
  justify-content: center;
}



/* 角丸化 */

.h1,
.wp_entry h1,
.wp_entry h4,
.wp_entry .box01,
.wp_entry .box02,
.wp_entry .box03,
.wp_entry .boxed,
.wp_entry .step,
.wp_entry img,
.wp_entry .contact_box,
.wp_entry dt,
.wp_entry dd,
.wp_entry section,
.wp_entry .rel-nav,
.wp_entry .next-nav {
  border-radius: 8px;
}

.wp_entry .cta h4,
.wp_entry .doctor h4 {
  border-radius: 8px 8px 0 0;
}

.wp_entry dt::before,
.wp_entry dd::before,
.wp_entry .pnav li:first-child a {
  border-radius: 8px 0 0 8px;
}

.wp_entry .pnav li:last-child a {
  border-radius: 0 8px 8px 0;
}

@media screen and (max-width: 768px) {
  .wp_entry .pnav li {
    border: 1px solid transparent;
  }

  .wp_entry .pnav li:last-child a,
  .wp_entry .pnav li a,
  .wp_entry .pnav li:first-child a {
    border-radius: 8px;
  }
}

.wp_entry .no-radius {
  border-radius: 0 !important;
}


.movie_box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 40px;
}

.movie_box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.movie_box.oc {
  max-width: 700px;
  height: 400px;
  margin: 0 auto 50px;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {

  .movie_box.oc {
    height: 200px;
  }

}



.student_voice {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.student_voice>div.icon {
  width: 50px;
  margin-top: 10px;
}

.student_voice>div.icon img {
  width: 100%;
}

.student_voice>div.fukidashi {
  width: calc(100% - 80px);

  position: relative;
  padding: 20px;
  background-color: #FFEAEB;
  border: 2px solid #f3809e;
  border-radius: 15px;
}

.student_voice>div.fukidashi::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #f3809e;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.student_voice>div.fukidashi::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 20px;
  border-right: 15px solid #FFEAEB;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.two_img .__col6>a>img {
  width: 90%;

}

.wp_entry .zoom_bg li::before {
  content: none;
}

.zoom_bg li a::after {
  content: none;
}


/*
    MENU
  ----------------------------------------------- */
/*
  HEADER
-------------------------------------------------- */
#header {
  position: relative;
  background: #fff;
  z-index: 1000;
}

.sp-open #header {
  z-index: 10000;
}

#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  padding: 0 20px;
}

#header .nav {
  width: 800px;
}

#header .nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .nav li {
  /*width: 20%;*/
  text-align: center;
}

#header .nav a {
  display: block;
  font-size: 13px;
  padding: 20px 0;
  color: #333;
  font-weight: bold;
}

#header .nav a span {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  display: block;
  font-weight: normal;

}

#header .nav a:hover {
  background: #def6ff;
  border-radius: 5px;
  color: #00aeef;
}

#header .nav i {
  display: none;
}

#header .logo img {
  width: 340px;
}
.op_link{
  display: flex;
  justify-content:center;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(254,254,254,1);
  padding: 0;
  box-sizing: border-box;
  border-radius: 15px;
		width: 300px !important;

}

.op_link picture{
	margin-bottom: 15px;
}
.op_link picture img{
	width: 200px;
}
.op_link .txt{
}
.op_link .btn{
	font-size: 18px !important;
	padding: 10px;
}
.op_link a{
	padding-right: 0;
}
.op_link a:after{
	display: none;
}
.op_table{
	align-items: flex-start;
}
.op_table>div{
	width: 700px;
}

@media screen and (max-width: 960px) {
	.op_table>div{
	width: 100%;
}
	.op_link{
		margin: 0 auto;
	}
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  #header .container {
    width: auto;
    height: 60px;
    padding: 0 10px;
  }

  #header .logo {
    width: 200px;
  }

  #header .nav {
    overflow: hidden;
    width: 100%;
  }

  #header .nav ul {
    display: block;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
  }

  #header .nav li {
    width: auto;
    margin-bottom: 15px;
    text-align: left;
  }

  #header .nav a {
    position: relative;
    display: block;
    padding: 5px 15px;
    color: #fff;
    background: #00aeef;
    border-radius: 5px;
    font-size: 16px;
  }

}

#header .nav a#header  .gnav-btn {
  color: #fff;
  background-color: #f3809e;
}

#header .nav a.bg_black {
  background-color: #111;
}

/* ------------------------------------------------------ */

#header  .gnav {
  /* margin-top: 30px; */
  width: 800px;
  /* padding-left: calc(50% - 600px); */
  /* padding-right: calc(50% - 600px); */
  color: #333;
}

/* @media screen and (max-width: 1240px) {
  #header  .gnav {
    padding-left: 20px;
    padding-right: 20px;
  }
} */

@media (max-width: 1240px) {
  #header  .gnav {
    display: none;
    width: auto;
    position: fixed;
    z-index: 100;
    /* top: 125px; */
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    padding: 20px;
    /* padding-top: 80px; */
    overflow-y: auto;
    /* opacity: 0; */
    /* pointer-events: none; */
    transition: opacity 0.4s;
    background-color: #fff;
    top: 60px;
    z-index: 99999;
  }
}

#header  .gnav ul {
  display: flex;
  /* padding: 15px; */
  /* box-sizing: border-box; */
  justify-content: space-between;
    align-items: center;
  /* flex-wrap: wrap; */
  /* position: relative; */
}

#header .gnav ul li {
  line-height: 1.4;
  /* margin-bottom: 15px; */
  text-align: center;
}

#header  .gnav ul li > a {
  display: block;
  font-size: 13px;
  padding: 20px 0;
  color: #333;
  font-weight: bold;
}
#header .gnav ul li>a span {
  font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    display: block;
    font-weight: normal;
}
#header .gnav  dl ul {
  justify-content: flex-start;
}
#header .gnav dl ul li > a {
  padding: 0;
}
#header .gnav ul li a img{
	border-radius: 20px;
}

@media (min-width: 1261px) {
  #header  .gnav ul li {
    display: flex;
  }

  #header  .gnav ul li>a:hover {
    /* background: #225083; */
    border-radius: 20px;
  }
  #header .gnav .header-contact{
    flex-direction: column;
    gap: 5px;
  }
  #header .gnav .header-contact a{
    padding: 8px;
  }
}

@media (max-width: 1260px) {
  #header  .gnav > ul {
    flex-direction: column;
    align-items:normal;
  }

  #header  .gnav ul li {
    position: relative;
    display: block;
    background: #00aeef;
    border-bottom: 2px solid #F5F7F2;
  }

  #header  .gnav ul li>a {
    color: #fff;
    height: 60px;
    padding-left: 0;
    padding-right: 40px;
    /* color: #425D10; */
    font-size: 14px;
  }
    #header .gnav ul li>a span {
      font-size: 11px;
      display: inline;
      margin-right: 2em;
      opacity: .7;

    }
}

#header  .gnav button {
  display: none;
}

@media (max-width: 1260px) {
  #header  .gnav button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 60px;
    background: url(../img/mrk-submenu.svg) no-repeat center/12px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 0.2s;
  }

  #header  .gnav button.active {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  #header .gnav i {
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    background: url("../img/ico_arw_white02.png") no-repeat;
    background-size: cover;
  }

}

#header  .gnav dl {
  z-index: 20;
}

#header  .gnav dl dt {
  display: none;
}

#header  .gnav dl a {
  display: flex;
  text-decoration: none;
}
#header .gnav dl li {
  width: calc( 100% / 5 );
}

@media (min-width: 1261px) {
  #header  .gnav dl {
    position: absolute;
    top: 83px;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex !important;
    flex-wrap: wrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
  }

  #header  .gnav dl dt {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
  }

  #header  .gnav dl dd {
    width: 100%;
  }

  #header  .gnav dl a:hover {
    background: rgba(13, 65, 121, 0.2);
    border-radius: 6px;
  }
}

@media (max-width: 1260px) {
  #header  .gnav dl {
    display: none;
  }

  #header  .gnav dl dt {
    display: none;
  }

  #header  .gnav dl dd {
    border-top: 2px solid #F5F7F2;
    padding: 0 10px;
    line-height: 1.4;
  }

  #header  .gnav dl a {
    align-items: center;
    height: 50px;
    padding: 0;
    /* color: #425D10; */
  }
  #header .gnav dl li {
    width: calc(100% / 4);
  }
}

@media (max-width: 800px) {
    #header .gnav dl li {
      width: calc(100% / 2);
    }
  }



#header  .gnav li:hover dl {
  opacity: 1;
  pointer-events: inherit;
}

#header .gnav a.gnav-btn {
  color: #fff;
  background-color: #f3809e;
}

#header .gnav .header-contact .soudan{
  background-color: #1563b0;
}

#header .gnav a.bg_black {
  background-color: #111;
}


.lnav-rich ul li a:has(img) {
  padding: 0;
}
.lnav-rich ul li a:has(img) strong {
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1260px) {
  #header .gnav > ul li i {
    display: none;
  }
  #header .gnav dl{
    background-color: #fff;
  }
  #header .gnav dl dd {
    padding: 0;
  }
  #header .gnav dl ul li{
    background-color: #fff;
    border: none;
  }
  #header .gnav dl ul li a {
    height: auto;
  }
  #header .gnav dl ul li a strong {
    color: #333;
  }
}

