﻿@charset "UTF-8";


/* --------------common------------- */

body {
}
.ml4 {
  margin-left: 4px;
}
.mr4 {
  margin-right: 4px;
}
.mb4 {
  margin-bottom: 4px;
}
.mb8 {
  margin-bottom: 8px;
}
.ml8 {
  margin-left: 8px;
}
.mr8 {
  margin-right: 8px;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mb32 {
  margin-bottom: 32px !important;
}
.ml32 {
  margin-left: 32px;
}

.pageSection__container {
  width: 100% !important;
  margin: 8px auto 24px;
}

.pageSection {
  margin-bottom: 32px;
}
.pageTitle-primary {
  font-size: 24px !important;
  font-weight: bold !important;
  padding: .2em .75em !important;
  color: #3e3388;
  background: transparent !important;
  border-left: solid 5px #3e3388;
  margin: 10px 0 16px !important;
  height: auto !important;
}
.pageTitle-secondary {
  font-size: 20px !important;
  position: relative;
  padding: .5em 0;
  font-weight: bold;
  background: -webkit-linear-gradient(135deg, #f44336 0%,#ff9800 17%,#4caf50 50%,#2196f3 67%,#3f51b5 84%) !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
}
.pageText {
  color: #333 !important;
  font-size: 15px !important;
  line-height: 2;
  width: 100% !important;
  margin: 0 auto 15px !important;
  padding: 0 !important;
}
.textBold {
  font-weight: bold;
}

/* -------------top-------------- */

.iconDetails__block {
  display: flex;
  margin-bottom: 16px;
}
.iconDetails__text {
  color: #333 !important;
  font-size: 13px !important;
  margin-bottom: 0 !important;
}
.iconSmall {
  color: #3e75a5;
  font-size: 14px;
}
.iconSmall__soon {
  color: #b5b5b5;
  font-size: 14px;
}
.iconBig {
  color: #d4d4d4;
  font-size: 22px;
}
.iconBig__start {
  color: #ccc;
  font-size: 22px;
}
.iconMap {
  position: relative;
  top: 5px;
}
.mapContainer {
  margin-bottom: 40px;
}
.mapBlock {
  margin-bottom: -1px;
}
.mapLink {
  display: block;
  padding: 5px 10px 11px;
  color: #333 !important;
}
.mapLink:hover {
  text-decoration: none;
  background: #F5F5F5;
}
.mapLink__soon {
  display: block;
  padding: 5px 10px 11px;
  color: #b5b5b5 !important;
}
.mapLink__soon:hover {
  text-decoration: none;
  background: #fff;
}
.mapList {
  display: flex;
}
.mapItem {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  width: 25%;
  box-sizing: border-box;
  font-size: 13px;
}
.mapItem:last-child {
  border-right: 1px solid #ccc;
}

/* ----------  school------------ */

.pageSchooltitle {
  font-size: 18px;
  color: #333 !important;
  padding: 0.5em;
  background: #f8f6f1;
  border: 1px solid #e6e5e5;
  width: auto !important;
}

.pageMaptitle {
  font-size: 14px;
  color: #333 !important;
  padding: 0.2em 0.7em;/*上下 左右の余白*/
  background: #F5F5F5;
  border: 1px solid #ccc;
  width: auto !important;
  margin-bottom: 0 !important;
  position: relative;
}
.pageMaptitle__onlineText {
  color: #eb004e;
  /* background: #eb004e; */
  font-size: 10px;
  padding: 1px 5px;
  border-radius: 1px;
  width: 105px !important;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border: 1px solid #eb004e;
  position: absolute;
  right: 10px;
}
.pageMaptitle__visitText {
  color: #0f73d0;
  /* background: #0f73d0; */
  font-size: 10px;
  padding: 1px;
  border-radius: 1px;
  width: 80px !important;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 132px;
  border: 1px solid #0f73d0;
  font-weight: bold;
}

.pageSchool__table {
  margin-bottom: 32px;
  padding-bottom: 20px;
  display: block;
}
.pageSchool__tr {
  padding: 16px 0;
  display: block;
  border-bottom: 1px solid #dadada;
  width: 640px;
}
.pageSchool__td {
  width: 200px;
  font-size: 15px !important;
}
.pageSchool__label {
  width: 125px;
}
.pageSchool__onlineText {
  color: #fff;
  background: #eb004e;
  font-size: 11px;
  padding: 2px 5px;
  border-radius: 2px;
}

/* -------------online-------------- */
.pageOnline__section {
  margin-bottom: 32px;
}

.pageOnline__title {
  color: #ea004b !important;
  font-size: 24px !important;
  font-weight: bold !important;
  padding-left: 0 !important;
  border-left: none !important;
  line-height: 2;
}

.pageOnline__subTitle {
  width: 90%;
  color: #000;
  font-size: 20px;
  border-left: solid 3px #000;
  padding-left: 15px;
  margin-top: 70px;
  margin-bottom: 24px;
  font-weight: bold;
}

.pageOnline__subTitle__flow {
  color: #444;
  font-weight: bold;
  font-size: 22px !important;
  margin: 24px 0;
}

.pageOnline__imgBlock {
  margin: 0 auto 60px;
}
.pageOnline__img {
  width: 100% !important;
  margin: 30px auto 10px !important;
}
.pageOnline__imgCption {
  font-size: 16px;
  line-height: 1.6;
}


/* -------------spUI-------------- */
@media screen and (max-width: 799px) {
  .bg_white {
    background: #fff !important;
  }
  .pageSection__container {
    width: 100% !important;
    margin: 0 auto 40px;
  }
  .pageSection {
    margin: 0 auto 32px;
    width: 95%;
  }
  .pageTitle-primary {
    width: 100%!important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: .5em !important;
    color: #fff !important;
    background: #3e3388 !important;
    border-left: none;
    margin: 0 auto 10px !important;
    line-height: 1.4 !important;
  }
  .pageText {
    color: #333 !important;
    font-size: 16px !important;
    line-height: 2;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
  }
  .textBold {
    font-weight: bold;
  }
  .iconDetails__block {
    display: inherit;
    margin: 10px;
  }
  .iconDetails__text {
    color: #333 !important;
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
  .iconSmall {
    color: #3e75a5;
    font-size: 14px;
  }
  .iconSmall__soon {
    color: #b5b5b5;
    font-size: 14px;
  }
  .iconBig {
    color: #d4d4d4;
    display: block;
    font-size: 40px !important;
  }
  .iconBig__start {
    color: #ccc;
    display: block;
    font-size: 26px !important;
  }



  .pageMaptitle {
    font-size: 14px !important;
    color: #333 !important;
    padding: 0.2em 0.7em !important;
    background: #F5F5F5 !important;
    border: 1px solid #ccc;
    width: auto !important;
    margin: 0 !important;
  }
  .pageMaptitle__onlineText {
    color: #eb004e;
    /* background: #eb004e; */
    font-size: 10px !important;
    padding: 1px 5px;
    border-radius: 1px;
    width: 105px !important;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    border: 1px solid #eb004e;
    position: absolute;
    right: 10px;
  }
  .pageMaptitle__visitText {
    color: #0f73d0;
    /* background: #0f73d0; */
    font-size: 10px !important;
    padding: 1px;
    border-radius: 1px;
    width: 80px !important;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 120px;
    border: 1px solid #0f73d0;
    font-weight: bold;
  }
  .iconMap {
    position: relative;
    top: 0;
  }
  .iconBlock {
    display: block;
  }
  .mapContainer {
    margin-bottom: 0;
  }
  .mapBlock {
    margin-bottom: -1px;
  }
  .mapLink {
    display: block;
    padding: 20px 10px;
    color: #333 !important;
  }
  .mapLink:hover {
    text-decoration: none;
    background: #F5F5F5;
  }
  .mapLink__soon {
    display: block;
    padding: 5px 10px;
    color: #b5b5b5 !important;
  }
  .mapLink__soon:hover {
    text-decoration: none;
    background: #fff;
  }
  .mapList {
    display: flex;
  }
  .mapItem {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    width: 25.1%;
    font-size: 14px !important;
    box-sizing: border-box;
  }
  .mapItem:last-child {
    border-right: 1px solid #ccc;
  }

  .pageList__block {
    padding-bottom: 16px;
  }
  .pageList__item {
    border-top: 1px solid #ccc;
    background: #f5f5f5;
  }
  .pageList__item:last-child {
    border-bottom: 1px solid #ccc;
  }
  .pageList__link {
    display: flex;
    padding: 10px;
  }
  .pageList__img {
    margin-right: 10px;
  }
  .pageList__textarea {
    text-align: left;
  }
  .pageList__itemTitle {
    color: #3e3388 !important;
    font-weight: bold !important;
    font-size: 16px !important;
    border-left: none !important;
    background: none !important;
    line-height: 1.4 !important;
  }
  .pageList__itemText {
    color: #3e3388 !important;
    font-size: 14px !important;
  }
  .pageTitle-secondary {
    font-size: 20px !important;
    background: #fff !important;
    position: relative;
    padding: .5em 7px !important;
    background: -webkit-linear-gradient(135deg, #f44336 0%,#ff9800 17%,#4caf50 50%,#2196f3 67%,#3f51b5 84%) !important;
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
  }

  /* -------------online-------------- */
  .pageOnline__title {
    color: #ea004b !important;
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 12px auto !important;
    padding-left: 0 !important;
    border-left: none !important;
    line-height: 2;
  }
  .pageOnline__subTitle {
    color: #000;
    font-size: 18px !important;
    border-left: solid 3px #000;
    padding-left: 15px;
    margin: 40px 10px 10px;
  }
  .pageOnline__subTitle__flow {
    color: #444;
    font-weight: bold;
    font-size: 16px !important;
    margin: 16px 0;
  }
  .pageOnline__imgBlock {
    margin: 0 auto 32px;
  }
  .pageOnline__img {
    width: 100% !important;
    margin: 30px auto 10px !important;
  }
  .pageOnline__imgCption {
    font-size: 14px !important;
    line-height: 1.6;
  }
}

.min_bottom {
    color: #000!important;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif!important;
    font-size: 24px!important;
    padding: 40px 0 3px 0!important;
    margin-top: 10px!important;
    font-weight: bold!important;
    background: none!important;
    border-top: dashed 1px #ccc;
    letter-spacing: .1em;
}
.bottom_cont{
  width: calc(100% - 40px);
    padding:30px 20px;
    background: #F0F5FF;
    display: table;
}
.bottom_cont li{
    font-size: 18px;
    line-height: 2;
}
.bottom_cont li:before{
  content:"・";
  background:none;
}


@media screen and (max-width:414px) {
    .school-detail-es #mainimage .inner h1.catch1{
        margin-bottom: 10px;
        font-size: 160%;
    }
    .school-detail-es #mainimage .inner p.catch2{
        font-size: 165%;
    }
    .school-detail-es #mainimage .inner p.catch3 {
        font-size: 130%;
    }
@media screen and (max-width:375px) {
    .school-detail-es #mainimage .inner h1.catch1{
        margin-bottom: 10px;
        font-size: 140%;
    }
    .school-detail-es #mainimage .inner p.catch2{
        font-size: 145%;
    }
    .school-detail-es #mainimage .inner p.catch3 {
        font-size: 120%;
    }
    .min_bottom {
        font-size: 20px!important;
    }


@media screen and (max-width:320px) {
    .school-detail-es #mainimage .inner h1.catch1{
        font-size: 120%;
    }
    .school-detail-es #mainimage .inner p.catch2{
        font-size: 124%;
    }
    .school-detail-es #mainimage .inner p.catch3 {
        font-size: 110%;
    }
    .min_bottom {
        font-size: 18px!important;
    }
}
