﻿@charset "utf-8";
body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  margin-top: 100px;
}
img {
  width: 100%;
  height: auto;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
#wrap {
  min-width: 0;
}
.tel {
  pointer-events: auto;
}
.tel a {
  font-size: 2.0rem;
}
section {
  margin-bottom: 40px;
}
h1.obi {
  font-size: 2.0rem;
  font-weight: bold;
}
.movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.breadcrumb {
  padding: 5px; /* 余白を指定 */
  white-space: nowrap; /* 改行（行送り）を禁止させる */
  overflow-x: scroll; /* 横スクロールを可能にする */
  background: #e9edf5;
}
.breadcrumb li {
  display: inline-block; /* インラインブロック要素にする */
}
.breadcrumb li:after {
  content: '>'; /* 間の矢印を設定 */
  padding: 0 0.2em;
  color: #8186a0;
}
.breadcrumb li a {
  text-decoration: none;
  color: #273376;
}
.tx_r_sp{ text-align:right; }
.tx_l_sp{ text-align:left; }
.tx_c_sp{ text-align:center; }

/* =============================== innermenu =============================== */
#innermenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#innermenu ul:after {
  content: "";
  clear: both;
  display: block;
}
#innermenu ul li {
  width: 50%;
  display: block;
  float: left;
  list-style-type: none;
  text-align: center;
  font-size: 1.3rem;
   !important
}
#innermenu ul li a {
  /*width: 99%;*/
  width: 97%;
  font-size: 1.3rem;
   !important
}
@media (max-width: 480px) {
	#innermenu ul li a {width: 94%!important;}
}
/* =============================== footer =============================== */
#fnav .cont {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
#fnav .cont-item {
  display: block;
  width: 48%;
}
#fnav .cont-item:nth-child(n+3) {
  margin-top: 30px;
}
#fnav .nav ul {
  margin: 0;
  font-size: 1.0rem;
}
#fnav .nav ul + .ttl {
  margin-top: 10px;
}
#fnav .nav li {
  font-size: 1.0rem;
}
#fnav .company {
  margin-top: 30px;
}
#fnav .logo img {
  width: 150px;
}
#fnav .address, #fnav .c-name {
  margin: 10px;
  font-size: 1.0rem;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  #fnav .cont {
    max-width: 1020px;
  }
  #fnav .cont-item {
    display: block;
    width: calc(100% / 3);
  }
}
/* =============================== header =============================== */
#header_inner h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
#header_inner h1 img {
  height: 30px;
  margin-left: 15px;
  width: auto;
}
#h_nav {
  margin-right: 52px;
}
#h_nav li:nth-last-child(n+2) {
  margin-right: 6px;
}
#h_nav li.btn_a a, #h_nav li.btn_a a:hover {
  border: 1px solid #CE5300;
  background: #CE5300;
  color: #fff;
  padding: 10px 15px;
  font-size: 1.3rem;
}
.sp_hnav01, .sp_hnav02, .sp_hnav03 {
  position: absolute !important;
}
.sp_hnav01 {
  top: 10px;
  right: 180px;
}
.sp_hnav02 {
  top: 10px;
  right: 110px;
}
.sp_hnav03 {
  top: 10px;
  right: 50px;
}
.drawer-menu .btn_a a, .drawer-menu .btn_a a:hover {
  display: inline-block;
  border: 1px solid #CE5300;
  background: #CE5300;
  color: #fff;
  padding: 10px 15px;
  font-size: 1.3rem;
  font-weight: normal;
  box-shadow: none;
  letter-spacing: normal;
}
.drawer-menu .btn_c a, .drawer-menu .btn_c a:hover {
  display: inline-block;
  box-shadow: none;
  letter-spacing: normal;
  height: 20px;
}
.drawer-menu .btn_d a, .drawer-menu .btn_d a:hover {
  display: inline-block;
  box-shadow: none;
  letter-spacing: normal;
  height: 20px;
}
.drawer-menu li:first-child {
  position: relative;
}
.drawer-menu li:first-child > a {
  padding: 15px 0;
}
.drawer-menu li:first-child div {
  display: inline-block;
}
.drawer-menu li:first-child img {
  height: 40px;
  margin-left: 15px;
  width: auto;
}
#h_nav li.btn_b a, #h_nav li.btn_b a:hover, #h_nav li.btn_c a, #h_nav li.btn_c a:hover, #h_nav li.btn_d a, #h_nav li.btn_d a:hover, #gnav {
  display: none;
}
/* =============================== slider =============================== */
#mainslide {
  width: 100%;
}
#mainslide .slider {
  width: 100%;
}
#mainslide img {
  max-width: 100%;
}
.slick-arrow {
  width: 30px;
  height: 80px;
  z-index: 100;
}
.slick-next {
  right: 0;
  background: url("https://www.mebio-eishinkan.com/common/img/slide_next.svg") no-repeat center;
  background-size: auto 100%;
}
.slick-prev {
  left: 0;
  background: url("https://www.mebio-eishinkan.com/common/img/slide_prev.svg") no-repeat center;
  background-size: auto 100%;
}
.slick-dots li {
  margin: 0 3px;
}
.slick-dots li button::before {
  font-size: 2.4rem;
}
/* =============================== common =============================== */
.inbox {
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
}
p.txt {
  font-size: 1.4rem;
  line-height: 180%;
}
.btn a, .btn a:hover {
  background: #014099;
  width: 80%;
  padding: 18px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
.btn a span, .btn a:hover span {
  font-size: 1.6rem;
  color: #fff;
}
.btn.entry a span, .btn.entry a:hover span {
  background: url("https://www.mebio-eishinkan.com/common/img/icon_pen_a.svg") no-repeat left center;
  background-size: 16px;
  padding-left: 30px;
}
.btn.page a, .btn.page a:hover {
  background: #014099;
}
.btn.page a span, .btn.page a:hover span {
  background-size: 16px, 16px;
  padding-left: 30px;
  padding-right: 26px;
  color: #fff;
}
.btnbox {
  display: block;
}
.btnlineup, .btnlineup_end, .btnlineup.btn-three {
  width: 100%;
  margin: 20px 5px;
}
.btnbox2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btntitle {
  font-size: 1.8rem;
  padding-left: 20px;
  text-align: left;
  width: 100%;
}
.btnans {
  font-size: 2.2rem;
  width: 100%;
}
.btnans .ans2 a {
  padding: 10px 10px;
  font-weight: normal;
}
.btnans .ans2 span {
  padding: 10px 10px;
  font-weight: normal;
}
.btnlineup a span {
  background: url("https://www.mebio-eishinkan.com/common/img/icon_pen_a.svg") no-repeat left center;
  padding-left: 30px;
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
}
.btnlineup_end span {
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
}
.tbl.special th {
  text-align: center;
  font-size: 1.6rem;
  padding: 12px 0;
}
.tbl.special th small {
  font-size: 1.4rem;
}
.tbl.special td.num {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  padding: 8px 0;
  width: 40px;
  margin-right: 20px;
}
.tbl.special td.num small {
  font-size: 1.0rem;
}
.tbl.exam th {
  font-size: 1.4rem;
}
.tbl.exam th small {
  font-size: 1.0rem;
}
.tbl.exam td.day {
  font-size: 1.4rem;
}
.tbl.exam td.th {
  font-size: 1.4rem;
}
.tbl.exam td.th strong a {
  font-size: 1.4rem;
}
.tbl.exam td.th span {
  display: block;
  width: 4em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  margin-bottom: 3px;
}
.tbl.exam td {
  font-size: 1.2rem;
}
.tbl.exam td.day small {
  font-size: 1.0rem;
}
.tbl.exam td.num {
  font-size: 2.2rem;
  padding: 8px 0;
  height: 20px;
}
.tbl.exam td.num small {
  font-size: 1.0rem;
}
.tbl.briefing th, .tbl.briefing td.td01, .tbl.briefing td.td02, .tbl.briefing td.td01 a, .tbl.briefing td.td02 a {
  font-size: 1.4rem;
}
.tbl.briefing th small, .tbl.briefing td.td02 small {
  font-size: 1.0rem;
}
.tbl.briefing td {
  font-size: 1.2rem;
}
table {
  border-collapse: collapse;
  width: 100%;
}
.tb01 th, .tb01 td {
  padding: 10px;
  border: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
}
.tb01 th {
  background: #ff7bac;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .tb01 .head {
    display: none;
  }
  .tb01 {
    width: 100%;
  }
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table.tb01 td:first-child {
    background: #ff7bac;
    color: #fff;
    font-weight: bold;
  }
  .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}
