@charset "utf-8";
/* LESS Document */
/*----------------------
			　base
-----------------------*/
/*----------------------
			　common
-----------------------*/
/* clearfix */
.cf:before,
.cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* img */
img {
  border: 0px;
}
a.img_hover:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}
/* link */
a {
  color: #009;
  text-decoration: none;
}
a:visited {
  color: #606;
}
a:hover {
  color: #06c;
  text-decoration: underline;
}
/* list */
ul,
ol,
li {
  list-style: none;
}
/*----------------------
			　layout
-----------------------*/
.m0 {
  margin: 0px !important;
}
.mlr10 {
  margin: 0px 10px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb05 {
  padding-bottom: 05px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.padding {
  padding: 0px !important;
}
.plr10 {
  padding: 0px 10px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.tll {
  text-align: left;
}
.tlc {
  text-align: center;
}
.tlr {
  text-align: right;
}
/* fontsize */
.fz10 {
  font-size: 10px;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz24 {
  font-size: 24px;
}
/* list */
.flr {
  float: right;
}
.fll {
  float: left;
}
/* wide */
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.fb {
  font-weight: bold;
}
.trs {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.textOut {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  text-indent: 100%;
}
#main #content #mainarea {
  width: 960px;
  font-size: 16px;
  word-wrap: break-word;
  line-height: 1.8em;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  font-style: normal;
  text-justify: inter-ideograph;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
#main #content #mainarea #feature-data-box #feature-data {
  padding-bottom: 10px;
}
#main #content #mainarea #feature-data-box #feature-data .logo {
  float: left;
  margin: 0;
}
#main #content #mainarea #feature-data-box #feature-data .logo img {
  vertical-align: bottom;
}
#main #content #mainarea #feature-data-box #feature-data #main p {
  font-size: 16px;
  line-height: 170%;
  margin-bottom: 20px;
}
#main #content #mainarea #feature-data-box #feature-data .day {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: right;
  text-align: right;
  font-size: 14px;
  color: #999;
  padding-top: 10px;
}
#main #content #mainarea #content-innr {
  /*--特待合格目安偏差値表--*/
  /*--特待合格目安偏差値表 end--*/
  /*--適性検査型入試おすすめ校一覧--*/
  /*--適性検査型入試おすすめ校一覧 end--*/
  /*--エデュおすすめ 併願パターン2023--*/
  /*--エデュおすすめ 併願パターン2023 end--*/
  /*--エデュおすすめ おすすめ単願内申基準表2023--*/
  /*--エデュおすすめ おすすめ単願内申基準表 end--*/
}
#main #content #mainarea #content-innr .navi {
  position: relative;
  z-index: 2;
}
#main #content #mainarea #content-innr .navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#main #content #mainarea #content-innr .navi ul li {
  display: block;
  width: 32%;
  position: relative;
}
#main #content #mainarea #content-innr .navi ul li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 50%;
  margin-left: -8px;
}
#main #content #mainarea #content-innr .navi ul li span {
  display: block;
  height: 100%;
  overflow: hidden;
}
#main #content #mainarea #content-innr .navi ul li a {
  color: #333;
  font-weight: bold;
  display: block;
  font-size: 16px;
  padding: 15px 5px 8px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 20px 20px 0 0;
  letter-spacing: 0.5px;
  line-height: 1.3em;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main #content #mainarea #content-innr .navi ul li a:hover {
  text-decoration: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
