﻿@charset "utf-8";
html {
  font-size: 62.5%;
}
body {
  position: relative;
  margin-top: 155px;
  background: #fff;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
img {
  width: auto;
}
a img {
  transition: .3s;
}
a:hover img {
  transition: .3s;
  opacity: .65;
}
#wrap {
  width: 100%;
  min-width: 960px;
}
.gray {
  color: #ccc;
}
.red {
  color: #cf0000;
}
.tel {
  pointer-events: none;
}
.tel a {
  line-height: 1;
  font-size: 4.0rem;
  font-weight: bold;
  text-decoration: none;
  color: #014099;
}
hr {
  border-width: 1px 0px 0px 0px; /* 太さ1px */
  border-style: solid;
  border-color: #014099;
  height: 1px; /* 高さ(※古いIE用) */
  margin-top: 50px;
  margin-bottom: 50px;
}
h1.obi {
  background: #014099;
  color: #fff;
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
  padding: 16px 0;
  letter-spacing: 0.5em;
  margin-bottom: 50px;
}
h1.obi small {
  color: #fff;
}
h2 {
  font-size: 3.4rem;
  color: #006c5c;
  margin-bottom: 40px;
}
h2 strong {
  display: inline-block;
  background: #f4423d;
  color: #fff !important;
  line-height: 1;
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 3.0rem;
}
h5 {
  font-size: 2.2rem;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #014099;
}
section {
  margin-bottom: 100px;
}
.movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  text-align: center;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.breadcrumb {
  margin: 0;
  padding: 0 1em;
  list-style: none;
  background: #014099;
  overflow: hidden;
}
.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
}
.breadcrumb li:after {
  content: '>'; /* 間の矢印を設定 */
  padding: 0 0.2em;
  color: #e9edf5;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
/* =============================== header =============================== */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
}
#header_inner {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#header_inner .logo {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1;
  width: 200px;
}
#header_inner .logo a {
  display: inline-block;
}
#header_inner #h_nav {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidelist {
  letter-spacing: -.4em;
}
.sidelist li {
  letter-spacing: normal;
  display: inline-block;
}
#h_nav li {
  text-align: center;
}
#h_nav li:nth-last-child(n+2) {
  margin-right: 10px;
}
#h_nav li a {
  display: block;
  text-decoration: none;
  transition: .3s;
}
#h_nav li.btn_a a {
  border: 1px solid #CE5300;
  background: #CE5300;
  color: #fff;
  padding: 15px 20px;
}
#h_nav li.btn_b a {
  border: 1px solid #014099;
  background: #014099;
  color: #fff;
  padding: 15px 20px;
}
#h_nav li.btn_c a {
  background: url("https://www.mebio-eishinkan.com/common/img/icon_clean.svg") no-repeat;
  display: block;
  text-indent: -9999px;
  padding: 18px 30px;
  height: 28px;
}
#h_nav li.btn_d a {
  background: url("https://www.mebio-eishinkan.com/common/img/icon_faq.svg") no-repeat 28px;
  display: block;
  text-indent: -9999px;
  padding: 18px 45px;
}
#h_nav li.btn_a a:hover {
  background: #fff;
  color: #CE5300;
  transition: .3s;
}
#h_nav li.btn_b a:hover {
  background: #fff;
  color: #014099;
  transition: .3s;
}
#h_nav li.btn_c a:hover {
  background-image: url("https://www.mebio-eishinkan.com/common/img/icon_clean_a.svg");
  transition: .3s;
}
#h_nav li.btn_d a:hover {
  background-image: url("https://www.mebio-eishinkan.com/common/img/icon_faq_a.svg");
  transition: .3s;
}
#gnav {
  background: #014099;
  width: 100%;
}
#gnav ul {
  text-align: center;
  padding: 10px 0;
}
#gnav li:nth-last-child(n+2) {
  border-right: 1px solid #01265A;
}
#gnav li a {
  line-height: 1;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 11px 19px;
  font-size: 1.8rem;
  font-weight: bold;
  transition: .3s
}
#gnav li a:hover {
  opacity: .6;
  transition: .3s;
}
#gnav li.exlink a {
  background: url("https://www.mebio-eishinkan.com/common/img/icon_window.svg") no-repeat right 14px center;
  background-size: 14px;
  padding-right: 33px;
}
/* mega menu */
.menu_mega .menu_second-level, .menu_mega .menu_second-level_2 {
  position: absolute;
  text-align: center;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0;
  background: #01265A;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}
.menu_mega:hover .menu_second-level, .menu_mega:hover .menu_second-level_2 {
  visibility: visible;
  opacity: 1;
}
.menu_mega .menu_second-level > li {
  float: left;
  width: 32%;
　min-height: 200px;
  border: none;
  padding: 10px 0 20px;
}
.menu_mega .menu_second-level > li:nth-child(3n+2) {
  margin: 0 1%;
}
.menu_mega .menu_second-level_2 > li {
  float: left;
  width: 49%;
  border: none;
}
/* =============================== slider =============================== */
#mainslide {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  margin-bottom: 70px
}
#mainslide .slider {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#mainslide img {
  width: 100%;
}
.slick-arrow {
  border: none;
  text-indent: -9999px;
  width: 50px;
  height: 80px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 100;
}
.slick-next {
  right: -40px;
  background: url(https://www.mebio-eishinkan.com/common/img/slide_next.svg) no-repeat center;
  height: 80px;
}
.slick-prev {
  left: -40px;
  background: url(https://www.mebio-eishinkan.com/common/img/slide_prev.svg) no-repeat center;
  height: 80px;
}
.slick-dots {
  z-index: 100;
  display: block;
  list-style: outside none none;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.slick-dots li button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: medium none;
  padding: 5px;
  width: 20px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: medium none;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots li button::before {
  color: #e5e5e5;
  content: "●";
  font-family: "slick";
  font-size: 1.8rem;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.75;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  z-index: 3000;
}
.slick-dots li.slick-active button::before {
  color: #0D6BEC;
  opacity: 1;
}
/* =============================== innermenu =============================== */
#innermenu ul {
  margin: 5px;
  padding: 0;
  list-style: none;
}
#innermenu li {
  display: inline;
  padding: 0;
  margin: 0;
  float: left;
}
#innermenu li a {
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #014099;
  background-color: #fff;
  color: #014099;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  width: 250px;
  height: 40px;
  margin: 3px 5px;
  padding: 5px 10px;
  font-size: 1.8rem;
}
#innermenu li a:hover {
  background-color: #7B9CCA;
  color: #fff;
}
#innermenu li.moshiend a {
  border: 1px solid #aaa;
  background-color: #fff;
  color: #ccc;
}
#innermenu li.moshiend a:hover {
  background-color: #ccc;
  color: #fff;
}
@media screen and (max-width: 980px) and (min-width: 769px) {
  #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;
  }
  #innermenu ul li a {
    width: 98%;
    font-size: 1.3rem;
    padding: 8px 0 0 0;
  }
}
#innermenu p.clear {
  clear: left;
}
/* =============================== footer =============================== */
#fnav {
  text-align: center;
  padding: 30px 0;
  background: #01265A;
}
#fnav .cont {
  max-width: 1080px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}