/* ====================== colum =============================== */
/* voice */
.contents-inner {
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
}
ul.col4 {
  margin-right: 0;
  margin-left: 0;
}
ul.col4 li {
  height: auto !important;
  padding: 5px 7px;
  width: 45%;
}
ul.col4 li:last-child {
  margin-bottom: 0;
}
ul.col4 li a {
  display: block;
}
ul.col4 li a img {
  width: 100%;
}
/* news */
#news .contents-inner {
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
}
#news ul.col4 {
  margin-right: 0;
  margin-left: 0;
}
#news ul.col4 li:last-child {
  margin-bottom: 0;
}
#news ul.col4 li a {
  display: block;
}
#news ul.col4 li a img {
  width: 100%;
}
/* apply */
.apply .contents-inner {
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
}
.apply ul.col3 {
  margin-right: 0;
  margin-left: 0;
}
.apply ul.col3 li {
  height: auto !important;
  padding: 0;
  width: 100%;
}
.apply ul.col3 li:last-child {
  margin-bottom: 0;
}
.apply ul.col3 li a {
  display: block;
}
.apply ul.col3 li a img {
  width: 100%;
}
.apply ul.col3 li .inner .box-colum-txt .txt-intro {
  padding: 0;
  font-size: 2.0rem;
}
.apply ul.col3 li .inner .box-colum-txt .date {
  margin-bottom: 0;
  margin-top: 5px;
  padding: 0;
}
/* =============================== sec =============================== */
#sec01 h2 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
#sec01 h2 strong {
  display: block;
  width: 6em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