#main #content #mainarea #content-innr .navi ul li a:hover::after {
  bottom: -8px;
}
#main #content #mainarea #content-innr .navi ul li.here a {
  color: #fff;
  text-shadow: #222 2px 0px, #222 -2px 0px, #222 0px -2px, #222 0px 2px, #222 2px 2px, #222 -2px 2px, #222 2px -2px, #222 -2px -2px, #222 1px 2px, #222 -1px 2px, #222 1px -2px, #222 -1px -2px, #222 2px 1px, #222 -2px 1px, #222 2px -1px, #222 -2px -1px;
}
#main #content #mainarea #content-innr .navi ul li.tokutai_btn::after {
  border-color: #41BF9C transparent transparent transparent;
}
#main #content #mainarea #content-innr .navi ul li.tokutai_btn:hover::after {
  bottom: -8px;
}
#main #content #mainarea #content-innr .navi ul li.tokutai_btn a {
  background: #41BF9C;
}
#main #content #mainarea #content-innr .navi ul li.tokutai_btn.here::after {
  display: none;
}
#main #content #mainarea #content-innr .navi ul li.tokutai_btn.here a {
  background: #34A571;
}
#main #content #mainarea #content-innr .navi ul li.tekisei_btn::after {
  border-color: #f8c5a5 transparent transparent transparent;
}
#main #content #mainarea #content-innr .navi ul li.tekisei_btn:hover::after {
  bottom: -8px;
}
#main #content #mainarea #content-innr .navi ul li.tekisei_btn a {
  background: #f8c5a5;
}
#main #content #mainarea #content-innr .navi ul li.tekisei_btn.here::after {
  display: none;
}
#main #content #mainarea #content-innr .navi ul li.tekisei_btn.here a {
  background: #F39800;
}
#main #content #mainarea #content-innr .navi ul li.heiganpattern_btn::after {
  border-color: #99ddf6 transparent transparent transparent;
}
#main #content #mainarea #content-innr .navi ul li.heiganpattern_btn:hover::after {
  bottom: -8px;
}
#main #content #mainarea #content-innr .navi ul li.heiganpattern_btn a {
  background: #99ddf6;
}
#main #content #mainarea #content-innr .navi ul li.heiganpattern_btn.here::after {
  display: none;
}
#main #content #mainarea #content-innr .navi ul li.heiganpattern_btn.here a {
  background: #22b2e7;
}
#main #content #mainarea #content-innr .title {
  position: relative;
  z-index: 0;
}
#main #content #mainarea #content-innr .title h1 {
  width: 100%;
}
#main #content #mainarea #content-innr .title h1 img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
#main #content #mainarea #content-innr .title h1 img.sp-view {
  display: none;
}
#main #content #mainarea #content-innr h2 {
  padding: 14px 20px 12px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}