#fnav .cont-item {
  display: block;
  width: calc(100% / 4);
}
#fnav .nav a {
  display: block;
  color: #ccc;
  padding: 5px 0;
}
#fnav div.ttl {
  display: block;
  margin: 30px 0 6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ccc;
}
#fnav div.ttl a {
  font-size: 1.6rem;
}
#fnav .nav .ttl:first-child {
  margin-top: 0;
}
#fnav .nav ul {
  display: block;
  font-size: 1.2rem;
  line-height: 2;
}
#fnav .nav li {
  display: block;
  font-size: 1.2rem;
  line-height: 2;
}
#fnav .nav li:first-child {
  margin-top: 0;
}
#fnav .nav li ul {
  margin: 0 0 0 2em;
}
#fnav .nav li li {
  position: relative;
}
#fnav .nav li li:before {
  position: absolute;
  top: 50%;
  left: -10px;
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background-color: #fff;
}
#fnav .company {
  display: block;
  margin-top: 62px;
}
#fnav .logo img {
  width: 250px;
}
#fnav .c-name {
  display: block;
  text-align: center;
  margin: 28px 0 0;
  font-size: 1.2rem;
  line-height: 2;
  color: #ccc;
}
#fnav .address {
  display: block;
  text-align: left;
  margin: 28px 0 0;
  font-size: 1.2rem;
  line-height: 2;
  color: #ccc;
}
#fnav iframe {
  width: 100%;
}
#copyright {
  background: #000;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 1.2rem;
}
/* =============================== common =============================== */
.underslide {
  margin-left: auto;
  margin-right: auto;
  margin-top: 500px;
}
article {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto !important;
}
.mw100p {
  width: 100%;
}
p.txt {
  font-size: 1.6rem;
  line-height: 200%;
}
p.txt span {
  font-size: 18px;
  font-weight: bold;
  color: #CE5300;
}
p.txt a {
  font-size: inherit;
}
p.names {
  font-size: 2.2rem;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #444;
}
p.years {
  font-size: 1.4rem;
  color: #014099;
  margin-bottom: 10px;
  padding: 1px 0 2px;
  text-decoration: none;
}
p.years span {
  font-size: 1.6rem;
  color: #014099;
  text-decoration: none;
}
.years.green{color: #005F4F;}/*背景を緑系の色にする設定*/
/* bottun */
.btn-txt {
  margin-top: 50px;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin-bottom: .1em;
  text-align: center;
}
.btn-txt:before {
  margin-right: 1rem;
  content: '＼';
}
.btn-txt:after {
  margin-left: 1rem;
  content: '／';
}
.btn {
  text-align: center;
}
.btn a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #014099;
  border: 1px solid #014099;
  width: 600px;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
  text-decoration: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  transition: .3s;
}
.btnbox {
  padding: 10px; /* 余白指定 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* フレックスボックスにする */
  justify-content: space-around;
  flex-wrap: wrap; /* 折り返し指定 */
  align-content: stretch; /* 折り返し時の配置指定 */
}
.btnlineup, .btnlineup_end {
  margin: 20px 5px 5px 5px;
  color: #fff;
  background: #CE5300;
  border: 1px solid #CE5300;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  width: 480px; /* 幅指定 */
}
.btnlineup.btn-three{width: 320px; /* 幅指定 */}
.btnbox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #90CE9C;
  padding: 5px;
}
.btntitle {
  padding: 5px;
  text-align: right;
  font-size: 2.0rem;
  color: #333;
  text-decoration: none;
  width: 40%; /* 幅指定 */
}
.btnans {
  padding: 10px; /* 余白指定 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* フレックスボックスにする */
  justify-content: space-around;
  flex-wrap: wrap; /* 折り返し指定 */
  align-content: stretch; /* 折り返し時の配置指定 */
  width: 55%; /* 幅指定 */
}
.btnans.ans2 {
  font-size: 1.8rem;
  width: calc(100% / 5);
  text-align: center;
  line-height: 1.1;
    color: #999;
}
.btnans.ans2 a {
  font-weight: bold;
  line-height: 1.1;
}
.ans2 {
text-align: center;
    color: #999;
}
.ans2 a {
    position: relative;
    display: block;
    box-sizing: border-box;
  padding: 10px 20px;
    border: 1px solid #006c5c;
    color: #006c5c;
    transition: .2s;
  text-decoration: none;
}
.ans2 a:hover {
    background-color: #006c5c;
    color: #fff;
}
.ans2 span {
    position: relative;
    display: block;
    box-sizing: border-box;
  padding: 10px 20px;
    border: 1px solid #999;
    color: #999;
  text-decoration: none;
}
@media screen and (max-width: 980px) and (min-width: 769px) {
  .btnbox {
    display: block;
  }
  .btnlineup, .btnlineup_end, .btnlineup.btn-three {
    width: 100%;
  }
}
.btnlineup a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  text-decoration: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  transition: .3s;
}
.btnlineup a span {
  background: url("https://www.mebio-eishinkan.com/common/img/icon_pen_a.svg") no-repeat left center;
  padding-left: 50px;
  color: #fff;
  font-size: 2.0rem;
  display: inline-block;
}
.btnlineup_end {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  text-decoration: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
.btnlineup_end span {
  color: #fff;
  font-size: 2.0rem;
  display: inline-block;
}
.btn a span {
  color: #fff;
  font-size: 2.2rem;
  display: inline-block;
}
.btn.page a {
  background: #014099;
  border: 1px solid #014099;
}
.btn.page a span {
  padding-left: 50px;
  padding-right: 45px;
}
.btn.page a:hover span {
  color: #014099;
  padding-left: 50px;
  padding-right: 45px;
  transition: .3s;
}

/* botton color*/
.btn.page.green a{
  background: #0c6c5c;
  border-color: #0c6c5c;
}
.btn.page.green a:hover{
  background: #fff;
}
.btn.page.green a:hover span{
  color: #0c6c5c;
}

.btn a:hover, .btn.entry a:hover, .btnlineup a:hover {
  background: #fff;
  transition: .3s;
}
.btn a:hover span {
  color: #014099;
  transition: .3s;
}
.btnlineup a:hover span {
  color: #CE5300;
  transition: .3s;
}
.btn.entry a span, {
  background: url("https://www.mebio-eishinkan.com/common/img/icon_pen_a.svg") no-repeat left center;
  padding-left: 50px;
}
.btn.entry a:hover span, .btnlineup a:hover span {
  background: url("https://www.mebio-eishinkan.com/common/img/icon_pen02.svg") no-repeat left center;
  padding-left: 50px;
  transition: .3s;
}
.btn.entry a small, .btnlineup a small{
  display: inline-block;
  font-size: 1.8rem;
  padding: 5px 10px;
  line-height: 1;
  margin-right: 10px;
  background: #fff;
  color: #CE5300;
  transition: .3s;
}
.btn.entry a:hover small, .btnlineup a:hover small{
  color: #fff;
  background: #CE5300;
  transition: .3s;
}
.btnlineup_end small{color: #fff;}

/*.btnlineup color*/
.btnlineup.green{background: #0c6c5c; border-color: #0c6c5c;}
.btnlineup.green a span{background-image: none; padding-left: 0;}
.btnlineup.green a:hover span{color: #0c6c5c;}
.btnlineup.green a small, .btnlineup.green a:hover small {color: #0c6c5c;}

/* kakomikei */
.box01 {
  position: relative;
  margin: 1em 0;
  padding: 2em 1em;
  border: double 5px #014099;
  border-radius: 8px;
  width: 95%;
}
.box01 .box-title {
  position: absolute;
  display: inline-block;
  top: -16px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 1.9rem;
  background: #FFF;
  color: #f4423d;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.box01 p {
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}
.box01 .box-txt {
  width: 100%;
  font-size: 1.6rem;
  line-height: 180%;
  text-align: left;
}
.box01 .box-txt ul {
  padding: 15px 0;
  display: inline-block;
}
.box01 .box-txt ul li {
  text-align: left;
  font-size: 1.8rem;
  line-height: 180%;
  font-weight: bold;
}
.box01 .box-txt ul li span {
  font-size: 2.0rem;
  font-weight: bold;
  color: #f4423d;
  margin-right: 10px;
}
/* table */
.tbl {
  /*width: 98%;*/
  width: 100%;
  border: none;
  border-collapse: collapse;
}
.tbl.special {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.tbl.special th {
  background: #014099;
  color: #fff;
  text-align: center;
  font-size: 2.0rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
}
.tbl.special th:empty{
  background-image: linear-gradient(to top right, transparent 50%, #fff 50%, #fff calc(50% + 1px),transparent calc(50% + 1px));
}
.tbl.special th strong {
  color: #fff;
  font-weight: bold;
}
.tbl.special th small {
  font-size: 1.6rem;
  color: inherit;
  display: block;
  letter-spacing: 0.5em;
}
.tbl.special tr:nth-child(2n+1) td {
  background: #fff;
}
.tbl.special tr:nth-child(2n) td {
  background: #f9f9f9;
}
.tbl.special td {
  padding: 0 10px;
  vertical-align: middle;
  font-size: 1.6rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tbl.special td:empty{
  background-image: linear-gradient(to top right, transparent 50%, #ddd 50%, #ddd calc(50% + 1px),transparent calc(50% + 1px))!important;
}
.tbl.special td.num {
  background: #014099 !important;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 4.2rem;
  text-align: center;
  font-weight: bold;
  width: 165px;
  height: 120px;
  padding: 14px 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tbl.special td.num small {
  font-size: 1.6rem;
  color: inherit;
  display: block;
  letter-spacing: 0.5em;
}
.tbl.special td strong {
  color: #006c5c;
  font-weight: bold;
}
.tbl.special td strong.red {color: #cf0000;}
.tbl.special tr:nth-child(2) td, .tbl.special tr:nth-child(3) td {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 120%;
}
.tbl.exam th {
  background: #006c5c;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  border-right: 1px solid #B4CFC9;
  border-bottom: 1px solid #B4CFC9;
  padding: 10px 0;
}
.tbl.exam th small {
  font-size: 1.4rem;
  color: #006c5c;
}
.tbl.exam td.day {
  background: #EAFAEF;
  color: #005F4F;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0;
}
.tbl.exam td.th {
  background: #cae8e2;
  color: #005F4F;
  border-right: 1px solid #B4CFC9;
  border-bottom: 1px solid #B4CFC9;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 10px 0;
}
.tbl.exam td.th span {
  display: inline-block;
  background: #f4423d;
  color: #fff !important;
  line-height: 1;
  padding: 3px 10px;
  margin-right: 10px;
  font-size: 2.0rem;
}
.tbl.exam td.th strong a {
  color: #005F4F;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.tbl.exam td {
  font-size: 1.6rem;
  text-align: center;
  border-right: 1px solid #B4CFC9;
  border-bottom: 1px solid #B4CFC9;
}
.tbl.exam td.day small {
  font-size: 1.4rem;
  color: #006c5c;
}
.tbl.exam td strong {
  color: #CE5300;
  font-weight: bold;
}
.tbl.exam td.num {
  background: #a7a39d !important;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  height: 50px;
  padding: 14px 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tbl.exam td.num small {
  font-size: 1.6rem;
  color: inherit;
  display: block;
  letter-spacing: 0.5em;
}
.tbl.briefing th {
  background: #006c5c;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  border: 1px solid #B4CFC9;
  padding: 5px 0;
}
.tbl.briefing th small {
  font-size: 1.4rem;
  color: #006c5c;
}
.tbl.briefing td.td01 {
  background: #cae8e2;
  color: #005F4F;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  padding: 10px 0;
}
.tbl.briefing td.td02 {
  background: #EAFAEF;
  color: #005F4F;
  font-size: 1.6rem;
  padding: 10px 0;
  letter-spacing: 0.2em;
}
.tbl.briefing td.td01 a, .tbl.briefing td.td02 a {
  color: #005F4F;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-decoration: none;
}
.tbl.briefing td.td02 small {
  font-size: 1.2rem;
  color: #006c5c;
}
.tbl.briefing td {
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #B4CFC9;
}
.tbl.briefing td strong {
  color: #CE5300;
  font-weight: bold;
}

.s_date table {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border: none;
  border-top: 1px solid #01265A;
  border-right: 1px solid #01265A;
  border-collapse: collapse;
}
.s_date thead th {
  background: #404141;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px;
  border-left: 1px solid #01265A;
  border-bottom: 1px solid #01265A;
}
.s_date td {
  border-left: 1px solid #01265A;
  border-bottom: 1px solid #01265A;
  padding: 10px 5px;
  font-size: 1.6rem;
}
.s_date td a {
  font-size: 1.6rem;
}
/*.s_date tr:nth-child(4n+1) td, .s_date tr:nth-child(4n+2) td {
  background: #fff;
}
.s_date tr:nth-child(4n+3) td, .s_date tr:nth-child(4n) td {
  background: #EEF1FB;
}*/
.s_date td.pref, .s_date td.map {
  text-align: center;
}
/* news */
#news ul.col4 li figure {
  width: 100%;
  overflow: hidden;
}
#news ul.col4 figure img {
  transition: transform 0.2s linear;
  width: 100%;
}
#news ul.col4 li:hover figure img {
  transform: scale(1.1);
  opacity: 0.4;
  background: #000;
  width: 100%;
}
#news ul.col4 li a {
  text-decoration: none;
}
#news ul.col4 li .inner {
  height: 100%;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
#news ul.col4 li .inner a {
  display: block;
}
#news ul.col4 li .inner a:hover {
  background: rgba(27, 104, 88, 0.2);
  transition: all 0.2s ease;
}
#news ul.col4 li .inner a:hover img {
  opacity: 0.8;
}
#news ul.col4 li .inner .box-colum-txt {
  padding: 7px 10px;
}
#news ul.col4 li .inner .box-colum-txt .txt-title span {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #014099;
  padding: 2px 7px;
}
#news ul.col4 li .inner .box-colum-txt .txt-intro {
  padding: 7px 0 10px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: 2.0rem;
  word-break: break-all;
  text-decoration: none;
}
#news ul.col4 li .inner .box-colum-txt .date {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #014099;
  margin-bottom: 5px;
  padding: 1px 0 2px;
  text-decoration: none;
}
/* apply */
.apply ul.col3 li figure {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.apply ul.col3 figure img {
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
  width: 100%;
}
.apply ul.col3 li:hover figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
  background: #000;
  width: 100%;
}
.apply ul.col3 li a {
  text-decoration: none;
}
.apply ul.col3 {
  margin-left: -16px;
  margin-right: -16px;
}
.apply ul.col3 li {
  width: 30%;
  padding: 5px 10px;
  float: left;
}
.apply ul.col3 li .inner {
  display: block;
  height: 100%;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.apply ul.col3 li .inner a {
  display: block;
  height: 100%;
}
.apply ul.col3 li .inner a:hover {
  background: rgba(27, 104, 88, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.apply ul.col3 li .inner a:hover img {
  opacity: 0.8;
}
.apply ul.col3 li .inner .box-colum-txt {
  padding: 7px 10px;
}
.apply ul.col3 li .inner .box-colum-txt .txt-title span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #014099;
  padding: 2px 7px;
}
.apply ul.col3 li .inner .box-colum-txt .txt-intro {
  padding: 7px 0 10px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: 2.0rem;
  word-break: break-all;
  text-decoration: none;
}
.apply ul.col3 li .inner .box-colum-txt .date {
  font-size: 1.6rem;
  color: #014099;
  margin-bottom: 12px;
  padding: 1px 0 2px;
  text-decoration: none;
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* =============================== sec =============================== */
#sec01 {
  padding: 70px 50px;
}
#sec01 {
  background: no-repeat url("https://www.mebio-eishinkan.com/img/sec01_bg.jpg");
  background-position: center top;
  background-size: 100% auto;
}
#sec01 h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.ttl01 {
  font-size: 3.4rem;
  font-weight: normal;
  text-align: center;
  padding-bottom: 33px;
  position: relative;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
}
.ttl01:after {
  content: "";
  display: block;
  width: 230px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #014099;
}
.ttl02 {
  font-size: 3.4rem;
  font-weight: normal;
  text-align: center;
  color: #005F4F;
  padding: 8px 0;
  margin-bottom: 40px;
  border-top: 1px solid #01265A;
  border-bottom: 1px solid #01265A;
}
.ttl02 span {
  display: inline-block;
  background: #005F4F;
  color: #fff;
  font-size: 3.0rem;
  padding: 6px 30px 8px;
  line-height: 1;
  margin-right: 20px;
}
.ttl02 small {
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  color: #005F4F;
}
.ttl03 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #014099;
  letter-spacing: 0.5em;
  padding: 20px 0 20px;
  margin-bottom: 50px;
}
.sttl01 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.sttl02 {
  color: #fff;
  background: #014099;
  padding: 12px 34px 14px;
  font-size: 2.0rem;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  margin-bottom: 20px;
  letter-spacing: 0.2em
}
.sttl03 {
  font-size: 2.6rem;
  font-weight: normal;
  margin-bottom: 30px;
}
.sttl04 {
  position: relative;
  display: inline-block;
  margin: 0 0 0.5em 15px;
  padding: 12px 34px 14px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 2.0rem;
  background: -webkit-repeating-linear-gradient(-45deg, #014099, #014099 3px, #11367e 3px, #11367e 7px);
  background: repeating-linear-gradient(-45deg, #014099, #014099 3px, #11367e 3px, #11367e 7px);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  letter-spacing: 0.2em
}
.sttl04:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #014099;
}
.sttl04 p {
  margin: 0;
  padding: 0;
}
.sttl05 {
  font-size: 2.2rem;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #014099;
}
.sttl06 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #014099;
}
.sttl05.green,.sttl06.green{color: #005F4F;}/*背景を緑系の色にする設定*/
div.photo {
  text-align: center
}
.fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fbox .photo img, .fbox .halfphoto img {
  width: 100%;
}
.fbox .left {
  margin-right: 4%
}
.photo {
  width: 40%;
  max-width: 540px;
}
.text {
  width: 55%;
  max-width: 680px;
  padding-top: 5px;
}
.text .date {
  font-size: 1.4rem;
  color: #014099;
  margin-bottom: 10px;
  padding: 1px 0 2px;
  text-decoration: none;
}
.halfphoto {
  width: 48%;
  max-width: 540px;
  margin-bottom: 10px;
}
.threephoto {
  width: 30%;
  margin-bottom: 10px;
}
.threephoto img {
  max-width: 330px;
}
.left {
  margin-right: 5%;
}
ul.caution {
  margin-left: 1.2em;
}
ul.caution li {
  list-style: disc outside;
  font-size: 1.6rem;
  line-height: 180%;
}
#strength ul {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
#strength li {
  padding: 0 0 30px 150px;
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
}
#strength li .num {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 3.0rem;
  text-align: center;
  color: #fff;
  background: #014099;
  line-height: 1;
  padding: 14px 0;
  width: 60px;
  margin-right: 36px;
  vertical-align: middle;
}
#strength li p {
  color: #014099;
  font-size: 2.8rem;
  font-weight: bold;
  display: inline-block;
  line-height: 115%;
  vertical-align: middle;
}
#strength li p small {
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
  color: #333;
}
#result img {
  width: 100%;
}
#success .photo {
  width: 35%;
  max-width: 560px;
}
#success .text {
  width: 65%;
}
#kaisoku .photo, #shiritsu .photo {
  width: 40%;
  max-width: 770px;
  padding-left: 2%;
}
#shiritsu .photo {
  text-align: center;
}
#kaisoku .photo img {
  width: 100%;
  max-width: 454px;
}
#shiritsu .photo img {
  width: 100%;
  max-width: 400px;
}
#kaisoku .text, #shiritsu .text {
  width: 58%;
  max-width: 770px;
}
#kaisoku .fbox {
  margin-bottom: 65px;
}
.point {
  width: 100%;
  background: #EEF1FB;
  text-align: center;
  margin: 15px 0;
}
.point p span {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background: #014099;
  padding: 5px 0;
  display: block;
}
.point p strong {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: #014099;
  padding: 5px 0;
  display: block;
  letter-spacing: 0.5em;
}
.point ul {
  padding: 15px 20px;
  display: inline-block;
}
.point ul li {
  text-align: left;
  font-size: 1.8rem;
  line-height: 180%;
  font-weight: bold;
}
.point ul li span {
  font-size: 2.0rem;
  font-weight: bold;
  color: #014099;
  margin-right: 10px;
}
.point.green{background-color: rgba(60,179,113,0.1);}/*背景を緑系の色にする設定*/
.point ul li span.green{color: #005F4F;}/*背景を緑系の色にする設定*/
.ex {
  width: 100%;
  background: #EEF1FB;
  text-align: center;
}
.ex p strong {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background: #014099;
  padding: 5px 0;
  display: block;
  letter-spacing: 0.5em;
}
.ex p span {
  display: inline-block;
  background: #014099;
  color: #fff;
  font-weight: bold;
  padding: 5px 5px;
  line-height: 1;
  margin-right: 5px;
}
.ex .line {
  margin: 10px;
  padding: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.5em;
  border-top: 1px solid #014099;
  border-bottom: 1px solid #014099;
}
.ex ul {
  padding: 10px 0;
  display: inline-block;
}
.ex ul li {
  text-align: left;
  line-height: 180%;
}
.ex ul li span {
  color: #014099;
  margin-right: 10px;
}
.ex.green{background-color: rgba(60,179,113,0.1);}/*背景を緑系の色にする設定*/
.topics dl {
padding: 5px 0;
margin-left: 10%;
margin-right: 10%;
border-bottom: 1px solid #ccc;
}
.topics dt {
clear: left;
float: left;
width: 20%;
padding-bottom: 5px;
color:#014099;
font-size: 1.8rem;
}
.topics dd {
margin-left: 21%;
padding-bottom: 5px;
font-size: 1.6rem;
}
.train dt {
  float: left;
  margin-left: 20px;
  margin-bottom: 5px;
}
.train dt::before {
  content: "●";
  color: #014099;
  padding-right: 10px;
}
.train dd {
  margin-left: 380px;
  margin-bottom: 5px;
}
.train dt span, .train dd span {
  color: #014099;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 0 5px;
}
.holiday dt {
  float: left;
  margin-left: 25px;
  margin-bottom: 5px;
}
.holiday dt::before {
  content: "●";
  color: #014099;
  padding-right: 10px;
}
.holiday dd {
  margin-left: 200px;
  margin-bottom: 5px;
}
.holiday dt span, .holiday dd span {
  color: #014099;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 0 5px;
}
.m-level dt {
  float: left;
  margin-left: 25px;
  margin-bottom: 5px;
}
.m-level dt::before {
  content: "●";
  color: #014099;
  padding-right: 10px;
}
.m-level dd {
  margin-left: 120px;
  margin-bottom: 5px;
}
.m-level dt span, .m-level dd span {
  color: #014099;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 0 5px;
}
.meal dl {
  border-bottom: 1px solid #006c5c;
  border-top: 1px solid #006c5c;
  padding: 10px 0;
  margin-bottom: 10px;
}
.meal dt {
  float: left;
  margin-left: 10px;
  margin-bottom: 5px;
}
.meal dt::before {
  content: "●";
  color: #014099;
  padding-right: 10px;
}
.meal dd {
  margin-left: 120px;
  margin-bottom: 5px;
}
.meal dt span, .meal dd span {
  color: #014099;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 0 5px;
}
.meal dl {
  border-bottom: 1px solid #006c5c;
  border-top: 1px solid #006c5c;
  padding: 15px 0;
  margin-bottom: 10px;
}
/*アコーディオン設定*/
.accbox {
  margin: 2em 0;
  padding: 0;
  width: 100%;
}
.accbox label {
  border-bottom: 1px solid #006c5c;
  border-top: 1px solid #006c5c;
  display: block;
  margin: 1.5px 0;
  padding: 11px 12px;
  color: #006c5c;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  text-align: center;
}
.accbox label:hover {
  background: #85baef;
}
.accbox input {
  display: none;
}
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.accbox .accshow #a-photo ul {
  list-style-type: none;
  text-align: center
}
.accbox .accshow #a-photo ul li {
  display: inline-block;
  width: 30% ;
  padding: 10px 0;
  margin: 10px 0;
  vertical-align: middle;
}
.accbox .accshow #a-photo ul li img {
  width: 300px;
  height: auto;
}
/*クリックで中身表示*/
.cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  background: #fff;
  opacity: 1;
}
#inquiry .tel {
  pointer-events: none;
}
#inquiry .tel a {
  line-height: 1;
  font-size: 4.0rem;
  font-weight: bold;
  text-decoration: none;
  color: #014099;
}
/*上下中央*/
.nakami {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*縦だけ
.nakami {
	position:absolute;
	top:50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
*/
/*hover caption kaiten*/
figure {
  position: relative;
  overflow: hidden;
  width: 300px;
}
figcaFption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}
figure:hover figcaption {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1;
}
.btn_gotop {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}

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

.img_block.top img{
  width: 960px; display: block; margin: 0 auto;
}

/*アイコンの設定*/
p.txt span.icon{
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 2px 13px 4px;
  margin: 0 5px 5px 0;
  background-color: #014099;
  border: 2px solid #014099;
  border-radius: 9999px;
  width: fit-content;
  display: inline-block;
}
p.txt span.icon.white{background-color: #fff!important; color: #014099!important;}
p.txt span.icon.orange{background-color: #de5300!important; border-color: #de5300!important;}
p.txt span.icon.green{background-color: #0c6c5c!important; border-color: #0c6c5c!important;}
p.txt span.icon.black{background-color: #000000!important; border-color: #000000!important;}

/*中央揃えのメニューの設定*/
.centermenu{text-align: center;}
.centermenu li{
  width: fit-content;
  display: inline-block;
  margin: 0 5px 10px;
}
.centermenu li a{
  font-size: 1.6rem;
  line-height: 200%;
  padding: 6px 20px 8px;
  color: #014099;
  text-decoration: none;
  border: 1px solid #014099;
  display: block;
}
.centermenu li a:hover{
  color: #fff;
  background-color: #014099;
  transition: .3s;
}

/*リンクを青色にする*/
a.blue{color: #1558d6;}
a.blue:hover{color: #333;}