#sec01 {
  padding: 30px 5%;
  background: no-repeat url("https://www.mebio-eishinkan.com/img/sec01_bg.jpg");
  background-position: center top;
  background-size: auto 100%;
}
#sec01 h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
#sec01 .bg {
  background-size: auto 100%;
}
.ttl01 {
  font-size: 2.2rem;
  padding-bottom: 13px;
  margin-bottom: 30px;
}
.ttl01:after {
  width: 40%;
  height: 2px;
}
.ttl02 {
  font-size: 2.0rem;
  margin-top: 20px;
  margin-bottom: 15px;
}
.ttl02 span {
  font-size: 1.8rem;
  padding: 6px 15px 8px;
  margin-right: 10px;
}
.ttl02 small {
  font-size: 1.4rem;
}
.ttl03 {
  font-size: 2.0rem;
  letter-spacing: .03em;
  padding: 12px 0 14px;
  margin-bottom: 20px;
}
.sttl01 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.sttl02 {
  padding: 8px 2em 10px;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.sttl03 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.sttl04 {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 12px 34px 14px;
  min-width: 120px;
  max-width: 100%;
}
.sttl04:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  margin-top: 0;
  border: 15px solid transparent;
  border-bottom: 15px solid #014099 !important;
  border-right: none;
}