#main #content #mainarea #content-innr h2:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(//s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/heigankou-2308_h2.png) no-repeat;
  display: inline-block;
  background-size: contain;
  margin-right: 10px;
  vertical-align: middle;
}
#main #content #mainarea #content-innr h2 .smalltext {
  font-style: normal;
  font-size: 14px;
}
#main #content #mainarea #content-innr h2.fth2 {
  color: #333;
  background: #f0edea;
  margin-bottom: 10px;
}
#main #content #mainarea #content-innr h3.menu_midashi {
  text-align: center;
  font-size: 16px;
  line-height: 1.3em;
  color: #fff;
}
#main #content #mainarea #content-innr .attention {
  background: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 3px;
  line-height: 1.5em;
  margin: 10px 0;
}
#main #content #mainarea #content-innr .menu_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5px 0 15px;
}
#main #content #mainarea #content-innr .menu_anchor .anchor {
  margin: 6px;
}
#main #content #mainarea #content-innr .menu_anchor .anchor a {
  position: relative;
  padding: 5px 15px 2px 30px;
  font-size: 14px;
  display: block;
  background: #fff;
  border-radius: 20px;
}
#main #content #mainarea #content-innr .menu_anchor .anchor a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -8px;
  background: #ffbf00;
  border-radius: 8px;
}
#main #content #mainarea #content-innr .menu_anchor .anchor a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -4px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#main #content #mainarea #content-innr .menu_anchor .anchor a.arrow_up::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -2px;
}
#main #content #mainarea #content-innr figure {
  margin: 0;
}
#main #content #mainarea #content-innr figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#main #content #mainarea #content-innr .tbl-bdr .footable {
  width: 100%;
  border-radius: 30px;
  font-size: 14px;
  font-family: inherit;
  line-height: 1.4;
  overflow: hidden;
  border: none;
}
#main #content #mainarea #content-innr .tbl-bdr .footable thead > tr > th,
#main #content #mainarea #content-innr .tbl-bdr .footable thead > tr > td {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#main #content #mainarea #content-innr .tbl-bdr .footable th {
  text-align: center;
  border-top: 0;
}
#main #content #mainarea #content-innr .tbl-bdr .footable .fb {
  font-weight: bold;
}
#main #content #mainarea #content-innr .tbl-bdr .breakpoint {
  border-top: none;
}
#main #content #mainarea #content-innr .tbl-bdr .breakpoint thead {
  display: none;
}
#main #content #mainarea #content-innr .fotterbtn {
  margin: 20px 0;
}
#main #content #mainarea #content-innr .fotterbtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#main #content #mainarea #content-innr .fotterbtn ul li {
  display: block;
  width: 33%;
  max-width: 300px;
}
#main #content #mainarea #content-innr .fotterbtn ul li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#main #content #mainarea #content-innr .tokutai_area {
  background: #34A571;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%), linear-gradient(225deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%), linear-gradient(45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%), linear-gradient(315deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%);
  background-position: 30px 0, 30px 0, 0 0, 0 0;
  background-size: 30px 30px;
  background-repeat: repeat;
  padding: 30px;
}
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable thead > tr:first-child > th.footable-first-column {
  width: 68px;
}
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable thead > tr:first-child > th:nth-of-type(2),
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable thead > tr:first-child > td:nth-of-type(2) {
  width: 30.6%;
}
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable thead > tr:first-child > th:nth-of-type(3),
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable thead > tr:first-child > td:nth-of-type(3) {
  width: 30.6%;
}
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable thead > tr:first-child > th:nth-of-type(4),
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable thead > tr:first-child > td:nth-of-type(4) {
  width: 30.6%;
}
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable th,
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable td {
  padding: 10px;
  border-left: 0px;
  border-top: 2px solid #34A571;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable tr th {
  border-top: none;
}
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable td .school-line {
  display: block;
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 10px;
}
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable td .school-line em {
  font-style: normal;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #34A571;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding-top: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable td .school-line em.long-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 4px;
}
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable td .school-line a {
  font-size: 14px;
}
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable tr th,
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable tr td {
  background: #f9eeee;
}
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable tr th:nth-of-type(2n),
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable tr td:nth-of-type(2n) {
  background: #fbf8f8;
}
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable tr th:first-of-type,
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable tr td:first-of-type {
  font-weight: bold;
}
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .breakpoint tbody tr td.expand {
  background: #fff;
}
#main #content #mainarea #content-innr .tokutai_area .tbl-bdr .breakpoint tbody tr td.expand .footable-toggle {
  color: #ffb300;
}
#main #content #mainarea #content-innr .tekisei_area {
  background: #F39800;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 4px, transparent 4px), radial-gradient(rgba(255, 255, 255, 0.1) 4px, transparent 4px);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
  padding: 30px;
}
#main #content #mainarea #content-innr .tekisei_area .school-box {
  border-radius: 30px;
  background: #fff;
}
#main #content #mainarea #content-innr .tekisei_area .school-box ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  padding: 14px;
}
#main #content #mainarea #content-innr .tekisei_area .school-box ul li {
  line-height: 1.3em;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px dotted #cecece;
  display: inline-block;
  width: 100%;
}
#main #content #mainarea #content-innr .tekisei_area .school-box ul li a {
  position: relative;
  padding-right: 27px;
  display: inline-block;
}
#main #content #mainarea #content-innr .tekisei_area .school-box ul li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  background: #F39800;
  border-radius: 10px;
}
#main #content #mainarea #content-innr .tekisei_area .school-box ul li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#main #content #mainarea #content-innr .tekisei_area .school-box ul li .area {
  display: inline-block;
  font-size: 12px;
  line-height: 1.3em;
  border: 1px solid #eccd6a;
  border-radius: 3px;
  padding: 4px 4px 3px;
  color: #c6670b;
  margin: 2px 2px 2px 0;
  font-weight: bold;
}
#main #content #mainarea #content-innr .tekisei_area .school-box ul li .sub {
  display: inline-block;
  font-size: 12px;
  line-height: 1.3em;
  background: #dfe9f2;
  padding: 4px 4px 3px;
}
#main #content #mainarea #content-innr .tekisei_area .school-box ul li .sub span {
  font-size: 10px;
  font-weight: bold;
  color: #778dd5;
  margin-right: 4px;
  line-height: 1em;
}
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .footable thead > tr:first-child > th.footable-first-column {
  width: 68px;
}
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .footable thead > tr:first-child > th:nth-of-type(2),
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .footable thead > tr:first-child > td:nth-of-type(2) {
  width: 45.9%;
}
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .footable thead > tr:first-child > th:nth-of-type(3),
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .footable thead > tr:first-child > td:nth-of-type(3) {
  width: 45.9%;
}
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .footable th,
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .footable td {
  padding: 10px;
  border-left: 0px;
  border-top: 2px dotted #cecece;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .footable tr th {
  border-top: none;
}
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .footable td .school-line {
  display: block;
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 10px;
}
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .footable td .school-line em {
  font-style: normal;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #34A571;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding-top: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .footable td .school-line em.long-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 4px;
}
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .footable td .school-line a {
  font-size: 16px;
  font-weight: 500;
}
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .footable tr th,
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .footable tr td {
  background: #f9f5ee;
}
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .footable tr th:nth-of-type(2n),
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .footable tr td:nth-of-type(2n) {
  background: #fbfbf8;
}
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .footable tr th:first-of-type,
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .footable tr td:first-of-type {
  font-weight: bold;
}
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .breakpoint tbody tr td.expand {
  background: #fff;
}
#main #content #mainarea #content-innr .tekisei_area .tbl-bdr .breakpoint tbody tr td.expand .footable-toggle {
  color: #ffb300;
}
#main #content #mainarea #content-innr .heiganpattern_area {
  background: #22b2e7;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05) 10px, transparent 10px, transparent 50px);
  padding: 30px;
}
#main #content #mainarea #content-innr .heiganpattern_area .pattern {
  font-size: 18px;
  text-align: center;
  margin: 10px 5px 5px;
  background-image: repeating-linear-gradient(45deg, #94d1ee, #94d1ee 10px, #b3dff4 10px, #b3dff4 20px);
}
#main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable td {
  background: #f9eeee;
  padding: 10px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.7em;
  vertical-align: top;
}
#main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable td .midashi {
  line-height: 1.3em;
  margin-right: 3px;
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  color: #099bc2;
  font-size: 11px;
  padding: 2px 3px;
}
#main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable td:first-of-type {
  font-size: 12px;
  font-weight: bold;
  display: block !important;
}
#main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable td:first-of-type .day {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 5px;
}
#main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable td:first-of-type .type {
  background: #000;
  color: #fff;
  font-size: 11px;
  padding: 2px 3px;
  display: inline-block;
  line-height: 1.3em;
}
#main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable td:first-of-type .type.taiken {
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #3888ff;
  color: #3888ff;
  font-weight: bold;
}
#main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable td:first-of-type .school {
  font-size: 14px;
  position: relative;
  display: inline-block;
  padding: 2px 27px 2px 2px;
  margin-top: 5px;
}
#main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable td:first-of-type .school a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  background: #22b2e7;
  border-radius: 10px;
}
#main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable td:first-of-type .school a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable {
  display: block;
}
#main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable thead {
  display: none;
}
#main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable tbody tr {
  background: #f9eeee;
  display: block;
  width: 25%;
  border-left: 2px solid #22b2e7;
}
#main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable tbody tr th,
#main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable tbody tr td {
  display: block;
}
#main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable tbody tr:first-of-type {
  border-left: none;
}
#main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .breakpoint tbody tr td.expand {
  background: #fff;
}
#main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .breakpoint tbody tr td.expand .footable-toggle {
  color: #ffb300;
}
#main #content #mainarea #content-innr .tangan_area {
  background: #6fc85d;
  padding: 30px;
}
#main #content #mainarea #content-innr .tangan_area .t_bold {
  font-weight: bold;
  color: #1d7e0a;
  font-size: 10px;
}
#main #content #mainarea #content-innr .tangan_area .lead {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
#main #content #mainarea #content-innr .tangan_area .lead span {
  background: #fff359;
  color: #1d7e0a;
  padding: 0 3px;
}
#main #content #mainarea #content-innr .tangan_area .tangan_table figure,
#main #content #mainarea #content-innr .tangan_area .tangan_table p {
  max-width: 780px;
  margin: 0 auto 20px;
}
#main #content #mainarea #content-innr .tangan_area .tangan_table figure {
  margin-bottom: 10px;
  text-align: center;
}
#main #content #mainarea #content-innr .tangan_area .tangan_table figure img.sp-view {
  display: none;
}
#main #content #mainarea #content-innr .tangan_area .tangan_table p {
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
}
#main #content #mainarea #content-innr .tangan_area .tab_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main #content #mainarea #content-innr .tangan_area .tab_menu .tab {
  background: #cbe9fb;
  color: #4fba39;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 5px;
  list-style: none;
  margin-right: 3px;
  text-align: center;
  cursor: pointer;
}
#main #content #mainarea #content-innr .tangan_area .tab_menu .tab.is-active {
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#main #content #mainarea #content-innr .tangan_area .tab_menu .tab.is-active:hover {
  background: #fff;
}
#main #content #mainarea #content-innr .tangan_area .tab_menu .tab:last-of-type {
  margin-right: 0;
}
#main #content #mainarea #content-innr .tangan_area .tab_menu .tab:hover {
  background: #e0f3ff;
}
#main #content #mainarea #content-innr .tangan_area .panel-group {
  margin-bottom: 20px;
}
#main #content #mainarea #content-innr .tangan_area .panel-group .panel h2 span {
  font-size: 14px;
  padding-left: 10px;
}
#main #content #mainarea #content-innr .tangan_area .panel-group .panel.noneclass {
  display: none;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable {
  display: block;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable thead {
  width: 100%;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable thead tr th {
  background: #fbfde2;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #4fba39;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable thead tr th:nth-of-type(even) {
  background: #fefff6;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr {
  border-left: 2px solid #fbfde2;
  border-bottom: 2px solid #4fba39;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr:first-of-type {
  border-left: none;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr:last-of-type {
  border-bottom: none;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr td {
  background: #fbfde2;
  padding: 10px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.7em;
  vertical-align: top;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr td .midashi {
  line-height: 1.3em;
  margin-right: 3px;
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  color: #4fba39;
  font-size: 11px;
  padding: 2px 3px;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr td .nisn {
  font-size: 18px;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr td .nisn .small {
  font-size: 12px;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr td:nth-of-type(even) {
  background: #fefff6;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr td:first-of-type {
  font-weight: bold;
  line-height: 2em;
  width: 25%;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr td:first-of-type .school {
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding: 2px 30px 2px 2px;
  margin-top: 5px;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr td:first-of-type .school::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  background: #4fba39;
  border-radius: 10px;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr td:first-of-type .school::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr td:first-of-type .course,
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr td:first-of-type .fuzoku {
  color: #4fba39;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr td:first-of-type .course {
  font-size: 16px;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr td:first-of-type .fuzoku .on,
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr td:first-of-type .fuzoku .off {
  color: #fff;
  font-size: 16px;
  margin-left: 3px;
  padding: 3px 5px;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr td:first-of-type .fuzoku .on {
  background: #f99090;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr td:first-of-type .fuzoku .off {
  background: #a1a1a1;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tbody tr td:nth-last-child(-n+2) {
  width: 23%;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .breakpoint tbody tr td.expand {
  background: #fff;
}
#main #content #mainarea #content-innr .tangan_area .tbl-bdr .breakpoint tbody tr td.expand .footable-toggle {
  color: #ffb300;
}
@media screen and (max-width: 959px) {
  #wrapper p {
    font-size: 14px;
  }
  #wrapper #main #content #mainarea {
    width: 100%;
  }
  #wrapper #main #content #mainarea #feature-data-box {
    padding: 0 5px;
  }
  #wrapper #main #content #mainarea #feature-data-box #feature-data {
    padding-top: 10px;
  }
  #wrapper #main #content #mainarea #content-innr {
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main #content #mainarea #content-innr .navi ul li a {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.3em;
  }
  #wrapper #main #content #mainarea #content-innr .menu_anchor .anchor a {
    padding: 4px 10px 2px 24px;
  }
  #wrapper #main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable tr td .footable-row-detail-inner {
    display: block;
  }
  #wrapper #main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable tr td .footable-row-detail-inner .footable-row-detail-row {
    display: block;
  }
  #wrapper #main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable tr td .footable-row-detail-inner .footable-row-detail-row .footable-row-detail-name {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 4px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 5px 0;
    border-bottom: 2px dotted #34A571;
    background: #fff;
  }
  #wrapper #main #content #mainarea #content-innr .tokutai_area .tbl-bdr .footable tr td .footable-row-detail-inner .footable-row-detail-row .footable-row-detail-value {
    display: block;
    width: 100%;
  }
  #wrapper #main #content #mainarea #content-innr .tekisei_area .school-box ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  #wrapper #main #content #mainarea #content-innr .tekisei_area .school-box ul li a {
    font-size: 14px;
  }
  #wrapper #main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable {
    display: inherit;
  }
  #wrapper #main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable td:first-of-type .day {
    display: inline;
    margin: 0 10px 0 2px;
  }
  #wrapper #main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable tbody {
    display: inherit;
  }
  #wrapper #main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable tbody tr {
    display: inherit;
    width: auto;
    border: none;
    border-top: 2px solid #22b2e7;
  }
  #wrapper #main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable tbody tr:first-child {
    border-top: none;
  }
  #wrapper #main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable tbody tr.sp_none {
    display: none;
  }
  #wrapper #main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable tbody tr td {
    position: relative;
    padding: 10px 10px 10px 40px;
  }
  #wrapper #main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable tbody tr td.expand .footable-toggle {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
  }
  #wrapper #main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable tbody tr td .sp_none {
    display: none;
  }
  #wrapper #main #content #mainarea #content-innr .heiganpattern_area .tbl-bdr .footable tbody tr td:first-child {
    background: #fff;
  }
  #wrapper #main #content #mainarea #content-innr .tangan_area .tab_menu .tab {
    font-size: 18px;
  }
  #wrapper #main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tr td {
    border-top: 2px solid #4fba39;
  }
  #wrapper #main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tr td .footable-row-detail-inner {
    display: block;
  }
  #wrapper #main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tr td .footable-row-detail-inner .footable-row-detail-row {
    display: block;
  }
  #wrapper #main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tr td .footable-row-detail-inner .footable-row-detail-row .footable-row-detail-name {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 4px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 5px 0;
    border-bottom: 2px dotted #4fba39;
    background: #fff;
  }
  #wrapper #main #content #mainarea #content-innr .tangan_area .tbl-bdr .footable tr td .footable-row-detail-inner .footable-row-detail-row .footable-row-detail-value {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 619px) {
  #wrapper #main #content #mainarea #content-innr .fotterbtn ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #wrapper #main #content #mainarea #content-innr .fotterbtn ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  #wrapper #main #content #mainarea {
    line-height: 1.6;
  }
  #wrapper #main #content #mainarea #content-innr {
    padding: 0;
  }
  #wrapper #main #content #mainarea #content-innr .title h1 img.pc-view {
    display: none;
  }
  #wrapper #main #content #mainarea #content-innr .title h1 img.sp-view {
    display: block;
  }
  #wrapper #main #content #mainarea #content-innr h2 {
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: -1%;
    padding: 14px 0 12px;
  }
  #wrapper #main #content #mainarea #content-innr .tokutai_area,
  #wrapper #main #content #mainarea #content-innr .tekisei_area,
  #wrapper #main #content #mainarea #content-innr .heiganpattern_area,
  #wrapper #main #content #mainarea #content-innr .tangan_area {
    padding: 20px;
  }
  #wrapper #main #content #mainarea #content-innr .tangan_area .tangan_table figure img.pc-view {
    display: none;
  }
  #wrapper #main #content #mainarea #content-innr .tangan_area .tangan_table figure img.sp-view {
    display: block;
  }
  #wrapper #main #content #mainarea #content-innr .tangan_area .tab_menu {
    display: block;
  }
  #wrapper #main #content #mainarea #content-innr .tangan_area .tab_menu .tab {
    margin-right: 0;
    margin-bottom: 3px;
  }
}
