@charset "UTF-8";
/*
#overview
base
*/
@media only screen and (max-width: 992px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media only screen and (max-width: 992px) {
  br.sp {
    display: inline;
  }
}
#wrapper {
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  #wrapper {
    padding-left: 0;
    padding-bottom: 40px;
  }
}
#header {
  padding-top: 30px;
  position: static;
  z-index: 100;
}
@media only screen and (max-width: 992px) {
  #header .body {
    max-width: none;
  }
}
#header .siteTitle {
  background-color: #fff;
  position: relative;
  padding-bottom: 34px;
  padding-right: 18px;
  padding-left: 18px;
  z-index: 10;
}
@media only screen and (min-width: 993px) and (max-height: 790px) {
  #header .siteTitle {
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 992px) {
  #header .siteTitle {
    background-color: transparent;
    width: 180px;
    position: relative;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 0;
    text-align: left;
  }
}
#header .btnMenu {
  background-image: url(../img/common/btn_menu.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 65px auto;
  width: 65px;
  height: 65px;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: -99999px;
}
@media only screen and (max-width: 992px) {
  #header .btnMenu {
    display: block;
  }
}
#header .btnMenu:hover {
  opacity: 1;
}
#header .btnMenu.active {
  background-position: 0 -65px;
}
@media only screen and (min-width: 993px) {
  #gNav {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  #gNav {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
  }
}
#gNav .siteTitle {
  display: none;
  height: 90px;
}
@media only screen and (max-width: 992px) {
  #gNav .siteTitle {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  #gNav .wrapper {
    height: 100vh;
    overflow: auto;
  }
  body.safari.sPhone #gNav .wrapper {
    padding-bottom: 44px;
  }
}
#gNav .nav {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media only screen and (max-width: 992px) {
  #gNav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 992px) {
  #gNav .nav li {
    width: 100%;
    border-bottom: solid 1px #bfbfbf;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media only screen and (max-width: 992px) {
  #gNav .nav li + li {
    margin-top: 0;
  }
}
#gNav .nav .link {
  display: block;
  background-color: #fff;
  background-position: 30px center;
  background-repeat: no-repeat;
  padding: 12px 30px 12px 60px;
  position: relative;
  z-index: 10;
  text-decoration: none;
}
@media only screen and (min-width: 993px) and (max-height: 790px) {
  #gNav .nav .link {
    padding: 10px 30px 10px 60px;
  }
}
@media only screen and (max-width: 992px) {
  #gNav .nav .link {
    padding: 15px 60px;
    background-position: 25px center;
  }
}
#gNav .nav .link:hover {
  opacity: 1;
  color: #c9151e;
}
@media only screen and (max-width: 992px) {
  #gNav .nav .link::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: calc(50% + 1px);
    right: 25px;
    border-right: solid 1px;
    border-top: solid 1px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    color: #c9151e;
  }
}
#gNav .nav .movie .link {
  background-image: url(../img/common/icon_movie.svg);
  background-size: 20px 24px;
}
#gNav .nav .tv .link {
  background-image: url(../img/common/icon_tv.svg);
  background-size: 24px 22px;
}
#gNav .nav .news .link {
  background-image: url(../img/common/icon_news.svg);
  background-size: 24px 20px;
}
#gNav .nav .time .link {
  background-image: url(../img/common/icon_time.svg);
  background-size: 24px 23px;
}
@media only screen and (max-width: 992px) {
  #gNav .nav .guide {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-bottom: solid 2px #c9151e;
  }
}
#gNav .nav .guide .link {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 992px) {
  #gNav .nav .guide .link {
    display: none;
  }
  #gNav .nav .shindai .link {
    display: none;
  }
}
@media only screen and (min-width: 993px) {
  body:not(.sPhone) #gNav .nav .guide:hover .link, body:not(.sPhone) #gNav .nav .shindai:hover .link {
    background-color: #fff3f3;
  }
  body:not(.sPhone) #gNav .nav .guide:hover .guideList, body:not(.sPhone) #gNav .nav .shindai:hover .guideList {
    left: 300px;
    pointer-events: auto;
  }
  body:not(.sPhone) #gNav .nav .guide:hover .guideList .list, body:not(.sPhone) #gNav .nav .shindai:hover .guideList .list {
    opacity: 1;
  }
}
#gNav .nav .course .link, #gNav .nav .search .link, #gNav .nav .guide .link {
  background-image: url(../img/common/icon_school.svg);
  background-size: 24px 20px;
}
#gNav .nav .result .link {
  background-image: url(../img/common/icon_result.svg);
  background-size: 24px 24px;
}
#gNav .nav .diary .link {
  background-image: url(../img/common/icon_diary.svg);
  background-size: 24px 16px;
}
#gNav .nav .admissions .link {
  background-image: url(../img/common/icon_admissions.svg);
  background-size: 19px 23px;
}
#gNav .nav .map .link {
  background-image: url(../img/common/icon_map.svg);
  background-size: 20px 24px;
}
#gNav .nav .map_sp {
  display: none;
}
@media only screen and (max-width: 992px) {
  #gNav .nav .map_sp {
    display: block;
  }
}
#gNav .nav .acc {
  border: none;
  display: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px 60px;
  margin: 0;
  background-color: #f7dcdd;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  #gNav .nav .acc {
    display: block;
    background-position: 25px center;
    background-repeat: no-repeat;
    background-image: url(../img/common/icon_school.svg);
    background-size: 24px 20px;
  }
  #gNav .nav .diary .acc {
    background-color: #fff;
    background-position: 25px center;
    background-repeat: no-repeat;
    background-image: url(../img/common/icon_diary.svg);
    background-size: 24px 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#gNav .nav .acc.active::before {
  display: none;
}
#gNav .nav .acc::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #c9151e;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
}
#gNav .nav .acc::before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #c9151e;
  position: absolute;
  top: 0;
  right: 34px;
  bottom: 0;
  margin: auto;
}
#gNav .nav .search {
  display: none;
}
@media only screen and (max-width: 992px) {
  #gNav .nav .search {
    display: block;
  }
}
#gNav .nav .accSearch {
  border: none;
  display: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px 60px;
  margin: 0;
  background-color: #fff;
  position: relative;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  #gNav .nav .accSearch {
    display: block;
    background-position: 25px center;
    background-repeat: no-repeat;
    background-image: url(../img/global/common/icon_school.svg);
    background-size: 24px 20px;
  }
}
#gNav .nav .accSearch::before {
  content: "";
  background-color: #233957;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
}
#gNav .nav .accSearch::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% - 2px);
  right: 34px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  color: #fff;
}
#gNav .nav .accSearch.active::after {
  border-right: none;
  border-bottom: none;
  border-left: solid 1px;
  border-top: solid 1px;
  top: calc(50% + 5px);
}
#gNav .nav .searchList {
  display: none;
}
#gNav .nav .searchList .item {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
#gNav .nav .searchList .item_semi {
  border-bottom-color: #c9151e;
}
#gNav .nav .searchList .item_seminar {
  border-bottom-color: #086394;
}
#gNav .nav .searchList .item_kobetsu {
  border-bottom-color: #6eb92b;
}
#gNav .nav .searchList .accBtn {
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 12px 50px 12px 25px;
  margin: 0;
  position: relative;
  text-align: left;
}
#gNav .nav .searchList .accBtn::after, #gNav .nav .searchList .accBtn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#gNav .nav .searchList .accBtn::after {
  width: 20px;
  height: 2px;
  right: 25px;
}
#gNav .nav .searchList .accBtn::before {
  width: 2px;
  height: 20px;
  right: 34px;
}
#gNav .nav .searchList .accBtn.active::before {
  display: none;
}
#gNav .nav .searchList .item_semi .accBtn {
  background-color: #fff3f3;
}
#gNav .nav .searchList .item_semi .accBtn::after, #gNav .nav .searchList .item_semi .accBtn::before {
  background-color: #c9151e;
}
#gNav .nav .searchList .item_semi .accBtn .icon {
  background-image: url(../img/common/icon_school.svg);
}
#gNav .nav .searchList .item_seminar .accBtn {
  background-color: #e6edf1;
}
#gNav .nav .searchList .item_seminar .accBtn::after, #gNav .nav .searchList .item_seminar .accBtn::before {
  background-color: #086394;
}
#gNav .nav .searchList .item_seminar .accBtn .icon {
  background-image: url(../img/seminar/common/icon_school.svg);
}
#gNav .nav .searchList .item_kobetsu .accBtn {
  background-color: #faffeb;
}
#gNav .nav .searchList .item_kobetsu .accBtn::after, #gNav .nav .searchList .item_kobetsu .accBtn::before {
  background-color: #6eb92b;
}
#gNav .nav .searchList .item_kobetsu .accBtn .icon {
  background-image: url(../img/kobetsu/common/icon_school.svg);
}
#gNav .nav .searchList .contents {
  display: none;
}
#gNav .nav .searchList .child_column01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#gNav .nav .searchList .child_column01 .btn {
  width: 50%;
  border-top: solid 1px #bfbfbf;
}
#gNav .nav .searchList .child_column01 .btn:first-child {
  border-top: solid 1px #bfbfbf;
}
#gNav .nav .searchList .child_column01 .btn:nth-child(odd)::before {
  content: "";
  background-color: #bfbfbf;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
#gNav .nav .searchList .child_column03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#gNav .nav .searchList .child_column03::after {
  content: "";
  display: block;
  width: 33.3%;
}
#gNav .nav .searchList .child_column03 .btn {
  width: 33.3%;
}
#gNav .nav .searchList .child_column03 .btn::before {
  content: "";
  background-color: #bfbfbf;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
#gNav .nav .searchList .child_column03 .btn:nth-child(-n + 3) {
  border-top: solid 1px #bfbfbf;
}
#gNav .nav .searchList .child_column03 .btn:nth-child(3n)::before {
  display: none;
}
#gNav .nav .searchList .child .btn {
  display: block;
  padding: 15px 12px 15px 6px;
  border-bottom: solid 1px #bfbfbf;
  position: relative;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
#gNav .nav .searchList .child .btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: calc(50% + 1px);
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  color: #333;
}
#gNav .nav .guideList {
  -webkit-transition: left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 0;
  left: 100px;
  bottom: 0;
  background-color: #fff;
  width: 200px;
  padding-top: 65px;
  pointer-events: none;
  border-right: solid 1px #dcdcdc;
}
@media only screen and (max-width: 992px) {
  #gNav .nav .guideList {
    position: static;
    left: auto;
    width: auto;
    padding-top: 0;
    display: none;
    opacity: 1;
    border-right: none;
    pointer-events: auto;
  }
}
@media only screen and (max-width: 992px) {
  #gNav .nav .guideList .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 993px) {
  body:not(.sPhone) #gNav .nav .guideList .list {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0;
  }
}
@media only screen and (min-width: 993px) and (max-height: 680px) {
  #gNav .nav .guideList {
    min-height: 1200px;
  }
}
#gNav .nav .guideList a {
  display: block;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
  padding: 11px 20px;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  #gNav .nav .guideList a {
    padding: 12px 22px;
    border-top: solid 1px #bfbfbf;
    width: 33.3333%;
    text-align: center;
    font-weight: normal;
  }
  #gNav .nav .diary .guideList a {
    width: 50%;
  }
}
#gNav .nav .guideList a:hover {
  opacity: 1;
  background-color: #fff3f3;
}
#gNav .nav .guideList a:hover::after {
  opacity: 1;
}
#gNav .nav .guideList a::after {
  content: '';
  opacity: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% + 1px);
  right: 20px;
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  color: #c9151e;
}
@media only screen and (max-width: 992px) {
  #gNav .nav .guideList a::after {
    opacity: 1;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: none;
    width: 1px;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #bfbfbf;
  }
}
@media only screen and (max-width: 992px) {
  #gNav .nav .guideList a:nth-child(3n)::after {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  #gNav .nav .guideList a::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% + 1px);
    right: 12px;
    border-right: solid 1px;
    border-top: solid 1px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
  }
}
@media only screen and (max-width: 992px) {
  #gNav .nav .guideList .list_column02 a {
    width: 50%;
  }
  #gNav .nav .guideList .list_column02 a:nth-child(2n)::after {
    display: none;
  }
}
#gNav .hNav {
  background-color: #fff;
  padding-top: 38px;
  position: relative;
  z-index: 10;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
}
#gNav .hNav.style02 {
  padding-top: 13px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  #gNav .hNav {
    display: none;
  }
}
@media only screen and (min-width: 993px) and (max-height: 790px) {
  #gNav .hNav {
    padding-top: 20px;
  }
}
#gNav .hNav .btn + .btn {
  margin-top: 12px;
}
#gNav .hNav.style02 .btn + .btn {
  margin-top: 5px;
}
#gNav .hNav .btn a {
  display: block;
  border-radius: 3px;
  position: relative;
  width: 100%;
  padding: 8px 38px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #fff;
  border: solid 1px #c9151e;
  color: #c9151e;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
#gNav .hNav.style02 .btn a {
  padding: 7px 38px;
}
#gNav .hNav .btn a:hover {
  opacity: 1;
  background-color: #c9151e;
  color: #fff;
}
#gNav .hNav .btn a::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% + 1px);
  right: 20px;
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
#gNav .hNav .btn_entry a {
  background-color: #c9151e;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