#strength {
  margin-bottom: 80px;
}
#strength ul {
  width: 100%;
  max-width: inherit;
  margin-bottom: 50px;
}
#strength li {
  padding: 0 5% 20px;
  margin-top: 20px;
}
#strength li .num {
  font-size: 2.2rem;
  padding: 8px 0;
  width: 40px;
  margin-right: 20px;
}
#strength li p {
  font-size: 2.0rem;
  display: block;
  line-height: 115%;
  margin-top: 5px;
}
#strength li p small {
  font-size: 1.4rem;
}
.fbox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fbox .photo, .fbox .halfphoto {
  width: 100%;
  max-width: inherit;
  -ms-flex-order: 1;
  order: 1;
}
.fbox .text {
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 0;
  width: 100%;
  max-width: inherit;
  -ms-flex-order: 2;
  order: 2;
}
.fbox .answer1 {
  width: 100%;
  max-width: inherit;
  -ms-flex-order: 1;
  order: 1;
}
.fbox .answer2 {
  width: 100%;
  max-width: inherit;
  -ms-flex-order: 2;
  order: 2;
}
#teacher .inblock {
  margin-bottom: 50px;
}
#teacher .inblock .photo p {
  margin: 10px 0 0 0;
  font-size: 1.4rem;
  line-height: 150%;
}
#teacher .inblock .photo p small {
  margin-top: 0;
  font-size: 1.2rem;
}
#teacher .inblock .tx_r small {
  font-size: 1.2rem;
}
#teacher .fbox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#teacher .sidelist li {
  vertical-align: top;
  width: 50%;
  margin-bottom: 20px;
}
#teacher .sidelist li p {
  margin: 10px 0 0 0;
  font-size: 1.4rem;
  line-height: 150%;
}
#teacher .sidelist li p small {
  margin-top: 0;
  font-size: 1.2rem;
}
#teacher .left {
  margin-right: 0;
}
#teacher .photo {
  width: 100%;
  max-width: inherit;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 15px;
}
#teacher .text {
  width: 100%;
  -ms-flex-order: 2;
  order: 2;
}
#kaisoku .fbox, #shiritsu .fbox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#kaisoku .fbox {
  margin-bottom: 35px;
}
#kaisoku .fbox .photo, #shiritsu .fbox .photo {
  width: 100%;
  max-width: inherit;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
}
#kaisoku .fbox .text, #shiritsu .fbox .text {
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 0;
  width: 100%;
  max-width: inherit;
  -ms-flex-order: 1;
  order: 1;
}
.point, .ex {
  margin-bottom: 30px;
  width: 100%;
}
.point p strong, .ex p strong {
  font-size: 1.8rem;
}
.point p span {
  font-size: 1.8rem;
}
.point ul li, .ex ul li {
  font-size: 1.5rem;
  line-height: 170%;
}
.point ul li span, .ex ul li span {
  font-size: 1.6rem;
}
.topics dl {
  margin: 5px;
}
.topics dt {
  float: none;
  width: 100%;
  margin: 5px;
}
.topics dd {
  margin: 5px;
}
.train dt {
  float: none;
  margin: 5px;
}
.train dt::before {
  content: "●";
  color: #014099;
  padding-right: 3px;
}
.train dd {
  margin: 5px;
  text-align: right;
  font-size: 1.8rem;
}
.train dt span, .train dd span {
  color: #014099;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1px;
}
.aco dt {
  padding: 25px 5%;
  font-size: 1.6rem;
}
.aco dt::after {
  right: 2%;
}
.aco dd {
  display: none;
  background: #fff;
  padding: 15px 5%
}
.aco dd h4 {
  font-size: 1.6rem;
}
.aco dd th, .aco dd td {
  border-right: 1px solid #01265a;
  border-bottom: 1px solid #01265a;
  padding: 8px 12px;
  color: #555;
  font-size: 1.4rem;
}
.aco ul.caution li {
  font-size: 1.4rem;
}
.aco dd ul.caution li {
  font-size: 1.3rem;
}
h5 {
  font-size: 1.8rem;
  margin-top: 20px;
}
.s_date {
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 1.0em;
  margin-bottom: 2.0em;
  padding-top: 8%;
  background-size: 100%;
}
.s_date::-webkit-scrollbar {
  height: 8px;
}
.s_date::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #eee;
}
.s_date::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #666;
}
.s_date::after {
  content: "※このエリアは横にスクロールできます";
  color: #666;
  font-size: 1.2rem;
}
.s_date table {
  width: 800px;
  margin-bottom: 10px;
}
.s_date thead th {
  font-size: 1.6rem;
  text-align: left;
}
.s_date td, .s_date td a {
  font-size: 1.4rem;
}
#inquiry .tel {
  pointer-events: auto;
}
#inquiry .tel a {
  font-size: 2.0rem;
}
/* =============================== mainimg =============================== */

/*中央揃えのメニューの設定*/
.centermenu li{margin: 0 3px 10px;}
.centermenu li a{padding: 2px 8px 3px;}


/*ページ内のバナー画像*/
.img_block.top img{
  width: 100%;
  height: auto;
}