#gNav .hNav .btn_mini a {
  padding: 8px 38px;
}
#gNav .hNav.style02 .btn_entry a {
  padding-top: 11px;
  padding-bottom: 10px;
}
#gNav .hNav .btn_entry a:hover {
  background-color: #fff;
  color: #c9151e;
}
#gNav .hNav02 {
  position: fixed;
  top: 40px;
  right: 0;
  z-index: 100;
  width: 65px;
}
@media only screen and (max-width: 1400px) {
  #gNav .hNav02 {
    top: 3vh;
    width: 40px;
  }
}
@media only screen and (max-width: 992px) {
  #gNav .hNav02 {
    width: 100%;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
  }
}
#gNav .hNav02 a {
  display: block;
}
@media only screen and (max-width: 992px) {
  #gNav .hNav02 a {
    width: 50%;
    text-align: center;
    padding: 15px 0;
  }
  #gNav .hNav02 a.semi {
    background-color: #c9151e;
  }
  #gNav .hNav02 a.kobetsu {
    background-color: #6eb92b;
  }
  #gNav .hNav02 a.online {
    background-color: #f8b500;
  }
  #gNav .hNav02 a.seminar {
    background-color: #1997da;
  }
}
#gNav .hNav02 a + a {
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  #gNav .hNav02 a + a {
    margin-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  #gNav .hNav02 a img {
    width: 110px;
    max-width: 98%;
  }
}
@media only screen and (max-width: 992px) {
  #gNav .hNav03 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
#gNav .hNav03 li + li {
  margin-top: 6px;
}
@media only screen and (max-width: 992px) {
  #gNav .hNav03 li + li {
    margin-top: 3px;
  }
}
#gNav .hNav03 a {
  display: block;
  position: relative;
  padding: 8px 52px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 992px) {
  #gNav .hNav03 a {
    padding: 8px 60px 8px 25px;
    text-align: left;
  }
}
body.IEUnder #gNav .hNav03 a {
  padding-bottom: 5px;
}
#gNav .hNav03 a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% + 3px);
  right: 40px;
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
@media only screen and (max-width: 992px) {
  #gNav .hNav03 a::after {
    right: 25px;
  }
}
#gNav .hNav03 .semi a {
  background-color: #c9151e;
}
#gNav .hNav03 .kobetsu a {
  background-color: #6eb92b;
}
#gNav .hNav03 .seminar a {
  background-color: #1997da;
}
#gNav .hNav03 .online a {
  background-color: #f8b500;
}
#gNav .hNav_imgbnr {  
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 12px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 992px) {
  #gNav .hNav_imgbnr {  
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 5px;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
#gNav .hNav_recruit {
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  #gNav .hNav_recruit {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    margin-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 993px) and (max-height: 790px) {
  #gNav .hNav_recruit {
    padding-top: 20px;
    padding: 0;
  }
}
#gNav .hNav_recruit .btn a {
  display: block;
  border-radius: 3px;
  position: relative;
  width: 100%;
  padding: 15px 38px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #c9151e;
  border: solid 1px #c9151e;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 992px) {
  #gNav .hNav_recruit .btn a {
    padding: 8px 60px 8px 25px;
    text-align: left;
    font-weight: normal;
    border-radius: 0;
  }
}
#gNav .hNav_recruit .btn a:hover {
  opacity: 1;
  background-color: #fff;
  color: #c9151e;
}
#gNav .hNav_recruit .btn a::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% + 1px);
  right: 20px;
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
body.site_global #gNav .hNav_recruit .btn a {
  background-color: #233957;
  border: solid 1px #233957;
}
body.site_global #gNav .hNav_recruit .btn a:hover {
  color: #233957;
  background-color: #fff;
}
body.site_kobetsu #gNav .hNav_recruit .btn a {
  background-color: #6eb92b;
  border: solid 1px #6eb92b;
}
body.site_kobetsu #gNav .hNav_recruit .btn a:hover {
  color: #6eb92b;
  background-color: #fff;
}
body.site_seminar #gNav .hNav_recruit .btn a {
  background-color: #086394;
  border: solid 1px #086394;
}
body.site_seminar #gNav .hNav_recruit .btn a:hover {
  color: #086394;
  background-color: #fff;
}
body.site_online #gNav .hNav_recruit .btn a {
  background-color: #f8b500;
  border: solid 1px #f8b500;
}
body.site_online #gNav .hNav_recruit .btn a:hover {
  color: #f8b500;
  background-color: #fff;
}
#contents {
  display: block;
  padding-top: 20px;
}
/*
#styleguide
container

```
<div class="container">
左右にpadding15pxつきます
</div>
```
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media only screen and (max-width: 992px) {
  .container {
    padding-right: 18px;
  }
}
.topicpath {
  margin-bottom: 36px;
}
@media only screen and (max-width: 992px) {
  .topicpath {
    display: none;
  }
}
.topicpath .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: none;
}
.topicpath ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.topicpath li {
  float: left;
}
.topicpath li:before {
  content: '\3E';
  margin: 0 8px;
}
.topicpath a {
  text-decoration: none;
  color: #c9151e;
}
.topicpath .home:before {
  display: none;
}
#footer {
  border-top: solid 1px #dcdcdc;
  background-color: #fff;
  padding-top: 34px;
  padding-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  #footer {
    padding-left: 0;
    text-align: center;
  }
}
#footer .container {
  max-width: 1540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 992px) {
  #footer .container {
    display: block;
  }
}
#footer .info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 992px) {
  #footer .info {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
#footer .group {
  max-width: 270px;
}
@media only screen and (max-width: 992px) {
  #footer .group {
    max-width: 215px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
#footer .privacy {
  margin-top: 20px;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 992px) {
  #footer .privacy {
    margin-top: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#footer .privacy a {
  display: inline-block;
  background-image: url(../img/common/arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  padding-right: 24px;
  line-height: 1.3;
  color: #c9151e;
  text-decoration: none;
  color: #233957;
}
body.IEUnder #footer .privacy a {
  background-position: right top;
}
@media only screen and (max-width: 992px) {
  #footer .privacy a {
    background-size: 16px 16px;
    padding-right: 20px;
  }
}
#footer .right {
  width: 30em;
  text-align: right;
}
@media only screen and (max-width: 992px) {
  #footer .right {
    width: auto;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  #footer .right .top {
    max-width: 215px;
    margin-right: auto;
    margin-left: auto;
  }
}
#footer .copyright {
  margin-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 992px) {
  #footer .copyright {
    font-size: 10px;
    font-size: 1rem;
  }
}
/* CSS Document */
.container {
  max-width: 1383px;
}
@media only screen and (max-width: 992px) {
  .container {
    max-width: 750px;
  }
}
.container_small {
  max-width: 1176px;
}
.container_xsmall {
  max-width: 1116px;
}
@media only screen and (max-width: 992px) {
  .modPcOnly {
    display: none;
  }
}
.modSpOnly {
  display: none;
}
@media only screen and (max-width: 992px) {
  .modSpOnly {
    display: block;
  }
}
.modJsFormSelect {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  background-image: url(../img/common/arrow_select.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .modJsFormSelect {
   padding-top: 8px;
   padding-bottom: 8px;
  }

}
.modJFormSelect_type02 .modJsFormSelect {
  background-image: url(../img/common/arrow_select02.svg);
  background-position: right 8px center;
  background-size: 7px 15px;
  padding-right: 16px;
}
.chosen-container {
  width: 100% !important;
  font-size: 100% !important;
}
.chosen-container-single .chosen-single {
  background: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 45px !important;
  line-height: 45px !important;
  border-radius: 0 !important;
  border: solid 1px #003f9d !important;
  box-shadow: none !important;
  font-size: 100%;
  font-weight: normal;
  font-family: BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
.modJFormSelect_type02 .chosen-container-single .chosen-single {
  height: 35px !important;
  line-height: 35px !important;
}
.chosen-container-single .chosen-single span {
  margin-right: 46px !important;
}
.modJFormSelect_type02 .chosen-container-single .chosen-single span {
  margin-right: 16px !important;
}
.chosen-container-single .chosen-single.chosen-default {
  color: #fff;
}
.required + .chosen-container .chosen-single {
  background-color: #f00;
}
.chosen-container-single .chosen-single div {
  width: 14px;
  right: 15px;
}
.chosen-container-single.chosen-container .chosen-single div b {
  background: none !important;
  background-image: none !important;
}
.chosen-container-single.chosen-container .chosen-single div b::after {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 0;
  right: 16px;
  height: 0;
  width: 0px;
  margin: auto;
  border: 8px solid transparent;
  border-top: 12px solid #003f9d;
}
.modJFormSelect_type02 .chosen-container-single.chosen-container .chosen-single div b::after {
  border: none;
  background-image: url(../img/common/arrow_select02.svg);
  background-size: 100% auto;
  background-position: center;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 7px;
  height: 15px;
}
.chosen-with-drop .chosen-single {
  background: #fff;
}
#cboxOverlay {
  background-image: none !important;
  background-color: #333 !important;
}
#cboxContent {
  background-color: transparent !important;
}
#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxBottomCenter, #cboxMiddleRight {
  background-image: none !important;
}
#cboxContent {
  overflow: visible !important;
}
#cboxClose {
  background-image: url(../img/global/common/icon_close.svg) !important;
  background-position: center !important;
  background-size: 32px 32px !important;
  width: 90px !important;
  height: 90px !important;
  top: 0;
  right: 0 !important;
  bottom: auto !important;
}
@media only screen and (max-width: 600px) {
  #cboxClose {
    background-size: 20px 20px !important;
    width: 60px !important;
    height: 50px !important;
    top: 20px;
  }
}
#cboxPrevious, #cboxNext {
  background-image: none !important;
  position: absolute;
  top: 2em !important;
  bottom: 0;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 22px;
  height: 22px;
  z-index: 100;
  margin: auto;
  color: #fff;
}
#cboxPrevious:hover, #cboxNext:hover {
  background-position: center;
}
/*
#overview
modBlock
*/
.modBlockInner {
  padding-bottom: 70px;
  width: 94%;
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .modBlockInner {
    padding-top: 0;
    width: 100%;
  }
}
.modBlockRecruitLink {
  background-color: #233957;
}
.modBlockRecruitLink a {
  display: block;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding: 30px 10px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .modBlockRecruitLink a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modBlockRecruitLink a:hover {
  opacity: 1;
  background-color: #4f709d;
}
.modBlockRecruitLink a .inner {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
@media only screen and (max-width: 600px) {
  .modBlockRecruitLink a .inner {
    padding: 0 35px;
  }
}
.modBlockRecruitLink a .inner::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
@media only screen and (max-width: 600px) {
  .modBlockRecruitLink a .inner::before {
    top: calc(50% + 5px);
  }
}
@media only screen and (max-width: 600px) {
  .modBlockRecruitLink a .sub {
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: solid 1px #fff;
  }
}
.modBlockRecruitLink a .main {
  margin-left: 20px;
  font-weight: bold;
  font-size: 123%;
}
@media only screen and (max-width: 600px) {
  .modBlockRecruitLink a .main {
    display: block;
    margin-left: 0;
    font-size: 142%;
  }
}
.modBlockRecruitLink a .main span {
  font-size: 105%;
}
@media only screen and (max-width: 600px) {
  .modBlockRecruitLink a .main span {
    font-size: 112%;
  }
}
.modBlockVisit {
  background-color: #fff3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .modBlockVisit {
    display: block;
    margin-bottom: 45px;
  }
}
.modBlockVisit .detail {
  width: 50%;
  padding: 35px 15px 60px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .modBlockVisit .detail {
    width: auto;
    padding: 25px 0 30px;
  }
}
.modBlockVisit .title {
  margin-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  .modBlockVisit .title {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 600px) {
  .modBlockVisit .title {
    max-width: 255px;
  }
}
.modBlockVisit .lead {
  margin-bottom: 34px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 600px) {
  .modBlockVisit .lead {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.modBlockVisit .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 572px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1400px) {
  .modBlockVisit .btnList {
    max-width: 255px;
    display: block;
  }
}
.modBlockVisit .btnList .btn {
  width: 48.8%;
  border: solid 1px #c9151e;
  -webkit-transition: color, background-color 0.3s ease;
  transition: color, background-color 0.3s ease;
  background-color: #fff;
  display: block;
  position: relative;
  border-radius: 99999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 22px 50px;
  text-align: center;
  font-weight: bold;
  color: #c9151e;
  font-size: 17px;
  font-size: 1.7rem;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  .modBlockVisit .btnList .btn {
    width: auto;
    padding: 12px 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .modBlockVisit .btnList .btn + .btn {
    margin-top: 10px;
  }
}
body.IEUnder .modBlockVisit .btnList .btn {
  padding-bottom: 18px;
}
.modBlockVisit .btnList .btn:hover {
  opacity: 1;
  background-color: #c9151e;
  color: #fff;
}
.modBlockVisit .btnList .btn_color02 {
  background-color: #c9151e;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .modBlockVisit .btnList .btn_color02 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.modBlockVisit .btnList .btn_color02:hover {
  background-color: #fff;
  color: #c9151e;
}
.modBlockVisit .btnList .btn::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% + 1px);
  right: 22px;
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
@media only screen and (max-width: 600px) {
  .modBlockVisit .btnList .btn::before {
    width: 12px;
    height: 12px;
  }
}
.modBlockVisit .bg {
  width: 50%;
  background-image: url(../img/common/ph_visit.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 992px) {
  .modBlockVisit .bg {
    width: auto;
    height: 60vw;
  }
}
.modBlockGuide {
  margin-bottom: 90px;
}
@media only screen and (max-width: 992px) {
  .modBlockGuide {
    margin-bottom: 60px;
  }
}
.modBlockGuide .container {
  max-width: 1266px;
}
.modBlockGuide .title {
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  color: #c9151e;
  font-size: 30px;
  font-size: 3rem;
}
.modBlockGuide .title::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  margin: 4px auto 0;
  background-color: #000;
}
@media only screen and (max-width: 600px) {
  .modBlockGuide .title .pc {
    display: none;
  }
}
.modBlockGuide .lead {
  margin-bottom: 35px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 600px) {
  .modBlockGuide .lead {
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.modBlockGuide .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.8%;
}
@media only screen and (max-width: 600px) {
  .modBlockGuide .list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
  }
}
.modBlockGuide .list .item {
  display: block;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 15.05%;
  border: solid 1px #c9151e;
  border-radius: 5px;
  padding: 18px 30px;
  margin: 1.4% 0.8% 0;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  text-align: center;
}
.modBlockGuide .list .item_semi {
  display: block;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 18.4%;
  border: solid 1px #c9151e;
  border-radius: 5px;
  padding: 18px 30px;
  margin: 1.4% 0.8% 0;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .modBlockGuide .list .item {
    width: 23%;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .modBlockGuide .list .item_semi {
    width: 23%;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .modBlockGuide .list .item {
    width: 49%;
    padding: 12px 20px;
    margin: 0 0 2%;
  }
  .modBlockGuide .list .item_semi {
    width: 49%;
    padding: 12px 20px;
    margin: 0 0 2%;
  }
}
body.IEUnder .modBlockGuide .list .item {
  padding-bottom: 15px;
}
.modBlockGuide .list .item:hover {
  opacity: 1;
  background-color: #c9151e;
  color: #fff;
}
.modBlockGuide .list .item:nth-child(-n + 6) {
  margin-top: 0;
}
@media only screen and (max-width: 1400px) {
  .modBlockGuide .list .item:nth-child(5), .modBlockGuide .list .item:nth-child(6) {
    margin-top: 1.6%;
  }
  .modBlockGuide .list .item_semi:nth-child(5), .modBlockGuide .list .item_semi:nth-child(6) {
    margin-top: 1.6%;
  }
}
@media only screen and (max-width: 600px) {
  .modBlockGuide .list .item:nth-child(5), .modBlockGuide .list .item:nth-child(6) {
    margin-top: 0;
  }
  .modBlockGuide .list .item_semi:nth-child(5), .modBlockGuide .list .item_semi:nth-child(6) {
    margin-top: 0;
  }
}
.modBlockGuide .list .item::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% + 1px);
  right: 20px;
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.modBlockGuide .list .item_semi::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% + 1px);
  right: 20px;
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
@media only screen and (max-width: 600px) {
  .modBlockGuide .list .item::after {
    width: 6px;
    height: 6px;
    right: 15px;
  }
}
.modBlockNews {
  max-width: 1135px;
  margin-right: auto;
  margin-left: auto;
}
.modBlockNews_small {
  max-width: 1140px;
}
.modBlockNews .select {
  display: none;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .modBlockNews .select {
    display: block;
  }
}
.modBlockNews .select dt {
  max-width: 170px;
  border-left: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9;
  margin-right: auto;
  margin-left: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 3px;
  text-align: center;
  font-weight: bold;
}
.modBlockNews .select dt::before {
  content: "";
  display: inline-block;
  width: 18px;
}
.modBlockNews .select dt::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  position: relative;
  top: 0.15em;
  margin-left: 10px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.modBlockNews .select dd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 170px;
  margin: auto;
  opacity: 0;
}
.modBlockNews .select dd select {
  border: none;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
}
.modBlockNews .select dd .btn {
  border: none;
  padding: 12px 10px;
  margin: 0;
  display: block;
  width: 100%;
  background-color: #fff;
  border-bottom: solid 1px #d9d9d9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}
.modBlockNews .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 41px;
}
@media only screen and (max-width: 992px) {
  .modBlockNews .tab {
    display: none;
  }
}
.modBlockNews .tab_inline {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.modBlockNews .tab .btn {
  display: block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  padding: 12px 3px;
  margin: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .modBlockNews .tab .btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBlockNews .tab .btn:hover {
  opacity: 1;
  color: #c9151e;
}
.modBlockNews .tab .btn.active {
  background-color: #c9151e;
  color: #fff;
}
.modBlockNews .tab .btn.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  height: 0;
  width: 0px;
  margin: 0 auto;
  border: 10px solid transparent;
  border-top: 10px solid #c9151e;
}
.modBlockNews .tab .btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #d9d9d9;
}
.modBlockNews .tab .btn:last-child::before {
  display: none;
}
.modBlockNews .tab_inline .btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  min-width: 80px;
}
.modBlockModal {
  background-color: #fff;
  width: 750px;
  max-width: 100%;
  border-radius: 10px;
}
.modBlockModal .label {
  position: absolute;
  top: -12px;
  left: -15px;
  width: 55px;
}
.modBlockModal .head {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: 13px;
  padding-bottom: 8px;
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .modBlockModal .head {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.modBlockModal .head .icon {
  width: 87px;
  text-align: center;
  margin-right: 15px
}
@media only screen and (max-width: 600px) {
  .modBlockModal .head .icon {
    width: 80px;
    padding-right: 8px;
  }
}
.modBlockModal .head .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.modBlockModal .head .name {
  font-weight: bold;
  color: #ea3c3c;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 600px) {
  .modBlockModal .head .name {
    margin-bottom: 4px;

    font-size: 22px;
    font-size: 2.2rem;
  }
}
.modBlockModal .head .school {
  margin-bottom: 8px;
  width: 30%;
}
@media only screen and (max-width: 600px) {
  .modBlockModal .head .school {
    width: 150px;
  }
}
.modBlockModal .head .info {
  line-height: 1.4;
}
@media only screen and (max-width: 600px) {
  .modBlockModal .head .info {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 600px) {
  .modBlockModal .head ul.info:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 600px) {
  .modBlockModal .head ul.info li {
    float: left;
  }
  .modBlockModal .head ul.info li:not(:last-child) {
    margin-right: 10px;
  }
}
.modBlockModal_semi .head {
  border-bottom-color: #c9151e;
}
.modBlockModal_semi .head .info .category {
  color: #c9151e;
}
.modBlockModal_kobetsu .head {
  border-bottom-color: #6eb92b;
}
.modBlockModal_kobetsu .head .info .category {
  color: #6eb92b;
}
.modBlockModal_seminar .head {
  border-bottom-color: #008cd6;
}
.modBlockModal_seminar .head .info .category {
  color: #008cd6;
}
.modBlockModal_qa .head {
  padding-top: 18px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .modBlockModal_qa .head {
    padding-top: 15px;
  }
}
.modBlockModal .inner {
  padding: 15px 30px 24px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 600px) {
  .modBlockModal .inner {
    padding: 10px 10px 20px;
  }
}
.modBlockModal .inner .title {
  margin-top: 10px;
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 600px) {
  .modBlockModal .inner .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.modBlockModal .body {
  height: 358px;
  overflow: auto;
}
@media only screen and (max-width: 600px) {
  .modBlockModal .body {
    height: 40vh;
  }
}
.modBlockModal .body .modWYSIWYG > p:first-child {
  margin-top: 0;
}
.modBlockModal .close .btn {
  display: block;
  max-width: 195px;
  width: 100%;
  background-color: #fff;
  border: solid 1px #ff758e;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
  padding: 8px 10px;
  margin: 30px auto 0;
  text-align: center;
  color: #ff758e;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 600px) {
  .modBlockModal .close .btn {
    margin-top: 20px;
  }
}
body.IEUnder .modBlockModal .close .btn {
  padding-bottom: 6px;
}
.modBlockModal .close .btn:hover {
  background-color: #ff758e;
  color: #fff;
}
.modBlockModal .close .btn:hover::before, .modBlockModal .close .btn:hover::after {
  background-color: #fff;
}
.modBlockModal .close .btn::before {
  content: "";
  background-color: #ff758e;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modBlockModal .close .btn::after {
  content: "";
  background-color: #ff758e;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modBlockModal_qa .close .btn {
  border-color: #1167b3;
  color: #1167b3;
}
.modBlockModal_qa .close .btn::before {
  content: "";
  background-color: #1167b3;
}
.modBlockModal_qa .close .btn::after {
  content: "";
  background-color: #1167b3;
}
.modBlockModal_qa .close .btn:hover {
  background-color: #1167b3;
  color: #fff;
}
.modBlockModal_qa .close .btn:hover::before, .modBlockModal_qa .close .btn:hover::after {
  background-color: #fff;
}
.modBlockModalSchool {
  background-color: #fff;
  width: 1120px;
  max-width: 100%;
  padding: 28px 20px 36px;
  border-radius: 10px;
  border: solid 2px #233957;
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool {
    padding: 20px 0;
    border-radius: 5px;
  }
}
.modBlockModalSchool .title {
  margin-bottom: 22px;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  color: #233957;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.modBlockModalSchool .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .modBlockModalSchool .list::after {
    content: "";
    display: block;
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list::after {
    display: none;
  }
}
.modBlockModalSchool .list .item {
  width: 30.5%;
}
@media only screen and (max-width: 992px) {
  .modBlockModalSchool .list .item {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .item {
    width: auto;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-bottom: 0;
  }
}
.modBlockModalSchool .list .item_wide {
  width: 60%;
}
@media only screen and (max-width: 992px) {
  .modBlockModalSchool .list .item_wide {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .item_wide {
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .item_semi {
    border-bottom-color: #c9151e;
  }
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .item_seminar {
    border-bottom-color: #086394;
  }
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .item_kobetsu {
    border-bottom-color: #6eb92b;
  }
}
.modBlockModalSchool .list .school {
  margin-bottom: 8px;
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .school {
    display: none;
  }
}
.modBlockModalSchool .list .accBtn {
  display: none;
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 12px 50px 12px 60px;
  margin: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .accBtn {
    display: block;
  }
}
.modBlockModalSchool .list .accBtn::after, .modBlockModalSchool .list .accBtn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.modBlockModalSchool .list .accBtn::after {
  width: 20px;
  height: 2px;
  right: 25px;
}
.modBlockModalSchool .list .accBtn::before {
  width: 2px;
  height: 20px;
  right: 34px;
}
.modBlockModalSchool .list .accBtn.active::before {
  display: none;
}
.modBlockModalSchool .list .accBtn .icon {
  width: 23px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 2px;
  left: 25px;
  bottom: 0;
  margin: auto;
}
.modBlockModalSchool .list .item_semi .accBtn {
  background-color: #fff3f3;
}
.modBlockModalSchool .list .item_semi .accBtn::after, .modBlockModalSchool .list .item_semi .accBtn::before {
  background-color: #c9151e;
}
.modBlockModalSchool .list .item_semi .accBtn .icon {
  background-image: url(../img/common/icon_school.svg);
}
.modBlockModalSchool .list .item_seminar .accBtn {
  background-color: #e6edf1;
}
.modBlockModalSchool .list .item_seminar .accBtn::after, .modBlockModalSchool .list .item_seminar .accBtn::before {
  background-color: #086394;
}
.modBlockModalSchool .list .item_seminar .accBtn .icon {
  background-image: url(../img/seminar/common/icon_school.svg);
}
.modBlockModalSchool .list .item_kobetsu .accBtn {
  background-color: #faffeb;
}
.modBlockModalSchool .list .item_kobetsu .accBtn::after, .modBlockModalSchool .list .item_kobetsu .accBtn::before {
  background-color: #6eb92b;
}
.modBlockModalSchool .list .item_kobetsu .accBtn .icon {
  background-image: url(../img/kobetsu/common/icon_school.svg);
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .contents {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .link_column01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .link_column01 .btn {
    width: 50%;
    border-top: solid 1px #bfbfbf;
  }
}
.modBlockModalSchool .list .link_column01 .btn:first-child {
  border-top: solid 1px #bfbfbf;
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .link_column01 .btn:nth-child(odd)::before {
    content: "";
    background-color: #bfbfbf;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.modBlockModalSchool .list .link_column03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modBlockModalSchool .list .link_column03::after {
  content: "";
  display: block;
  width: 28.5%;
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .link_column03::after {
    width: 33.3%;
  }
}
.modBlockModalSchool .list .link_column03 .btn {
  width: 28.5%;
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .link_column03 .btn {
    width: 33.3%;
  }
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .link_column03 .btn::before {
    content: "";
    background-color: #bfbfbf;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.modBlockModalSchool .list .link_column03 .btn:nth-child(-n + 3) {
  border-top: solid 1px #bfbfbf;
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .link_column03 .btn:nth-child(3n)::before {
    display: none;
  }
}
.modBlockModalSchool .list .btn {
  display: block;
  padding: 15px 12px 13px 6px;
  border-bottom: solid 1px #bfbfbf;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .btn {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.modBlockModalSchool .list .btn::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  color: #333;
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .btn::after {
    right: 10px;
    width: 6px;
    height: 6px;
  }
}
.modBlockModalSchool .list .item_seminar .btn::after {
  color: #086394;
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .item_seminar .btn::after {
    color: #333;
  }
}
.modBlockModalSchool .list .item_semi .btn::after {
  color: #c9151e;
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .item_semi .btn::after {
    color: #333;
  }
}
.modBlockModalSchool .list .item_kobetsu .btn::after {
  color: #6eb92b;
}
@media only screen and (max-width: 600px) {
  .modBlockModalSchool .list .item_kobetsu .btn::after {
    color: #333;
  }
}
.modBlockMap {
  padding-top: 20px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 992px) {
  .modBlockMap {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .modBlockMap {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
.page_feature .modBlockMap {
  margin-top: 0;
  padding-top: 60px;
}
.modBlockMap .title {
  margin-bottom: 26px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .modBlockMap .title {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
}
.modBlockMap .titleFeatureWrap {
  text-align: left;
  position: relative;
  max-width: 730px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 600px) {
  .modBlockMap .titleFeatureWrap {
    width: auto;
  }
}
.modBlockMap .titleFeatureWrap .titleFeature {
  padding-left: 150px;
}
@media only screen and (max-width: 600px) {
  .modBlockMap .titleFeatureWrap .titleFeature {
    padding-left: 0;
  }
}
.modBlockMap .titleFeatureWrap .ph {
  position: absolute;
  top: 20px;
  left: 0;
}
@media only screen and (max-width: 600px) {
  .modBlockMap .titleFeatureWrap .ph {
    display: none;
  }
}
.modBlockMap .titleFeatureWrap .text {
  padding-top: 20px;
  padding-left: 200px;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .modBlockMap .titleFeatureWrap .text {
    padding-left: 0;
  }
}
.modBlockMap .search {
  max-width: 382px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 600px) {
  .modBlockMap .search {
    max-width: 80%;
  }
}
.modBlockMap .search .btn {
  display: block;
  -webkit-box-shadow: #b8b8b8 0 5px 0;
  box-shadow: #b8b8b8 0 5px 0;
  padding: 10px;
  margin-bottom: 8px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: solid 2px #233957;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #233957;
}
@media only screen and (max-width: 600px) {
  .modBlockMap .search .btn {
    border-width: 1px;
    -webkit-box-shadow: #b8b8b8 0 3px 0;
    box-shadow: #b8b8b8 0 3px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
body.IEUnder .modBlockMap .search .btn {
  padding-bottom: 5px;
}
.modBlockMap .search .btn:hover {
  background-color: #233957;
  color: #fff;
  opacity: 1;
}
.modBlockMap .search .btn:hover .icon::after, .modBlockMap .search .btn:hover .icon::before {
  background-color: #fff;
}
.modBlockMap .search .btn .icon {
  display: inline-block;
  position: relative;
  top: 0.01em;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
@media only screen and (max-width: 600px) {
  .modBlockMap .search .btn .icon {
    width: 15px;
    height: 15px;
    top: 0.025em;
  }
}
.modBlockMap .search .btn .icon::after {
  content: "";
  background-color: #233957;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .modBlockMap .search .btn .icon::after {
    width: 1px;
  }
}
.modBlockMap .search .btn .icon::before {
  content: "";
  background-color: #233957;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .modBlockMap .search .btn .icon::before {
    height: 1px;
  }
}
.modBlockMap .map {
  text-align: center;
}
/*
#overview
modBtn
*/
/*
#styleguide
xxx

```
```
*/
.modBtn01 {
  border: solid 1px #c9151e;
  -webkit-transition: color, background-color 0.3s ease;
  transition: color, background-color 0.3s ease;
  background-color: #fff;
  display: block;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 17px 36px;
  text-align: center;
  font-weight: bold;
  color: #c9151e;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .modBtn01 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
body.IEUnder .modBtn01 {
  padding-bottom: 12px;
}
.modBtn01:hover {
  opacity: 1;
  background-color: #c9151e;
  color: #fff;
}
.modBtn01_color02 {
  background-color: #c9151e;
  color: #fff;
}
.modBtn01_color02:hover {
  background-color: #fff;
  color: #c9151e;
}
.modBtn01::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: calc(50% + 1px);
  right: 24px;
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.modBtn01_arrowInline::before {
  display: none;
}
.modBtn01_arrowInline::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  position: relative;
  top: 0.5em;
  right: auto;
  vertical-align: middle;
  margin-left: 6px;
}
@media only screen and (max-width: 992px) {
  .modBtn01_arrowInline::after {
    position: absolute;
    top: calc(50% + 1px);
    right: 24px;
  }
}
.modBtn01_chara::after {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/common/img_chara@2x.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 72px auto;
  width: 72px;
  height: 31px;
}
.modBtn01_pdf::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon_pdf.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 25px;
  height: 26px;
  margin-left: 10px;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  .modBtn01_pdf::after {
    width: 19px;
    height: 20px;
  }
}
.modBtn01_pdf:hover::after {
  background-image: url(../img/common/icon_pdf_color02.svg);
}
.modBtn02 {
  border: solid 1px #c9151e;
  -webkit-transition: color, background-color 0.3s ease;
  transition: color, background-color 0.3s ease;
  background-color: #fff;
  display: block;
  position: relative;
  border-radius: 99999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 20px 50px;
  text-align: center;
  font-weight: bold;
  color: #c9151e;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .modBtn02 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
body.IEUnder .modBtn02 {
  padding-bottom: 18px;
}
.modBtn02:hover {
  opacity: 1;
  background-color: #c9151e;
  color: #fff;
}
.modBtn02_color02 {
  background-color: #c9151e;
  color: #fff;
}
.modBtn02_color02:hover {
  background-color: #fff;
  color: #c9151e;
}
.modBtn02_color03 {
  background-color: #ff900d;
  border-color: #ff900d;
  color: #fff;
}
.modBtn02_color03:hover {
  background-color: #fff;
  color: #ff900d;
}
.modBtn02::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: calc(50% + 1px);
  right: 42px;
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
@media only screen and (max-width: 600px) {
  .modBtn02::before {
    width: 12px;
    height: 12px;
    right: 20px;
  }
}
.modBtn03 {
  display: block;
  background-color: #189796;
  width: 100%;
  padding: 17px 3px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .modBtn03 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 320px) {
  .modBtn03 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
body.IEUnder .modBtn03 {
  padding-bottom: 12px;
}
.modBtn03_back {
  background-color: #5e5e5e;
}
.modBtn03 .inner {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
@media only screen and (max-width: 320px) {
  .modBtn03 .inner {
    padding: 0 20px;
  }
}
.modBtn03 .inner::after {
  content: "\FF1E";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  line-height: 1em;
}
@media only screen and (max-width: 600px) {
  .modBtn03 .inner::after {
    font-size: 100%;
  }
}
.modBtn03_back .inner::after {
  content: "\FF1C";
  right: auto;
  left: 0;
}
@media only screen and (max-width: 600px) {
  .modBtn03_back .inner::after {
    font-size: 100%;
  }
}
.modBtn03:hover {
  opacity: 0.7;
}
.modBtnBox {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}
* + .modBtnBox {
  margin-top: 63px;
}
.modBtnBox_left {
  margin-left: 0;
}
.modBtnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 600px) {
  .modBtnList {
    width: 90%;
  }
}
* + .modBtnList {
  margin-top: 30px;
}
.modBtnList .btn {
  width: 45%;
  margin: 0 2.5%;
}
@media only screen and (max-width: 600px) {
  .modBtnList .btn {
    width: 46%;
    margin: 0 1.5%;
  }
}
/*
#overview
modForm
*/
/*
#styleguide
***

```
```
*/
.modFormFlow {
  background-color: #F4F7FB;
  padding: 18px 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .modFormFlow {
    padding: 8px;
    margin-bottom: 15px;
  }
}
.modFormFlow:not(.modFormFlow_column04)::after {
  content: "";
  display: block;
  width: 31.8%;
}
@media only screen and (max-width: 600px) {
  .modFormFlow:not(.modFormFlow_column04)::after {
    width: 31.6%;
  }
}
.modFormFlow li {
  width: 31.8%;
  background-color: #b6b6b6;
  padding: 6px 10px;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .modFormFlow li {
    width: 31.6%;
    padding: 3px 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 320px) {
  .modFormFlow li {
    font-size: 10px;
    font-size: 1rem;
  }
}
.modFormFlow li.active {
  background-color: #2770ad;
}
body.IEUnder .modFormFlow li {
  padding-bottom: 4px;
}
.modFormFlow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(-4% - 10px);
  height: 0;
  width: 0px;
  margin: auto;
  border: 6px solid transparent;
  border-left: 10px solid #3a98c4;
}
@media only screen and (max-width: 600px) {
  .modFormFlow li:not(:last-child)::after {
    right: calc(-8% - 2px);
    border-width: 3px;
    border-left-width: 5px;
  }
}
@media only screen and (max-width: 320px) {
  .modFormFlow li:not(:last-child)::after {
    right: calc(-9.5% - 2px);
  }
}
.modFormFlow_column04::after {
  content: "";
  display: block;
  width: 23.8%;
}
.modFormFlow_column04::before {
  content: "";
  display: block;
  width: 23.8%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.modFormFlow_column04 li {
  width: 23.8%;
}
@media only screen and (max-width: 600px) {
  .modFormFlow_column04 li {
    width: 23.2%;
  }
}
@media only screen and (max-width: 1200px) {
  .modFormFlow_column04 li:not(:last-child)::after {
    right: calc(-6% - 3px);
    border-width: 3px;
    border-left-width: 6px;
  }
}
@media only screen and (max-width: 600px) {
  .modFormFlow_column04 li:not(:last-child)::after {
    right: calc(-10% - 2px);
    border-width: 3px;
    border-left-width: 5px;
  }
}
@media only screen and (max-width: 320px) {
  .modFormFlow_column04 li:not(:last-child)::after {
    right: calc(-11.5% - 2px);
  }
}
.modFormTbl {
  margin-bottom: 24px;
}
@media only screen and (max-width: 600px) {
  .modFormTbl {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modFormTbl th, .modFormTbl td {
  border-bottom: solid 1px #fff;
  padding-top: 6px;
  padding-bottom: 6px;
}
.modFormTbl.modFormTbl_houjin {
  max-width: 880px;
}
.modFormTbl.modFormTbl_houjin th, .modFormTbl.modFormTbl_houjin td {
  border-top: 1px solid #003f9d;
  border-bottom: 1px solid #003f9d;
  color: #233957;
  background-color: #fff;
}
.modFormTbl.modFormTbl_houjin td {
  padding-right: 0;
}
.modFormTbl.modFormTbl_houjin textarea,
.modFormTbl.modFormTbl_houjin input[type="text"],
.modFormTbl.modFormTbl_houjin input[type="password"],
.modFormTbl.modFormTbl_houjin input[type="email"],
.modFormTbl.modFormTbl_houjin input[type="tel"],
.modFormTbl.modFormTbl_houjin select {
  border: none;
  background-color: #f6f6f6;
}
.modFormTbl.modFormTbl_houjin th {
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .modFormTbl th, .modFormTbl td {
    display: block;
  }
}
.modFormTbl_conf th, .modFormTbl_conf td {
  padding-top: 15px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 600px) {
  .modFormTbl_conf th, .modFormTbl_conf td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.modFormTbl th {
  background-color: #233957;
  width: calc(40px + 13em);
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 15px;
  vertical-align: top;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 600px) {
  .modFormTbl th {
    width: 100%;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modFormTbl_conf th {
  padding-top: 15px;
}
@media only screen and (max-width: 600px) {
  .modFormTbl_conf th {
    padding-top: 5px;
  }
}
.modFormTbl td {
  padding-left: 28px;
  padding-right: 28px;
  color: #233957;
}
@media only screen and (max-width: 600px) {
  .modFormTbl td {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.modFormTbl_conf td {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 600px) {
  .modFormTbl_conf td {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.modFormTbl tbody tr:nth-child(odd) td {
  background-color: #F4F7FB;
}
.modFormTbl.modFormTbl_houjin tbody tr:nth-child(odd) td {
  background-color: #fff;
}
@media only screen and (max-width: 600px) {
  .modFormTbl tbody tr td {
    background-color: #F4F7FB;
  }
  .modFormTbl.modFormTbl_houjin tbody tr th  {
    border-bottom: none;
    border-top: none;
  }
  .modFormTbl.modFormTbl_houjin tbody tr:first-child th  {
    border-top: 1px solid #003f9d;
  }
}
.modFormError {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ff0000;
}
@media only screen and (max-width: 600px) {
  .modFormError {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.modFormItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1300px) {
  .modFormItem {
    display: block;
  }
}
.modFormItem .body {
  width: 371px;
}
.modFormTbl.modFormTbl_houjin .modFormItem .body {
    width: 100%;
}
@media only screen and (max-width: 1300px) {
  .modFormItem .body {
    width: auto;
  }
  .modFormItem .body input{
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.modFormItem .modFormError {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
}
@media only screen and (max-width: 1300px) {
  .modFormItem .modFormError {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-left: 0;
    margin-top: 6px;
  }
}
.modFormItem.is_2023trial .body {
  width: 100%;
  max-width: 700px;
}
.modFormDoc {
  padding-top: 6px;
}
@media only screen and (max-width: 600px) {
  .modFormDoc {
    padding-top: 0;
  }
}
.modFormDoc .item_single {
  font-weight: bold;
  color: #233957;
}
.modFormDoc .item dt {
  font-weight: bold;
  color: #233957;
}
.modFormDoc div.item + dl.item {
  margin-top: 2px;
}
.modFormDoc dl.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .modFormDoc dl.item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.modFormDoc dl.item dt {
  width: 5em;
}
@media only screen and (max-width: 600px) {
  .modFormDoc dl.item dt {
    padding-top: 3px;
  }
}
.modFormDoc dl.item dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.modFormDoc dl.item dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .modFormDoc dl.item dd ul {
    display: block;
  }
}
.modFormListCheck {
  margin-left: -15px;
  position: relative;
  left: 15px;
  letter-spacing: 0;
}
.modFormListCheck:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.modFormListCheck li {
  float: left;
}
.modFormListCheck li:not(:last-child) {
  margin-right: 15px;
}
.modFormZip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.modFormZip li + li {
  padding-left: 13px;
}
@media only screen and (max-width: 600px) {
  .modFormZip li + li {
    padding-left: 6px;
  }
}
.modFormZip .txt {
  width: 1em;
  color: #233957;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 600px) {
  .modFormZip .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modFormZip .input01 input, .modFormZip .input02 input {
  padding-top: 2px;
  padding-bottom: 2px;
}
@media only screen and (max-width: 600px) {
  .modFormZip .input01 input, .modFormZip .input02 input {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.modFormZip .input01 {
  width: 94px;
}
@media only screen and (max-width: 600px) {
  .modFormZip .input01 {
    width: 50px;
  }
}
.modFormZip .input02 {
  width: 111px;
}
@media only screen and (max-width: 600px) {
  .modFormZip .input02 {
    width: 60px;
  }
}
.modFormSchoolYear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modFormSchoolYear .select {
  width: 51%;
}
.modFormSchoolYear .select select {
  width: 100%;
}
.modFormSchoolYear .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 6px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #2770ad;
}
@media only screen and (max-width: 600px) {
  .modFormSchoolYear .txt {
    font-size: 10px;
    font-size: 1rem;
  }
}
.modFormDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modFormDate .child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2770ad;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 600px) {
  .modFormDate .child {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modFormDate .child:not(:last-child) {
  padding-right: 8px;
}
@media only screen and (max-width: 600px) {
  .modFormDate .child:not(:last-child) {
    padding-right: 4px;
  }
}
.modFormDate .child .modJFormSelect_type02 {
  width: 60px;
  margin-right: 8px;
}
@media only screen and (max-width: 600px) {
  .modFormDate .child .modJFormSelect_type02 {
    width: 50px;
    margin-right: 4px;
  }
}
@media only screen and (max-width: 600px) {
  .modFormDate .year {
    width: 100%;
    margin-bottom: 5px;
  }
}
.modFormDate .year .modJFormSelect_type02 {
  width: 90px;
}
.modFormPrivacy {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 600px) {
  .modFormPrivacy {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modFormPrivacy dt {
  margin-bottom: 12px;
  color: #2770ad;
}
.modFormPrivacy a {
  color: #2770ad;
}
.modFormDesire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.modFormDesire+.modFormDesire {
  margin-top: 15px;
}
.modFormDesire .txt {
  width: 4em;
  font-weight: bold;
  -ms-flex-negative:0;
	flex-shrink:0;
}
@media only screen and (max-width: 600px) {
  .modFormDesire {
    display: block;
  }
}
.modFormDesire select {
}
.modFormTxtCaution {
  margin-top: 8px;
}
.modFormComp {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 600px) {
  .modFormComp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modFormComp .modListNormal {
  margin-left: 3em;
}
.modFormTxtLead {
  margin-bottom: 47px;
  font-size: 18px;
  font-size: 1.8rem;
}
.modFormTxtLead a {
  color: #2770ad;
}
.modFormTxtLead .txtBold {
  font-weight: bold;
}
.modFormTxtLead .ttlLead {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 2.0rem;
}
.modFormTxtLead .listFlow {
  counter-reset: counter_contact_lead;
  margin-bottom: 15px;
}
.modFormTxtLead .listFlow>li {
  position: relative;
  padding-left: 20px;
}
.modFormTxtLead .listFlow>li::before {
  counter-increment: counter_contact_lead;
  content: counter(counter_contact_lead)".";
  position: absolute;
  top: 0;
  left: 0;
  color: #2770ad;
  font-weight: bold;
}
.modFormTxtLead .listFlow>li:nth-child(n+2) {
  margin-top: 5px;
}
.modFormTxtLead .txtKome {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding-left: 17px;
}
.modFormTxtLead .txtKome::before {
  content: "※";
  position: absolute;
  top: 1px;
  left: 0;
}
@media only screen and (max-width: 600px) {
  .modFormTxtLead {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .modFormTxtLead .ttlLead {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .modFormTxtLead .listFlow>li {
    padding-left: 15px;
  }
  .modFormTxtLead .listFlow>li:nth-child(n+2) {
    margin-top: 5px;
  }
  .modFormTxtLead .txtKome {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 15px;
  }
  .modFormTxtLead .txtKome::before {
    top: 0;
  }
}
.modFormReserveDate .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media only screen and (max-width: 600px) {
  .modFormReserveDate .pager {
    margin-bottom: 20px;
  }
}
.modFormReserveDate .pager .btn {
  display: block;
  width: 235px;
  padding: 15px 3px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #233957;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 600px) {
  .modFormReserveDate .pager .btn {
    width: calc(90px + 3em);
    padding: 8px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modFormReserveDate .pager .btn:hover {
  opacity: 0.7;
}
body.IEUnder .modFormReserveDate .pager .btn {
  padding-bottom: 10px;
}
.modFormReserveDate .pager .btn .inner {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
@media only screen and (max-width: 320px) {
  .modFormReserveDate .pager .btn .inner {
    padding: 0 20px;
  }
}
.modFormReserveDate .pager .btn .inner::after {
  content: "\FF1E";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  line-height: 1em;
}
@media only screen and (max-width: 600px) {
  .modFormReserveDate .pager .btn .inner::after {
    font-size: 100%;
  }
}
.modFormReserveDate .pager .btn_prev .inner::after {
  content: "\FF1C";
  right: auto;
  left: 0;
}
@media only screen and (max-width: 600px) {
  .modFormReserveDate .pager .btn_prev .inner::after {
    font-size: 100%;
  }
}
.modFormReserveDate .pager .btn[disabled] {
  background-color: #b5b5b5;
  cursor: default;
}
.modFormReserveDate .pager .btn[disabled]:hover {
  opacity: 1;
}
.modFormReserveDate table {
  table-layout: fixed;
  font-size: 26px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 600px) {
  .modFormReserveDate table {
    font-size: 16px;
    font-size: 1.6rem;
    font-size: 3.9vw;
  }
}
.modFormReserveDate table th, .modFormReserveDate table td {
  text-align: center;
}
.modFormReserveDate table thead th {
  background-color: #233957;
  padding: 13px 5px 8px;
  color: #fff;
  font-size: 84%;
}
@media only screen and (max-width: 600px) {
  .modFormReserveDate table thead th {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 87.5%;
  }
}
.modFormReserveDate table thead tr th:not(:last-child) {
  border-right: solid 1px #fff;
}
.modFormReserveDate table tbody th, .modFormReserveDate table tbody td {
  border-bottom: solid 1px #003f9d;
  padding: 12px 8px 8px;
}
@media only screen and (max-width: 600px) {
  .modFormReserveDate table tbody th, .modFormReserveDate table tbody td {
    padding: 8px 4px;
  }
}
.modFormReserveDate table tbody th {
  background-color: #e6ecf5;
  font-size: 76%;
  color: #2770ad;
}
@media only screen and (max-width: 600px) {
  .modFormReserveDate table tbody th {
    font-size: 69%;
  }
}
.modFormReserveDate table tbody .btn {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
  background-color: transparent;
  text-decoration: underline;
  font-size: 100%;
  color: #2770ad;
}
@media only screen and (max-width: 600px) {
  .modFormReserveDate table tbody .btn {
    margin: -8px 0;
  }
}
.modFormReserveDateResult {
  border: solid 1px #2770ad;
  background-color: #faf7dc;
  padding: 20px 30px;
  margin-bottom: 16px;
  color: #2770ad;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 600px) {
  .modFormReserveDateResult {
    padding: 10px 15px;
    margin-top: -8px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body.IEUnder .modFormReserveDateResult {
  padding-bottom: 12px;
}
.modFormCancel {
  background-color: #F4F7FB;
  border: solid 1px #233957;
  padding: 22px 10px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 600px) {
  .modFormCancel {
    padding: 12px 5px;
    font-size: 3.5vw;
  }
}
* + .modFormCancel {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  * + .modFormCancel {
    margin-top: 20px;
  }
}
.modFormCancel dt {
  margin-bottom: 8px;
  font-size: 122%;
  color: #2770ad;
  line-height: 1.4;
}
@media only screen and (max-width: 600px) {
  .modFormCancel dt {
    margin-bottom: 4px;
    font-size: 107%;
  }
}
/*-----------------------------------------------
# 校舎一覧
----------------------------------------------- */
.modFormSchoolList{
  padding-top: 45px;
  padding-bottom: 60px;
}
.modFormSchoolList .school_guide{
  margin-bottom: 40px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.modFormSchoolList .school_guide.online{
  margin-bottom: 0;
}
.modFormSchoolList .school_guide .logo{
  width: 260px;
  margin-right: 23px;
}
.modFormSchoolList .school_guide .box_text p{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.22;
}
.modFormSchoolList .school_guide .box_text .note{
  font-weight: normal;
}
.modFormSchoolList .school_guide .box_text .week{
  font-size: 25px;
  font-size: 2.5rem;
}

.modFormSchoolList .school_guide .box_text .ttl_online{
  font-size: 20px;
  font-size: 2rem;
}
.modFormSchoolList .school_guide .box_tel_online{
  background: url("/form/assets/img/lp/ico_tel_online.svg") no-repeat left center;
  background-size: 68px auto;
  padding-left: 75px;
  margin-top: 5px;
}
.modFormSchoolList .school_guide .box_tel_online p{
  font-weight: normal;
}
.modFormSchoolList .school_guide .box_tel_online .tel span{
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}
.modFormSchoolList .school_guide .box_tel_online .fax span{
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px){
  .modFormSchoolList{
    padding-top: 18px;
    padding-bottom: 30px;
  }
  .modFormSchoolList .school_guide{
    display: block;
    margin-bottom: 30px;
  }
  .modFormSchoolList .school_guide .logo{
    width: 130px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .modFormSchoolList .school_guide .box_text p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.1;
  }
  .modFormSchoolList .school_guide .box_text .note{
    margin: 3px 0 8px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .modFormSchoolList .school_guide .box_text .week{
    font-size: 19px;
    font-size: 1.9rem;
  }
  .modFormSchoolList .school_guide .box_text .ttl_online{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .modFormSchoolList .school_guide .box_tel_online{
    background-size: 57px auto;
    padding-left: 67px;
    margin-top: 5px;
  }
  .modFormSchoolList .school_guide .box_tel_online .tel span{
    font-size: 20px;
    font-size: 2rem;
  }
  .modFormSchoolList .school_guide .box_tel_online .fax span{
    font-size:18px;
    font-size:1.8rem;
  }
}
/*一覧----------------------*/
.modFormSchoolList .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modFormSchoolList .list::after {
  content: "";
  display: block;
  width: 21.5%;
}
@media only screen and (max-width: 1400px) {
  .modFormSchoolList .list::after {
    width: 32.3%;
  }
}
.modFormSchoolList .list::before {
  content: "";
  display: block;
  width: 21.5%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (max-width: 1400px) {
  .modFormSchoolList .list::before {
    width: 32.3%;
  }
}
.modFormSchoolList .list .item {
  width: 23.3%;
  margin-top: 50px;
}
@media only screen and (max-width: 1400px) {
  .modFormSchoolList .list .item {
    width: 32.3%;
  }
}
@media only screen and (max-width: 600px) {
  .modFormSchoolList .list .item {
    width: 46%;
    margin-bottom: 22px;
    margin-top: 0;
  }
}
.modFormSchoolList .list .item:nth-child(-n + 4) {
  margin-top: 0;
}
@media only screen and (max-width: 1400px) {
  .modFormSchoolList .list .item:nth-child(4) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .modFormSchoolList .list .item:nth-child(4) {
    margin-top: 0;
  }
}
.modFormSchoolList .list .name {
  margin-bottom: 3px;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
}
@media only screen and (max-width: 600px) {
  .modFormSchoolList .list .name {
    margin-bottom: 4px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 320px) {
  .modFormSchoolList .list .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.modFormSchoolList .list .name a {
  display: inline-block;
  padding: 0 22px;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .modFormSchoolList .list .name a {
    padding: 0 20px;
  }
}
.modFormSchoolList .list .name a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  width: 10px;
  height: 10px;
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  color: #c9151e;
}
body.site_kobetsu .modFormSchoolList .list .name a::after {
  color: #6eb92b;
}
body.site_seminar .modFormSchoolList .list .name a::after {
  color: #086394;
}
body.site_online .modFormSchoolList .list .name a::after {
  color: #f8b500;
}
@media only screen and (max-width: 600px) {
  .modFormSchoolList .list .name a::after {
    width: 8px;
    height: 8px;
  }
}
.modFormSchoolList .list .tel {
  border-top: solid 1px #c9151e;
  border-bottom: solid 1px #c9151e;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
}
body.site_kobetsu .modFormSchoolList .list .tel {
  border-top-color: #6eb92b;
  border-bottom-color: #6eb92b;
}
body.site_seminar .modFormSchoolList .list .tel {
  border-top-color: #086394;
  border-bottom-color: #086394;
}
body.site_online .modFormSchoolList .list .tel {
  border-top-color: #f8b500;
  border-bottom-color: #f8b500;
}
@media only screen and (max-width: 1630px) {
  .modFormSchoolList .list .tel {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 1400px) {
  .modFormSchoolList .list .tel {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 2.3vw;
  }
}
@media only screen and (max-width: 992px) {
  .modFormSchoolList .list .tel {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 600px) {
  .modFormSchoolList .list .tel {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 4.5vw;
  }
}
body.IEUnder .modFormSchoolList .list .tel {
  padding-top: 7px;
  padding-bottom: 0;
  line-height: 1;
}
.modFormSchoolList .list .tel::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.15em;
  background-image: url(../img/common/icon_tel.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  margin-right: 14px;
  vertical-align: middle;
}
body.site_kobetsu .modFormSchoolList .list .tel::before {
  background-image: url(../img/kobetsu/common/icon_tel.svg);
}
body.site_seminar .modFormSchoolList .list .tel::before {
  background-image: url(../img/seminar/common/icon_tel.svg);
}
@media only screen and (max-width: 600px) {
  .modFormSchoolList .list .tel::before {
    width: 17px;
    height: 17px;
    top: -0.18em;
    margin-right: 8px;
  }
}
.modFormSchoolList .list .tel a {
  text-decoration: none;
}
.modFormSchoolList .list .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 13px;
}
@media only screen and (max-width: 600px) {
  .modFormSchoolList .list .body {
    display: block;
    margin-top: 10px;
  }
}
.modFormSchoolList .list .body .image {
  width: 35%;
}
@media only screen and (max-width: 600px) {
  .modFormSchoolList .list .body .image {
    display: none;
  }
}
.modFormSchoolList .list .body .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 16px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 600px) {
  .modFormSchoolList .list .body .detail {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-left: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

.modFormAccordion {
  margin-bottom: 30px;
}
.modFormAccordion .row_acd:nth-child(n+2) {
  margin-top: 15px;
}
.modFormAccordion .head_acd .school {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-align: left;
  background-color: #2770ad;
  background: url(../img/common/ico_acd_open.svg) no-repeat center right 15px ,#2770ad;
  background-size: 16px;
  line-height: 1.5;
  width: 100%;
  padding: 8px 15px 7px;
}
.modFormAccordion .head_acd .school[aria-expanded="true"] {
  background: url(../img/common/ico_acd_close.svg) no-repeat center right 15px ,#2770ad;
  background-size: 16px;
}
.modFormAccordion .body_acd {
  display: none;
  border: 1px solid #2770ad;
  border-top: none;
  padding: 15px 25px 15px;
}
.modFormAccordion .body_acd .list_schedule>li {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.modFormAccordion .body_acd .list_schedule>li:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
}
.modFormAccordion .body_acd .list_schedule .time {
  width: 165px;
  -ms-flex-negative: 0;
	flex-shrink: 0;
  font-weight: bold;
  color: #2770ad;
}
.modFormAccordion .body_acd .list_schedule .ttl {
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .modFormAccordion .body_acd {
    padding: 15px 15px 15px;
  }
  .modFormAccordion .body_acd .list_schedule>li {
    display: block;
  }
  .modFormAccordion .body_acd .list_schedule>li:nth-child(n+2) {
    margin-top: 10px;
  }
  .modFormAccordion .body_acd .list_schedule .time {
    width: 100%;
    margin-bottom: 4px;
  }
}
.modFormAgree {
  border: 2px solid #233957;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 50px;
}
.modFormAgree .txt_red {
  color: #f00;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}
.modFormAgree .txt_kome {
  margin-top: 10px;
  text-align: center;
}
.modFormAgree .box_btn {
  background-color: #F4F7FB;
  padding: 15px 10px 15px;
  max-width: 270px;
  margin: 15px auto 0;
}
.modFormAgree .box_btn span{
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
}
@media only screen and (max-width: 600px) {
  .modFormAgree {
    margin-top: 40px;
    border: 1px solid #233957;
  }
  .modFormAgree .txt_red {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .modFormAgree .txt_kome {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .modFormAgree .box_btn {
    padding: 15px 10px 15px;
    margin: 15px auto 0;
  }
  .modFormAgree .box_btn span{
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*
#overview
modList
*/
/*
#styleguide
modList　modIndent

```
<ul class="modListNormal">
    <li>リスト</li>
    <li>リスト</li>
</ul>
<ol class="modListNormal">
    <li>リスト</li>
    <li>リスト</li>
</ol>
<ul class="modIndent01">
    <li>※テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</li>
    <li>※リスト</li>
</ul>
<ul class="modIndent02">
    <li>１.　テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</li>
    <li>２.　リスト</li>
</ul>
<ul class="modList01">
    <li>Illustrator に原寸で配置したサイズでの解像度が350dpiになるようにしてください。</li>
    <li> 拡大縮小率70%〜141％を超えると画質が劣化するのでご注意ください。</li>
</ul>
```
*/
.modListNormal {
  margin: 0 0 0 2em;
}
ul.modListNormal li:before {
  content: "\0030fb";
  margin-left: -2em;
  display: inline-block;
  width: 2em;
  text-align: center;
}
ol.modListNormal li {
  list-style: decimal;
}
/* indent */
.modIndent01 li {
  text-indent: -1em;
  margin: 0 0 0 1em;
}
.modIndent02 li {
  text-indent: -2.5em;
  margin: 0 0 0 2.5em;
}
.modListNews {
  border-bottom: solid 1px #a0a0a0;
}
.modListNews li {
  border-top: solid 1px #a0a0a0;
}
.modListNews .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 20px 50px 17px 0;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .modListNews .link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 18px 25px 18px 8px;
  }
}
.modListNews .link:hover {
  opacity: 1;
}
.modListNews .link:hover::before, .modListNews .link:hover .txt {
  color: #c9151e;
}
.modListNews .link::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% + 1px);
  right: 30px;
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

@media only screen and (max-width: 600px) {
  .modListNews .link::before {
    right: 10px;
  }
}
.modListNews .date {
  width: 5.5em;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Staatliches", cursive;
}
@media only screen and (max-width: 600px) {
  .modListNews .date {
    padding-right: 5px;
    font-size: 14px;
    font-size: 1.6rem;
  }
}
.modListNews .school {
  width: calc(6em + 28px);
  padding-right: 18px;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 600px) {
  .modListNews .school {
    width: auto;
    min-width: calc(6em + 10px);
    padding-right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNews .school span {
  display: block;
  padding: 5px 5px;
  background-color: #4C8BC5;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .modListNews .school span {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 1.2;
  }
}
body.IEUnder .modListNews .school span {
  padding-bottom: 2px;
}
.modListNews .category {
  width: 5.5em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .modListNews .category {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.modListNews .category span {
  display: block;
  border: solid 1px #c9151e;
  padding: 1px 5px;
  color: #c9151e;
  text-align: center;
}
body.IEUnder .modListNews .category span {
  padding-top: 5px;
  line-height: 1;
}
.modListNews .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 992px) {
  .modListNews .txt {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 600px) {
  .modListNews .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.modListNews .category + .txt {
  padding-left: 43px;
}
@media only screen and (max-width: 992px) {
  .modListNews .category + .txt {
    padding-left: 0;
  }
}
.modListEntry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .modListEntry {
    display: block;
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
.modListEntryWrap {
  background-color: #ffeef1;
}
.modListEntryWrap_qa {
  background-color: #f7f4ee;
}
.modListEntry::after {
  content: "";
  display: block;
  width: 22.8%;
}
@media only screen and (max-width: 1300px) {
  .modListEntry::after {
    display: none;
  }
}
.modListEntry::before {
  content: "";
  display: block;
  width: 22.8%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (max-width: 1300px) {
  .modListEntry::before {
    display: none;
  }
}
.modListEntry .item {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  margin-top: 3%;
  width: 22.8%;
  text-decoration: none;
}
@media only screen and (max-width: 1300px) {
  .modListEntry .item {
    width: 48%;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .modListEntry .item {
    width: auto;
  }
  .modListEntry .item:last-child {
    margin-bottom: 0;
  }
}
.modListEntry .item:nth-child(-n + 4) {
  margin-top: 0;
}
.modListEntry .item:hover {
  opacity: 1;
}
.modListEntry .item:hover .more {
  background-color: #ff758e;
  color: #fff;
}
.modListEntry .item:hover .more::before, .modListEntry .item:hover .more::after {
  background-color: #fff;
}
.modListEntry_qa .item:hover .more {
  background-color: #1167b3;
  color: #fff;
}
.modListEntry_qa .item:hover .more::before, .modListEntry_qa .item:hover .more::after {
  background-color: #fff;
}
.modListEntry .label {
  position: absolute;
  top: -12px;
  left: -15px;
  width: 55px;
}
@media only screen and (max-width: 600px) {
  .modListEntry .label {
    width: 45px;
  }
}
.modListEntry .head {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: 13px;
  padding-bottom: 8px;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media only screen and (max-width: 600px) {
  .modListEntry .head {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.modListEntry .head .icon img {
  width: 70px;
}
.modListEntry .head .icon {
  width: 87px;
}
@media only screen and (max-width: 600px) {
  .modListEntry .head .icon img {
    width: 72px;
  }
}
.modListEntry .head .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.modListEntry .head .name {
  font-weight: bold;
  color: #ea3c3c;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 600px) {
  .modListEntry .head .name {
    margin-bottom: 4px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.modListEntry .head .school {
  margin-bottom: 8px;
  width: 80%;
}
@media only screen and (max-width: 600px) {
  .modListEntry .head .school {
    width: 150px;
  }
}
.modListEntry .head .info {
  line-height: 1.4;
}
@media only screen and (max-width: 600px) {
  .modListEntry .head .info {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 600px) {
  .modListEntry .head ul.info:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 600px) {
  .modListEntry .head ul.info li {
    float: left;
  }
  .modListEntry .head ul.info li:not(:last-child) {
    margin-right: 10px;
  }
}
.modListEntry .item_semi .head {
  border-bottom-color: #c9151e;
}
.modListEntry .item_semi .head .info .category {
  color: #c9151e;
}
.modListEntry .item_kobetsu .head {
  border-bottom-color: #6eb92b;
}
.modListEntry .item_kobetsu .head .info .category {
  color: #6eb92b;
}
.modListEntry .item_seminar .head {
  border-bottom-color: #008cd6;
}
.modListEntry .item_seminar .head .info .category {
  color: #008cd6;
}
.modListEntry_qa .head {
  padding-top: 18px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .modListEntry_qa .head {
    padding-top: 15px;
  }
}
.modListEntry .body {
  padding: 17px 18px;
}
@media only screen and (max-width: 600px) {
  .modListEntry .body {
    padding: 10px 10px 20px;
  }
}
.modListEntry .contents {
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 600px) {
  .modListEntry .contents {
    font-size: 14px;
    font-size: 1.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.modListEntry .more {
  max-width: 195px;
  border: solid 1px #ff758e;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding: 8px 10px;
  margin-top: 12px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: #ff758e;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .modListEntry .more {
    max-width: 160px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body.IEUnder .modListEntry .more {
  padding-bottom: 6px;
}
.modListEntry .more::before {
  content: "";
  background-color: #ff758e;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 2px;
}
@media only screen and (max-width: 600px) {
  .modListEntry .more::before {
    right: 10px;
  }
}
.modListEntry .more::after {
  content: "";
  background-color: #ff758e;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 12px;
}
@media only screen and (max-width: 600px) {
  .modListEntry .more::after {
    right: 15px;
  }
}
.modListEntry_qa .more {
  border-color: #1167b3;
  color: #1167b3;
}
.modListEntry_qa .more::before {
  content: "";
  background-color: #1167b3;
}
.modListEntry_qa .more::after {
  content: "";
  background-color: #1167b3;
}
.modListLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 600px) {
  .modListLink {
    display: block;
  }
}
.modListLink::after {
  content: "";
  display: block;
  width: 24%;
}
@media only screen and (max-width: 1420px) {
  .modListLink::after {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .modListLink::after {
    display: none;
  }
}
.modListLink::before {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (max-width: 1420px) {
  .modListLink::before {
    display: none;
  }
}
.modListLink .link {
  display: block;
  width: 23%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: solid 1px #263b59;
  border-bottom-width: 5px;
  border-radius: 5px;
  position: relative;
  padding: 30px 40px;
  color: #263b59;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 1420px) {
  .modListLink .link {
    width: 48%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .modListLink .link {
    border-radius: 3px;
    border-bottom-width: 3px;
    width: auto;
    padding: 20px 40px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .modListLink .link:first-child {
    margin-top: 0;
  }
}
.modListLink .link:hover {
  opacity: 1;
}
.modListLink .link::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% + 1px);
  right: 15px;
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.modListLink .link.color01 {
  border-color: #263b59;
  color: #263b59;
}
.modListLink .link.color01:hover {
  background-color: #263b59;
  color: #fff;
}
.modListLink .link.color02 {
  border-color: #0c8bd4;
  color: #0c8bd4;
}
.modListLink .link.color02:hover {
  background-color: #0c8bd4;
  color: #fff;
}
.modListLink .link.color03 {
  border-color: #181d8a;
  color: #181d8a;
}
.modListLink .link.color03:hover {
  background-color: #181d8a;
  color: #fff;
}
.modListLink .link.color04 {
  border-color: #1ba871;
  color: #1ba871;
}
.modListLink .link.color04:hover {
  background-color: #1ba871;
  color: #fff;
}
.modListLink .link.color_semi {
  border-color: #c9151e;
  color: #c9151e;
}
.modListLink .link.color_semi:hover {
  background-color: #c9151e;
  color: #fff;
}
.modListLink .link.color_kobetsu {
  border-color: #6eb92b;
  color: #6eb92b;
}
.modListLink .link.color_kobetsu:hover {
  background-color: #6eb92b;
  color: #fff;
}
.modListLink .link.color_online {
  border-color: #f8b500;
  color: #f8b500;
}
.modListLink .link.color_online:hover {
  background-color: #f8b500;
  color: #fff;
}
.modListLink .link.color_seminar {
  border-color: #086394;
  color: #086394;
}
.modListLink .link.color_seminar:hover {
  background-color: #086394;
  color: #fff;
}
.modNavFoot {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
}
@media only screen and (max-width: 992px) {
  .modNavFoot {
    display: block;
  }
}
.modNavFoot .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modNavFoot .inner > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.modNavFoot .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c9151e;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
}
.modNavFoot.style02 .link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0;
}
.modNavFoot.style02 .link:nth-child(n+2) {
  border-left: 1px solid #fff;
}
.modNavFoot.style03 .link {
  position: relative;
  padding: 19px 0 18px;
}
@media only screen and (max-width: 992px) {
  .modNavFoot .link {
    font-size: 3.5vw;
  }
  .modNavFoot.style02 .link {
    font-size: 3.5vw;
  }
  .modNavFoot.style03 .link {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 600px) {
  .modNavFoot.style02 .link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 320px) {
  .modNavFoot .link {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .modNavFoot.style02 .link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.modNavFoot .link span {
  display: inline-block;
  padding-left: 65px;
  padding-right: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
.modNavFoot.style02 .link span {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}
.modNavFoot.style03 .link span {
  position: static;
}
@media only screen and (max-width: 600px) {
  .modNavFoot .link span {
    background-size: 20px 14px;
    padding-left: 40px;
    padding-right: 12px;
  }
  .modNavFoot.style02 .link span {
    background-size: 22px;
    padding-top: 28px;
  }
}
.modNavFoot .link span::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.modNavFoot.style02 .link span::before {
  content: none;
}
.modNavFoot.style03 .link span::before {
  right: 10px;
}
.modNavFoot .link_web {
  width: 38%;
}
.modNavFoot .link_web span {
  background-image: url(../img/common/icon_web.svg);
  background-position: 15px center;
}
.modNavFoot.style02 .link_web {
  width: 25%;
}
.modNavFoot.style02 .link_web span {
  background-image: url(../img/common/icon_web.svg);
  background-position: top center;
}
.modNavFoot.style03 .link_web {
  width: 50%;
}
.modNavFoot.style03 .link_web span {
  position: static;
  background-image: url(../img/common/icon_web.svg);
  background-size: 35px;
  background-position: 12px center;
}
@media only screen and (max-width: 600px) {
  .modNavFoot.style03 .link_web span {
    background-image: url(../img/common/icon_web.svg);
    background-size: 20px;
    background-position: 12px center;
  }
  .modNavFoot.style02 .link_web span {
    background-size: 18px;
    background-position: top 5px center;
  }
}
.modNavFoot .link_doc {
  width: 38%;
}
.modNavFoot.style03 .link_doc {
  width: 50%;
}
/* web入学表示時は削除 ここから
.modNavFoot.style03 .link_doc {
  width: 100%;
}
.modNavFoot.style03 .link_doc span{
  margin: 0 auto;
}
 web入学表示時は削除 ここまで */
.modNavFoot .link_doc span {
  background-image: url(../img/common/icon_doc.svg);
  background-position: 12px center;
}
.modNavFoot .link_doc::after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 0;
  width: 1px;
  background-color: #fff;
}
.modNavFoot.style02 .link_doc {
  width: 25%;
}
.modNavFoot.style02 .link_doc span {
  background-image: url(../img/common/icon_doc.svg);
  background-position: top 7px center;
}
.modNavFoot.style02 .link_doc::after {
  content: none;
}
.modNavFoot .link_search {
  width: 38%;
}
.modNavFoot .link_search span {
  background-image: url(../img/common/icon_school02.svg);
  background-position: 15px center;
}
.modNavFoot.style02 .link_search {
  width: 22%;
}
.modNavFoot.style02 .link_search span {
  background-image: url(../img/common/icon_school02.svg);
  background-position: top center;
}
.modNavFoot .btn_reservation {
  width: 24%;
  background-color: #c9151e;
}
.modNavFoot.style02 .btn_reservation {
  width: 28%;
}
.modNavFoot .btn_reservation img {
  width: 100%;
}
.modNavFoot .btn_reservation a {
  display: block;
  margin-top: -25%;
}
.modNavFoot.style02 .btn_reservation a {
  margin-top: -22%;
}

.modNavFoot.style02 .link_tel {
  width: 100%;
}
.modNavFoot.style02 .link_tel span {
  background-image: url("../img/common/icon_tel2.svg");
  background-position: top center;
}
@media only screen and (max-width: 600px) {
  .modNavFoot.style02 .link_tel {
    width: 100%;
  }
  .modNavFoot.style02 .link_tel span {
    background-position: top 3px center;
    background-size: 19px auto;
  }  
}
.modNav {
  max-width: 1300px;
}
.modNavWrap {
  margin-top: 103px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 992px) {
  .modNav {
    max-width: 667px;
    margin: 0 auto;
  }
  .modNavWrap {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .modNavWrap {
    margin-bottom: 40px;
  }
}
.page_feature .modNavWrap .nav-title {
  margin: 0 auto 80px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .page_feature .modNavWrap .nav-title {
    margin: 0-18px 40px;
  }
}
.modNav .list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modNav .item {
  width: 49.2%;
  margin-bottom: 60px;
}
.modNav .item>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.modNav .item .imgBox {
  width: 62.5%;
}
.modNav .item .imgBox figure {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.modNav .item .imgBox figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 993px) {
  .modNav .item>a .imgBox figure img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .modNav .item>a:hover .imgBox figure img {
    transform: scale(1.08);
  }
}
@media only screen and (max-width: 992px) {
  .modNav .list_link {
    display: block;
  }
  .modNav .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .modNav .item .imgBox {
    width: 55%;
  }
  .modNav .item .imgBox figure {
    padding-top: 69.7%;
  }
}
.modNav .item .txtBox {
  width: 37.5%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
}
.modNav .item .txtBox .inner{
  width: 100%;
}
.modNav .item .txtBox .title {
  font-size: 24px;
  font-size: 2.4rem;
  font-size: min(1.37vw,2.4rem);
  margin-bottom: 15px;
}
.modNav .item .txtBox .main {
  font-size: 35px;
  font-size: 3.5rem;
  font-size: min(2vw,3.5rem);
  line-height: 1.05;
}
.modNav .item .txtBox .main .txtSmall {
  font-size: 28px;
  font-size: 2.8rem;
  font-size: min(1.6vw,2.8rem);
}
.modNav .item .txtBox .target {
  font-size: 20px;
  font-size: 2.0rem;
  font-size: min(1.14vw,2.0rem);
  margin-top: 10px;
}
@media only screen and (max-width: 992px) {
  .modNav .item .txtBox {
    width: 45%;
  }
  .modNav .item .txtBox .title {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 13px;
  }
  .modNav .item .txtBox .main {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .modNav .item .txtBox .main .txtSmall {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .modNav .item .txtBox .target {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 360px) {
  .modNav .item .txtBox .title {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .modNav .item .txtBox .main {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .modNav .item .txtBox .main .txtSmall {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .modNav .item .txtBox .target {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.modNav .item_semi .txtBox {
  background-color: #c9151e;
}
.modNav .item_seminar .txtBox {
  background-color: #1997da;
}
.modNav .item_kobetsu .txtBox {
  background-color: #6eb92b;
}
.modNav .item_online .txtBox {
  background-color: #f8b500;
}
@media only screen and (min-width: 993px) {
  .modNav .item.is_long {
    width: 100%;
  }
  .modNav .item.is_long .imgBox {
    width: 73.8%;
  }
  .modNav .item.is_long .imgBox figure {
    padding-top: 31.25%;
  }
  .modNav .item.is_long .txtBox {
    width: 26.2%;
  }
}
/*
#overview
other
*/
/*
#styleguide
xxxxx

```
コード
```
*/
@-webkit-keyframes rotateLoading {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
@keyframes rotateLoading {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
/*↓消さないこと*/
.modLoading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.modLoading .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 42px;
  height: 42px;
}
.modLoading .inner > div {
  background-color: #666;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 2px solid #666;
  border-bottom-color: transparent;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotateLoading;
  animation: rotateLoading;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
/*↑消さないこと*/
.modPager {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .modPager {
    position: relative;
  }
}
* + .modPager {
  margin-top: 34px;
}
.modPager .inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .modPager .inner {
    position: static;
  }
}
.modPager .page, .modPager .current {
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 50%;
  border: solid 1px #c9151e;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding: 0;
  margin: 0 5px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #c9151e;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .modPager .page, .modPager .current {
    width: 33px;
    height: 33px;
    line-height: 33px;
    margin: 0 3px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 320px) {
  .modPager .page, .modPager .current {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
body.IEUnder .modPager .page, body.IEUnder .modPager .current {
  line-height: 40px;
}
.modPager .page {
  background-color: #fff;
}
.modPager .page:hover {
  opacity: 1;
  background-color: #c9151e;
  color: #fff;
}
.modPager .current {
  background-color: #c9151e;
  color: #fff;
}
.modPager .previouspostslink, .modPager .nextpostslink {
  display: block;
  position: relative;
  margin: auto;
  width: 37px;
  height: 37px;
  line-height: 37px;
  color: #c9151e;
}
@media only screen and (max-width: 600px) {
  .modPager .previouspostslink, .modPager .nextpostslink {
    width: 33px;
    height: 33px;
    line-height: 33px;
  }
}
.modPager .previouspostslink::before, .modPager .nextpostslink::before {
  content: '';
  left: 0;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: calc(50% + 1px);
  text-indent: 0;
}
.modPager .previouspostslink:before {
  border-left: solid 1px;
  border-bottom: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.modPager .nextpostslink:before {
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.modPager02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: solid 1px #a0a0a0;
  padding-top: 30px;
  margin-top: 77px;
}
@media only screen and (max-width: 600px) {
  .modPager02 {
    margin-top: 50px;
    padding-top: 30px;
  }
}
.modPager02 .prev, .modPager02 .next {
  width: 180px;
  max-width: 100%;
  position: relative;
  color: #c9151e;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 600px) {
  .modPager02 .prev, .modPager02 .next {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.modPager02 .prev::before, .modPager02 .next::before {
  content: "";
  background-image: url(../img/common/arrow_color02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
body.IEUnder .modPager02 .prev:before, body.IEUnder .modPager02 .next:before {
  bottom: 0.2em;
}
.modPager02 .prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 30px;
}
.modPager02 .prev::before {
  left: 0;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media only screen and (max-width: 1200px) {
  .modPager02 .prev {
    width: 48%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.modPager02 .list {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 350px;
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .modPager02 .list {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
}
.modPager02 .list:first-child:last-child {
  margin-left: auto;
  margin-right: auto;
}
.modPager02 .prev + .list {
  margin-right: calc(50% - 175px);
}
@media only screen and (max-width: 1200px) {
  .modPager02 .prev + .list {
    margin-right: 0;
  }
}
.modPager02 .next:first-child + .list {
  margin-left: calc(50% - 175px);
}
@media only screen and (max-width: 1200px) {
  .modPager02 .next:first-child + .list {
    margin-left: 0;
  }
}
.modPager02 .next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-right: 30px;
  text-align: right;
}
.modPager02 .next::before {
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .modPager02 .next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 48%;
  }
  .modPager02 .next:first-child {
    margin-left: 52%;
  }
}
/* wysiwyg
------------------------------------------------------------*/
.modParts {
  margin-bottom: 20px;
}
.modPartsImage {
  text-align: center;
  color: #959595;
  font-size: 11px;
  font-size: 1.1rem;
}
.modPartsImage .caption {
  margin: 5px 0 0;
}
.modPartsImage a:hover {
  opacity: 0.8;
}
.modPartsYoutube {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 992px) {
  .modPartsYoutube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .modPartsYoutube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.modPartsTxt iframe {
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 992px) {
  .modPartsTxt iframe {
    height: 250px;
  }
}
.modPartsTxt ul {
  margin-left: 2em;
}
.modPartsTxt ul li {
  list-style: disc;
}
.modPartsTxt ol {
  margin-left: 2.2em;
}
.modPartsTxt ol li {
  list-style: decimal;
}
.modPartsTxt strong, .modPartsTxt th {
  font-weight: bold;
}
.modPartsTxt .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.modPartsTxt img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
.modPartsTxt img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.modPartsTxt .alignright {
  float: right;
}
.modPartsTxt .alignleft {
  float: left;
}
.modPartsTxt strong {
  font-weight: bold;
}
/*
#overview
modTable
*/
/*
#styleguide
xxx

```
```
*/
/*
#overview
modTitle
*/
/*
#styleguide
xxx

```
```
*/
.modTitlePage {
  margin-bottom: 50px;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .modTitlePage {
    margin-bottom: 20px;
  }
}
.modTitlePage .container {
  max-width: 1496px;
}
.modTitlePage .inner {
  border-left: solid 2px #c9151e;
  position: relative;
  padding-left: 20px;
}
.modTitlePage .inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  bottom: 0;
  width: 2px;
  background-color: #ff6b3d;
  z-index: 10;
}
.modTitlePage_single .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
}
body.IEUnder .modTitlePage_single .inner {
  min-height: 0;
  height: 60px;
}
.modTitlePage .title {
  font-weight: bold;
  font-size: 35px;
  font-size: 3.5rem;
}
@media only screen and (max-width: 600px) {
  .modTitlePage .title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.modTitlePage .sub {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Staatliches", cursive;
}
@media only screen and (max-width: 600px) {
  .modTitlePage .sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.modTitle01 {
  padding: 8px 0 8px 34px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #c9151e;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 600px) {
  .modTitle01 {
    padding: 8px 0 8px 35px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}
body.IEUnder .modTitle01 {
  padding-bottom: 2px;
}
.modTitle01_news {
  background-image: url(../img/common/icon_news.svg);
  background-size: 24px 20px;
}
body.site_kobetsu .modTitle01_news {
  background-image: url(../img/kobetsu/common/icon_news.svg);
}
body.site_seminar .modTitle01_news {
  background-image: url(../img/seminar/common/icon_news.svg);
}
.modTitle01_photo {
  background-image: url(../img/common/icon_photo.svg);
  background-size: 27px 22px;
}
body.site_kobetsu .modTitle01_photo {
  background-image: url(../img/kobetsu/common/icon_photo.svg);
}
body.site_seminar .modTitle01_photo {
  background-image: url(../img/seminar/common/icon_photo.svg);
}
.modTitle02 {
  margin-bottom: 16px;
  color: #2770ad;
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 600px) {
  .modTitle02 {
    margin-bottom: 15px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.modTitle02_num {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
/*
#overview
modTxt
*/
/*
#styleguide
xx

```
```
*/
.modWYSIWYG {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 600px) {
  .modWYSIWYG {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.modWYSIWYG:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.modWYSIWYG p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.modWYSIWYG a {
  color: #c9151e;
}
.modWYSIWYG .wp-block-image {
  margin-bottom: 40px;
  text-align: center;
}
.modWYSIWYG .wp-block-image:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.modWYSIWYG .wp-block-media-text {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-columns: 41.5% auto;
  grid-template-columns: 41.5% auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .modWYSIWYG .wp-block-media-text {
    display: block;
    margin-bottom: 20px;
  }
}
.modWYSIWYG .wp-block-media-text:not(.has-media-on-the-right) {
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 41.5% 58.5%;
  grid-template: "media content"1fr / 41.5% 58.5%;
}
.modWYSIWYG .wp-block-media-text.has-media-on-the-right {
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 41.5% 58.5%;
  grid-template: "content media"1fr / 41.5% 58.5%;
}
.modWYSIWYG .wp-block-media-text .wp-block-media-text__content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: content;
}
@media only screen and (max-width: 600px) {
  .modWYSIWYG .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.modWYSIWYG .wp-block-media-text .wp-block-media-text__content > p:first-child {
  margin-top: 0;
}
.modWYSIWYG .wp-block-media-text .wp-block-media-text__media {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: media;
}
.modWYSIWYG .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}
@media only screen and (max-width: 600px) {
  .modWYSIWYG .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    margin-top: 20px;
  }
}
.modWYSIWYG .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
@media only screen and (max-width: 600px) {
  .modWYSIWYG .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    margin-top: 20px;
  }
}
.modWYSIWYG * + .wp-block-media-text {
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  .modWYSIWYG * + .wp-block-media-text {
    margin-top: 20px;
  }
}
.modWYSIWYG h2 {
  background-color: #ff7171;
  padding: 8px 16px;
  margin-bottom: 40px;
  position: relative;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .modWYSIWYG h2 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
body.IEUnder .modWYSIWYG h2 {
  padding-bottom: 4px;
}
.modWYSIWYG h2::after {
  content: "";
  background-image: url(../img/common/icon_title.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 25px;
  height: 10px;
}
.modWYSIWYG * + h2 {
  margin-top: 40px;
}
.modWYSIWYG h3 {
  border-top: solid 1px #c9151e;
  border-bottom: solid 1px #c9151e;
  margin-bottom: 30px;
  padding: 4px 8px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .modWYSIWYG h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body.IEUnder .modWYSIWYG h3 {
  padding-top: 10px;
}
.modWYSIWYG * + h3 {
  margin-top: 40px;
}
.modWYSIWYG h4 {
  position: relative;
  padding-left: 16px;
  margin-bottom: 15px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .modWYSIWYG h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.modWYSIWYG h4::before, .modWYSIWYG h4::after {
  content: "";
  position: absolute;
  width: 5px;
  left: 0;
  bottom: 0.2em;
}
.modWYSIWYG h4::before {
  top: 0.2em;
  background-color: #c9151e;
}
.modWYSIWYG h4::after {
  background-color: #ff6b3d;
  top: 50%;
}
.modWYSIWYG * + h4 {
  margin-top: 34px;
}
.modWYSIWYG * + ol:not(.wp-block-gallery), .modWYSIWYG * + ul:not(.wp-block-gallery) {
  margin-top: 20px;
}
.modWYSIWYG ul:not(.wp-block-gallery) {
  margin-left: 2em;
  margin-bottom: 20px;
}
.modWYSIWYG ul:not(.wp-block-gallery) li {
  list-style: disc;
}
.modWYSIWYG ol:not(.wp-block-gallery) {
  margin-left: 2em;
  margin-bottom: 20px;
}
.modWYSIWYG ol:not(.wp-block-gallery) li {
  list-style: decimal;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 1300px) and (min-width: 600px) {
  .modFormItem.is_2023trial .chosen-container-single .chosen-single span {
    white-space: normal;
  }
}
@media only screen and (max-width: 600px) {
  .modFormItem.is_2023trial .chosen-container-single .chosen-single span {
    width: calc(88vw - 60px);
  }
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../img/colorbox/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../img/colorbox/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../img/colorbox/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../img/colorbox/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../img/colorbox/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(../img/colorbox/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(../img/colorbox/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url(../img/colorbox/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(../img/colorbox/border.png) 0 -29px repeat-x;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxLoadingOverlay {
  background: url(../img/colorbox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../img/colorbox/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../img/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
body.site_kobetsu #header .btnMenu {
  background-image: url(../img/kobetsu/common/btn_menu.png);
}
body.site_kobetsu #gNav .nav .link:hover {
  color: #6eb92b;
}
@media only screen and (max-width: 992px) {
  body.site_kobetsu #gNav .nav .link::before {
    color: #6eb92b;
  }
}
body.site_kobetsu #gNav .nav .movie .link {
  background-image: url(../img/kobetsu/common/icon_movie.svg);
}
body.site_kobetsu #gNav .nav .tv .link {
  background-image: url(../img/kobetsu/common/icon_tv.svg);
}
body.site_kobetsu #gNav .nav .news .link {
  background-image: url(../img/kobetsu/common/icon_news.svg);
}
body.site_kobetsu #gNav .nav .time .link {
  background-image: url(../img/kobetsu/common/icon_time.svg);
}
@media only screen and (max-width: 992px) {
  body.site_kobetsu #gNav .nav .guide {
    border-bottom: solid 2px #6eb92b;
  }
}
body.site_kobetsu #gNav .nav .guide .link, body.site_kobetsu #gNav .nav .course .link {
  background-image: url(../img/kobetsu/common/icon_school.svg);
}
body.site_kobetsu #gNav .nav .result .link {
  background-image: url(../img/kobetsu/common/icon_result.svg);
}
body.site_kobetsu #gNav .nav .diary .link {
  background-image: url(../img/kobetsu/common/icon_diary.svg);
}
body.site_kobetsu #gNav .nav .admissions .link {
  background-image: url(../img/kobetsu/common/icon_admissions.svg);
}
body.site_kobetsu #gNav .nav .map .link {
  background-image: url(../img/kobetsu/common/icon_map.svg);
}
body.site_kobetsu #gNav .nav .acc {
  background-color: #e2f1d5;
}
@media only screen and (max-width: 992px) {
  body.site_kobetsu #gNav .nav .acc {
    background-image: url(../img/kobetsu/common/icon_school.svg);
  }
}
body.site_kobetsu #gNav .nav .acc::after {
  background-color: #6eb92b;
}
body.site_kobetsu #gNav .nav .acc::before {
  background-color: #6eb92b;
}
body.site_kobetsu #gNav .nav .guideList a::after {
  color: #6eb92b;
}
body.site_kobetsu #gNav .nav .guideList a:hover {
  background-color: #faffeb;
}
body.site_kobetsu #gNav .hNav .btn a {
  border-color: #6eb92b;
  color: #6eb92b;
}
body.site_kobetsu #gNav .hNav .btn a:hover {
  background-color: #6eb92b;
  color: #fff;
}
body.site_kobetsu #gNav .hNav .btn_entry a {
  background-color: #6eb92b;
  color: #fff;
}
body.site_kobetsu #gNav .hNav .btn_entry a:hover {
  background-color: #fff;
  color: #6eb92b;
}
@media only screen and (min-width: 993px) {
  body.site_kobetsu:not(.sPhone) #gNav .nav .guide:hover .link {
    background-color: #faffeb;
  }
}
body.site_kobetsu .topicpath a {
  color: #6eb92b;
}
body.site_kobetsu .modTitlePage .inner {
  border-left: solid 2px #6eb92b;
}
body.site_kobetsu .modTitlePage .inner::after {
  background-color: #ffea3d;
}
body.site_kobetsu .modTitle01 {
  color: #6eb92b;
}
body.site_kobetsu .modBtn01 {
  border: solid 1px #6eb92b;
  color: #6eb92b;
}
body.site_kobetsu .modBtn01:hover {
  background-color: #6eb92b;
  color: #fff;
}
body.site_kobetsu .modBtn01_color02 {
  background-color: #6eb92b;
  color: #fff;
}
body.site_kobetsu .modBtn01_color02:hover {
  background-color: #fff;
  color: #6eb92b;
}
body.site_kobetsu .modBtn02 {
  border-color: #6eb92b;
  color: #6eb92b;
}
body.site_kobetsu .modBtn02:hover {
  background-color: #6eb92b;
  color: #fff;
}
body.site_kobetsu .modBtn02_color02 {
  background-color: #6eb92b;
  color: #fff;
}
body.site_kobetsu .modBtn02_color02:hover {
  background-color: #fff;
  color: #6eb92b;
}
body.site_kobetsu .modBtn02_color03 {
  border-color: #ff900d;
  background-color: #ff900d;
  color: #fff;
}
body.site_kobetsu .modBtn02_color03:hover {
  background-color: #fff;
  color: #ff900d;
}
body.site_kobetsu .modBlockVisit {
  background-color: #faffeb;
}
body.site_kobetsu .modBlockVisit .btnList .btn {
  border-color: #6eb92b;
  color: #6eb92b;
}
body.site_kobetsu .modBlockVisit .btnList .btn:hover {
  background-color: #6eb92b;
  color: #fff;
}
body.site_kobetsu .modBlockVisit .btnList .btn_color02 {
  background-color: #6eb92b;
  color: #fff;
}
body.site_kobetsu .modBlockVisit .btnList .btn_color02:hover {
  background-color: #fff;
  color: #6eb92b;
}
body.site_kobetsu .modBlockGuide .title {
  color: #6eb92b;
}
body.site_kobetsu .modBlockGuide .list .item {
  border: solid 1px #6eb92b;
}
body.site_kobetsu .modBlockGuide .list .item:hover {
  background-color: #6eb92b;
}
body.site_kobetsu .modBlockNews .tab .btn:hover {
  color: #6eb92b;
}
body.site_kobetsu .modBlockNews .tab .btn.active {
  background-color: #6eb92b;
}
body.site_kobetsu .modBlockNews .tab .btn.active::after {
  border-top-color: #6eb92b;
}
body.site_kobetsu .modBlockNews .tab .btn.active:hover {
  color: #fff;
}
body.site_kobetsu .modListNews .link:hover::before, body.site_kobetsu .modListNews .link:hover .txt {
  color: #6eb92b;
}
body.site_kobetsu .modListNews .category span {
  border-color: #6eb92b;
  color: #6eb92b;
}
body.site_kobetsu .modNavFoot .link {
  background-color: #6eb92b;
}
body.site_kobetsu .modNavFoot .btn_reservation {
  background-color: #6eb92b;
}
body.site_kobetsu .modPager .page, body.site_kobetsu .modPager .current {
  border: solid 1px #6eb92b;
  color: #6eb92b;
}
body.site_kobetsu .modPager .page {
  background-color: #fff;
}
body.site_kobetsu .modPager .page:hover {
  background-color: #6eb92b;
  color: #fff;
}
body.site_kobetsu .modPager .current {
  background-color: #6eb92b;
  color: #fff;
}
body.site_kobetsu .modPager .previouspostslink, body.site_kobetsu .modPager .nextpostslink {
  color: #6eb92b;
}
body.site_kobetsu .modPager02 .prev, body.site_kobetsu .modPager02 .next {
  color: #6eb92b;
}
body.site_kobetsu .modPager02 .prev::before, body.site_kobetsu .modPager02 .next::before {
  background-image: url(../img/kobetsu/common/arrow_color02.svg);
}
body.site_kobetsu .modWYSIWYG a {
  color: #6eb92b;
}
body.site_kobetsu .modWYSIWYG h2 {
  background-color: #8ec281;
}
body.site_kobetsu .modWYSIWYG h2::after {
  background-image: url(../img/kobetsu/common/icon_title.svg);
}
body.site_kobetsu .modWYSIWYG h3 {
  border-top-color: #6eb92b;
  border-bottom-color: #6eb92b;
}
body.site_kobetsu .modWYSIWYG h4::before {
  background-color: #6eb92b;
}
body.site_kobetsu .modWYSIWYG h4::after {
  background-color: #ffea3d;
}
@media only screen and (max-width: 992px) {
  body.site_seminar #header .siteTitle {
    width: 220px;
  }
}
body.site_seminar #header .btnMenu {
  background-image: url(../img/seminar/common/btn_menu.png);
}
body.site_seminar #gNav .nav .link:hover {
  color: #086394;
}
@media only screen and (max-width: 992px) {
  body.site_seminar #gNav .nav .link::before {
    color: #086394;
  }
}
body.site_seminar #gNav .nav .movie .link {
  background-image: url(../img/seminar/common/icon_movie.svg);
}
body.site_seminar #gNav .nav .tv .link {
  background-image: url(../img/seminar/common/icon_tv.svg);
}
body.site_seminar #gNav .nav .news .link {
  background-image: url(../img/seminar/common/icon_news.svg);
}
body.site_seminar #gNav .nav .time .link {
  background-image: url(../img/seminar/common/icon_time.svg);
}
body.site_seminar #gNav .nav .guide .link, body.site_seminar #gNav .nav .course .link {
  background-image: url(../img/seminar/common/icon_school.svg);
}
body.site_seminar #gNav .nav .result .link {
  background-image: url(../img/seminar/common/icon_result.svg);
}
body.site_seminar #gNav .nav .diary .link {

  background-image: url(../img/seminar/common/icon_diary.svg);
}
body.site_seminar #gNav .nav .admissions .link {
  background-image: url(../img/seminar/common/icon_admissions.svg);
}
@media only screen and (max-width: 992px) {
  body.site_seminar #gNav .nav .map {
    display: none;
  }
}
body.site_seminar #gNav .nav .map .link {
  background-image: url(../img/seminar/common/icon_map.svg);
}
body.site_seminar #gNav .nav .guide_sp {
  border-bottom: solid 2px #086394;
}
body.site_seminar #gNav .nav .acc {
  background-color: #e6eff4;
}
@media only screen and (max-width: 992px) {
  body.site_seminar #gNav .nav .acc {
    background-image: url(../img/seminar/common/icon_map.svg);
    background-size: 20px 24px;
  }
}
body.site_seminar #gNav .nav .acc::after {
  background-color: #086394;
}
body.site_seminar #gNav .nav .acc::before {
  background-color: #086394;
}
body.site_seminar #gNav .hNav .btn a {
  border-color: #086394;
  color: #086394;
}
body.site_seminar #gNav .hNav .btn a:hover {
  background-color: #086394;
  color: #fff;
}
body.site_seminar #gNav .hNav .btn_entry a {
  background-color: #086394;
  color: #fff;
}
body.site_seminar #gNav .hNav .btn_entry a:hover {
  background-color: #fff;
  color: #086394;
}
body.site_seminar .topicpath a {
  color: #086394;
}
body.site_seminar .modTitlePage .inner {
  border-left: solid 2px #086394;
}
body.site_seminar .modTitlePage .inner::after {
  background-color: #8ce3ed;
}
body.site_seminar .modTitle01 {
  color: #086394;
}
body.site_seminar .modBtn01 {
  border: solid 1px #086394;
  color: #086394;
}
body.site_seminar .modBtn01:hover {
  background-color: #086394;
  color: #fff;
}
body.site_seminar .modBtn01_color02 {
  background-color: #086394;
  color: #fff;
}
body.site_seminar .modBtn01_color02:hover {
  background-color: #fff;
  color: #086394;
}
body.site_seminar .modBtn02 {
  border-color: #086394;
  color: #086394;
}
body.site_seminar .modBtn02:hover {
  background-color: #086394;
  color: #fff;
}
body.site_seminar .modBtn02_color02 {
  background-color: #086394;
  color: #fff;
}
body.site_seminar .modBtn02_color02:hover {
  background-color: #fff;
  color: #086394;
}
body.site_seminar .modBlockVisit {
  background-color: #e6edf1;
}
body.site_seminar .modBlockVisit .btnList .btn {
  border-color: #086394;
  color: #086394;
}
body.site_seminar .modBlockVisit .btnList .btn:hover {
  background-color: #086394;
  color: #fff;
}
body.site_seminar .modBlockVisit .btnList .btn_color02 {
  background-color: #086394;
  color: #fff;
}
body.site_seminar .modBlockVisit .btnList .btn_color02:hover {
  background-color: #fff;
  color: #086394;
}
body.site_seminar .modBlockVisit .bg {
  background-image: url(../img/seminar/common/ph_visit.jpg);
}
body.site_seminar .modBlockGuide .title {
  color: #086394;
}
body.site_seminar .modBlockGuide .list .item {
  border-color: #086394;
}
body.site_seminar .modBlockGuide .list .item:hover {
  background-color: #086394;
}
body.site_seminar .modBlockNews .tab .btn:hover {
  color: #086394;
}
body.site_seminar .modBlockNews .tab .btn.active {
  background-color: #086394;
}
body.site_seminar .modBlockNews .tab .btn.active::after {
  border-top-color: #086394;
}
body.site_seminar .modBlockNews .tab .btn.active:hover {
  color: #fff;
}
body.site_seminar .modListNews .link:hover::before, body.site_seminar .modListNews .link:hover .txt {
  color: #086394;
}
body.site_seminar .modListNews .category span {
  border-color: #086394;
  color: #086394;
}
body.site_seminar .modNavFoot .link {
  background-color: #086394;
}
body.site_seminar .modNavFoot .btn_reservation {
  background-color: #086394;
}
body.site_seminar .modPager .page, body.site_seminar .modPager .current {
  border: solid 1px #086394;
  color: #086394;
}
body.site_seminar .modPager .page {
  background-color: #fff;
}
body.site_seminar .modPager .page:hover {
  background-color: #086394;
  color: #fff;
}
body.site_seminar .modPager .current {
  background-color: #086394;
  color: #fff;
}
body.site_seminar .modPager .previouspostslink, body.site_seminar .modPager .nextpostslink {
  color: #086394;
}
body.site_seminar .modPager02 .prev, body.site_seminar .modPager02 .next {
  color: #086394;
}
body.site_seminar .modPager02 .prev::before, body.site_seminar .modPager02 .next::before {
  background-image: url(../img/seminar/common/arrow_color02.svg);
}
body.site_seminar .modWYSIWYG a {
  color: #086394;
}
body.site_seminar .modWYSIWYG h2 {
  background-color: #77a5be;
}
body.site_seminar .modWYSIWYG h2::after {
  background-image: url(../img/seminar/common/icon_title.svg);
}
body.site_seminar .modWYSIWYG h3 {
  border-top-color: #086394;
  border-bottom-color: #086394;
}
body.site_seminar .modWYSIWYG h4::before {
  background-color: #086394;
}
body.site_seminar .modWYSIWYG h4::after {
  background-color: #8ce3ed;
}
/* online */
body.site_online #header .btnMenu {
  background-image: url(../img/online/common/btn_menu.png);
}
body.site_online #gNav .nav .link:hover {
  color: #f8b500;
}
@media only screen and (max-width: 992px) {
  body.site_online #gNav .nav .link::before {
    color: #f8b500;
  }
}
body.site_online #gNav .nav .movie .link {
  background-image: url(../img/online/common/icon_movie.svg);
}
body.site_online #gNav .nav .tv .link {
  background-image: url(../img/online/common/icon_tv.svg);
}
body.site_online #gNav .nav .news .link {
  background-image: url(../img/online/common/icon_news.svg);
}
body.site_online #gNav .nav .time .link {
  background-image: url(../img/online/common/icon_time.svg);
}
@media only screen and (max-width: 992px) {
  body.site_online #gNav .nav .guide {
    border-bottom: solid 2px #f8b500;
  }
}
body.site_online #gNav .nav .guide .link, body.site_online #gNav .nav .course .link {
  background-image: url(../img/online/common/icon_school.svg);
}
body.site_online #gNav .nav .result .link {
  background-image: url(../img/online/common/icon_result.svg);
}
body.site_online #gNav .nav .diary .link {
  background-image: url(../img/online/common/icon_diary.svg);
}
body.site_online #gNav .nav .admissions .link {
  background-image: url(../img/online/common/icon_admissions.svg);
}
body.site_online #gNav .nav .map .link {
  background-image: url(../img/online/common/icon_map.svg);
}
body.site_online #gNav .nav .acc {
  background-color: #e2f1d5;
}
@media only screen and (max-width: 992px) {
  body.site_online #gNav .nav .acc {
    background-image: url(../img/online/common/icon_school.svg);
  }
}
body.site_online #gNav .nav .acc::after {
  background-color: #f8b500;
}
body.site_online #gNav .nav .acc::before {
  background-color: #f8b500;
}
body.site_online #gNav .nav .guideList a::after {
  color: #f8b500;
}
body.site_online #gNav .nav .guideList a:hover {
  background-color: #faffeb;
}
body.site_online #gNav .hNav .btn a {
  border-color: #f8b500;
  color: #f8b500;
}
body.site_online #gNav .hNav .btn a:hover {
  background-color: #f8b500;
  color: #fff;
}
body.site_online #gNav .hNav .btn_entry a {
  background-color: #f8b500;
  color: #fff;
}
body.site_online #gNav .hNav .btn_entry a:hover {
  background-color: #fff;
  color: #f8b500;
}
@media only screen and (min-width: 993px) {
  body.site_online:not(.sPhone) #gNav .nav .guide:hover .link {
    background-color: #faffeb;
  }
}
body.site_online .topicpath a {
  color: #f8b500;
}
body.site_online .modTitlePage .inner {
  border-left: solid 2px #f8b500;
}
body.site_online .modTitlePage .inner::after {
  background-color: #1f2774;
}
body.site_online .modTitle01 {
  color: #f8b500;
}
body.site_online .modBtn01 {
  border: solid 1px #f8b500;
  color: #f8b500;
}
body.site_online .modBtn01:hover {
  background-color: #f8b500;
  color: #fff;
}
body.site_online .modBtn01_color02 {
  background-color: #f8b500;
  color: #fff;
}
body.site_online .modBtn01_color02:hover {
  background-color: #fff;
  color: #f8b500;
}
body.site_online .modBtn02 {
  border-color: #f8b500;
  color: #f8b500;
}
body.site_online .modBtn02:hover {
  background-color: #f8b500;
  color: #fff;
}
body.site_online .modBtn02_color02 {
  background-color: #f8b500;
  color: #fff;
}
body.site_online .modBtn02_color02:hover {
  background-color: #fff;
  color: #f8b500;
}
body.site_online .modBtn02_color03 {
  border-color: #ff900d;
  background-color: #ff900d;
  color: #fff;
}
body.site_online .modBtn02_color03:hover {
  background-color: #fff;
  color: #ff900d;
}
body.site_online .modBlockVisit {
  background-color: #faffeb;
}
body.site_online .modBlockVisit .btnList .btn {
  border-color: #f8b500;
  color: #f8b500;
}
body.site_online .modBlockVisit .btnList .btn:hover {
  background-color: #f8b500;
  color: #fff;
}
body.site_online .modBlockVisit .btnList .btn_color02 {
  background-color: #f8b500;
  color: #fff;
}
body.site_online .modBlockVisit .btnList .btn_color02:hover {
  background-color: #fff;
  color: #f8b500;
}
body.site_online .modBlockGuide .title {
  color: #f8b500;
}
body.site_online .modBlockGuide .list .item {
  border: solid 1px #f8b500;
}
body.site_online .modBlockGuide .list .item:hover {
  background-color: #f8b500;
}
body.site_online .modBlockNews .tab .btn:hover {
  color: #f8b500;
}
body.site_online .modBlockNews .tab .btn.active {
  background-color: #f8b500;
}
body.site_online .modBlockNews .tab .btn.active::after {
  border-top-color: #f8b500;
}
body.site_online .modBlockNews .tab .btn.active:hover {
  color: #fff;
}
body.site_online .modListNews .link:hover::before, body.site_online .modListNews .link:hover .txt {
  color: #f8b500;
}
body.site_online .modListNews .school {
  display: none;
}
body.site_online .modListNews .category span {
  border-color: #f8b500;
  color: #f8b500;
}
body.site_online .modNavFoot .link {
  background-color: #f8b500;
}
body.site_online .modNavFoot .btn_reservation {
  background-color: #f8b500;
}
body.site_online .modPager .page, body.site_online .modPager .current {
  border: solid 1px #f8b500;
  color: #f8b500;
}
body.site_online .modPager .page {
  background-color: #fff;
}
body.site_online .modPager .page:hover {
  background-color: #f8b500;
  color: #fff;
}
body.site_online .modPager .current {
  background-color: #f8b500;
  color: #fff;
}
body.site_online .modPager .previouspostslink, body.site_online .modPager .nextpostslink {
  color: #f8b500;
}
body.site_online .modPager02 .prev, body.site_online .modPager02 .next {
  color: #f8b500;
}
body.site_online .modPager02 .prev::before, body.site_online .modPager02 .next::before {
  background-image: url(../img/online/common/arrow_color02.svg);
}
body.site_online .modWYSIWYG a {
  color: #f8b500;
}
body.site_online .modWYSIWYG h2 {
  background-color: #f8b500;
}
body.site_online .modWYSIWYG h2::after {
  background-image: url(../img/online/common/icon_title.svg);
}
body.site_online .modWYSIWYG h3 {
  border-top-color: #f8b500;
  border-bottom-color: #f8b500;
}
body.site_online .modWYSIWYG h4::before {
  background-color: #f8b500;
}
body.site_online .modWYSIWYG h4::after {
  background-color: #ffea3d;
}
body.site_global #header .btnMenu {
  background-image: url(../img/global/common/btn_menu.png);
}
@media only screen and (max-width: 992px) {
  body.site_global #gNav .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
body.site_global #gNav .nav .link:hover {
  color: #233957;
}
@media only screen and (max-width: 992px) {
  body.site_global #gNav .nav .link::before {
    color: #233957;
  }
}
body.site_global #gNav .nav .movie .link {
  background-image: url(../img/global/common/icon_movie.svg);
}
body.site_global #gNav .nav .tv .link {
  background-image: url(../img/global/common/icon_tv.svg);
}
body.site_global #gNav .nav .news .link {
  background-image: url(../img/global/common/icon_news.svg);
}
body.site_global #gNav .nav .time .link {
  background-image: url(../img/global/common/icon_time.svg);
}
body.site_global #gNav .nav .search .link, body.site_global #gNav .nav .guide .link, body.site_global #gNav .nav .course .link {
  background-image: url(../img/global/common/icon_school.svg);
}
body.site_global #gNav .nav .result .link {
  background-image: url(../img/global/common/icon_result.svg);
}
body.site_global #gNav .nav .diary .link {
  background-image: url(../img/global/common/icon_diary.svg);
}
body.site_global #gNav .nav .admissions .link {
  background-image: url(../img/global/common/icon_admissions.svg);
}
body.site_global #gNav .nav .point .link {
  background-image: url(../img/global/common/icon_point.svg);
  background-size: 24px 16px;
}
body.site_global #gNav .nav .qa .link {
  background-image: url(../img/global/common/icon_qa.svg);
  background-size: 22px 18px;
}
@media only screen and (max-width: 992px) {
  body.site_global #gNav .nav .map {
    display: none;
  }
}
body.site_global #gNav .nav .map .link {
  background-image: url(../img/global/common/icon_map.svg);
}
body.site_global #gNav .nav .guide_sp {
  border-bottom: solid 2px #233957;
}
body.site_global #gNav .nav .acc {
  background-color: #e6eff4;
}
@media only screen and (max-width: 992px) {
  body.site_global #gNav .nav .acc {
    background-image: url(../img/global/common/icon_map.svg);
    background-size: 20px 24px;
  }
}
body.site_global #gNav .nav .acc::after {
  background-color: #233957;
}
body.site_global #gNav .nav .acc::before {
  background-color: #233957;
}
body.site_global #gNav .hNav .btn a {
  border-color: #233957;
  color: #233957;
}
body.site_global #gNav .hNav .btn a:hover {
  background-color: #233957;
  color: #fff;
}
body.site_global #gNav .hNav .btn_entry a {
  background-color: #233957;
  color: #fff;
}
body.site_global #gNav .hNav .btn_entry a:hover {
  background-color: #fff;
  color: #233957;
}
body.site_global .topicpath a {
  color: #233957;
}
body.site_global .container {
  padding-right: 18px;
}
body.site_global .modTitlePage .inner {
  border-left: solid 2px #233957;
}
body.site_global .modTitlePage .inner::after {
  background-color: #2770ad;
}
body.site_global .modTitle01 {
  color: #233957;
}
body.site_global .modBtn01 {
  border: solid 1px #233957;
  color: #233957;
}
body.site_global .modBtn01:hover {
  background-color: #233957;
  color: #fff;
}
body.site_global .modBtn01_color02 {
  background-color: #233957;
  color: #fff;
}
body.site_global .modBtn01_color02:hover {
  background-color: #fff;
  color: #233957;
}
body.site_global .modBtn02:not(.modBtn02_color03):not(.modBtn02_color02) {
  border-color: #233957;
  color: #233957;
}
body.site_global .modBtn02:not(.modBtn02_color03):not(.modBtn02_color02):hover {
  background-color: #233957;
  color: #fff;
}
body.site_global .modBtn02_color02 {
  border-color: #233957;
  background-color: #233957;
  color: #fff;
}
body.site_global .modBtn02_color02:hover {
  background-color: #fff;
  color: #233957;
}
body.site_global .modBtn02_color03 {
  border-color: #189795;
  background-color: #189795;
  color: #fff;
}
body.site_global .modBtn02_color03:hover {
  background-color: #fff;
  color: #189795;
}
body.site_global .modBlockVisit {
  background-color: #F4F7FB;
}
body.site_global .modBlockVisit .btnList .btn {
  border-color: #233957;
  color: #233957;
}
body.site_global .modBlockVisit .btnList .btn:hover {
  background-color: #233957;
  color: #fff;
}
body.site_global .modBlockVisit .btnList .btn_color02 {
  background-color: #233957;
  color: #fff;
}
body.site_global .modBlockVisit .btnList .btn_color02:hover {
  background-color: #fff;
  color: #233957;
}
body.site_global .modBlockGuide .title {
  color: #233957;
}
body.site_global .modBlockGuide .list .item {
  border-color: #233957;
}
body.site_global .modBlockGuide .list .item:hover {
  background-color: #233957;
}
body.site_global .modBlockNews .tab .btn:hover {
  color: #233957;
}
body.site_global .modBlockNews .tab .btn.active {
  background-color: #233957;
}
body.site_global .modBlockNews .tab .btn.active::after {
  border-top-color: #233957;
}
body.site_global .modBlockNews .tab .btn.active:hover {
  color: #fff;
}
body.site_global .modListNews .link:hover::before, body.site_global .modListNews .link:hover .txt {
  color: #233957;
}
body.site_global .modListNews .category span {
  border-color: #233957;
  color: #233957;
}
body.site_global .modNavFoot .link {
  background-color: #233957;
}
body.site_global .modNavFoot .btn_reservation {
  background-color: #233957;
}
body.site_global .modPager .page, body.site_global .modPager .current {
  border: solid 1px #233957;
  color: #233957;
}
body.site_global .modPager .page {
  background-color: #fff;
}
body.site_global .modPager .page:hover {
  background-color: #233957;
  color: #fff;
}
body.site_global .modPager .current {
  background-color: #233957;
  color: #fff;
}
body.site_global .modPager .previouspostslink, body.site_global .modPager .nextpostslink {
  color: #233957;
}
body.site_global .modPager02 .prev, body.site_global .modPager02 .next {
  color: #233957;
}
body.site_global .modPager02 .prev::before, body.site_global .modPager02 .next::before {
  background-image: url(../img/global/common/arrow_color02.svg);
}
body.site_global .modWYSIWYG a {
  color: #233957;
}
body.site_global .modWYSIWYG h2 {
  background-color: #97a6ba;
}
body.site_global .modWYSIWYG h2::after {
  background-image: url(../img/global/common/icon_title.svg);
}
body.site_global .modWYSIWYG h3 {
  border-top-color: #97a6ba;
  border-bottom-color: #97a6ba;
}
body.site_global .modWYSIWYG h4::before {
  background-color: #233957;
}
body.site_global .modWYSIWYG h4::after {
  background-color: #97a6ba;
}
/*common
---------------------------------------------------*/
.cmnCenter {
  text-align: center;
}
.cmnLeft {
  text-align: left;
}
.cmnRight {
  text-align: right;
}
.cmnRed {
  color: #e05656;
}
.cmnBlack {
  color: #000;
}
.for_sp {
  display: none;
}
@media only screen and (max-width: 992px) {
  .for_sp {
    display: block;
  }
}
/*text-------------------------------*/
.cmn_txt {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .cmn_txt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
/*title-------------------------------*/
.cmn_ttl01 {
  background: #e6edf1;
  margin: 24px 0;
  padding: 18px 20px;
  color: #086394;
  border-bottom: solid 1px #77a5be;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: bold;
}
.cmn_ttl02 {
  margin: 16px 0;
  color: #086394;
  border-left: solid 7px #086394;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.1;
  padding-left: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  .cmn_ttl01 {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 12px 15px;
    margin: 15px 0;
  }
  .cmn_ttl02 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
/*table-------------------------------*/
.cmn_tableStyle {
  width: 100%;
  table-layout: fixed;
  color: #086394;
}
.cmn_tableStyle caption {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.cmn_tableStyle th, .cmn_tableStyle td {
  border: solid 1px #086394;
  padding: 8px;
  line-height: 1.3;
  vertical-align: middle;
}
.cmn_tableStyle th {
  background-color: #e5effe;
  font-weight: bold;
  text-align: center;
}
.cmn_tableStyle .cmn_bg01 th {
  background-color: #6e8fa4;
  color: #fff;
}
.cmn_tableStyle a:not(.tellink) {
  color: #da363d;
  text-decoration: underline;
}
@media only screen and (max-width: 992px) {
  .cmn_tableStyle {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*layout-------------------------------*/
.cmn_layout_col2 {
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.cmn_layout_col2 .cmn_layout_cont {
  width: 48%;
}
@media only screen and (max-width: 992px) {
  .cmn_layout_col2 {
    display: block;
    margin-bottom: 50px;
  }
  .cmn_layout_col2 .cmn_layout_cont {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*tel-------------------------------*/
.cmn_telnum {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 32px;
  font-size: 3.2rem;
  white-space: nowrap;
}
.cmn_telnum a {
  text-decoration: none;
}
.cmn_telnum::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.15em;
  background-image: url(../img/common/icon_tel.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  margin-right: 14px;
  vertical-align: middle;
}
body.site_kobetsu .cmn_telnum::before {
  background-image: url(../img/kobetsu/common/icon_tel.svg);
}
body.site_seminar .cmn_telnum::before {
  background-image: url(../img/seminar/common/icon_tel.svg);
}
.cmn_telatt {
  text-indent: -1em;
  margin-left: 1em;
}
@media only screen and (max-width: 992px) {
  .cmn_telnum {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .cmn_telatt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/*1列*/
.cmn_tel_box {
  display: table;
  border-top: 1px solid #086394;
  border-bottom: 1px solid #086394;
}
.cmn_tel_box dt {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
}
.cmn_tel_box dd {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 10px 10px 30px;
}
@media only screen and (max-width: 1350px) {
  .cmn_tel_box {
    display: block;
    border-bottom: none;
  }
  .cmn_tel_box dt {
    display: block;
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px solid #086394;
  }
  .cmn_tel_box dd {
    display: block;
    vertical-align: middle;
    padding: 5px 0 0 0;
  }
}