@charset "utf-8";


/* Top追加 ここから 20250704 TOGASHI*/
.new-icon {
    font-size: .7em;
    color: #ff0000;
    margin-right: 4px;
    font-weight: bold;
    animation: blink 1.8s step-end infinite;
}
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  70% { opacity: 1; }
}

#Top #TopEvent.u_bg1 h3 {
  background-image: url(../img/top/bell.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100px;
  padding-top: 4.5em;
}
#Top #TopEvent.u_bg1 ul {
  margin-top: 3em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1230px) {
  #Top #TopEvent.u_bg1 ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #Top #TopEvent.u_bg1 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#Top #TopEvent.u_bg1 a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#Top #TopEvent.u_bg1 .LinkText {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  font-weight: bold;
}
#Top #TopEvent.u_bg1 .LinkText::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #004ea1;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#Top #TopEvent.u_bg1 .LinkText::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
}
#Top #TopEvent.u_bg1 a {
  color: #000;
}
#Top #TopEvent.u_bg1 .u_pore img {
  vertical-align: bottom;
}


/* Top追加 ここまで 20250704 TOGASHI*/



/* Information：本日の開講情報 ここから */
#LowPage .u_title {
  text-align: center;
}

#LowPage .u_title h2 {
  max-width: 550px;
  margin: 0 auto;
  padding: 15px 0 0;
  font-size: 3em;
  background-image: url(../img/info/info.svg);
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: top -15px left;
  height: 90px;
}

#LowPage .u_title p {
  display: inline-block;
  border-bottom: 1px solid #e64d4d;
}

#LowPage #Information .u_area {
  flex-wrap: wrap;
  gap: 20px;
}

#LowPage .u_area li a {
  padding: 15px 25px;
  border-radius: 4px;
  color: #fff;
}

#LowPage .u_area .u_area1 a {
  background-color: #2089d2;
}

#LowPage .u_area .u_area2 a {
  background-color: #004699;
}

#LowPage .u_area .u_area3 a {
  background-color: #46ccb7;
}

#LowPage #Information .u_bsh {
  max-width: 1280px;
  margin: 0 auto;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}

#LowPage #Information time {
  color: #f4a220;
}

#LowPage #Information dl dt,
#LowPage #Information dl strong {
  font-weight: bold;
}

#LowPage .u_areabg {
  max-width: 400px;
  text-align: center;
  margin: 0 auto 10px;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.7rem;
}

#LowPage #Information #kanagawa {
  background-color: #2089d2;
}

#LowPage #Information #kanagawa::before {
  content: "";
  display: inline-block;
  height: 100px;
  margin-top: -100px;
  vertical-align: top;
}

#LowPage #Information #tokyo {
  background-color: #004699;
}

#LowPage #Information #kansai {
  background-color: #46ccb7;
}

#LowPage #Information .u_width1000 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 40px;
}

#LowPage #Information .u_bb {
  border-bottom: 1px solid #ddd;
}

#Top #TaikenAdvert,
#LowPage #TaikenAdvert {
  background-image: url(../img/top/bg_taiken.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}

#Top #TaikenAdvert .TaikenInner,
#LowPage #TaikenAdvert .TaikenInner {
  width: 100%;
  max-width: 1050px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 50px;
}

#Top #TaikenAdvert .TaikenInner .TaikenInnerFlex,
#LowPage #TaikenAdvert .TaikenInner .TaikenInnerFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .94em;
}

/* Informationここまで */

/* Course：年長コース ここから*/
#Topics img,
#Course img {
  width: 100%;
  height: auto;
}

/* パンくずリスト */
/* #Topics nav,
#Course nav {
  margin-top: 140px;
  padding: 5px 0;
  background-color: #F0F0F0;
}

.u_breadcrumb li a {
  color: #000;
}

.u_breadcrumb li:not(:last-of-type)::after {
  content: "/";
  padding: 0 10px;
}

#LowPage nav {
  text-transform: uppercase;
} */

#Course h3 {
  font-size: 1.8em;
}

/* 年長コース見出し */
#LowPage .u_course {
  /* パンくずリストいれる時はmt削除 */
  margin-top: 140px;
  background-color: #1063A9;
  color: #fff;
  padding: 3em 0;
}
@media screen and (max-width: 1000px) {
  #LowPage .u_course {
    margin-top: 100px;
  }
}

#LowPage .u_courseTitle {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

#LowPage .u_courseTitle h2 {
  margin-bottom: 10px;
  font-size: 2.5em;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  #LowPage .u_courseTitle h2 {
    font-size: 2.2em;
  }
}

#LowPage .u_courseTitle span {
  margin: 0 0 2em 10px;
  padding: 7.5px 11px;
  font-size: 2.5rem;
  font-weight: bold;
  background-color: #fff;
  color: #1063A9;
  font-family: Noto Sans JP, sans-serif;
}


/* 新着情報 */
#LowPage #Course .u_news .Inner dl {
  max-width: 1000px;
  padding: 40px 50px;
  background-color: #f6f6f6;

}

#LowPage #Course .u_news .Inner dl div {
  font-size: .9em;
  line-height: 1.7;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #333;
  flex-wrap: nowrap;
  gap: 10px;
}

#LowPage #Course .u_news .Inner dl dt {
  white-space: nowrap;
  flex-shrink: 0;
}

#LowPage #Course .u_news .Inner dd a {
  color: #000;
}

#LowPage #Course .u_news .btn,
#LowPage #Course .u_seminar .btn,
#LowPage #Course .u_season .btn {
  margin-top: 30px;
  max-width: 300px;
}

/* PICK UP */
#LowPage #Course .u_pickUp {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f2f7fc;
  background-image: url(../img/3rd_course/round_bottom.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  text-transform: uppercase;
}

#LowPage #Course .u_pickUp h3 {
  margin-bottom: 10px;
}

#LowPage #Course .u_pickUp ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 30px;
  padding: 5em 0;
}

#LowPage #Course .u_pickUp ul li a {
  color: #000;
}
#LowPage #Individualized_instructions .LinkText,
#Classroom article .u_bg1 .LinkText,
#Classroom article .u_bg .u_Inner .LinkText,
#LowPage #Course .u_pickUp ul li a .LinkText {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  font-weight: bold;
}
#LowPage #Individualized_instructions .LinkText::before,
#Classroom article .u_bg1 .LinkText::before,
#Classroom article .u_bg .u_Inner .LinkText::before,
#LowPage #Course .u_pickUp ul li a .LinkText::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #004ea1;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#LowPage #Individualized_instructions .LinkText::after,
#Classroom article .u_bg1 .LinkText::after,
#Classroom article .u_bg .u_Inner .LinkText::after,
#LowPage #Course .u_pickUp ul li a .LinkText::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
}

/* 年長コースの特徴 */
.u_imgWrapper3rd {
  background-color: #f3f8fd;
}

#LowPage #Course article {
  margin-top: 5em;
  padding-top: 5em;
}

#LowPage #Course .u_features {
  background-image: url(../img/3rd_course/features_bg.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
}

#LowPage #Course .u_features section {
  max-width: 780px;
  padding: 0 20px 30px;
}

#LowPage #Course .u_features h3 {
  padding-top: 10px;
}

#LowPage #Course .u_features h4 {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  line-height: 1.6;
  border-bottom: 3px solid #3396DB;
}

#LowPage #Course .u_features .u_flex {
  display: flex;
  justify-content: space-evenly;
  padding-top: 3em;
}

#LowPage #Course .u_features .u_box {
  max-height: fit-content;
  height: 100%;
  text-align: center;
  background-color: #e8eeff;
}

#LowPage #Course .u_features .u_box p {
  padding-top: 0;
}

#LowPage #Course .u_features .u_box p.bold {
  padding: 5px 0;
  letter-spacing: .5rem;
  background-color: #004699;
  color: #fff;
}

#LowPage #Course .u_features .u_box p.u_pd5 {
  width: fit-content;
  margin: 0 auto;
  padding: 5px 0 0;
  font-weight: bold;
  letter-spacing: .5rem;
  border-bottom: 3px solid #004699;
}

#LowPage #Course .u_features .u_box p.f14 {
  padding: 20px;
  background-image: url(../img/3rd_course/aroow_white.svg);
  background-repeat: no-repeat;
  background-size: 18%;
  background-position: center center;

}

#LowPage #Course .u_features .u_box div,
#LowPage #Course .u_features .u_box p.u_step {
  background-color: #cbdaf6;
  max-width: 300px;
  margin: 10px auto;
  padding: 5px 10px;
}

#LowPage #Course .u_features .u_box p.u_or {
  background-color: #ffa600;
  letter-spacing: 1rem;
  font-weight: bold;
}

#LowPage #Course .u_features .u_box ul {
  display: flex;
  justify-content: center;

}

#LowPage #Course .u_features .u_box ul li:last-child {
  padding-left: 10px;
}

#LowPage #Course .u_features .u_box .u_triangle {
  padding: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  background-color: #e8eeff;
}

#LowPage #Course .u_features section p {
  padding-top: 25px;
  line-height: 2.2;
}

#LowPage #Course .u_voice,
#LowPage #Course .u_goal {
  padding-top: 5em;
  padding-bottom: 5em;
  background-image: url(../img/3rd_course/goal_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#LowPage #Course .u_goal section {
  margin-top: 40px;
  padding: 0 40px 40px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}

#LowPage #Course .u_goal section h4 {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

#Classroom .u_teacher .HalfBox48 .u_goalImg,
#LowPage #Course .u_goal section .u_goalImg {
  margin: -40px auto 40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}

#Classroom .u_teacher .HalfBox48 .u_goalImg1,
#LowPage #Course .u_goal section .u_goalImg1 {
  background-image: url(../img/3rd_course/icon_pencil.svg);
  background-color: #FAD9DA;
}

#Classroom .u_teacher .HalfBox48 .u_goalImg2,
#LowPage #Course .u_goal section .u_goalImg2 {
  background-image: url(../img/3rd_course/icon_pencil2.svg);
  background-color: #E3EAF7;
}

/* 志望校別ゼミ */
#LowPage #Course .u_seminar {
  padding-bottom: 0;
}

#LowPage #Course .u_seminar p {
  padding-bottom: 30px;
}

#LowPage #Course .u_seminar p.bold {
  padding: 15px 0 20px;
  font-size: 2rem;
}

#LowPage #Course .u_seminar .u_bgicon1 {
  background-image: url(../img/3rd_course/icon_flag_blu.svg);
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: 42% center;
}

#LowPage #Course .u_seminar .u_bgicon2 {
  background-image: url(../img/3rd_course/icon_notebook_blu.svg);
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: 30% center;
}

#LowPage #Course .u_seminar ul {
  background-color: #f6f6f6;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 40px;
}

#LowPage #Course .u_seminar ul li {
  padding: 20px;
}

/* 季節講習 */
#LowPage #Course .u_season {
  background-color: #f2f7fc;
  padding-bottom: 5em;
}

#LowPage #Course .u_season h3 {
  line-height: 2;
}

#LowPage #Course .u_season .u_flex {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

#LowPage #Course .u_season .u_flex .u_flexc {
  display: flex;
  flex-direction: column;
}

#LowPage #Course .u_season .u_flex .u_flexc .btn {
  margin-top: auto;
  margin-bottom: 0;
}

#LowPage #Course .u_season section {
  max-width: 1300px;
}

#LowPage #Course .u_season section .btn {
  margin-left: 0;

}

#LowPage #Course .u_season h4 {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 5px solid #2089d2;
}

#LowPage #Course .u_season p.u_width800 {
  max-width: 800px;
  padding: 20px 0;
}

#LowPage #Course .u_season p span {
  display: block;
}

#LowPage #Course .u_study {
  padding-top: 7em;
}

/* 年間スケジュール */
#LowPage #Course .u_price,
#LowPage #Course .u_schedule {
  padding-top: 5em;
}

#LowPage #Course .u_price {
  margin-top: 5em;
}

#LowPage #Course .u_price h3,
#LowPage #Course .u_schedule h3 {
  padding-bottom: 20px;
}

#LowPage #Course .u_schedule p {
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
}

#LowPage #Course .u_schedule p img {
  display: inline-block;
  max-width: none;
  min-width: 100%;
  border: 1px solid #C9CACA;
}

/* 授業料 */
#LowPage #Course .u_price div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

#LowPage #Course .u_price table {
  background-color: #f2f7fc;
  text-align: center;
  color: #004699;
}

#LowPage #Course .u_price tr,
#LowPage #Course .u_price td {
  padding: 5px 10px;
  border: 1px solid #ffffff;
  font-size: 1.4rem;
}

#LowPage #Course .u_price td.u_lnhei17 {
  line-height: 1.7;
}

#LowPage #Course .u_price th {
  padding: 0 10px;
  background-color: #004699;
  color: #fff;
  font-weight: bold;
}

#LowPage #Course .u_price .u_tbbg1 {
  background-color: #cbdaf6;
  vertical-align: middle;
}

#LowPage #Course .u_price .u_tbbg2 {
  background-color: #e7efff;
}

#LowPage #Course .u_price ul {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 2;
}

/* エリア一覧 */

/* .btn {
  position: relative;
  width: 60%;
  margin: auto;
  font-size: .9em;
} */

.u_btn_timetable a {
  color: #004ea1;
}

.u_btn_timetable a:before {
  background-color: #004ea1;
}

.u_btn_timetable a:after {
  background-color: #fff;
}

.u_btn_timetable a:hover {
  color: #fff;
}

.u_btn_timetable:after {
  color: #004ea1;
}

.u_btn_timetable:hover:after {
  color: #fff;
}

.u_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: #fff;
  padding-top: 20px;
}

#LowPage .Inner .u_grid .btn {
  width: 95%;
}

#LowPage #Course .btn {
  text-transform: none;
}

#LowPage #Course .btn a {
  text-transform: none;
}

#LowPage .u_3rdTimetable {
  padding-bottom: 50px;
  background: linear-gradient(to bottom, #fff, #8bbee8);
}

#LowPage .u_3rdTimetable section {
  margin: 50px auto;
}

#LowPage .u_3rdTimetable section .flexstart {
  background-color: #004ea1;
  color: #fff;
  cursor: pointer;
}

#LowPage .u_3rdTimetable section h4 {
  margin: 0 auto;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 0;
  padding-left: 38px;
}

/* Course アコーディオンメニュー */

.u_acc_content {
  background-color: #fff;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}

.u_acc_content p {
  font-weight: bold;
  margin-bottom: -20px;
  padding-top: 10px;
  padding-left: .7em;
}

.u_acc_button {
  display: flex;
  justify-content: center;
  max-width: 38px;
  width: 100%;
  height: 38px;
  margin-top: 8px;
  margin-right: 10px;
  border: 1px solid #fff;
  font-size: 2.4rem;
  font-weight: bold;
  cursor: pointer;
}

/* Course：年長コース ここまで*/
/* Course_1st 年少コース ここから */
#LowPage .u_imgWrapper1st {
  background-color: #fff8f2;
}

#LowPage .u_course1 {
  background-color: #F4922F;
}

#LowPage .u_course1 .u_courseTitle span {
  color: #F4922F;
}

#LowPage #Course .u_pickUp1 {
  background-color: #FFF8F2;
}

#LowPage #Course .u_features1 {
  background-image: url(../img/course_1st/features_bg.svg);
}

#LowPage #Course .u_features1 h4 {
  border-bottom: 3px solid #F4922F;
}

#LowPage #Course .u_features1 ol {
  list-style-position: inside;
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

#LowPage #Course .u_features1 ol li {
  font-size: 1.6rem;
  padding-left: 30px;
  position: relative;
}

#LowPage #Course .u_features1 ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #F4922F;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 2;
  position: absolute;
  top: 6px;
  left: 0;
}

#LowPage #Course .u_bg {
  background-color: #f6f6f6;
}

#LowPage #Course .u_story {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 5em;
  margin-bottom: 5em;
  padding: 5em 30px;
}

#LowPage #Course .u_story section {
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  background-color: #fff;
}

#LowPage #Course .u_story section h4 {
  max-width: 200px;
  width: 100%;
  margin: 0 auto 10px;
  padding-top: 2em;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #F4922F;
  position: relative;
}

#LowPage #Course .u_story section h4::before {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(../img/course_1st/star.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  margin: 0 auto;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#LowPage #Course .u_story section p {
  width: 90%;
  margin: 0 auto;
}

#LowPage #Course .u_story section p.pt20 {
  margin: auto auto 0;
}

#LowPage #Course .u_season1 {
  background-color: #FFF8F2;
}

#LowPage #Course .u_season1 h4 {
  border-bottom: 3px solid #F4922F;
}

/* 授業料 */
#LowPage #Course .u_price1 div {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 0 auto;
}

#LowPage #Course .u_price1 table {
  width: 33%;
  font-size: 1.8rem;
}

#LowPage #Course .u_price1 tr,
#LowPage #Course .u_price1 td {
  padding: 10px 15px;
}

#LowPage #Course .u_price1 ul {
  margin-top: 0;
  padding-left: 20px;
}

/* Course_1st 年少コース ここまで */

/* Course_2nd 年中コース ここから */
#LowPage .u_imgWrapper2nd {
  background-color: #fbffef;
}

#LowPage .u_course2 {
  background-color: #7DAC00;
}

#LowPage .u_course2 .u_courseTitle span {
  color: #7DAC00;
}

#LowPage #Course .u_pickUp2,
#LowPage #Course .u_season2 {
  background-color: #FBFFF0;
}

#LowPage #Course .u_features2 {
  background-image: url(../img/course_2nd/features_bg.svg);
}

#LowPage #Course .u_features2 h4,
#LowPage #Course .u_story1 section h4,
#LowPage #Course .u_season2 h4 {
  border-bottom: 3px solid #7DAC00;
}

#LowPage #Course .u_story1 section h4::before {
  background-image: url(../img/course_2nd/star.svg);
}

#LowPage #Course .u_story1 section h4 {
  max-width: 270px;
}

#LowPage #Course .u_features .u_flex p.YouTube {
    width: 40%;
    max-width: 460px;
}
#LowPage #Course .u_features .u_flex p.YouTube iframe {
    width: 100%;
    min-width: 320px;
    aspect-ratio: 16/9;
    height: auto;
}
@media screen and (max-width: 640px) {
    #LowPage #Course .u_features .u_flex p.YouTube {
        width: 100%;
        max-width: 800px;
    }
}

/* Course_2nd 年中コース ここまで */
/* course_sakura 受験対応コース ここから */
.u_imgWrapperS {
  background-color: #FFF0F1;
}

#LowPage .u_courseMainImg {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  height: 400px;
}

#LowPage .u_courseMainImg img {
  vertical-align: bottom;
  object-fit: cover;
}

#LowPage .u_courseS {
  background-color: #e25c57;
}

#LowPage .u_courseS .u_courseTitle span {
  color: #e25c57;
}

#LowPage #Course .u_pickUpS,
#LowPage #Course .u_seasonS {
  background-color: #FFF0F1;
}

#LowPage #Course .u_featuresS {
  background-image: url(../img/course_sakura/features_bg.svg);
}

#LowPage #Course .u_featuresS h4,
#LowPage #Course .u_seasonS h4 {
  border-bottom: 3px solid #e25c57;
}

#LowPage #Course .u_storyS,
#LowPage #Course .u_storyK {
  max-width: 1280px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0;
  padding-top: 2em;
}

#LowPage #Course .u_storyS,
#LowPage #Course .u_storyJ,
#LowPage #Course .u_storyK {
  counter-reset: section;
}

#LowPage #Course .u_storyS section h4 {
  border-bottom: 3px solid #e25c57;
}

#LowPage #Course .u_storyS section h4::before,
#LowPage #Course .u_storyJ section h4::before,
#LowPage #Course .u_storyK section h4::before {
  counter-increment: section;
  content: counter(section) " ";
  font-weight: bold;
  line-height: 1.7em;
  color: #fff;
  background-image: none;
  background-color: #e25c57;
  border-radius: 50%;
}

#LowPage #Course .u_lesson .u_flex {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 30px;
}

#LowPage #Course .u_lesson li span,
#LowPage #Course .u_lesson h4 {
  font-size: 2rem;
}

#LowPage #Course .u_lesson li span {
  display: block;
  border-left: 5px solid #e25c57;
  padding-left: 10px;
  margin-bottom: 8px;
}

#LowPage #Course .u_lesson h4 {
  margin-bottom: 10px;
}

#LowPage #Course .u_lesson .u_time_wrapper {
  padding: 0;
}

#LowPage #Course .u_lesson .u_time_wrapper p.u_timeS {
  background-color: #e25c57;
  color: #fff;
  text-align: center;
}

.u_time_bg {
  border: 1px solid #e25c57;
  padding: 20px 20px 20px 50px;
}

#LowPage #Course .u_timeline {
  position: relative;
}

#LowPage #Course .u_timeline::before {
  content: "";
  position: absolute;
  left: 78px;
  width: 2px;
  height: 100%;
  background-color: #e25c57;
}

#LowPage #Course .u_timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

#LowPage #Course .u_timeline-item::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #e25c57;
  border-radius: 50%;
  position: absolute;
  left: 73px;
}

#LowPage #Course .u_time {
  padding-right: 40px;
  font-weight: bold;
}

#LowPage #Course .u_content {
  padding: 10px 0;
  padding-left: 40px;
  border-radius: 5px;
}

#LowPage #Course .u_voice {
  background-image: none;
  margin-top: 0;
}

#LowPage #Course .u_voice .HalfBox48 {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 0 40px 40px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}

#LowPage #Course .u_voiceImg {
  margin: -40px auto 40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: url(../img/common/icon_woman01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

#LowPage #Course .u_voiceImg1 {
  background-image: url(../img/common/icon_woman02.svg);
}

#LowPage #Course .u_voiceImg2 {
  background-image: url(../img/common/icon_woman03.svg);
}

/* course_sakura 受験対応コース ここまで */
/* course_junior 理英会JUNIORコース ここから */
#LowPage .u_courseJ {
  background-color: #4DA7A7;
}

#LowPage .u_courseJ .u_courseTitle span {
  color: #4DA7A7;
}

.u_imgWrapperJ,
#LowPage #Course .u_pickUpJ,
#LowPage #Course .u_seasonJ {
  background-color: #e8ffff;
}

#LowPage #Course .u_featuresJ {
  margin-top: 5em;
  padding-bottom: 0;
  background-image: url(../img/course_junior/features_bg.svg);
}

#LowPage #Course .u_featuresJ .u_flex {
  gap: 30px;
}

#LowPage #Course .u_featuresJ .u_numList {
  max-width: 600px;
  width: 100%;
  padding: 20px 50px;
  background-color: #f5ffff;
}

#LowPage #Course .u_featuresJ .u_numList h4 {
  margin-bottom: 20px;
  text-align: center;
}

#LowPage #Course .u_featuresJ ol {
  list-style-position: inside;
  counter-reset: my-counter;
  list-style: none;
  padding: 0 50px;
  margin: 0;
}

#LowPage #Course .u_featuresJ ol li {
  font-size: 1.6rem;
  padding-left: 30px;
  position: relative;
}

#LowPage #Course .u_featuresJ ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #4DA7A7;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  color: #ffffff;
  font-size: 85%;
  line-height: 2;
  position: absolute;
  top: 6px;
  left: 0;
}

#LowPage #Course .u_storyJ {
  padding-top: 2em;
  margin-top: 0;
}

#LowPage #Course .u_featuresJ h4,
#LowPage #Course .u_storyJ section h4,
#LowPage #Course .u_seasonJ h4 {
  border-bottom: 3px solid #4DA7A7;
}

#LowPage #Course .u_storyJ section h4 {
  max-width: 300px;
}

#LowPage #Course .u_storyJ section h4::before {
  background-color: #4DA7A7;
}

#LowPage #Course .u_lesson .u_time_wrapperJ {
  width: 50%;
  margin: 0 auto;
}

#LowPage #Course .u_lesson .u_time_wrapper p.u_timeJ {
  background-color: #4DA7A7;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

.u_time_bgJ {
  border: 1px solid #4DA7A7;
  padding-left: 80px;
}

#LowPage #Course .u_timeline {
  position: relative;
}

#LowPage #Course .u_timelineJ::before {
  background-color: #4DA7A7;
  left: 145px;
}

#LowPage #Course .u_timeline-itemJ,
#LowPage #Course .u_timeline-itemK {
  align-items: start;
}

#LowPage #Course .u_timeline-itemJ .u_time {
  max-width: 200px;
  width: 100%;
}

#LowPage #Course .u_timeline-itemJ .u_content {
  padding: 0;
}

#LowPage #Course .u_timeline-itemJ .u_content .u_font {
  line-height: 1.5;
  padding-left: 1em;
}

#LowPage #Course .u_timeline-itemJ::before {
  background-color: #4DA7A7;
  top: 10px;
  left: 140px;
}

.u_txend {
  text-align: end;
}

/* course_junior 理英会JUNIORコース ここまで */
/* course_kinder 幼稚園受験コース ここから */

#LowPage .u_courseK {
  background-color: #F05E8B;
}

#LowPage .u_courseK .u_courseTitle span {
  color: #F05E8B;
}

.u_imgWrapperK,
#LowPage #Course .u_pickUpK,
#LowPage #Course .u_seasonK {
  background-color: #FFF5F8;
}

#LowPage #Course .u_featuresK {
  margin-top: 5em;
  padding-bottom: 0;
  background-image: url(../img/course_kinder/features_bg.svg);
}

#LowPage #Course .u_featuresK h4,
#LowPage #Course .u_seasonK h4,
#LowPage #Course .u_storyK section h4 {
  border-bottom: 3px solid #F05E8B;
}

#LowPage #Course .u_storyK section h4::before {
  background-color: #F05E8B;
}

#LowPage #Course .u_season p span.u_inBold {
  display: inline;
  font-weight: bold;
}

#LowPage #Course .u_lesson .u_time_wrapper p.u_timeK {
  background-color: #F05E8B;
  text-align: center;
  color: #fff;
  font-size: 2rem;
}

.u_time_bgK {
  border: 1px solid #F05E8B;
  padding-left: 100px;
}

#LowPage #Course .u_timelineK::before {
  background-color: #F05E8B;

}

#LowPage #Course .u_timeline-itemK::before {
  background-color: #F05E8B;
  top: 10px;
}

#LowPage #Course .u_timeline-itemK .u_content {
  padding-top: 0;
}

#LowPage #Course .u_priceK {
  padding-bottom: 0;
}

#LowPage #Course .u_priceK ul {
  margin-top: 0;
}

#LowPage #Course .u_priceK td {
  vertical-align: middle;
}

#LowPage #Course .u_priceK .u_height10 {
  height: 10%;
}

#LowPage #Course .u_priceK .u_height38 {
  height: 38%;
}

#LowPage #Course .u_priceK .u_height5 {
  height: 5%;
}

/* course_kinder 幼稚園受験コース ここまで */

/* Topics：小学校受験の基礎知識 ここから */
#LowPage #Topics h2 {
  margin-top: 140px;
  font-size: 2.5em;
  background-color: #479cd7;
  color: #fff;
  padding: 2em 0;
}
@media screen and (max-width: 1000px) {
  #LowPage #Topics h2 {
    margin-top: 100px;
  }
}

#LowPage #Topics section {
  margin: 0 auto;
  padding-top: 5em;
}

#LowPage #Topics .u_choice,
#LowPage #Topics .u_Inner {
  max-width: 1280px;
  width: 90%;
  margin-top: 5em;
  padding-top: 10em;
  background-image: url(../img/topics/knowledge.svg);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: top center;
}

#LowPage #Topics .u_Inner h3 {
  margin-bottom: 2em;
}

#LowPage #Topics .u_Inner .u_topicBg {
  padding-top: 3em;
  padding-bottom: 3.5em;
}

#LowPage #Topics .u_Inner .u_topicBg h3 {
  margin-bottom: .5em;
}

#LowPage #Topics section .u_flex {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

#LowPage #Topics section .u_flex_rr {
  flex-direction: row-reverse;
}

#LowPage #Topics section .u_flex div {
  width: calc(100% - 20%);
}

#LowPage #Topics section .u_flex p img {
  box-shadow: 28px 27px 0px -15px rgb(250, 221, 250);
}

#LowPage #Topics .u_topicBg {
  background-color: #f2f7fc;
  padding-bottom: 5em;
  margin-bottom: 5em;
}

#LowPage #Topics .u_topicBg h3 {
  padding-right: 1.8em;
}

#LowPage #Topics .u_topicBg h3 img {
  max-width: 60px;
  padding: 10px;
  margin-bottom: -19px;

}

#LowPage #Topics h3 {
  font-size: 1.8em;
}

#LowPage #Topics .u_topicBg p {
  max-width: 550px;
  margin: 0 auto;
}

#LowPage #Topics .u_topicBg ul {
  flex-wrap: wrap;
}

#LowPage #Topics .u_topicBg li {
  width: calc(100% / 3.5);
  margin-top: 0;
}

#LowPage #Topics .u_topicBg li dl .btn {
  width: 100%;
}

#LowPage #Topics .u_topicBg li dl dd a {
  text-decoration: underline;
  color: #000;
}

/* 私立小学校の選び方 */
#LowPage #Topics .u_choice {
  padding-top: 8em;
  background-image: url(../img/topics/choice.svg);
}

#LowPage #Topics .u_choice .u_flex {
  margin-bottom: 5em;
}

#LowPage #Topics .u_choice .u_flex_rr {
  flex-direction: row-reverse;
}

#LowPage #Topics .u_choice .u_pb_none {
  padding-bottom: 0;
}

#LowPage #Topics .u_choice .u_width800 {
  max-width: 800px;
  margin: 0 auto;
}

/* グラフ */
#LowPage #Topics .u_TableGraph {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
}

#LowPage #Topics .u_TableGraph th {
  width: 10%;
  background-color: #f6f6f6;
  border: 1px solid #D8D8D8;
  font-weight: bold;
  text-align: center;
}

#LowPage #Topics .u_TableGraph .u_percent {
  width: 8%;
}

#LowPage #Topics .u_TableGraph td {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #D8D8D8;
  padding: 5px 0px 3px;
  line-height: 12px;
}

#LowPage #Topics .u_meter div {
  width: 100%;
}

#LowPage #Topics .u_meter div span {
  height: 16px;
  background: #f79516;

}

#LowPage #Topics .u_GraphBar81 span {
  padding-left: 79%;
}

#LowPage #Topics .u_GraphBar73 span {
  padding-left: 70%;
}

#LowPage #Topics .u_GraphBar52 span {
  padding-left: 47%;
}

#LowPage #Topics .u_GraphBar49 span {
  padding-left: 44%;
}

#LowPage #Topics .u_GraphBar46 span {
  padding-left: 40%;
}

#LowPage #Topics .u_GraphBar37 span {
  padding-left: 30%;
}

#LowPage #Topics .u_GraphBar35 span {
  padding-left: 26.3%;
}

#LowPage #Topics .u_GraphBar34 span {
  padding-left: 26%;
}

#LowPage #Topics .u_GraphBar18 span {
  padding-left: 17.4%;
}

#LowPage #Topics .u_GraphBar17 span {
  padding-left: 17%;
}

#LowPage #Topics .u_GraphBar13 span {
  padding-left: 13%;
}

#LowPage #Topics .u_GraphBar11 span {
  padding-left: 11%;
}

#LowPage #Topics .u_GraphBar4 span {
  padding-left: 3%;
}

#LowPage #Topics .u_GraphBar0 span {
  padding-left: 0.6%;
}

/* 小学校受験の入試傾向 */
#LowPage #Topics .u_tendency .u_Inner {
  margin: 0 auto;
  padding-top: 8em;
  background-image: url(../img/topics/tendency.png);
  background-repeat: no-repeat;
  background-size: 200px;

}

#LowPage #Topics .u_btn_low {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 5em;
  gap: 30px;
}

#LowPage #Topics .u_btn_low p a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  background-color: #479cd7;
  box-shadow: 10px 10px 0 #b9daf2;
  color: #fff;
}

.u_80per {
  width: 80%;
}

/* 5つの考査のポイントを把握しよう */
#LowPage #Topics .u_five_point .u_Inner {
  margin: 5em auto;
  background-image: none;
  padding-top: 0;
}

#LowPage #Topics .u_five_point .u_Inner h3 {
  margin-bottom: 1em;
}

#LowPage #Topics .u_five_point p.Inner {
  padding-bottom: 1em;
  border-bottom: 4px dashed #479CD7;
}

#LowPage #Topics .u_point {
  padding-bottom: 0;
}

#LowPage #Topics .u_point h3 {
  max-width: 200px;
  padding-left: 30px;
  border-bottom: 4px solid #479CD7;
  background-image: url(../img/topics/point.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 30px;
  font-size: 2.4rem;
}

/* 頭、心、身体のバランスが問われる考査 */
#LowPage #Topics .u_balance h3.u_bb {
  padding-bottom: 1em;
  border-bottom: 4px dashed #479CD7;
}

#LowPage #Topics .u_balance .u_Inner {
  margin: 5em auto 0;
  background-image: none;
  padding-top: 0;
}

/* 中学・高校進学から考える小学校受験 */
#LowPage #Topics .u_college .u_Inner {
  margin: 5em auto 0;
  padding-top: 5.5em;
  background-image: url(../img/topics/college.png);
  background-repeat: no-repeat;
  background-size: 150px;
}

#LowPage #Topics .u_college section:nth-child(3) {
  padding-top: 0;
}

/* Topics：小学校受験の基礎知識 ここまで */

/* Classroom：神奈川エリア　ここから */
#Classroom .u_areaNav {
  position: relative;
}

#Classroom .u_mainV {
  max-width: 1280px;
  margin: 0 auto;
}

#Classroom .u_mainV img {
  vertical-align: bottom;
}

#Classroom .u_areaNav .Inner {
  width: 78%;
  max-width: 1500px;
  margin: auto;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#Classroom .u_areaNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#Classroom .u_areaNav ul li {
  text-align: center;
  width: 23%;
  background: #479cd7;
  font-size: clamp(0.7rem, 1vw, 1.8rem);
  line-height: 1.75;
  background-image: -webkit-linear-gradient(135deg, #004ea1 10px, transparent 0);
  background-image: linear-gradient(-45deg, #004ea1 10px, transparent 0);
}

#Classroom .u_areaNav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 10px;
  width: 100%;
  height: 100%;
  color: #fff;
}

#Classroom .u_areaNav ul li a span {
  font-size: 1.5em;
}

#Classroom h3 {
  font-size: 1.8em;
}

#Classroom article .u_title {
  margin-top: 140px;
  margin-bottom: 0;
  padding: 2em 0;
  background-color: #2089D2;
  font-size: 2.5em;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  #Classroom article .u_title {
    margin-top: 100px;
  }
}

#Classroom article .u_bg .u_Inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

#Classroom article .u_bg {
  background-color: #EFF8FF;
  background-image: url(../img/kanagawa/round_bottom.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  margin-bottom: 5em;
}

#Classroom article .u_bg .u_Inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

#Classroom article .u_bg .u_Inner li a {
  display: block;
  background-color: #fff;
  color: #000;
  box-shadow: 10px 10px 0 #DDEAF6;
}

#Classroom article .u_bg .u_Inner li a img {
  width: 100%;
  object-fit: cover;
}

#Classroom article .u_bg .u_Inner li a div {
  padding: 10px;
  padding-left: 20px;
}

#Classroom article .u_bg div h3 {
  margin-top: 2em;
}

#Classroom article .u_bg div ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#Classroom article .u_bg div ul li {
  max-width: 300px;
  margin: unset;
}

#Classroom article .u_area_news {
  padding-top: 5em;
  display: flex;
  gap: 30px;
}

#Classroom article .u_area_news section {
  width: calc(100% / 2);
}

#Classroom article .u_area_news dl {
  padding: 40px 100px 60px;
  background-color: #eee;
  height: 400px;
  overflow: scroll;
}

#Classroom article .u_area_news dl div {
  border-bottom: 1px dotted #333;
  flex-wrap: nowrap;
  gap: 10px;
}

#Classroom article .u_area_news dt {
  white-space: nowrap;
  font-size: 1.5rem;
}

#Classroom article .u_area_news dl dd a {
  color: #000;
  font-size: 1.5rem;
  vertical-align: top;
}

#Classroom article .u_area_news .u_dt_school {
  display: block;
  max-width: fit-content;
  padding: 2px 10px;
  font-size: 0.7em;
  line-height: 1.6;
  background-color: #479cd7;
  color: #fff;
}

#Classroom article .u_bg2 {
  background-image: none;
  margin-bottom: 0;
}

#Classroom article .u_bg1 h3 {
  background-image: url(../img/kanagawa/bell.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100px;
  padding-top: 4em;
}

#Classroom article .u_bg1 ul {
  margin-top: 3em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

#Classroom article .u_bg1 a {
  color: #000;
}

#Classroom article .u_bg1 a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* Classroom：神奈川エリア　ここまで */


/* イベント・講習ここから */
#Classroom #Seminar img,
#Classroom #Event img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#Classroom #Seminar section,
#Classroom #Event section {
  padding-top: 5em;
  padding-bottom: 5em;
}

#Classroom #Seminar .u_bg,
#Classroom #Event .u_bg {
  margin-top: 0;
}

#Classroom #Event .u_area_news {
  padding-top: 0;
  padding-bottom: 0;
}

#Classroom #Event .u_area_news {
  display: block;
}

#Classroom #Event .u_area_news dl {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 50px;
  background-color: #f6f6f6;
}

#Classroom #Seminar .u_pagelink,
#Classroom #Event .u_pagelink {
  margin-bottom: 5em;
}

#Classroom #Seminar .u_pagelink li,
#Classroom #Event .u_pagelink li {
  max-width: 240px;
  width: 100%;
}

#Classroom #Seminar .u_pagelink li a {
  display: block;
  padding: 10px 40px 10px 30px;
  color: #fff;
  background-color: #1063A9;
  border-radius: 4px;
  position: relative;
  z-index: 0;
}

#Classroom #Seminar .u_pagelink li .u_icon1,
#Classroom #Event .u_pagelink li .u_icon1 {
  background-color: #F4922F;
}

#Classroom #Seminar .u_pagelink li .u_icon2,
#Classroom #Event .u_pagelink li .u_icon2 {
  background-color: #7DAC00;
}

#Classroom #Seminar .u_pagelink li .u_iconK,
#Classroom #Event .u_pagelink li .u_iconK {
  background-color: #F05E8B;
}


#Classroom #Seminar .u_training,
#Classroom #Event .u_training {
  padding-top: 5em;
}

#Classroom #Event .u_training ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

#Classroom #Seminar .u_bc1,
#Classroom #Event .u_bc1 {
  background-color: #F5FAFE;
}

#Classroom #Seminar .u_bc2,
#Classroom #Event .u_bc2 {
  background-color: #FBFFF0;
}

#Classroom #Seminar .u_bc3,
#Classroom #Event .u_bc3 {
  background-color: #FFF8F2;
}

#Classroom #Seminar .u_bc4,
#Classroom #Event .u_bc4 {
  background-color: #FFF5F8;
}

#Classroom #Event .u_training .Inner H4 {
  margin-bottom: 1em;
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
}

#Classroom #Seminar .u_training .Inner p.bold,
#Classroom #Event .u_training .Inner p.bold {
  max-width: fit-content;
  width: 100%;
  margin-bottom: 16px;
  font-size: 2.4rem;
  border-bottom: 5px solid #1063A9;
}

#Classroom #Seminar .u_training .u_bc2 p.bold,
#Classroom #Event .u_training .u_bc2 p.bold {
  border-bottom: 5px solid #7DAC00;
}

#Classroom #Seminar .u_training .u_bc3 p.bold,
#Classroom #Event .u_training .u_bc3 p.bold {
  border-bottom: 5px solid #F4922F;
}

#Classroom #Seminar .u_training .u_bc4 p.bold,
#Classroom #Event .u_training .u_bc4 p.bold {
  border-bottom: 5px solid #F05E8B;
}

#Classroom #Event .u_training p span {
  display: block;
}

#Classroom #Seminar .u_flex,
#Classroom #Event .u_flex {
  max-width: unset;
  width: 100%;
  margin: unset;
  margin-top: 5em;
}

#Classroom #Seminar .u_flex .u_60per,
#Classroom #Event .u_flex .u_60per {
  width: 60%;
}

#Classroom #Seminar .u_flex .u_img,
#Classroom #Event .u_flex .u_img {
  width: calc(100% - 60% - 50px);
}

#Classroom #Seminar .u_flex .u_img img,
#Classroom #Event .u_flex .u_img img {
  width: 100%;
}

#Classroom #Event .u_training .u_event_area {
  justify-content: start;
}

#Classroom #Event .u_event_area li {
  max-width: 295px;
  padding: 10px 20px;
  background-color: #fff;
}

#Classroom #Event .u_event_area img {
  max-width: 300px;
}

#Classroom #Seminar .u_event_area_title,
#Classroom #Event .u_event_area_title {
  margin-top: 2em;
  margin-bottom: 1em;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  text-align: center;
  background-color: #1063A9;
  color: #fff;
  font-size: 2.4rem;
}

#Classroom #Seminar .u_bc2 .u_event_area_title,
#Classroom #Event .u_bc2 .u_event_area_title {
  background-color: #7DAC00;
}

#Classroom #Seminar .u_bc3 .u_event_area_title,
#Classroom #Event .u_bc3 .u_event_area_title {
  background-color: #F4922F;
}

#Classroom #Seminar .u_bc4 .u_event_area_title,
#Classroom #Event .u_bc4 .u_event_area_title {
  background-color: #F05E8B;
}

#Classroom #Event h3 {
  max-width: fit-content;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
  border-bottom: 3px solid #004699;
}

#Classroom #Event .u_Inner {
  max-width: 800px;
  margin: 0 auto 3em;
}

#Classroom #Event .u_training .Inner h4.u_sm {
  font-size: 1.4em;
  font-weight: 400;
}

#Classroom #Event .u_area_btn2 {
  margin-top: 20px;
}

#Classroom #Event .u_area_btn2 .u_kidspal {
  max-width: 300px;
  width: 100%;
}

#Classroom #Event .u_area_btn2 .u_kidspal a {
  display: flex;
  justify-content: center;
  padding: 15px;
  background-color: #E46060;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.7;
  position: relative;
}

#Classroom #Event .u_area_btn2 .u_kidspal a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  color: #fff;
  margin-left: 0.3em;
  position: absolute;
  top: 1.1em;
  right: 10px;
  font-size: 1.5em;
  z-index: 1;
  pointer-events: none;
}

#Classroom #Event .u_bc {
  margin-top: 5em;
  padding: 2em 0 5em;
  background-color: #F5FAFE;
}

#Classroom #Event .u_training .u_kouenkai_wrapper {
  display: block;
  border: 1px solid #000;
  padding: 10px 20px;
  background-color: #fff;
}

#Classroom #Event .u_training .u_kouenkai_wrapper p.bold {
  margin-bottom: 0;
  font-size: unset;
  font-weight: bold;
  border-bottom: none;
}

#Classroom #Event .u_training .u_flex .u_upper {
  width: 50%;
}

#Classroom #Event table {
  background-color: #fff;
}

#Classroom #Event table th,
#Classroom #Event table td {
  padding: 5px 10px;
  border: 1px solid #000;
}

#Classroom #Event table th {
  text-align: center;
  vertical-align: middle;
}

#Classroom #Event .u_nowrap {
  white-space: nowrap;
}


/* イベント・講習ここまで */

/* 志望校別ゼミここから */

#Classroom #Seminar .u_Inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto 2em;
}

#Classroom #Seminar h2 {
  line-height: 1.5;
}

#Classroom #Seminar .u_zemi_title {
  display: block;
  font-size: 0.5em;
}

#Classroom #Seminar .u_title {
  padding: 1.3em 0;
}

#Classroom #Seminar h3 {
  max-width: fit-content;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
  border-bottom: 3px solid #004699;
}

#Classroom #Seminar .u_area_link h4 {
  margin-bottom: 1.2em;
  font-size: 1.4em;
  text-align: center;
}

#Classroom #Seminar .u_area_btn1 {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#Classroom #Event .u_area_btn1 li,
#Classroom #Seminar .u_area_btn1 li {
  max-width: 300px;
  width: 100%;
}

#Classroom #Event .u_area_btn1 li a,
#Classroom #Seminar .u_area_btn1 li a {
  display: flex;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  padding: 20px 40px;
  background-color: #004699;
  color: #fff;
  position: relative;
}

#Classroom #Event .u_area_btn1 li .u_kanagawa,
#Classroom #Seminar .u_area_btn1 li .u_kanagawa {
  background-color: #2089D2;
}

#Classroom #Event .u_area_btn1 li .u_kansai,
#Classroom #Seminar .u_area_btn1 li .u_kansai {
  background-color: #46CCB7;
}

#Classroom #Event .u_area_btn1 li a::after,
#Classroom #Seminar .u_area_btn1 li a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  color: #fff;
  margin-left: 0.3em;
  position: absolute;
  top: 1.1em;
  right: 10px;
  font-size: 1em;
  z-index: 1;
  pointer-events: none;
}

#Classroom #Seminar .u_annual_table {
  max-width: 1000px;
  margin: 2em auto 0;
}

#Classroom #Seminar .u_annual_table table {
  width: 100%;
}

#Classroom #Seminar .u_annual_table table th,
#Classroom #Seminar .u_annual_table table td {
  border: 1px solid #4a4a4a;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

#LowPage .u_bc_gray {
  background-color: #d2d2d2;
}

#LowPage .u_bc_gray1 {
  background-color: #ececec;
}

#LowPage .u_bc_skyblue {
  background-color: #c9faf9;
}

#LowPage .u_bc_green {
  background-color: #bdf2cb;
}

#LowPage .u_bc_blue {
  background-color: #bacdff;
}

#LowPage .u_bc_orange {
  background-color: #ffd4a5;
}

#Classroom #Seminar section {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#LowPage .u_width33per {
  width: calc(100% / 3);
}

#Classroom #Seminar section h4 {
  margin-top: 1.7em;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #1063A9;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

#Classroom #Seminar section .u_bc_2nd {
  background-color: #7DAC00;
}

#Classroom #Seminar section .u_bc_k {
  background-color: #F05E8B;
}

#Classroom #Seminar section table {
  width: 100%;
  margin-bottom: 2em;
  border: 1px solid #868686;
  background-color: #fff;
}

#Classroom #Seminar section table tr {
  border-top: 1px solid #868686;
}

#Classroom #Seminar section table .u_bt_none {
  border-top: unset;
}

#Classroom #Seminar section table th,
#Classroom #Seminar section table td {
  border-right: 1px solid #868686;
  border-left: 1px solid #868686;
  padding: 5px;
  padding-left: 10px;
}

#Classroom #Seminar section table th {
  font-weight: bold;
  text-align: center;
  background-color: #efefef;
}

#Classroom #Seminar .u_pagelink {
  display: block;
  margin-top: 10px;
  padding: 10px 40px;
  background-color: #004699;
  color: #fff;
  max-width: fit-content;
  width: 100%;
  position: relative;
}

#Classroom #Seminar .u_pagelink::after {
  position: absolute;
  z-index: 100;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  margin-right: 0.3em;
  top: .58em;
  right: 10px;
  font-size: 1em;
  color: #fff;
  font-weight: 900;
}

#Classroom #Seminar section .u_zemilist li {
  margin: 20px 0;
}

#Classroom #Seminar .u_zemi_dl dt {
  font-weight: bold;
}

#Classroom #Seminar .u_zemi_dl dd {
  padding: 10px;
  border: 1px solid #000;
}

/* 志望校別ゼミ・講習一覧：各エリア */
#Classroom #Seminar_area .u_zemi_title {
  display: block;
  font-size: 0.5em;
  line-height: 2;
}

#Classroom #Seminar_area .u_width1000 {
  max-width: 1000px;
  margin: 3em auto 0;
}

#Classroom #Seminar_area .u_pagelink1 {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 3em 0 0;
}

#Classroom #Seminar_area .u_pagelink1 a {
  display: block;
  max-width: fit-content;
  width: 100%;
  padding: 10px 40px;
  background-color: #1063A9;
  color: #fff;
  position: relative;
}

#Classroom #Seminar_area .u_pagelink1 a::after {
  position: absolute;
  z-index: 100;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  margin-right: 0.3em;
  top: .58em;
  right: 10px;
  color: #fff;
  font-weight: 900;
}

#Classroom #Seminar_area .u_pagelink1 a.u_bc_2nd {
  background-color: #7DAC00;
}

#Classroom #Seminar_area section h3 {
  max-width: fit-content;
  margin: 0 auto;
  border-bottom: 3px solid #004699;
}

#Classroom #Seminar_area .u_seminar_pagelink {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#Classroom #Seminar_area .u_seminar_pagelink a {
  display: block;
  padding: 10px 40px;
  background-color: #f4a220;
  color: #fff;
  position: relative;
}

#Classroom #Seminar_area .u_seminar_pagelink a::after {
  position: absolute;
  z-index: 100;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  margin-right: 0.3em;
  top: .58em;
  right: 10px;
  color: #fff;
  font-weight: 900;
}

#Classroom #Seminar_area section {
  max-width: 1280px;
  margin: 0 auto;
}

#Classroom #Seminar_area .u_border {
  max-width: 800px;
  margin: 3em auto;
  padding: 10px 20px;
  border: 1px solid #000;
}

#Classroom .u_seminar_news {
  max-width: 800px;
  margin: 5em auto 0;
}

#Classroom .u_seminar_news h4 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

#Classroom .u_seminar_news ul {
  margin-top: 2em;
  padding: 20px;
  background-color: #f6f6f6;
}

#Classroom .u_seminar_news ul li {
  margin-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px dotted #333;
}

#Classroom .u_seminar_news ul li:last-child {
  margin-bottom: 20px;
}

#Classroom .u_seminar_news ul li a {
  color: #000;
}

#Classroom #Seminar_area .u_width1280 {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}

#Classroom #Seminar_area .u_width1280 h3 {
  font-size: 25.5px;
  text-align: center;
  margin-bottom: 2em;
}

#Classroom #Seminar_area .u_width1280 .u_seminar_pagelink {
  margin-top: 2em;
}

/* 志望校別ゼミ・講習一覧：アコーディオン */

/* #Classroom #Seminar_area .u_acc_item1{
  width: 90%;
  margin: 0 auto;
} */

#Classroom #Seminar_area .u_acc_head1 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 30px;
  border-bottom: 1px solid #fff;
  background-color: #1063A9;
  color: #fff;
  font-size: 1.4em;
  cursor: pointer;
}

#Classroom #Seminar_area .u_head_2nd {
  background-color: #7DAC00;
}


#Classroom #Seminar_area .u_acc_content1 {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  background-color: #F5FAFE;
}

#Classroom #Seminar_area .u_content_2nd {
  background-color: #FBFFF0;
}

#Classroom #Seminar_area .u_acc_content1 .u_seminar_icon {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  padding-top: 40px;
}

#Classroom #Seminar_area .u_acc_content1 p {
  padding: 0 30px;
}

#Classroom #Seminar_area .u_seminar_timetable {
  padding: 20px;
}

#Classroom #Seminar_area .u_seminar_timetable table {
  width: 100%;
  background-color: #fff;
}

#Classroom #Seminar_area .u_seminar_timetable th {
  text-align: center;
  background-color: #f0f0f0;
}

#Classroom #Seminar_area .u_seminar_timetable th,
#Classroom #Seminar_area .u_seminar_timetable td {
  border: 1px solid #000;
  padding: 20px;
}



#Classroom #Seminar_area .u_area_link {
  display: flex;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

#Classroom #Seminar_area .u_area_link a {
  display: block;
  padding: 10px 20px;
  background-color: #004699;
  color: #fff;
}

#Classroom #Seminar_area .u_area_link .u_kanagawa {
  background-color: #2089D2;
}

#Classroom #Seminar_area .u_area_link .u_kansai {
  background-color: #46CCB7;
}

#Classroom #Seminar_area .u_seminar_area_wrapper {
  margin-top: 5em;
  margin-bottom: 5em;
}

#Classroom #Seminar_area .u_seminar_area_wrapper p {
  text-align: center;
  margin-bottom: 2em;
}

#Classroom #Seminar_area section.u_width1000 {
  margin-top: 5em;
  /* border: 1px solid #000; */
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #f4a220;
  background-color: #fff5e5;
}

#Classroom #Seminar_area section.u_width1000 h3 {
  margin-bottom: 1em;
  border: none;
}

#Classroom #Seminar_area section.u_width1000 table {
  width: 100%;
  background-color: #fff;
}

#Classroom #Seminar_area #price_2nd th,
#Classroom #Seminar_area #price th {
  text-align: center;
  background-color: #e5e5e5;
}

#Classroom #Seminar_area #price_2nd th,
#Classroom #Seminar_area #price_2nd td,
#Classroom #Seminar_area #price th,
#Classroom #Seminar_area #price td {
  border: 1px solid #cbcbcb;
  padding: 10px;

}

#Classroom #Seminar_area #bringing_2nd ul,
#Classroom #Seminar_area #bringing ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

#Classroom #Seminar_area #bringing_2nd li,
#Classroom #Seminar_area #bringing li {
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #f4a220;
}

#Classroom #Seminar_area #movie th {
  width: 50%;
  background-color: #e5e5e5;
  font-weight: bold;
}

#Classroom #Seminar_area #movie th,
#Classroom #Seminar_area #movie td {
  padding: 20px 10px;
  border: 1px solid #cbcbcb;
  text-align: center;
  vertical-align: middle;
}

#Classroom #Seminar_area #movie a {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#Classroom #Seminar_area #movie a img {
  padding: 2px;
}

#Classroom #Seminar_area #second {
  margin-top: 5em;
  padding-bottom: 0;
}

#Classroom #Seminar_area .u_pb5 {
  padding-bottom: 5em !important;
}

#Classroom #Seminar_area #second h3 {
  border-color: #7DAC00;
}

#Classroom #Seminar_area #second h4 {
  font-size: 1.5em;
  font-weight: bold;
}

#Classroom #Seminar_area #second .u_border {
  margin-top: 1em;
}

#Classroom #Seminar_area .u_2nd_yt {
  margin-top: 2em;
  margin-bottom: 5em;
  text-align: center;
}

#Classroom #Seminar_area #notice_2nd {
  margin-bottom: 5em;
}



/* 志望校別ゼミここまで */

/* 年中・年少・年長アイコン ここから */

.u_pore {
  position: relative;
}

.u_poabs {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 1px;
  left: -1px;
  z-index: 1;
}

/* 年長 */
span.u_course_icon {
  display: block;
  padding: 0px 10px;
  background-color: #1063A9;
  color: #fff;
  font-size: 1.2rem;
  margin: 1px;
}

/* 年少 */
span.u_course_icon1 {
  background-color: #F4922F;
}

/* 年中 */
span.u_course_icon2 {
  background-color: #7DAC00;
}

/* 幼稚園受験 */
span.u_course_iconK {
  background-color: #F05E8B;
}

/* 1.2.3歳受験対応 */
span.u_course_iconS {
  background-color: #e25c57;
}

/* 年中・年少・年長アイコン　ここまで */

.u_upper {
  text-transform: uppercase;
}

/* 横浜校ここから */
#Classroom .u_flex {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  max-width: 1280px;
  margin: 5em auto 0;
  width: 90%;
}

#Classroom .u_link_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 5em auto 0;
  max-width: 920px;
}

#Classroom .u_link_container li {
  max-width: 300px;
  width: 100%;
}

#Classroom .u_link_container li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  padding-right: 20px;
  color: #fff;
  background-color: #2089D2;
  position: relative;
  z-index: 0;
  height: 100%;
}

#Classroom .u_link_container li a::after {
  position: absolute;
  z-index: 100;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  margin-right: 0.3em;
  /*top: 0.58em;*/
  right: 10px;
  font-size: 1em;
  color: #fff;
  font-weight: 900;
}

.u_70per {
  width: 70%;
}

/* #Classroom .u_class_topics {
  margin-top: 5em;
  background-color: #EFF8FF;
}

#Classroom .u_class_topics h3 {
  margin-bottom: 2em;
} */

#Classroom .u_class_low .u_area_news {
  max-width: 800px;
  display: block;
  margin: 0 auto;
}

#Classroom .u_class_low .u_area_news dt {
  padding-top: 10px;
  padding-bottom: 10px;
}
#Classroom .u_class_low .u_area_news dd {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* swiper */
#Classroom .u_swiper_topics {
  max-width: 1280px;
  width: 90%;
  /* height: 350px; */
  height: 300px;
}

#Classroom .u_swiper_topics .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#Classroom .u_swiper_topics .swiper-slide a {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  height: 300px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
}

#Classroom .u_swiper_topics .swiper-slide img {
  /* display: block; */
  max-width: 100%;
  /* width: 100%; */
  /* padding: 20px 20px 0; */
  padding: 10px;
  /* background-color: #fff; */
}

#Classroom .u_swiper_topics .swiper-slide a p {
  padding: 10px 20px;
}

#Classroom .u_swiper_topics .swiper-pagination {
  bottom: var(--swiper-pagination-bottom, -10px);
}

#Classroom .u_swiper_topics .swiper-button-next,
#Classroom .u_swiper_topics .swiper-button-prev {
  color: #004699;
}

#Classroom .u_swiper_topics .swiper-pagination-bullet-active {
  background: #004699;
}

#Classroom .u_class_low .u_bg2 {
  background-image: none;
  margin-bottom: 0;
}

#Classroom .u_class_low .u_bg2 ul {
  padding-bottom: 5em;
}

#Classroom .u_class_low .u_bg1 .btn,
#Classroom .u_class_low .u_bg2 .btn {
  max-width: 300px;
}

#Classroom .u_class_low .u_bg1 {
  background-color: #fff;
  padding-bottom: 0;
}

#Classroom .u_class_low .u_bg1 ul {
  max-width: 1280px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 3em;
}

#Classroom .u_class_low .u_bg1 ul li {
  background-color: #EFF8FF;
  padding: 20px;
}

#Classroom .u_class_low .u_bg1 .btn a {
  color: #fff;
}

#Classroom .u_building {
  background-color: #EFF8FF;
}

#Classroom .u_building .u_bnr_insta {
  margin-top: 3em;
}

#Classroom .u_building dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}

#Classroom .u_building dl div {
  max-width: 600px;
  width: 100%;
  height: auto;
}

#Classroom .u_building dt {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}

#Classroom .u_building iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  transform: scale(1.01);
}

#Classroom .u_teacher {
  background-image: url(../img/3rd_course/goal_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#Classroom .u_teacher h3 {
  padding-bottom: 50px;
}

#Classroom .u_teacher .flex {
  max-width: 1280px;
  margin: 0 auto;
}

#Classroom .u_teacher .HalfBox48 {
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  width: calc(50% - 2em);
}

#Classroom .u_teacher .HalfBox48 figure img {
  display: block;
  margin: 0 auto;
}

#Classroom .u_teacher .HalfBox48 figure figcaption {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}

#Classroom .u_teacher .HalfBox48 figure P {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 3em;
}

/* 横浜校：開講時間割 */
#Classroom .u_class_timetable {
  margin-top: 5em;
}

#Classroom .u_class_timetable .u_pagelink {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 3em;
}

#Classroom .u_class_timetable .u_pagelink li a {
  display: block;
  background-color: #e25c57;
  color: #fff;
  padding: 10px 20px;
  position: relative;
}

#Classroom .u_class_timetable .u_pagelink li a::after {
  position: absolute;
  z-index: 100;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  margin-right: 0.3em;
  top: 0.58em;
  right: 10px;
  font-size: 1em;
  color: #fff;
  font-weight: 900;
}

#Classroom .u_class_timetable h4 {
  padding-left: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-left: 10px solid #e25c57;
}

#Classroom .u_class_timetable .u_Inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

#Classroom .u_class_timetable .u_grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  row-gap: 50px;
}

#Classroom .u_class_timetable table {
  vertical-align: top;
}

#Classroom .u_class_timetable table th {
  height: 10%;
  background-color: #e25c57;
  color: #fff;
}

.u_bcmain {
  background-color: #FEB9DB;
}

.u_bcnorth,
.u_bcsouth {
  width: 20%;
}

#Classroom .u_class_timetable .u_100per {
  width: 100%;
}

#Classroom .u_class_timetable .u_sm {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-top: 1em;
}

#Classroom .u_class_timetable section {
  padding-bottom: 0;
}

#Classroom .u_class_timetable section:last-child {
  padding-bottom: 5em;
}

#Classroom .u_class_timetable h4.u_bc1 {
  border-color: #F4922F;
}

#Classroom .u_class_timetable .u_pagelink li .u_bc1,
#Classroom .u_class_timetable th.u_bc1 {
  background-color: #F4922F;
}

#Classroom .u_class_timetable h4.u_bc2 {
  border-color: #7DAC00;
}

#Classroom .u_class_timetable .u_pagelink li .u_bc2,
#Classroom .u_class_timetable th.u_bc2 {
  background-color: #7DAC00;
}

#Classroom .u_class_timetable h4.u_bc3 {
  border-color: #1063A9;
}

#Classroom .u_class_timetable .u_pagelink li .u_bc3,
#Classroom .u_class_timetable th.u_bc3 {
  background-color: #1063A9;
}

#Classroom .u_class_timetable h4.u_bcJ {
  border-color: #4da7a7;
}

#Classroom .u_class_timetable .u_pagelink li .u_bcJ,
#Classroom .u_class_timetable th.u_bcJ {
  background-color: #4da7a7;
}

#Classroom .u_class_timetable h4.u_bcK {
  border-color: #F05E8B;
}

#Classroom .u_class_timetable .u_pagelink li .u_bcK,
#Classroom .u_class_timetable th.u_bcK {
  background-color: #F05E8B;
}

.u_bcS {
  background-color: #e25c57;
}

#Classroom .u_class_timetable table .u_txstart {
  padding-left: 30px;
  text-align: start;
}

#Classroom .u_class_timetable table tr,
#Classroom .u_class_timetable table td {
  border: 1px solid #adadad;
  vertical-align: middle;
}

#Classroom .u_class_timetable table tr {
  text-align: center;
}

#Classroom .u_class_timetable table td {
  padding: 5px 10px;
}

#Classroom .u_class_timetable table .u_bccol {
  width: 20%;
  background-color: #fafaf5;
}

/* マップ */
#Classroom .u_class_access {
  padding-top: 6em;
  background-image: url(../img/kanagawa/map.svg);
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: top center;
}

#Classroom .u_class_access ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1280px;
  margin: 3em auto 0;
}

#Classroom .u_class_access ul li a {
  display: block;
  padding: 10px 40px 10px 30px;
  color: #fff;
  background-color: #FEB9DB;
  position: relative;
  z-index: 0;
}

#Classroom .u_class_access ul li a::after {
  position: absolute;
  z-index: 100;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  margin-right: 0.3em;
  top: 0.58em;
  right: 10px;
  font-size: 1em;
  color: #fff;
  font-weight: 900;
}

.u_bcsouth,
#Classroom .u_class_access h4.u_yokohama_south,
#Classroom .u_class_access ul li a.u_yokohama_south {
  background-color: #70BFF5;
}

.u_bcnorth,
#Classroom .u_class_access h4.u_yokohama_north,
#Classroom .u_class_access ul li a.u_yokohama_north {
  background-color: #FEB951;
}

#Classroom .u_class_access section {
  margin-bottom: 5em;
}

#Classroom .u_class_access section p.u_yokohama_main {
  max-width: fit-content;
  width: 100%;
  margin: 0 auto 1.5em;
  border-bottom: 5px solid #FEB9DB;
  font-size: 2rem;
  line-height: 1.2;
}

#Classroom .u_class_access section p.u_yokohama_south {
  border-bottom: 5px solid #70BFF5;
}

#Classroom .u_class_access section p.u_yokohama_north {
  border-bottom: 5px solid #FEB951;
}

#Classroom .u_class_access h4 {
  margin-top: 3em;
  padding: 5px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  background-color: #FEB9DB;
}

#Classroom .u_class_access .u_width500 {
  max-width: 500px;
  width: 100%;
  aspect-ratio: 16 / 9;
}

#Classroom .u_class_access iframe {
  width: 100%;
  height: 100%;
}

#Classroom .u_class_access address.bold {
  display: flex;
  align-items: center;
}

#Classroom .u_class_access address img {
  padding-right: 5px;
}

#Classroom .u_class_access .u_Inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

#Classroom .u_class_access section:last-child {
  padding-bottom: 5em;
}

#Classroom .u_class_access div {
  display: flex;
  gap: 50px;
  margin-top: 3em;
  margin-bottom: 3em;
  padding-left: 10px;
}

#Classroom .u_class_access ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 10px;
}

#Classroom .u_class_access ol li {
  max-width: 200px;
}

#Classroom .u_class_access ol li p {
  font-size: 0.75em;
  line-height: 1.5;
}


#Classroom .u_area_btn:after {
  font-family: "Font Awesome 5 Free";
  content: '\f053';
  font-weight: 900;
  color: #fff;
  margin-left: 0.3em;
  position: absolute;
  /*top: 0.58em;*/
  left: 10px;
  font-size: 1em;
  z-index: 1;
  pointer-events: none;
}

#Classroom .u_area_btn:hover:after {
  color: #004ea1;
}

/* 横浜校ここまで */

/* 合格実績ここから */
#Pass_info {
  margin-top: 140px;
}
@media screen and (max-width: 1000px) {
  #Pass_info {
    margin-top: 100px;
  }
}

#Pass_info h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  padding-top: 1em;
}

#Pass_info h2 img {
  padding-right: 10px;
}

#Pass_info ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}

#Pass_info ul li {
  max-width: 240px;
  width: 100%;
}

#Pass_info ul li a {
  display: block;
  padding: 10px 40px 10px 30px;
  color: #fff;
  background-color: #ff84be;
  border-radius: 4px;
  position: relative;
  z-index: 0;

}

#Pass_info ul li a.bc1 {
  background-color: #0387f7;
}

#Pass_info ul li a.bc2 {
  background-color: #7aa004;
}

#Pass_info ul li a::after {
  position: absolute;
  z-index: 100;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  margin-right: 0.3em;
  top: 0.58em;
  right: 10px;
  font-size: 1em;
  color: #fff;
  font-weight: 900;
}

#Pass_info h3 {
  text-align: center;
}

#Pass_info section {
  padding-top: 0;
}

#Pass_info section:first-of-type {
  padding-top: 5em;
}

#Pass_info section div.Inner {
  padding: 1em 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin: 0 auto;
}

#Pass_info section div.Inner p {
  width: 85%;
  margin: 0 auto;
}

.u_red {
  color: red;
}

#Pass_info table {
  margin: 0 auto;
  width: 85%;
}

.u_total {
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
}

.u_sm {
  font-size: 1.4rem;
  font-weight: bold;
}

#Pass_info tbody {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 1000px;
}

#Pass_info .u_table2col tbody {
  height: 600px;
}

#Pass_info .u_table_h800 tbody {
  height: 780px;
}

#Pass_info .u_table_h600 tbody {
  height: 600px;
}

#Pass_info .u_table_h tbody {
  height: auto;
}

#Pass_info .u_table_h600 th {
  width: 100%;
}

#Pass_info .u_table2col tr {
  width: 50%;
}

#Pass_info tr {
  width: calc(100% / 3);
  display: flex;
  flex-wrap: wrap;
}

#Pass_info th {
  width: 80%;
  padding: 5px 0 5px 10px;
  background-color: #fff3f7;
  border: 1px solid #fff;
}

#Pass_info tr:nth-child(even) th {
  background-color: #fff5e5;
}

#Pass_info th span {
  color: red;
}

#Pass_info td {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  background-color: #ffe5e5;
  border: 1px solid #fff;
}

#Pass_info tr:nth-child(even) td {
  background-color: #f9e6c4;
}

#LowPage #Pass_info .u_subTitle {
  width: 100%;
  padding-left: 0;
  background-color: #fff;
  text-align: center;
}

#Pass_info section div.Inner p.u_txend {
  color: red;
}

/* 合格実績ここまで */
/* プライバシーポリシーここから */
#Privacy {
  max-width: 1280px;
  width: 90%;
  margin: 140px auto 0;
}

#Privacy h2 {
  padding-top: 1em;
  font-size: 3em;
}

#Privacy .u_box {
  max-width: 800px;
  margin: 0 auto;
}

#Privacy .u_box .textcenter {
  font-size: 2.4rem;
  font-weight: bold;
}

#Privacy .u_box p {
  margin-bottom: 1em;
}

#Privacy .u_box p:last-child {
  padding: 20px 30px;
  background-color: #f2f7fc;
}

#Privacy section {
  margin-bottom: 1em;
  padding: 1em 0;
  border-top: 1px solid #ddd;
}

#Privacy section:last-of-type {
  padding-bottom: 5em;
}

#Privacy section h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

#Privacy section address {
  max-width: fit-content;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f2f7fc;
}

/* プライバシーポリシーここまで */

/* 会社概要ここから */
#Company {
  max-width: 1280px;
  width: 90%;
  margin: 140px auto 0;
  padding-top: 51px;
}

#Company h2 {
  font-size: 3em;
}

#Company table {
  margin: 0 auto;
}

#Company th,
#Company td {
  padding: 10px 40px;
  border: 1px solid #d7d7d7;
  vertical-align: middle;
}

#Company th {
  width: 25%;
  padding: 10px 20px;
  background-color: #e4e4e4;
}

#Company tr:nth-child(even) th {
  background-color: #f3f3f3;

}

#Company tr:nth-child(odd) td {
  background-color: #f3f3f3;
}

/* 会社概要ここまで */
/* 私立・国立小学校情報ここから */
#School {
  margin-top: 140px;
}
@media screen and (max-width: 1000px) {
    #School {
      margin-top: 100px;
    }
}

#School .u_bc {
  padding-top: 3em;
  padding-bottom: 2em;
  background-color: #479cd7;
  color: #fff;
}

#School h2 {
  font-size: 2.5em;
  margin-bottom: 0.5em;
  line-height: 1.7;
}

#School .u_bc p {
  font-size: 1.4em;
}

#School section {
  padding: 5em 0;
}

#School section h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-weight: 400; */
}

#School section h3 img {
  /* padding-right: 10px; */
  margin-right: 5px;
}

#School section h4 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #004699;
  text-align: center;
  color: #fff;
}

#School section .u_flex div:last-child h4 {
  background-color: #46ccb7;
}

#School section .u_flex {
  display: flex;
  justify-content: center;
  gap: 30px;
}

#School section .u_flex div {
  max-width: 500px;
  width: 100%;
  /* border: 1px solid #000; */
}

#School section .u_flex ul {
  list-style-type: disc;
  list-style-position: inside;
}

#School section .u_flex ul li {
  padding-left: 1em;
}

#School section .u_flex ul li a {
  text-decoration: underline;
  color: #000;
}

/* 各地区小学校 */
#School table {
  max-width: 1050px;
  width: 100%;
  margin: 5em auto 0;
  text-align: center;
  border-bottom: 1px solid #bababa;
}

#School table thead {
  border-top: 1px solid #bababa;
  font-size: 1.8rem;
  font-weight: bold;
}

#School table thead tr {
  background-color: #dbf0ff;
}

#School table thead tr:nth-child(2) {
  background-color: #f2f7fc;
}

#School table thead th:first-child {
  width: 30%;
}

#School table tbody tr:nth-child(odd) {
  border-top: 1px solid #bababa;
  background-color: #f3f3f3;
}

#School table th,
#School table td {
  padding: 10px 0;
  /* border: 1px solid #000; */
}

#School table td a {
  padding-left: 12px;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
}

#School table td a::before {
  position: absolute;
  z-index: 100;
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  left: 0;
  font-size: 0.6em;
  font-weight: 900;
}

/* 私立・国立小学校情報ここまで */

/* 体験授業のご案内ここから */
#LowPage #Open img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#LowPage #Open .u_bc {
  padding-bottom: 2em;
  background-color: #479cd7;
  color: #fff;
}
@media screen and (max-width: 1000px) {
    #LowPage #Open .u_bc {
      margin-top: 100px;
    }
}


#LowPage #Open h2 {
  margin-top: 140px;
  margin-bottom: 0.5em;
  padding-top: 1.5em;
  font-size: 2.5em;
  line-height: 1.7;
}
@media screen and (max-width: 1000px) {
  #LowPage #Open h2 {
    margin-top: 100px;
  }
}

#LowPage #Open h3 {
  font-size: 1.8em;
}

#LowPage #Open .u_bc p {
  font-size: 1.4em;
}

#LowPage #Open .u_border {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 30px;
  border: 1px solid #ffc74d;
  background-color: #fff7e6;
}

#LowPage #Open .u_border h3 {
  font-size: 2rem;
}

#LowPage #Open .u_border p {
  font-size: 1.6rem;
}

#LowPage #Open .u_border2 {
  margin-top: 3em;
  border: 1px solid #ff4d4d;
  background-color: #ffe6e6;
}

#LowPage #Open .u_pagelink {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1000px;
  margin: 5em auto 5em;
}

#LowPage #Open .u_pagelink li {
  max-width: 320px;
  width: 100%;
}

#LowPage #Open .u_pagelink li a {
  display: block;
  max-width: 320px;
  width: 100%;
  padding: 10px 20px;
  background-color: #004699;
  color: #fff;
  font-size: 0.9em;
  position: relative;
}

#LowPage #Open .u_pagelink li a::after {
  position: absolute;
  z-index: 100;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  right: 10px;
  font-size: 1em;
  color: #fff;
  font-weight: 900;
}

#LowPage #Open .u_pagelink li .u_bc_pink {
  background-color: #f05e8b;
}

#LowPage #Open .u_pagelink li .u_bc_pink::after {
  content: '\f105';
}

#LowPage #Open .taiken_bnr {
  max-width: 1400px;
  margin: 5em auto;
}

#LowPage #Open #Taikenkai {
  margin-bottom: 5em;
}

#LowPage #Open #Taikenkai h3 span {
  display: block;
  font-size: 0.7em;
}

#LowPage #Open .u_border1 {
  max-width: 800px;
  margin: 0 auto 3em;
  padding: 10px 20px;
  border: 3px solid #1eacec;
  background-color: #f2fbff;
}

#LowPage #Open #Class_taiken .u_border1 p:first-child,
#LowPage #Open #Taikenkai .u_border1 p.bold {
  position: relative;
  color: #004699;
  padding-left: 25px;
}

#LowPage #Open #Class_taiken .u_border1 p:first-child::before,
#LowPage #Open #Taikenkai .u_border1 p.bold::before {
  position: absolute;
  z-index: 100;
  font-family: "Font Awesome 5 Free";
  content: "\f549";
  color: #004699;
  top: -1px;
  left: 1px;
}

#LowPage #Open .u_taiken_point {
  margin-bottom: 3em;
}

#LowPage #Open .u_taiken_point h3 {
  margin-bottom: 2em;
  padding: 5px 0;
  font-size: 1.4em;
  background-color: #1eacec;
  text-align: center;
  color: #fff;
}

#LowPage #Open .u_taiken_point p {
  margin-top: 12px;
}

#LowPage #Open #Taikenkai ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

#LowPage #Open #Taikenkai ul li {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

#LowPage #Open #Taikenkai ul li h4 {
  padding: 0 20px;
  background-color: #f4a220;
  border-radius: 35px;
  color: #fff;
}

#LowPage #Open #Taikenkai ul li img {
  border-radius: 50%;
}

#LowPage #Open #Taikenkai .u_taiken_faq {
  max-width: 1280px;
  margin: 5em auto 0;
  background-color: #eff6ff;
  padding: 2em 2.5em;
}

#LowPage #Open #Taikenkai .u_taiken_faq h3 {
  font-size: 1.4em;
}

#LowPage #Open #Taikenkai .u_taiken_faq dt {
  font-size: 1.6rem;
  font-weight: bold;
}

#LowPage #Open #Taikenkai .u_taiken_faq dd {
  margin-bottom: 20px;
  font-size: 1em;
}

#LowPage #Open #Course_sche {
  background-color: #f6faff;
}

#LowPage #Open #Course_sche .u_colorS {
  /*background-color: #e25c57;*/
  background-color: #dd6f6b;
}

#LowPage #Open #Course_sche .u_colorJ {
  background-color: #4DA7A7;
}

#LowPage #Open #Course_sche .u_colorK {
  /*background-color: #F05E8B;*/
  background-color: #ef7198;
}

#LowPage #Open #Course_sche .u_color1st {
  background-color: #F4922F;
}

#LowPage #Open #Course_sche .u_color2nd {
  background-color: #7DAC00;
}

#LowPage #Open #Course_sche .u_color3rd {
  background-color: #1063A9;
}

#LowPage .u_table_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

#LowPage .u_ac {
  margin-bottom: 1em;
}

#LowPage .u_table_wrapper .u_ac-parent {
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  transition: .5s;
  position: relative;
  background-color: #dedede;
}

#LowPage .u_table_wrapper .u_ac-parent::after {
  position: absolute;
  content: '➕';
  top: 10px;
  right: 3%;
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

#LowPage .u_table_wrapper .u_ac-parent.active::after {
  content: '➖';
}

#LowPage #Open #Course_sche div h4 {
  margin-top: 5em;
  margin-bottom: 1em;
  padding: 5px 0 5px 20px;
  color: #fff;
}

#LowPage .u_br::after {
  content: "\A";
  white-space: pre;
}

#LowPage #Open #Class_sche table,
#LowPage #Open #Course_sche table {
  max-width: 1000px;
  width: 100%;
}

#LowPage #Open #Course_sche table th,
#LowPage #Open #Course_sche table td {
  padding: 10px 20px;
  border: 1px solid #e9e9e9;
  text-align: center;
  vertical-align: middle;
}

#LowPage #Open table .u_nowrap {
  white-space: nowrap;
}

#LowPage #Open #Course_sche table th {
  background-color: #dddddd;
}

#LowPage #Open #Course_sche tr {
  background-color: #fff;
}

#LowPage #Open #Course_sche tr:nth-child(odd) {
  background-color: #fff5f5;
}

#LowPage #Open table a {
  display: inline-block;
  margin-right: 5px;
  padding: 0 15px 0 30px;
  background-color: #019ae9;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  position: relative;
}

#LowPage #Open table a::before {
  position: absolute;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  color: #fff;
  top: 0;
  left: 16px;
  font-size: 1.2em;
}

#LowPage #Open #Class_sche .u_pagelink {
  max-width: 1280px;
}

#LowPage #Open #Class_sche .u_pagelink li {
  max-width: 305px;
}

#LowPage #Open #Class_sche .u_pagelink li a {
  font-size: 1.4rem;
}

#LowPage #Open #Class_sche h4 {
  margin-bottom: 20px;
  padding: 5px 0 5px 20px;
  background-color: #1f65bc;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

#LowPage #Open #Class_sche table th,
#LowPage #Open #Class_sche table td {
  border: 1px solid #e9e9e9;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

#LowPage #Open #Class_sche table th {
  font-weight: bold;
  background-color: #dddddd;
}

#LowPage #Open .u_sm {
  display: block;
  font-size: 1.2rem;
}

#LowPage #Open #Class_sche .u_colorS {
  background-color: #e25c57;
}

#LowPage #Open #Class_sche .u_colorJ {
  background-color: #4DA7A7;
}

#LowPage #Open #Class_sche .u_colorK {
  background-color: #F05E8B;
}

#LowPage #Open #Class_sche .u_color1st {
  background-color: #FFF8F2;
}

#LowPage #Open #Class_sche .u_color1st_font {
  color: #F4922F;
  font-weight: bold;
}

#LowPage #Open #Class_sche .u_color2nd {
  background-color: #FBFFF0;
}

#LowPage #Open #Class_sche .u_color2nd_font {
  color: #7DAC00;
  font-weight: bold;
}

#LowPage #Open #Class_sche .u_color3rd {
  background-color: #F5FAFE;
}

#LowPage #Open #Class_sche .u_color3rd_font {
  color: #1063A9;
  font-weight: bold;
}

#LowPage #Open #Class_taiken {
  padding-top: 5em;
}

#LowPage #Open #Class_taiken .u_border1 {
  border: 3px solid #004699;
}

#LowPage #Open .u_flex {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
#LowPage #Open .u_flexAuthor {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 640px) {
    #LowPage #Open .u_flexAuthor {
        flex-direction: column;
    }
    #LowPage #Open .u_flexAuthor .i_photo {
        width: 50%;
        margin: auto;
    }
}

#LowPage #Open .u_flex p:first-child {
  max-width: 800px;
}

#LowPage #Open .u_flex p img {
  width: 100%;
  box-shadow: 10px 10px 0 3px #e7efff;
}

#LowPage #Open #Parents_taiken {
  padding-bottom: 0;
}

#LowPage #Open #Parents_taiken .u_app_wrapper {
  background-color: #f6f6f6;
  padding-bottom: 5em;
}

#LowPage #Open #Parents_taiken .u_app_wrapper .u_flex {
  max-width: 1000px;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}

#LowPage #Open #Parents_taiken .u_app_wrapper p {
  font-size: 1.2em;
}

#LowPage #Open #Parents_taiken .u_app_wrapper .u_tel {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #e7efff;
  text-align: center;
}

#LowPage #Open #Parents_taiken .u_app_wrapper .u_tel .bold {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}

#LowPage #Open #Parents_taiken .u_app_wrapper ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  max-width: 500px;
  margin: 5px auto 0;
}

#LowPage #Open #Parents_taiken .u_app_wrapper ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  height: 100px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  cursor: pointer;
}

#LowPage #Open #Parents_taiken .u_app_wrapper ul li a span {
  font-size: 2rem;
}

#LowPage .u_tokyo_bc {
  background-color: #004699;
}

#LowPage .u_kanagawa_bc {
  background-color: #2089d2;
}

#LowPage .u_kansai_bc {
  background-color: #46ccb7;
}

#LowPage .u_kidspal_bc {
  background-color: #e46060;
}

#LowPage #Open #Parents_taiken .u_app_wrapper ul span.bold {
  font-size: 1em;
}

#LowPage #Open #Parents_taiken .u_flow {
  max-width: 1280px;
  margin: 3em auto;
  padding-bottom: 2em;
  background-color: #fbe9e9;
  border-top: 3px double #b04c4c;
  border-bottom: 3px double #b04c4c;
}

#LowPage #Open #Parents_taiken h4 {
  padding: 30px 0;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

#LowPage #Open #Parents_taiken .u_flow ol {
  max-width: 800px;
  margin: 0 auto;
  list-style-type: decimal;
}

#LowPage #Open #Parents_taiken .u_flow li {
  margin-bottom: 1.5em;
}

#LowPage #Open #Parents_taiken .u_flow li::marker {
  color: #ff0000;
}

#LowPage #Open #Parents_taiken .u_flow li span {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1;
}

#LowPage #Open #Trial_taiken {
  padding-bottom: 0;
}

#LowPage #Open #Trial_taiken .u_flex {
  flex-direction: row-reverse;
  gap: 40px;
}

#LowPage #Open #Trial_taiken .u_trial_price {
  max-width: 1280px;
  margin: 3em auto 5em;
}

#LowPage #Open #Trial_taiken .u_trial_price h4 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

#LowPage #Open #Trial_taiken .u_trial_price div {
  margin-top: 2em;
  margin-bottom: 2em;
}

#LowPage #Open #Trial_taiken .u_trial_price .u_border {
  max-width: 1280px;
}

#LowPage #Open #Kobetu {
  background-color: #FFF5F8;
}

#LowPage #Open #Kobetu .kobetu-box {
  max-width: 1000px;
  margin: 1.5em auto;
  padding: 2em 2.5em;
  background-color: #fff;
  border: 6px double red;
}

#LowPage #Open #Kobetu .kobetu-box h4 {
  padding-bottom: 20px;
  font-size: 1.5em;
  text-align: center;
  color: red;
}

#LowPage #Open #Kobetu .kobetu-box ul {
  list-style-type: disc;
  padding-bottom: 10px;
}

#LowPage #Open #Kobetu .btn {
  max-width: 350px;
}


/* 体験授業のご案内ここまで */

/* 初めての方へここから */
#LowPage #First img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}


#LowPage #First .u_top_img {
  width: 100px;
  margin: 0 auto 2em;
}

#LowPage #First {
  margin-top: 140px;
}
@media screen and (max-width: 1000px) {
    #LowPage #First {
      margin-top: 100px;
    }
}

#LowPage #First .u_bc {
  margin-bottom: 3em;
  background-color: #2089d2;
  color: #fff;
}

#LowPage #First h2 {
  font-size: 2.4em;
  padding: 2em;
}

#LowPage #First section {
  padding: 0 0 5em;
}

#LowPage #First .u_pagelink {
  max-width: 900px;
  margin: 0 auto 5em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#LowPage #First .u_pagelink li {
  max-width: 300px;
}

#LowPage #First .u_pagelink li a {
  display: block;
  padding: 10px;
  background-color: #479cd7;
  color: #fff;
  text-align: center;
  position: relative;
}

#LowPage #First .u_pagelink li a::after {
  position: absolute;
  z-index: 100;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  margin-right: 0.3em;
  top: 0.58em;
  right: 10px;
  font-size: 1em;
  color: #fff;
  font-weight: 900;
}

#LowPage #First h3 {
  max-width: fit-content;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 5px;
  border-left: 5px solid #479cd7;
  border-bottom: 1px solid #479cd7;
  font-size: 1.8em;
}

#LowPage #First .u_flex {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 2em;
}

#LowPage #First .u_flex_rr {
  flex-direction: row-reverse;
}

#LowPage #First .u_flex p img {
  max-width: 400px;
}

#LowPage #First .u_text {
  max-width: 800px;
}

#LowPage #First .u_box_bc {
  max-width: 1000px;
  margin: 5em auto 0;
  padding: 10px 0;
  background-color: #e5e5e5;
  position: relative;
}

#LowPage #First .u_box_bc::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #e5e5e5 transparent transparent transparent;
}

#LowPage #First .u_box_bc p {
  padding: 10px;
  text-align: center;
  font-size: 2em;
  line-height: 1.5;
}

#LowPage #First .u_img {
  margin: 0 auto;
  width: 50px;
}

#LowPage #First .u_font_L {
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #004ea1;
  font-size: 2em;
  text-align: center;
}

#LowPage #First .u_width1000 {
  max-width: 1000px;
  margin: 1em auto 0;
}

#LowPage #First .u_font_M {
  font-size: 1.5em;
}

#LowPage #First .u_box1000 {
  max-width: 1280px;
  margin: 3em auto;
  padding: 2em 5em;
  background-color: #e2eefc;
}

#LowPage #First .u_box1000_1 {
  background-color: #fce9e2;
}

#LowPage #First .u_box1000 h4 {
  margin-bottom: 24px;
  font-size: 1.3em;
  text-align: center;
  font-weight: bold;
}

#LowPage #First .u_box1000 ul {
  counter-reset: list-counter;
}

#LowPage #First .u_box1000 li {
  margin-bottom: 24px;
  position: relative;
  counter-increment: list-counter;
}

#LowPage #First .u_box1000 li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: -0.1em;
  display: block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #479cd7;
  font-size: 1.2em;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

#LowPage #First .u_box1000_1 li::before {
  background-color: #d74747;
}

#LowPage #First .u_box1000 div {
  padding-left: 50px;
}

#LowPage #First .u_box1000 h5 {
  font-weight: bold;
}

#LowPage #First .u_box_bc1 {
  max-width: 1000px;
  margin: 5em auto 0;
  padding: 10px 0;
  background-color: #fffbc9;
}

#LowPage #First .u_box_bc1 p {
  padding: 10px;
  text-align: center;
  font-size: 2em;
  line-height: 1.5;
  color: #ff0000;
}

#LowPage #First .u_box_bc2 {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.2em;
  line-height: 1.5;
}

#LowPage #First .u_img1 {
  margin: 0 auto;
  max-width: 150px;
}

#LowPage #First .u_shadow p {
  max-width: fit-content;
  width: 100%;
  margin: 2em auto 1em;
  padding: 10px 20px;
  border: 1px solid #7aa7de;
  font-size: 1.8em;
  box-shadow: 5px 5px 0 0 #004699;
}

#LowPage #First .u_box1000_2 {
  background-color: #fff7e6;
  box-shadow: 5px 5px 10px 0 #ffd477;
}

#LowPage #First .u_box1000_2 .u_font_title {
  margin-bottom: 1em;
  font-size: 1.8em;
  font-weight: bold;
  position: relative;
}

#LowPage #First .u_box1000_2 .u_font_title::after {
  position: absolute;
  content: '';
  max-width: 120px;
  width: 100%;
  border: 0.5px solid #000;
  top: 0.5em;
  left: 10.1em;
}

#LowPage #First .u_box1000_2 p {
  font-size: 1.2em;
}

#LowPage #First .u_flow_wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
}

#LowPage #First .u_img_flow {
  max-width: 530px;
}

#LowPage #First .u_font_md {
  font-size: 1.6em;
}

#LowPage #First .u_school_year {
  max-width: 530px;
}

#LowPage #First .u_school_year h4 {
  font-size: 1.2em;
  margin-bottom: 1em;
  padding: 10px 20px;
  background-color: #d0efff;
}

#LowPage #First .u_school_year ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#LowPage #First .u_school_year img {
  max-width: 170px;
}

#LowPage #First #join_flow .u_width1000 {
  margin-top: 2em;
}

#LowPage #First #cost_exam .u_font_L span {
  font-size: 0.6em;
}

#LowPage #First .u_price {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

#LowPage #First .u_price table {
  background-color: #f2f7fc;
  text-align: center;
  color: #004699;
}


#LowPage #First .u_price tr,
#LowPage #First .u_price td {
  padding: 5px 10px;
  border: 1px solid #ffffff;
  font-size: 1.4rem;
  vertical-align: middle;
}

#LowPage #First .u_price td.u_lnhei17 {
  line-height: 1.7;
}

#LowPage #First .u_price th {
  height: 0;
  padding: 0 10px;
  background-color: #004699;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
}

#LowPage #First .u_price .u_tbbg1 {
  background-color: #cbdaf6;
  vertical-align: middle;
}

#LowPage #First .u_price .u_tbbg2 {
  background-color: #e7efff;
}

#LowPage #First #cost_exam ul {
  max-width: 1280px;
  margin: 20px auto 0;
  font-size: 1rem;
  line-height: 2;
}

/* 初めての方へここまで */
/* 教室一覧：Class_list ここから */

#LowPage #Classroom #Class_list section.u_bg {
  background-color: unset;
}

#LowPage #Classroom #Class_list section.u_bg3 {
  background-color: #EFF8FF;
}

#LowPage #Class_list .u_class_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 5em;
  padding: 0 20px;
}

#LowPage #Class_list .u_class_list li {
  max-width: 300px;
  width: 100%;
}

#LowPage #Class_list .u_class_list li a {
  display: flex;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  padding: 20px 40px;
  background-color: #004699;
  color: #fff;
  position: relative;
}

#LowPage #Class_list .u_class_list li a::after {
  position: absolute;
  z-index: 100;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  right: 10px;
  font-size: 1em;
  color: #fff;
  font-weight: 900;
}

#LowPage #Class_list .u_class_list li .u_kanagawa {
  background-color: #2089D2;
}

#LowPage #Class_list .u_class_list .u_kansai {
  background-color: #46CCB7;
}

/* 教室一覧：Class_list ここまで */
/* 学校・入試情報お役立ちコンテンツ：Useful ここから */
#LowPage #Course #Useful {
  margin-top: 140px;
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
    #LowPage #Course #Useful {
      margin-top: 100px;
    }
}

#LowPage #Course #Useful h2 {
  margin-bottom: 0;
  padding: 2em 0;
  font-size: 2.5em;
  background-color: #2089D2;
  color: #fff;
  line-height: 1.5;
}

#LowPage .u_pt {
  margin-bottom: 50px;
  padding-top: 3em;
}

#LowPage #Course #Useful .u_season {
  padding-top: 5em;
  background-color: unset;
}

#LowPage #Course #Useful .u_season .u_flexc {
  width: 75%;
}

/* 学校・入試情報お役立ちコンテンツ：Useful ここまで */
/* 学校・入試情報お役立ちコンテンツ：Useful_list ここから */
#LowPage #Useful_list {
  margin-top: 140px;
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  #LowPage #Useful_list {
    margin-top: 100px;
  }
}

#LowPage #Useful_list h2 {
  margin-bottom: 0;
  padding: 2em 0;
  font-size: 2.5em;
  background-color: #2089D2;
  color: #fff;
  line-height: 1.5;
}

#LowPage #Useful_list ul {
  padding-bottom: 0;
}

/* 学校・入試情報お役立ちコンテンツ：Useful_list ここまで */
/* 動画コンテンツ：Movie ここから */
#LowPage #Movie {
  margin-top: 140px;
}
@media screen and (max-width: 1000px) {
    #LowPage #Movie {
      margin-top: 100px;
    }
}
#LowPage #Movie .u_pagelink {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1400px;
  margin: 5em auto;
}

#LowPage #Movie .u_pagelink li {
  max-width: 400px;
  width: 100%;
  text-align: center;
}

#LowPage #Movie .u_pagelink a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  height: 100%;
  background-color: #ff84be;
  color: #fff;
  line-height: 1.5;
  position: relative;
}

#LowPage #Movie .u_pagelink a.u_bc_blue {
  background-color: #0070c0;
}

#LowPage #Movie .u_pagelink a.u_bc_green {
  background-color: #86B14B;
}

#LowPage #Movie .u_pagelink a::after {
  position: absolute;
  z-index: 100;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  margin-right: 0.3em;
  top: 2em;
  right: 10px;
  font-size: 1em;
  color: #fff;
  font-weight: 900;
}

#LowPage #Movie .u_pagelink span {
  display: block;
  font-size: 0.8em;
}

#LowPage #Movie .u_title {
  font-size: 1.5em;
}

#LowPage #Movie section {
  padding: 5em 0;
  background-color: #eef7ff;
}

#LowPage #Movie .u_pb0 {
  padding-bottom: 0;
}

#LowPage #Movie #interview {
  background-color: #ffeeee;
}

#LowPage #Movie #pr_movie {
  background-color: #f5ffee;
}

#LowPage #Movie h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
}

#LowPage #Movie h3 img {
  padding: 0 5px;
}

#LowPage #Movie h2 {
  margin-bottom: 0;
  padding: 2em 0;
  font-size: 2.5em;
  background-color: #2089D2;
  color: #fff;
  line-height: 1.5;
}

#LowPage #Movie .u_box800 {
  max-width: 800px;
  margin: 0 auto 5em;
  padding: 10px 20px;
  border: 3px solid #1eacec;
  background-color: #f2fbff;
}

#LowPage #Movie .u_layout-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

#LowPage #Movie .u_layout-box iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid #ddd;
}

#LowPage #Movie h3 {
  margin-bottom: 2em;
}

#LowPage #Movie h4 {
  font-weight: bold;
}

#LowPage #Movie .u_pr_movie {
  max-width: 1000px;
  display: flex;
  gap: 20px;
  margin: 0 auto;
}

#LowPage #Movie .u_pr_movie div {
  width: 50%;
}

#LowPage #Movie .u_pr_movie iframe {
  width: 50%;
  aspect-ratio: 5 / 3;
}

#LowPage #Movie .u_pv_movie {
  margin-top: 4em;
  text-align: center;
}

#LowPage #Movie .u_pv_movie iframe {
  max-width: 600px;
  width: 100%;
  aspect-ratio: 5 / 3;
}


/* 動画コンテンツ：Movie ここまで */

/* 東京・千葉・埼玉エリア ここから */
#Classroom #tokyotop h2 {
  line-height: 1.7;
  background-color: #004699;
}

#Classroom #tokyotop .u_area_news .u_dt_school {
  background-color: #004699;
}
/* 東京・千葉・埼玉エリア ここまで */

/* 神奈川エリア ここから */
#Classroom #kanagawatop h2 {
  line-height: 1.7;
  background-color: #2089D2;
}
/* 神奈川エリア ここまで */

/* 関西エリア ここから */
#Classroom #kansaitop h2 {
  line-height: 1.7;
  background-color: #46ccb7;
}
#Classroom #kansaitop .u_area_news .u_dt_school {
  background-color: #46ccb7;
}
/* 関西エリア ここまで */

/* 入会の流れ：Flow ここから */
#LowPage #Flow .u_width800 {
  max-width: 800px;
  margin: 5em auto 0;
}

#LowPage #Flow .u_flow-img {
  margin-bottom: 1em;
  text-align: center;
}

#LowPage #Flow h2 {
  padding-bottom: 1.5em;
  background-color: #2089D2;
  color: #fff;
}

#LowPage #Flow .u_flow-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 2em;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}

#LowPage #Flow .u_flow-title span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: #f4a220;
  font-size: 2.3em;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0;
}

#LowPage #Flow .u_flow-text {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.4em;
}

#LowPage #Flow #Parents_taiken .u_app_wrapper {
  padding: 2em 0 3em;
}

#LowPage #Flow .u_flow-title2 {
  margin-top: 3em;
  font-size: 1.2em;
}

#LowPage #Flow .u_flow-box {
  margin-bottom: 3em;
}

#LowPage #Flow .u_flow-box .u_width800 {
  margin-top: 2em;
}

#LowPage #Flow .u_flow-tel {
  max-width: 1000px;
  margin: 0 auto;
}

#LowPage #Flow .u_flow-tel .u_flow-title2 {
  margin-top: 0;
  padding-top: 1em;
}

#LowPage #Flow .u_flow-tel {
  margin-top: 2em;
  /* background-color: #f5faff; */
  background-color: #f6f6f6;
}

#LowPage #Flow .u_flow-tel {
  padding: 0 0 1em;
}

#LowPage #Flow .u_flow-tel .u_width800 {
  margin-top: 2em;
}

#LowPage #Flow .u_flow-tel .u_p-img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 2em;
}

#LowPage #Flow .u_flexbox {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 2em;
  padding: 2em 0;
}

#LowPage #Flow .u_flexbox_rr {
  flex-direction: row-reverse;
}

/* 入会の流れ：Flow ここまで */
/* SNS一覧：SNS_all ここから */
#LowPage #SNS_all .u_width800 {
  max-width: 800px;
  margin: 5em auto;
}

#LowPage #SNS_all section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}

#LowPage #SNS_all .u_sns-title {
  background-color: #FF0069;
  padding: 8px 0;
  text-align: center;
  color: #fff;
}

#LowPage #SNS_all .u_sns-titleL {
  background-color: #02C755;
}

#LowPage #SNS_all .u_sns-titleY {
  background-color: #ff0000;
}

#LowPage #SNS_all .u_sns-titleF {
  background-color: #0866ff;
}

#LowPage #SNS_all .u_sns-list {
  margin-top: 5em;
  margin-bottom: 5em;
}

#LowPage #SNS_all .u_sns-list li {
  max-width: 400px;
}

#LowPage #SNS_all .u_sns-list li a {
  display: flex;
  gap: 50px;
  max-width: 400px;
  width: 100%;
  padding: 40px;
  color: #000;
  font-size: 0.65em;
  line-height: 1.7;
  box-shadow: 4px 4px 15px -5px #777777;
}

#LowPage #SNS_all .u_sns-list li img {
  display: block;
  max-width: 100%;
  height: auto;
}

#LowPage #SNS_all .u_sns-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}


#LowPage #SNS_all #Event {
  margin-bottom: 5em;
}

#LowPage #SNS_all #Event h3 {
  border: none;
  font-weight: normal;
  font-size: 1.4em;
}


/* SNS一覧：SNS_all ここまで */

/* オンライン理英会：Web_rieikai ここから */
#LowPage #Web_rieikai h2 {
  margin-top: 140px;
  margin-bottom: 0;
  padding: 2em 0;
  background-color: #2089D2;
  font-size: 2.5em;
  color: #fff;
}
@media screen and (max-width: 1000px) {
    #LowPage #Web_rieikai h2 {
      margin-top: 100px;
    }
}

#LowPage #Web_rieikai .btn {
  max-width: 350px;
  margin-top: 3em;
}

#LowPage #Web_rieikai section {
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

#LowPage #Web_rieikai h3 {
  font-size: 1.8em;
}

#LowPage #Web_rieikai h4 {
  font-weight: bold;
}

#LowPage #Web_rieikai .u_flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

#LowPage #Web_rieikai .u_flex-container1 {
  width: 60%;
}

#LowPage #Web_rieikai .u_flex-container1 div {
  margin-bottom: 20px;
}

#LowPage #Web_rieikai .u_flex-container2 {
  width: 35%;
}

#LowPage #Web_rieikai .u_flex-container2 img {
  box-shadow: 28px 27px 0px -15px rgb(221, 241, 250);
}
#LowPage #Web_rieikai .u_bc{
  background-color: #F5FAFE;
}
#LowPage #Web_rieikai .u_online h4{
  font-size: 1.3em;
}
#LowPage #Web_rieikai .u_online .u_flex{
  flex-direction: row-reverse;
  margin-top: 2em;
}
#LowPage #Web_rieikai .u_online .u_online-box{
  flex-direction: row;
}

#LowPage #Web_rieikai .u_faq h4,
#LowPage #Web_rieikai .u_voice h4,
#LowPage #Web_rieikai .u_achievements h4,
#LowPage #Web_rieikai .u_online-box h4{
  padding: 10px;
  text-align: center;
  background-color: #004ea1;
  color: #fff;
}
#LowPage #Web_rieikai .u_online-box div{
  width: 50%;
  margin-bottom: 3em;
}
#LowPage #Web_rieikai .u_online-box ul{
  margin-top: 2em;
}
#LowPage #Web_rieikai .u_achievements{
  margin-bottom: 3em;
}
#LowPage #Web_rieikai .u_achievements p{
  margin-bottom: 1em;
}
#LowPage #Web_rieikai .u_achievements div{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 20px;
  row-gap: 30px;
}
#LowPage #Web_rieikai .u_achievements dl{
  width: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
#LowPage #Web_rieikai .u_voice dt,
#LowPage #Web_rieikai .u_achievements dt{
  font-weight: bold;
  text-align: center;
}

#LowPage #Web_rieikai .u_voice p{
  margin: 2em auto;
  font-size: 1.3em;
  text-align: center;
  font-weight: bold;
}
#LowPage #Web_rieikai .u_voice div{
  display: flex;
  gap: 30px;
  margin-bottom: 3em;
}
#LowPage #Web_rieikai .u_voice dl{
  width: 50%;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
#LowPage #Web_rieikai .u_voice dt{
  font-size: 1.1em;
  margin-bottom: 1em;
  border-bottom: 3px solid red;
}
#LowPage #Web_rieikai .u_faq div{
  max-width: 1000px;
  margin: 3em auto 0;
}
#LowPage #Web_rieikai .u_faq h5{
  padding-left: 40px;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
#LowPage #Web_rieikai .u_faq h5::before{
  content: 'Q';
  color: #fff;
  text-align: center;
  line-height: 1.8em;
  width: 1.8em;
  height: 1.8em;
  background: #004ea1;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
/*  bottom: 0;*/
  margin: auto;
}
#LowPage #Web_rieikai .u_faq div p{
  margin-top: 10px;
}
#LowPage #Web_rieikai .u_online_teacher .u_grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
  row-gap: 30px;
}
#LowPage #Web_rieikai .u_online_teacher .u_grid iframe{
  width: 100%;
  aspect-ratio: 16/9;
  border: 1px solid #eee;
}
#LowPage #Web_rieikai .u_online_teacher h4{
  text-align: center;
}
#LowPage #Web_rieikai .u_bc1{
  background-color: #fff6f6;
}

#LowPage #Web_rieikai .u_benefits h4{
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 8px solid #004699;
  font-size: 1.2em;
}
#LowPage #Web_rieikai .u_benefits div{
  max-width: 1000px;
  margin: 0 auto 3em;
}
#LowPage #Web_rieikai .u_benefits .u_box_bc{
  margin-top: 10px;
  padding: 10px 20px;
  border: 3px solid #1eacec;
  background-color: #f2fbff;
  line-height: 1.7;
}
#LowPage #Web_rieikai .u_benefits .btn{
  margin-top: 10px;
}
#LowPage #Web_rieikai .u_benefits ul{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 10px;

}
#LowPage #Web_rieikai .u_benefits ul a{
  display: block;
  padding: 20px 40px;
  background-color: #004699;
  color: #fff;
  line-height: 1.5;
  position: relative;
}
#LowPage #Web_rieikai .u_benefits ul a::after{
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  color: #fff;
  margin-right: 0.3em;
  position: absolute;
  top: 1.8em;
  right: 10px;
  font-size: 1em;
  z-index: 1;
}
#LowPage #Web_rieikai .u_benefits ul a.u_kanagawa{
  background-color: #2089D2;
}
#LowPage #Web_rieikai .u_benefits ul a.u_kansai{
  background-color: #46CCB7;
}
#LowPage #Web_rieikai .u_others-wrapper{
  background-image: url(../img/landing/1091045.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#LowPage #Web_rieikai .u_others .u_width800{
  border: 3px solid #ec1e74;
  background-color: #fff2fa;
}
#LowPage #Web_rieikai .u_others .u_container{
  /* max-width: 1000px; */
  margin: 3em auto 0;
  background-color: #fff;
  width: 50%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
}
#LowPage #Web_rieikai .u_others h4{
  font-size: 1.2em;
  margin-bottom: 20px;
  text-align: center;
}
#LowPage #Web_rieikai .u_others h5{
  font-weight: bold;
}

#LowPage #Web_rieikai .u_width800 {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border: 3px solid #1eacec;
  background-color: #f2fbff;
}

/* オンライン理英会：Web_rieikai ここまで */
/* 理英会の個別指導：Individualized_instructions ここから */
#LowPage #Individualized_instructions .u_width800{
  margin-bottom: 3em;
}
#LowPage #Individualized_instructions .u_instructions h4{
 font-size: 1.2em;
 border-left: 8px solid #004699;
 padding-left: 10px;
 margin-bottom: 1em;
}
#LowPage #Individualized_instructions .u_instructions .u_flex-container1 div:first-child{
margin-bottom: 3em;
}

#LowPage #Individualized_instructions #Web_rieikai .u_flex{
  flex-direction: row;
}
#LowPage #Individualized_instructions .u_container{
  width: 50%;
  margin-bottom: 3em;
}
#LowPage #Individualized_instructions .u_container h4{
  padding: 10px;
  text-align: center;
  background-color: #004ea1;
  color: #fff;
}

#LowPage #Individualized_instructions .u_width800_1{
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: unset;
  background-color: unset;
  border: none;
}

#LowPage #Individualized_instructions table{
  width: 100%;
  background-color: #fff;
}
#LowPage #Individualized_instructions th{
  padding: 5px;
  border: 1px solid #cacaca;
}
#LowPage #Individualized_instructions td{
  border: 1px solid #cacaca;
  padding: 5px;
}
#LowPage #Individualized_instructions .u_th_bc1{
  background-color: #ffe0e0;
}
#LowPage #Individualized_instructions .u_th_bc2{
  background-color: #f6ffe0;
}
#LowPage #Individualized_instructions .u_th_bc3{
  background-color: #e0feff;
}
#LowPage #Individualized_instructions .u_td_bc1{
  background-color: #fff7f7;
}

#LowPage #Individualized_instructions .u_td_bc2{
  background-color: #fdfff8;
}

#LowPage #Individualized_instructions .u_td_bc3{
  background-color: #f5ffff;
}

#LowPage #Individualized_instructions .u_petit{
  margin-top: 3em;
  margin-bottom: 3em;
}

#LowPage #Individualized_instructions .u_online h4{
  font-size: 1.2em;
  border-left: 8px solid #004699;
  padding-left: 10px;
  margin-bottom: 1em;
}
#LowPage #Individualized_instructions .u_online .btn{
  margin: unset;
  margin-top: 1em;
}

#LowPage #Individualized_instructions .u_online .u_width1000{
  max-width: 700px;
  margin-bottom: 3em;
}


#LowPage #Individualized_instructions .u_bg .u_Inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

#LowPage #Individualized_instructions .u_bg .u_Inner li a {
  display: block;
  background-color: #fff;
  color: #000;
  box-shadow: 10px 10px 0 #DDEAF6;
  border: 1px solid #eeefee;
}

#LowPage #Individualized_instructions .u_bg .u_Inner li a img {
  width: 100%;
  object-fit: cover;
}

#LowPage #Individualized_instructions .u_bg .u_Inner li a div {
  padding: 10px;
  padding-left: 20px;
}

#LowPage #Individualized_instructions .u_bg div h3 {
  margin-top: 2em;
}

#LowPage #Individualized_instructions .u_bg div ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#LowPage #Individualized_instructions .u_bg div ul li {
  max-width: 300px;
  margin: unset;
}


/* 理英会の個別指導：Individualized_instructions ここまで */

/*============sakuraコース：写真追加時の位置調整============*/

	#Course .u_lesson .h_try_flex {
		align-items: stretch;
	}
	
	#Course .u_lesson .u_flex div.sakura_try_img {
		max-width: 70%;
		margin: 0 auto;
	}

/*============sakuraコース：写真追加時の位置調整ここまで============*/




/*============よくある質問の調整============*/

	#LowPage #Web_rieikai .u_faq h4 {
		max-width: 1000px;
		margin: 0 auto;
	}

	#LowPage #Web_rieikai .u_faq .h_course {
		margin: 1.5em auto;
	}

	.h_coursename,
	.h_highlight_course span {
		font-weight: bold;
	}

	.h_coursename {
		margin-bottom: 0.5em;
	}

	.h_highlight_course {
		line-height: 1.2em;
	}

	.h_highlight_course span {
		font-size: 0.9em;
	}

	.h_highlight_course span a {
		font-weight: normal;
		padding-left: 1.1em;
	}

/*============よくある質問の調整ここまで============*/


/*============ideta_CSSここから============*/

/*先輩ママ先生の受験こぼれ話*/
#LowPage #Open .u_flex .i_text {
  max-width: 1000px !important;
}
#LowPage #Open .u_flex .i_photo img{
  width: 100%;
  box-shadow: none;
  margin-bottom: 30px;
}

/*プチ個別*/
.i_group {
	display: flex;
	flex-wrap: wrap;
}
.i_group li{
	width: 50%;
	padding: 0;
	margin: 0;
}
#Classroom #Seminar section .i_inner table {
  margin-bottom: 1em;
  border: 1px solid #868686;
  background-color: #fff;
}

#Classroom #Seminar section .i_inner table tr {
  border-top: 1px solid #868686;
}

#Classroom #Seminar section .i_inner table .u_bt_none {
  border-top: unset;
}

#Classroom #Seminar section .i_inner table th,
#Classroom #Seminar section .i_inner table td {
  border-right: 1px solid #868686;
  border-left: 1px solid #868686;
  padding: 5px;
  padding-left: 10px;
  vertical-align: middle !important;
}

#Classroom #Seminar section .i_inner table th {
  font-weight: bold;
  text-align: center;
  background-color: rgba(32, 137, 210, 0.1);
}

/*============ideta_CSSここまで============*/



/* メディアクエリ */

/* タブレット */
@media screen and (max-width: 1230px) {

  /* 3rd_Course：年長コース タブレット */
  #LowPage #Course .u_pickUp ul {
    grid-template-columns: 1fr 1fr 1fr;
  }

  #LowPage #Course .u_study ul li {
    width: 100%;
  }

  #LowPage #Course .u_features section {
    justify-content: center;
    gap: 20px;
  }

  #LowPage #Course .u_features .u_width300 {
    max-width: 300px;
  }

  #LowPage #Course .u_seminar ul {
    width: 90%;
  }

  #LowPage #Course .u_seminar .u_bgicon1 {
    background-position: 40% center;
  }

  #LowPage #Course .u_seminar .u_bgicon2 {
    background-position: 28% center;
  }

  #LowPage #Course .u_schedule p img {
    min-width: 200%;
  }

  #LowPage #Course .u_price {
    padding-bottom: 0;
  }

  #LowPage #Course .u_price div {
    grid-template-columns: 1fr 1fr;
  }


  .u_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  #LowPage .u_3rdTimetable section {
    padding: 0 4em;
  }

  /* 小学校受験の基礎知識：タブレット */
  #LowPage #Topics .u_topicBg {
    width: 90%;
  }

  #LowPage #Topics .u_topicBg .u_flex li {
    width: 100%;
  }

  /* 年少コース：タブレット */
  #LowPage #Course .u_story {
    grid-template-columns: repeat(2, 1fr);
  }

  #LowPage #Course .u_price1 table {
    width: 50%;
  }

  /* 神奈川 */
  #Classroom article .u_bg .u_Inner {
    grid-template-columns: repeat(2, 1fr);
  }

  #Classroom article .u_area_news {
    flex-direction: column;
  }

  #Classroom article .u_area_news section {
    width: 90%;
    margin: 0 auto;
    gap: 0;
  }

  #Classroom article .u_area_news section:first-child {
    padding-bottom: 0;
  }

  #Classroom article .u_area_news section:nth-child(2) {
    padding-top: 2em;
  }

  #Classroom article .u_bg1 ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .u_time_bgJ {
    padding-left: 20px;
  }

  .u_time_bgK {
    padding-left: 50px;
  }

  /* 合格実績 */
  #Pass_info section div.Inner {
    width: 90%;
  }

  #Pass_info tbody {
    height: 1100px;
  }

  #Pass_info .u_table_h tbody tr {
    width: 70%;
  }

  /* 横浜校 */
  #Classroom .u_class_low .u_area_news {
    width: 90%;
  }

  #Classroom .u_building dl div {
    width: 48%;
  }

  #Classroom .u_building .u_bnr_insta {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  #Classroom .u_teacher .flex {
    width: 90%;
  }

  #Classroom .u_teacher .HalfBox48 figure P {
    padding: 1em 20px 3em;
  }

  #Classroom .u_class_access ol {
    gap: 20px;
  }

  #Classroom .u_class_topics h3 {
    margin-bottom: 1em;
  }

  #Classroom .u_swiper_topics .swiper-slide a {
    max-width: 280px;
  }

  /* イベント・講習 */
  #Classroom #Event .u_training ul {
    gap: 10px;
  }

  #Classroom #Event .u_pagelink li {
    max-width: 180px;
  }

  #Classroom #Event .u_pagelink li a {
    padding-right: 20px;
  }

  #Classroom #Event .u_flex .u_img {
    width: 50%;
  }

  #Classroom #Event .u_training .u_event_area {
    gap: 25px;
  }

  #Classroom #Event .u_tunagu_wrapper {
    flex-direction: column;
  }

  #Classroom #Event .u_training .u_flex .u_upper {
    width: 100%;
  }

  #Classroom #Event .u_Inner {
    width: 90%;
  }

  #Classroom #Event .u_training ul {
    justify-content: flex-start;
  }

  /* 私立・国立学校情報 */
  #School section.Inner {
    width: 90%;
  }

  #School table {
    width: 90%;
  }

  /* 体験授業のご案内 */
  #LowPage #Open .taiken_bnr {
    padding: 0 20px;
    margin: 2em auto;
  }

  #LowPage #Open .u_border {
    max-width: 700px;
  }

  #LowPage #Open .u_pagelink {
    justify-content: center;
    gap: 10px;
    margin-bottom: 1em;
  }

  #LowPage #Open .u_border1 {
    max-width: 700px;
  }

  #LowPage #Open #Taikenkai .u_border1 p.bold {
    padding-left: 30px;
    margin-top: 5px;
  }

  #LowPage #Open #Taikenkai ul {
    justify-content: center;
  }

  #LowPage .u_table_wrapper {
    width: 90%;
  }

  #LowPage #Open #Class_taiken ul {
    justify-content: center;
  }

  #LowPage #Open .u_open_news,
  #LowPage #Open #Trial_taiken .u_trial_price,
  #LowPage #Open #Trial_taiken .u_flex,
  #LowPage #Open #Parents_taiken .u_flow,
  #LowPage #Open #Parents_taiken .u_flex {
    width: 90%;
  }

  #LowPage #Open #Parents_taiken .u_flow ol {
    max-width: 600px;
  }

  #LowPage #Open .u_flex p:first-child {
    max-width: 400px;
  }

  #LowPage #Open #Kobetu .kobetu-box {
    width: 90%;
  }



  /* 初めての方へ */
  #LowPage #First .u_pagelink {
    width: 90%;
  }

  #LowPage #First .u_flex {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  #LowPage #First #cost_exam ul,
  #LowPage #First .u_box_bc2,
  #LowPage #First .u_box_bc1,
  #LowPage #First .u_box1000,
  #LowPage #First .u_width1000,
  #LowPage #First .u_box_bc,
  #LowPage #First .u_text {
    width: 90%;
  }

  #LowPage #First .u_font_L {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  #LowPage #First .u_flow_wrapper {
    flex-direction: column;
  }

  #LowPage #First .u_school_year,
  #LowPage #First .u_img_flow {
    margin-left: auto;
    margin-right: auto;
  }

  #LowPage #First .u_price {
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
  }

  #LowPage #First .u_box_bc::after {
    bottom: -49px;
  }

  /* 学校・入試情報お役立ちコンテンツ */
  #LowPage #Course #Useful .u_season .btn {
    width: 70%;
  }

  /* 動画コンテンツ */
  #LowPage #Movie .u_pagelink {
    width: 90%;
  }

  #LowPage #Movie .u_pagelink a {
    font-size: .9em;
  }

  #LowPage #Movie .u_box800 {
    width: 90%;
  }

  #LowPage #Movie .u_pr_movie {
    width: 90%;
  }




  /* 入会の流れ：Flow */
  #LowPage #Flow .u_width800 {
    width: 90%;
  }

  #LowPage #Flow .u_flow-tel {
    max-width: 800px;
    width: 90%;
  }

  #LowPage #Flow .u_flexbox {
    width: 90%;
    margin: 0 auto;
  }

  #LowPage #Flow .u_flow-text {
    padding: 0 20px;
  }

  /* SNS一覧 */
  #LowPage #SNS_all section {
    width: 90%;
  }

  #LowPage #SNS_all .u_sns-list {
    grid-template-columns: 1fr 1fr;
  }

  #LowPage #SNS_all .u_sns-list li {
    max-width: 600px;
  }

  #LowPage #SNS_all .u_sns-list li a {
    max-width: 600px;
  }

  /* 志望校別ゼミ・講習一覧：各エリア */

  #Classroom #Seminar_area .u_width1280 {
    width: 90%;
    padding: 0;
  }

  #Classroom #Seminar_area .u_width1000 {
    width: 90%;
  }

  #Classroom #Seminar_area .u_seminar_pagelink {
    flex-wrap: wrap;
    padding: 0 20px;
  }

  #Classroom #Seminar_area .u_border {
    width: 90%;
  }

  #Classroom .u_seminar_news ul {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  #Classroom #Seminar_area .u_width1280 h3 {
    margin-bottom: 1.5em;
  }

  #Classroom #Seminar_area .u_seminar_timetable th,
  #Classroom #Seminar_area .u_seminar_timetable td {
    padding: 10px;
  }

  #Classroom #Seminar_area #bringing ul {
    gap: 10px;
    row-gap: 5px;
  }

  #Classroom #Seminar_area #movie th,
  #Classroom #Seminar_area #movie td {
    padding: 10px 5px;
  }

  #Classroom #Seminar_area #movie a {
    align-items: center;
    gap: 10px;
  }

  #Classroom #Seminar_area #movie a img {
    padding: 8px;
  }

/* オンライン理英会：Web_rieikai */
#LowPage #Web_rieikai .u_flex{
  flex-direction: column-reverse;
  align-items: center;
}
#LowPage #Web_rieikai .u_flex-container1{
  width: 100%;
}
#LowPage #Web_rieikai .u_flex-container2{
  width: 50%;
}
#LowPage #Web_rieikai .u_online .u_flex{
  flex-direction: column-reverse;
}
#LowPage #Web_rieikai .u_online .u_online-box{
  flex-direction: row;
  align-items: start;
}
#LowPage #Web_rieikai .u_voice div{
  flex-direction: column;
}
#LowPage #Web_rieikai .u_voice dl{
  width: 100%;
}
#LowPage #Web_rieikai .u_benefits div{
  flex-direction: row;
}
#LowPage #Web_rieikai .u_benefits{
  padding-bottom: 0;
}
#LowPage #Web_rieikai .u_benefits ul{
  gap: 10px;
  margin-top: 20px;
}
#LowPage #Web_rieikai .u_others{
  padding-top: 3em;
}
#LowPage #Web_rieikai .u_others .u_flex {
  gap: 0;

}
#LowPage #Web_rieikai .u_others .u_container{
  width: 100%;
  margin-top: 2em;
}
/* 理英会の個別指導 */
#LowPage #Individualized_instructions #Web_rieikai .u_flex{
  align-items: start;
}
#LowPage #Individualized_instructions .u_online .btn{
  width: 100%;
}
#LowPage #Individualized_instructions .u_bg .u_Inner{
  grid-template-columns: repeat(2, 1fr);
}

#LowPage #Individualized_instructions .u_online .u_width1000{
  max-width: unset;
}



}

@media screen and (max-width: 768px) {

  /* 横浜校 */
  #Classroom .u_class_timetable .u_pagelink li a {
    font-size: 1rem;
  }

  #Classroom .u_class_timetable table td {
    font-size: 0.7rem;
    text-wrap: nowrap;
  }

  /* 動画コンテンツ */
  #LowPage #Movie .u_pagelink {
    max-width: 90%;
    flex-wrap: wrap;
    justify-content: start;
    margin: 3em auto;
  }

  #LowPage #Movie .u_pagelink li {
    width: calc(50% - 20px);
  }

  #LowPage #Movie .u_pagelink a {
    font-size: 0.7em;
    line-height: 1.7;
    padding: 8px 0px;
    height: 100%;
  }

  #LowPage #Movie .u_pagelink a::after {
    top: 1.1em;
  }

  #LowPage #Movie .u_box800 {
    margin-bottom: 3em;
  }

  #LowPage #Movie section {
    padding: 3em 0;
  }

  #LowPage #Movie .u_pr_movie {
    flex-direction: column;
  }

  #LowPage #Movie .u_pr_movie div {
    width: 100%;
  }

  #LowPage #Movie .u_pr_movie iframe {
    width: 100%;
  }

  #LowPage #Movie .u_pv_movie {
    margin-top: 2em;
  }

  #LowPage #Movie h3 {
    margin-bottom: 1em;
  }

  /* 入会の流れ：Flow */
  #LowPage #Flow .u_width800 {
    margin-top: 3em;
  }

  #LowPage #Flow .u_flow-title {
    letter-spacing: 0.3em;
  }

  #LowPage #Flow .u_flow-title span {
    font-size: 1.8em;
  }

  #LowPage #Flow .u_flow-text {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  #LowPage #Flow .u_flow-title2 {
    margin-top: 2em;
  }

  #LowPage #Flow .u_flow-tel .u_width800,
  #LowPage #Flow .u_flow-box .u_width800 {
    margin-top: 1em;
  }

  #LowPage #Flow .u_flexbox {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
  }

  #LowPage #Flow .u_flexbox p img {
    width: 100%;
  }

  /* SNS一覧 */
  #LowPage #SNS_all .u_width800 {
    margin: 3em auto;
    width: 90%;
  }

  #LowPage #SNS_all .u_sns-list {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 3em;
  }

  #LowPage #SNS_all #Event {
    margin-bottom: 3em;
  }

  /* 志望校別ゼミ・講習一覧：各エリア */

  #Classroom #Seminar_area section h3 {
    width: 90%;
    font-size: 1.5em;
  }

  #Classroom #Seminar_area .u_seminar_pagelink a {
    font-size: 0.8em;
  }

  #Classroom .u_seminar_news {
    margin-top: 3em;
  }

  #Classroom #Seminar_area .u_width1280 h3 {
    font-size: 36px;
  }

  #Classroom #Seminar_area .u_acc_head1 {
    font-size: 1em;
  }

  #Classroom #Seminar_area .u_seminar_timetable td {
    padding-left: 20px;
  }

  #Classroom #Seminar_area .u_seminar_area_wrapper {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  #Classroom #Seminar_area .u_area_link a {
    font-size: .9em;
  }

  #Classroom #Seminar_area .u_seminar_area_wrapper p {
    margin-bottom: 1em;
  }

  #Classroom #Seminar_area section.u_width1000 {
    margin-top: 3em;
  }

  #Classroom #Seminar_area #movie th,
  #Classroom #Seminar_area #movie td {
    font-size: .8em;
    padding: 8px 5px;
  }

  #Classroom #Seminar_area #second {
    margin-top: 3em;
  }

  #Classroom #Seminar_area #second .u_seminar_area_wrapper p {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  #Classroom article .u_title_sm {
    font-size: 2em;
  }

  #Classroom #Seminar_area .u_2nd_yt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
  }

  #Classroom #Seminar_area .u_pb5 {
    padding-bottom: 3em !important;
  }

  #Classroom #Seminar_area #notice_2nd {
    margin-bottom: 3em;
  }

  #Classroom #Seminar_area .u_seminar_timetable th,
  #Classroom #Seminar_area .u_seminar_timetable td {
    padding: 5px;
  }

  #Classroom #Seminar_area .u_seminar_timetable td {
    padding-left: 8px;
    line-height: 1.7;
  }

  #Classroom #Seminar_area .u_seminar_timetable {
    font-size: 14px;
  }
/* オンライン理英会：Web_rieikai */
#LowPage #Web_rieikai .u_flex-container2{
  width: 100%;
}
#LowPage #Web_rieikai .btn{
  max-width: 500px;
  width: 100%;
  margin-top: 1em;
}
#LowPage #Web_rieikai .u_online h4{
  font-size: 1.1em;
  line-height: 1.5;
}
#LowPage #Web_rieikai .u_online .u_online-box{
  flex-direction: column;
}
#LowPage #Web_rieikai .u_online-box div{
  width: 100%;
  margin-bottom: 1em;
}
#LowPage #Web_rieikai .u_online-box ul{
  margin-top: 1em;
}
#LowPage #Web_rieikai .u_voice p{
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: start;
}
#LowPage #Web_rieikai .u_faq h5{
  padding-left: 50px;
}
#LowPage #Web_rieikai .u_faq div{
  margin-top: 1.5em;
}
#LowPage #Web_rieikai .u_benefits div{
  flex-direction: column;
  gap: 20px;
}
#LowPage #Web_rieikai .u_benefits ul{
  flex-direction: column;
}
#LowPage #Web_rieikai .u_benefits ul a{
  text-align: center;
}
#LowPage #Web_rieikai .u_others{
  padding-top: 0;
}
/* 個別指導 */
#LowPage #Individualized_instructions #Web_rieikai .u_flex{
  flex-direction: column;
}

#LowPage #Individualized_instructions .u_bg .u_Inner li {
  display: flex;
  flex-direction: column;
}
#LowPage #Individualized_instructions .u_bg .u_Inner li a{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#LowPage #Individualized_instructions .u_bg .u_Inner li a div{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#LowPage #Individualized_instructions .u_bg .u_Inner li a div p:nth-child(2){
  margin-top: auto;
}


}

/* スマホ */
@media screen and (max-width: 640px) {

  /* Information：本日の開講情報 スマホ */
  #LowPage .u_title h2 {
    font-size: 2em;
    max-width: 490px;
    background-size: 75px;
    background-position: top -1px left;
  }

  #LowPage .u_areabg {
    font-size: 1.4rem;
  }

  #LowPage #Information .flexCenter {
    justify-content: flex-start;
    padding-left: 15px;
  }

  #Top #TaikenAdvert .TaikenInner .TaikenInnerFlex,
  #LowPage #TaikenAdvert .TaikenInner .TaikenInnerFlex {
    display: block;
  }

  #Top #TaikenAdvert .TaikenInner .TaikenInnerFlex .HalfBox32,
  #LowPage #TaikenAdvert .TaikenInner .TaikenInnerFlex .HalfBox32 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  #Top #TaikenAdvert .TaikenInner .TaikenInnerFlex .HalfBox63,
  #LowPage #TaikenAdvert .TaikenInner .TaikenInnerFlex .HalfBox63 {
    width: 100%!important;
  }

  /* 3rd_Course：年長コース スマホ */
  #LowPage .u_courseTitle span {
    font-size: 1.5rem;
  }

  .u_news .flexCenter {
    justify-content: space-evenly;
  }

  #LowPage #Course .u_features .u_flex {
    flex-direction: column;
  }

  #LowPage #Course .u_features .u_flex h4 {
    font-size: 1.6rem;
  }

  #LowPage #Course .u_features .u_box {
    margin-top: 1em;
    margin-bottom: 3em;
  }

  #LowPage #Course .u_pickUp ul {
    grid-template-columns: 1fr 1fr;
  }

  #LowPage #Course .u_pickUp ul li p:nth-child(3) {
    font-size: 1rem;
  }

  #LowPage #Course .u_study ul li a {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #LowPage #Course .u_study ul li a div {
    padding-left: 0;
  }

  #LowPage #Course .u_study ul li a div h4 {
    margin: 10px 0;
    font-size: 1.6rem;
  }

  #LowPage #Course .u_study ul li a div p {
    padding-bottom: 10px;
  }

  #LowPage #Course article {
    margin-top: 2em;
    padding-top: 3em;
  }

  #LowPage #Course .u_features h4 {
    font-size: 2rem;
  }

  #LowPage #Course .u_features .u_flex {
    padding-top: 1em;
  }

  #LowPage #Course .u_features .u_box p.f14 {
    background-size: 30%;
  }

  #LowPage #Course .u_features .u_box div,
  #LowPage #Course .u_features .u_box p.u_step {
    max-width: 450px;
  }

  #LowPage #Course .u_goal section {
    width: 100%;
  }

  #LowPage #Course .u_goal section:first-child {
    margin-bottom: 2em;
  }

  #LowPage #Course .u_seminar p.bold {
    font-size: 1.6rem;
  }

  #LowPage #Course .u_seminar .u_bgicon1 {
    background-size: 8%;
    background-position: 29% center;
  }

  #LowPage #Course .u_seminar .u_bgicon2 {
    background-size: 9%;
    background-position: 8% 21%;
  }

  #LowPage #Course .u_season {
    padding-top: 3em;
  }

  #LowPage #Course .u_season .u_sp90 {
    width: 90%;
  }

  #LowPage #Course .u_season .u_flex {
    flex-direction: column-reverse;
    gap: 0;
  }

  #LowPage #Course .u_season h4 {
    font-size: 1.6rem;
  }

  #LowPage #Course .u_study {
    padding-top: 3em;
  }

  #LowPage #Course .u_price,
  #LowPage #Course .u_schedule {
    margin-top: 3em;
    padding-top: 3em;
  }

  #LowPage #Course .u_schedule p img {
    min-width: 300%;
  }

  #LowPage #Course .u_price {
    padding-bottom: 3em;
  }

  #LowPage #Course .u_price div {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  #LowPage #Course .u_3rdTimetable {
    margin-top: 3em;
    padding-top: 0;
  }

  #LowPage .u_3rdTimetable section h4 {
    padding-left: 10px;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
  }

  .u_grid {
    grid-template-columns: 1fr;
  }

  .u_acc_button {
    max-width: 48px;
    height: 45px;
    margin-top: 12px;
    font-size: 1.2rem;
  }

  /* 年少コース：スマホ */
  #LowPage #Course .u_features1 ol li {
    font-size: 1.2rem;
  }

  #LowPage #Course .u_features1 ol li:before {
    height: 30px;
    width: 30px;
    top: 9px;
    left: 0;
  }

  #LowPage #Course .u_story {
    grid-template-columns: repeat(1, 1fr);
  }

  #LowPage #Course .u_story section h4 {
    max-width: 300px;
    font-size: 1.6rem;
  }

  #LowPage #Course .u_price1 div {
    flex-direction: column;
  }

  #LowPage #Course .u_price1 table {
    width: 100%;
  }

  #LowPage #Course .u_story1 section h4 {
    max-width: 360px;
  }

  /* Topics：小学校受験の基礎知識 スマホ */
  #LowPage #Topics .u_Inner {
    width: 100%;
    background-size: 30%;
  }

  #LowPage #Topics section .u_flex div {
    width: 90%;
    margin: 0 auto;
  }

  #LowPage #Topics section p {
    margin: 0 auto;
  }

  #LowPage #Topics .u_topicBg {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  #LowPage #Topics .u_topicBg h3 {
    padding-right: 0;
  }

  #LowPage #Topics section .u_flex {
    flex-direction: column;
  }

  #LowPage #Topics .u_topicBg h3 img {
    margin-bottom: -15px;
  }

  #LowPage #Topics .u_topicBg .u_flex {
    margin: 0 auto;
    gap: 30px;
  }

  /* 私立小学校の選び方 */
  #LowPage #Topics .u_choice .u_flex {
    flex-direction: column;
  }

  #LowPage #Topics .u_choice .u_flex_rr {
    margin-bottom: 3em;
  }

  #LowPage #Topics .u_choice .u_width800 {
    width: 90%;
  }

  #LowPage #Topics .u_TableGraph {
    margin: 0 auto;
    width: 90%;
  }

  #LowPage #Topics .u_TableGraph th,
  #LowPage #Topics .u_TableGraph td {
    font-size: 0.9rem;
  }

  #LowPage #Topics .u_TableGraph .u_percent {
    width: 0%;
  }

  /* 小学校受験の入試傾向 */
  #LowPage #Topics .u_btn_low {
    width: 90%;
    grid-template-columns: 1fr;
  }

  #LowPage #Topics .u_tendency p.mt30,
  #LowPage #Topics .u_tendency .u_80per,
  #LowPage #Topics .u_point .u_80per,
  #LowPage #Topics .u_balance p,
  #LowPage #Topics .u_college .u_80per {
    width: 90%;
  }

  /* 5つの考査のポイントを把握しよう */
  #LowPage #Topics .u_five_point .u_Inner {
    margin-bottom: 3em;
  }

  #LowPage #Topics .u_point {
    padding-top: 3em;
  }

  #LowPage #Topics .u_five_point h2,
  #LowPage #Topics .u_balance h2,
  #LowPage #Topics .u_college h2 {
    line-height: 1.5;
    padding-left: 10px;
    padding-right: 10px;
  }

  #LowPage #Topics .u_point h3 {
    max-width: fit-content;
    width: 100%;
    font-size: 1.8rem;
    margin: 0 auto 30px;
  }

  #LowPage #Topics .u_five_point p.Inner,
  #LowPage #Topics .u_balance h3 {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  /* 頭、心、体のバランスが問われる考査 */
  #LowPage #Topics .u_balance h3 {
    margin-left: auto;
    margin-right: auto;
  }

  #LowPage #Topics .u_balance .u_Inner {
    margin-bottom: 0;
  }

  /* 中学・高校進学から考える小学校受験 */
  #LowPage #Topics .u_college .u_Inner {
    padding-top: 4em;
  }

  #LowPage #Topics .u_college .u_Inner h3 {
    margin-bottom: 1em;
  }

  #LowPage #Topics .u_college p.mt30,
  #LowPage #Topics .u_college p.mt50 {
    width: 90%;
  }

  /* 神奈川 */
  #Classroom .u_areaNav .Inner {
    width: 84%;
    top: 111%;
  }

  #Classroom .u_areaNav ul li {
    width: 46%;
    margin-bottom: 20px;
  }

  #Classroom article .u_bg div h3.f24 {
    font-size: 1.7em !important;
  }

  #Classroom article .u_bg1 {
    margin-bottom: 3em;
  }

  #Classroom article .u_bg .u_Inner {
    align-items: stretch;
  }

  #Classroom article .u_bg .u_Inner li {
    display: flex;
    flex-direction: column;
  }

  #Classroom article .u_bg .u_Inner li a {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  #Classroom article .u_bg .u_Inner li a div {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  #Classroom article .u_bg .u_Inner li a div p:nth-child(2) {
    margin-top: auto;
  }

  #Classroom article .u_bg div ul {
    flex-direction: column;
  }

  #Classroom article .u_bg div ul li {
    max-width: inherit;
    margin: 0 auto;
  }

  #Classroom article .u_area_news {
    margin-top: 5em;
  }

  #Classroom article .u_area_news dl {
    padding: 40px 50px;
  }

  #Classroom article .u_area_news dl div {
    display: block;
    margin-bottom: 20px;
  }

  #Classroom article .u_area_news dt {
    margin-bottom: 0;
  }

  #Classroom article .u_area_news dt,
  #Classroom article .u_area_news dl dd a {
    font-size: 0.9em;
  }

  #Classroom article .u_area_news .Max300 {
    max-width: 500%;
    width: 70%;
  }

  #Classroom article .u_bg1 h3 {
    padding-top: 3em;
  }

  #Classroom article .u_bg1 ul {
    grid-template-columns: repeat(2, 1fr);
  }

  span.u_course_icon {
    padding: 2px 10px;
    font-size: 0.8rem;
    line-height: normal;
  }

  #LowPage .u_courseMainImg {
    height: 350px;
  }

  #LowPage #Course .u_storyS section h4::before,
  #LowPage #Course .u_storyK section h4::before {
    line-height: 1.2em;
  }

  #LowPage #Course .u_lesson .u_flex .HalfBox48 {
    width: 90%;
  }

  #LowPage #Course .u_lesson li span,
  #LowPage #Course .u_lesson h4 {
    font-size: 1.8rem;
  }

  #LowPage #Course .u_timeline::before {
    left: 98px;
  }

  #LowPage #Course .u_timeline-item::before {
    left: 93px;
  }

  #LowPage #Course .u_voice {
    padding-bottom: 0;
  }

  #LowPage #Course .u_voice div.flex {
    flex-direction: column;
  }

  #LowPage #Course .u_voice div.HalfBox48 {
    width: 100%;
  }

  #LowPage #Course .u_lesson .u_time_wrapper {
    padding-bottom: 3em;
  }

  #LowPage #Course .u_featuresJ ol {
    padding: 0;
  }

  #LowPage #Course .u_storyJ section h4::before {
    line-height: 1.2em;
  }

  #LowPage #Course .u_lesson .u_time_wrapperJ {
    width: 100%;
  }

  #LowPage #Course .u_timelineJ::before {
    left: 180px;
  }

  #LowPage #Course .u_timeline-itemJ::before {
    left: 175px;
    top: 17px;
  }

  #LowPage #Course .u_lesson .u_time_wrapper p.u_timeJ {
    font-size: 1.7rem;
  }

  .u_time_bgK {
    padding-left: 50px;
  }

  #LowPage #Course .u_lesson .u_time_wrapper p.u_timeK {
    font-size: 1.7rem;
  }

  /* 合格実績 */

  #Pass_info h2 {
    padding-top: 0;
    flex-direction: column;
    line-height: 1;
  }

  #Pass_info h2 img {
    padding-right: 0;
  }

  #Pass_info section:first-of-type {
    padding-top: 3em;
  }

  #Pass_info h3 {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-size: 2rem;
  }

  #Pass_info ul li {
    max-width: 100%;
    width: 80%;
  }

  #Pass_info section div.Inner {
    padding-top: 0;
    padding-bottom: 1em;
  }

  #Pass_info section div.Inner p {
    width: 92%;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  #Pass_info section div.Inner p.u_total {
    font-size: 1.4rem;
  }

  #Pass_info table {
    width: 92%;
  }

  #Pass_info tbody,
  #Pass_info .u_table2col tbody,
  #Pass_info .u_table_h800 tbody,
  #Pass_info .u_table_h600 tbody {
    height: auto;
  }

  #Pass_info .u_table_h tbody tr,
  #Pass_info .u_table2col tr,
  #Pass_info tbody tr {
    width: 100%;
  }

  /* プライバシーポリシー */
  #Privacy h2 {
    padding-top: 0.5em;
    line-height: 1;
    font-size: 2em;
  }

  #Privacy .u_box .textcenter {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0.5em;
  }

  #Privacy section:last-of-type {
    padding-bottom: 3em;
  }

  /* 会社概要 */
  #Company {
    padding-top: 0;
  }

  #Company h2 {
    padding-top: 0.5em;
    font-size: 2em;
  }

  #Company table {
    font-size: 1rem;
  }

  #Company th,
  #Company td {
    padding: 0 10px;
    line-height: 1.8;
  }

  /* 横浜校 */
  #Classroom .u_flex {
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 3em;
  }

  #Classroom .u_flex img {
    width: 100%;
  }

  #Classroom .u_flex .u_70per {
    width: 100%;
  }

  #Classroom .u_link_container {
    margin-top: 2em;
  }

  #Classroom .u_link_container li {
    font-size: 1rem;
  }

  #Classroom .u_class_topics {
    margin-top: 3em;
  }

  #Classroom .u_class_topics .u_swiper_topics {
    height: 100%;
  }

  #Classroom .u_swiper_topics .swiper-slide {
    height: 600px;
  }

  #Classroom .u_swiper_topics .swiper-slide a {
    max-width: 500px;
    height: 95%;
    font-size: 1.1rem;
  }

  #Classroom .u_swiper_topics .swiper-slide img {
    /* padding: 30px 25px 0; */
    padding: 0;
  }

  #Classroom .u_building .u_bnr_insta {
    margin-top: 1em;
  }

  #Classroom .u_swiper_topics .swiper-slide a p {
    padding-bottom: 30px;
  }

  #Classroom .u_class_low .u_bg1 {
    margin-bottom: 3em;
  }

  #Classroom article .u_bg1 a {
    font-size: 1rem;
    line-height: 1.5;
  }

  #Classroom .u_class_low .u_bg1 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 0;
    padding-bottom: 1.5em;
  }

  #Classroom .u_teacher .flex {
    flex-direction: column;
  }

  #Classroom .u_teacher .HalfBox48 {
    width: 100%;
  }

  #Classroom .u_teacher .HalfBox48:last-child {
    margin-top: 3em;
  }

  #Classroom .u_teacher .HalfBox48 figure P {
    max-width: 500px;
    padding: 1em 5px 2em;
  }

  #Classroom .u_class_timetable {
    margin-top: 3em;
  }

  #Classroom .u_Inner p.btn {
    width: 100%;
  }

  #Classroom .u_class_timetable .u_grid {
    grid-template-columns: 1fr;
  }

  #Classroom .u_class_timetable .u_sm {
    font-size: 1rem;
  }

  #Classroom .u_class_timetable section:last-child {
    padding-bottom: 3em;
  }

  #Classroom .u_class_access {
    padding-top: 4em;
  }

  #Classroom .u_class_access ul {
    margin-top: 1em;
    gap: 20px;
  }

  #Classroom .u_class_access h4 {
    margin-top: 2em;
    font-size: 2rem;
  }

  #Classroom .u_class_access div {
    flex-direction: column;
    gap: 20px;
    margin-top: 1em;
    margin-bottom: 1.2em;
    padding-left: 0;
  }

  #Classroom .u_class_access .u_width500 {
    max-width: 575px;
  }

  #Classroom .u_class_access section p.u_yokohama_main {
    margin-bottom: 0.7em;
    font-size: 1.7rem;
  }

  #Classroom .u_class_access ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }


  #Classroom .u_class_access section:last-child {
    padding-bottom: 3em;
  }

  #Classroom .u_area_btn:after {
    top: 0.8em;
  }

  #Classroom .u_class_low .u_bg2 ul {
    padding-bottom: 3em;
  }

  /* イベント・講習 */
  #Classroom #Event .u_pagelink li {
    max-width: 280px;
  }

  #Classroom #Event .u_training {
    padding-top: 3em;
  }

  #Classroom #Event .u_pagelink {
    margin-bottom: 3em;
  }

  #Classroom #Event section {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  #Classroom #Event .u_training .Inner H4 {
    font-size: 2.2rem;
  }

  #Classroom #Event .u_training .Inner p.bold {
    font-size: 1.6rem;
  }

  #Classroom #Event .u_flex {
    margin-top: 3em;
    flex-direction: column;
  }

  #Classroom #Event .u_flex .u_60per {
    width: 100%;
  }

  #Classroom #Event .u_flex .u_img {
    width: 100%;
  }

  .u_event_area_title {
    margin-top: 1em;
    padding: 5px 0;
    font-size: 2rem;
  }

  #Classroom #Event .u_event_area li {
    max-width: 285px;
  }

  #Classroom #Event .u_training .u_event_area {
    margin-bottom: 0;
  }

  /* 志望校別ゼミ */
  #Classroom #Seminar .u_acc_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  /* 私立・国立小学校情報 */
  #School .u_bc p {
    font-size: 1em;
  }

  #School section.Inner {
    padding: 3em 0;
  }

  #School section h3 {
    font-size: 1.1em;
  }

  #School section .u_flex {
    flex-direction: column;
  }

  #School section .u_flex div {
    max-width: 600px;
  }

  #School section h4 {
    font-size: 2rem;
    padding: 2.5px 0;
  }

  #School table th,
  #School table td {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  #School table td a::before {
    top: 0;
  }

  #School table thead th:first-child {
    width: 37%;
  }

  /* 体験授業のご案内 */
  #LowPage #Open .u_border {
    width: 90%;
  }

  #LowPage #Open .u_border h3 {
    font-size: 1.2em;
    line-height: 1.5;
  }

  #LowPage #Open .u_border p {
    font-size: 1rem;
    line-height: 1.5;
  }

  #LowPage #Open .u_pagelink li {
    max-width: 280px;
  }

  #LowPage #Open .u_pagelink li a {
    max-width: 280px;
    font-size: 0.55em;
  }

  #LowPage #Open .u_border1 p {
    font-size: 1rem;
    line-height: 1.5;
  }

  #LowPage #Open #Taikenkai {
    margin-bottom: 3em;
  }

  #LowPage #Open #Taikenkai .u_taiken_faq dt,
  #LowPage #Open #Taikenkai .u_taiken_faq dd {
    font-size: 1rem;
    line-height: 1.5;
  }

  #LowPage #Open #Taikenkai .u_border1 p:first-child {
    padding-left: 30px;
  }

  #LowPage #Open #Taikenkai ul li {
    max-width: 280px;
  }

  #LowPage #Open #Course_sche .u_pagelink {
    margin-bottom: 3em;
  }

  #LowPage #Open #Course_sche h3 {
    margin-bottom: 0;
  }

  #LowPage #Open .u_pagelink {
    margin-top: 3em;
  }

  #LowPage #Open #Course_sche div h4 {
    margin-top: 3em;
    padding-right: 20px;
    font-size: 1rem;
    line-height: 1.5;
  }

  #LowPage .u_table_wrapper .u_ac-parent {
    padding: 5px 0;
    font-size: 1rem;
  }

  #LowPage .u_table_wrapper .u_ac-parent span {
    font-size: 0.7em;
  }

  #LowPage #Open #Course_sche div h4 span.bold {
    font-size: 1.2em !important;
  }

  #LowPage .u_table_wrapper .u_ac-parent::after {
    font-size: 1em;
    top: 8px;
  }

  #LowPage #Open #Class_taiken {
    padding-top: 3em;
  }

  #LowPage #Open table {
    font-size: 0.55em;
    line-height: 1.5;
  }

  #LowPage #Open #Course_sche p.u_red {
    font-size: 0.8em;
  }

  #LowPage #Open #Course_sche table th,
  #LowPage #Open #Course_sche table td {
    padding: 5px 0;
  }

  #LowPage #Open #Class_sche .u_border1 {
    width: 90%;
  }

  #LowPage #Open #Class_sche .u_pagelink {
    margin-bottom: 3em;
  }

  #LowPage #Open #Class_sche .u_pagelink li {
    max-width: 280px;
  }

  #LowPage #Open #Class_sche .u_pagelink li a {
    font-size: 0.55em;
  }

  #LowPage #Open table a {
    padding-right: 5px;
    padding-left: 15px;
  }

  #LowPage #Open table a::before {
    top: -1px;
    left: 8px;
  }

  #LowPage #Open #Class_sche h4 {
    font-size: 1em;
    text-align: center;
  }

  #LowPage #Open #Class_sche .u_sm {
    font-size: 0.53em;
  }

  #LowPage #Open #Class_taiken .u_border1 {
    width: 90%;
  }

  #LowPage #Open #Class_taiken .u_border1 p:first-child {
    padding-left: 33px;
  }

  #LowPage #Open .u_border2 {
    margin-top: 1em;
  }

  #LowPage #Open #Taikenkai .u_taiken_faq {
    margin-top: 3em;
  }

  #LowPage #Open #Parents_taiken .u_flex {
    flex-direction: column-reverse;
  }

  #LowPage .u_table_wrapper p {
    font-size: 0.8em;
  }

  #LowPage #Open .u_flex p:first-child {
    max-width: unset;
  }

  #LowPage #Open #Parents_taiken .u_flow ol {
    max-width: 450px;
  }

  #LowPage #Open #Parents_taiken .u_flow ol li {
    line-height: 1.5;
  }

  #LowPage #Open #Trial_taiken .u_flex {
    flex-direction: column;
  }

  #LowPage #Open #Trial_taiken .u_trial_price div {
    margin-top: 1em;
  }

  #LowPage #Open #Trial_taiken .u_trial_price .u_border {
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
  }

  #LowPage #Open #Parents_taiken .u_app_wrapper ul li a {
    font-size: 0.8rem;
  }

  #LowPage #Open #Parents_taiken .u_app_wrapper ul li a span {
    font-size: 1rem;
  }

  #LowPage #Open #Kobetu .kobetu-box h4 {
    font-size: 1.3em;
  }

  #LowPage #Open #Kobetu .btn {
    max-width: 500px;
    width: unset;
  }

  /* イベント */
  #Classroom #Event .u_area_btn1 li {
    width: 32%;
  }

  #Classroom #Event .u_area_btn2 .u_kidspal a::after {
    top: 1.1em;
    font-size: 1em;
  }

  #Classroom #Event .u_bc {
    margin-top: 3em;
    padding: 1em 0 3em;
  }

  #Classroom #Event .u_training .u_kouenkai_wrapper p.bold {
    font-size: 1.2rem;
  }

  #Classroom #Event table {
    font-size: 0.7rem;
    line-height: 2;
  }

  #Classroom #Event table th,
  #Classroom #Event table td {
    padding: 5px;
  }

  /* 志望校別ゼミ */
  #Classroom #Seminar .u_training {
    padding-top: 3em;
  }

  #Classroom #Seminar .u_area_link h4 {
    font-size: 1.2em;
  }

  #Classroom #Event .u_area_btn1,
  #Classroom #Seminar .u_area_btn1 {
    gap: 10px;
  }

  #Classroom #Event .u_area_btn2 .u_kidspal a,
  #Classroom #Event .u_area_btn1 li a,
  #Classroom #Seminar .u_area_btn1 li a {
    padding: 5px 10px;
    font-size: 0.7rem;
  }

  #Classroom #Event .u_area_btn1 li a::after,
  #Classroom #Seminar .u_area_btn1 li a::after {
    top: 0.4em;
  }

  #Classroom #Seminar .u_flex {
    margin-top: 3em;
  }

  #Classroom #Seminar .u_flex .u_60per {
    width: 100%;
  }

  #Classroom #Seminar .u_flex {
    flex-direction: column;
  }

  #Classroom #Seminar .u_flex .u_img {
    width: 100%;
  }

  #Classroom #Seminar .u_training .Inner p.bold {
    font-size: 1.6rem;
  }

  #Classroom #Seminar table {
    font-size: 0.7rem;
    line-height: 2;
  }

  #Classroom #Seminar .u_annual_table table th,
  #Classroom #Seminar .u_annual_table table td {
    padding: 1px;
  }

  #Classroom #Seminar section {
    padding: 2.5em 0;
  }

  /* 初めての方へ */
  #LowPage #First .u_pagelink {
    margin-bottom: 3em;
    grid-template-columns: repeat(2, 1fr);
  }

  #LowPage #First .u_pagelink li a {
    font-size: 0.85em;
  }

  #LowPage #First .u_flex {
    flex-direction: column;
  }

  #LowPage #First .u_text {
    width: 100%;
  }

  #LowPage #First .u_flex p img {
    max-width: unset;
  }

  #LowPage #First .u_box_bc {
    margin-top: 3em;
  }

  #LowPage #First .u_box_bc p {
    font-size: 1.2em;
  }

  #LowPage #First .u_font_L {
    font-size: 1.6em;
  }

  #LowPage #First .u_font_M {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
  }

  #LowPage #First .u_box1000 {
    padding: 30px;
  }

  #LowPage #First .u_box1000 h5 {
    line-height: 1.5;
  }

  #LowPage #First .u_box1000 div {
    padding-left: 40px;
  }

  #LowPage #First .u_box1000 li::before {
    left: -0.5em;
    top: -0.01em;
    width: 1.8em;
    height: 1.8em;
    font-size: 1em;
  }

  #LowPage #First .u_box_bc1 p {
    font-size: 1.2em;
  }

  #LowPage #First .u_box_bc1 {
    margin-top: 3em;
  }

  #LowPage #First #difference {
    padding-bottom: 3em;
  }

  #LowPage #First .u_shadow p {
    margin-top: 1em;
    font-size: 1.2em;
  }

  #LowPage #First .u_box1000_2 {
    padding: 30px;
  }

  #LowPage #First .u_box1000_2 p {
    font-size: 1em;
    line-height: 1.7;
  }

  #LowPage #First .u_box1000_2 .u_font_title::after {
    top: 0.74em;
    max-width: 70px;
  }

  #LowPage #First #join_flow p.textcenter {
    width: 90%;
    margin: 0 auto;
  }

  #LowPage #First #cost_exam {
    padding-bottom: 3em;
  }

  #LowPage #First #cost_exam .u_font_L {
    margin-top: 1em;
  }

  #LowPage #First .u_price {
    grid-template-columns: 1fr;
  }

  /* 教室一覧 */
  #LowPage #Class_list .u_class_list {
    margin-top: 3em;
  }

  #LowPage #Class_list .u_class_list li a {
    padding: 10px 20px;
    font-size: 0.7rem;
  }

  #LowPage #Class_list .u_3rdTimetable {
    padding-top: 3em;
  }

  /* 学校・入試情報お役立ちコンテンツ */
  #LowPage #Course #Useful .u_season {
    padding-top: 3em;
  }

  #LowPage #Course #Useful .u_season .btn {
    max-width: unset;
  }

  #LowPage #Course #Useful .u_season .u_flexc {
    width: 100%;
  }

  #LowPage .u_pt {
    padding-top: 1.5em;
  }

/*プチ個別*/
	.i_group {
		display: block;
	}
	.i_group li{
		width: 100%;
	}

/*============sakuraコース追加写真の調整=============*/

	#Course .u_lesson .u_flex div.s_try_img {
		max-width: 100%;
		padding-bottom: 2em;
	}

}



/*====================================togashi==
　　　　　デジタルブックページ
=====================================*/
#LowPage #Ebook .Inner h4 {
  margin: 0 auto;
  text-align: left;
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 5px solid #2d5daa;
  padding-left: 2em;
  background-image: url(../img/e-book/icon_book.svg);
  background-repeat: no-repeat;
  background-size: 1.5em;
  background-position: left bottom 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  #LowPage #Ebook .Inner h4 {
    background-position: left bottom 0.7em;
  }
}
#LowPage #Ebook .Inner ul {
  margin-top: 3em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1230px) {
  #LowPage #Ebook .Inner ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #LowPage #Ebook .Inner ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#LowPage #Ebook section:nth-child(odd) {
	background-color: #f5fafe;
}
#LowPage #Ebook .Inner ul img {
	height: auto;
}
#LowPage #Ebook .Inner ul li a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
#LowPage #Ebook .Inner ul li a {
	color: #000;
}
#LowPage #Ebook .Inner ul li .btn {
	width: 100%;
}
#LowPage #Ebook .Inner ul li p {
	font-size: .85em;
	line-height: 1.5;
	margin-bottom: .4em;
}
#LowPage #Ebook .Inner ul li p.LinkText {
	font-size: 1em;
	position: relative;
    display: inline-block;
    padding-left: 22px;
    font-weight: bold;
	margin-top: auto;
}
#LowPage #Ebook .Inner ul li p.LinkText::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #004ea1;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
#LowPage #Ebook .Inner ul li p.LinkText::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    left: 6px;
    bottom: 0;
    margin: auto;
}
#LowPage #Ebook #Parents_taiken .u_app_wrapper {
  background-color: #f6f6f6;
  padding-bottom: 5em;
}
#LowPage #Ebook #Parents_taiken .u_app_wrapper h4 {
  padding: 30px 0;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
#LowPage #Ebook #Parents_taiken .u_app_wrapper .u_tel {
  margin-bottom: 20px;
  padding: 30px 10px;
  background-color: #e7efff;
  text-align: center;
}
#LowPage #Ebook #Parents_taiken .u_app_wrapper p {
  font-size: 1.2em;
}
#LowPage #Ebook #Parents_taiken .u_app_wrapper .u_tel .bold {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}
#LowPage #Ebook #Parents_taiken .u_app_wrapper ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  max-width: 500px;
  margin: 5px auto 0;
}
#LowPage #Ebook #Parents_taiken .u_app_wrapper ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  height: 100px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  cursor: pointer;
}
#LowPage #Ebook #Parents_taiken .u_app_wrapper ul li a span {
  font-size: 2rem;
}



/*==========▼TOGASHI上書き▼==========*/


#LowPage #Course .u_news .Inner div.NewsBlock {
    max-width: 1000px;
    padding: 40px 50px;
    background-color: #f6f6f6;
}
#LowPage #Course .u_news .Inner div.NewsBlock dl {
    font-size: .9em;
    line-height: 1.7;
    margin-bottom: 1em;
    padding: 0 0 1em 0;
    border-bottom: 1px dotted #333;
    flex-wrap: nowrap;
    gap: 10px;
    background-color: transparent;
    align-items: center;
}
@media screen and (max-width: 700px) {
    #LowPage #Course .u_news .Inner div.NewsBlock dl {
        display: block;
    }
}
#LowPage #Course .u_news .Inner div.NewsBlock dl dt {
    display: flex;
    width: 16em;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 700px) {
    #LowPage #Course .u_news .Inner div.NewsBlock dl dt {
        margin-bottom: 6px;
        display: block;
        width: 100%;
    }
}
#LowPage #Course .u_news .Inner div.NewsBlock dl dt .DayTime {
    white-space: nowrap;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1em;
    width: 9em;
}
#LowPage #Course .u_news .Inner div.NewsBlock dl dt .Area {
    white-space: nowrap;
    font-size: .6em;
    width: 10em;
    color: #fff;
    margin-right: 1em;
    margin-bottom: 0;
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
@media screen and (max-width: 700px) {
    #LowPage #Course .u_news .Inner div.NewsBlock dl dt .Area {
        flex-direction: row;
        width: fit-content;
    }
}
#LowPage #Course .u_news .Inner div.NewsBlock dl dt .Area span {
    padding: .1em .5em;
    width: 100%;
    display: inline-block;
    text-align: center;
}
#LowPage #Course .u_news .Inner div.NewsBlock dl dt .Area span a {
  color: #fff;
}
#LowPage #Course .u_news .Inner div.NewsBlock dl dd {
    width: calc(100% - 10em);
}
#LowPage #Course .u_news .Inner div.NewsBlock dl dt .Area span.TokyoArea {
    background-color: #004699;
}
#LowPage #Course .u_news .Inner div.NewsBlock dl dt .Area span.KanagawaArea {
  background-color: #2089d2;
}

#LowPage #Course .u_news .Inner div.NewsBlock dl dt .Area span.KansaiArea {
  background-color: #46ccb7;
}

#LowPage #Course .u_news .Inner div.NewsBlock dl dt .Area span.Kidspal {
  background-color: #e46060;
}

@media screen and (max-width: 700px) {
  #LowPage #Course .u_news .Inner div.NewsBlock dl dt .Area span {
    display: inline-block !important;
  }
}





/* 東京・千葉・埼玉エリア ここから */
.bg_tokyo_color {
  background-color: #004699!important;
}
/* 東京・千葉・埼玉エリア ここまで */

/* 神奈川エリア ここから */
.bg_kanagawa_color {
  background-color: #2089D2!important;
}
/* 神奈川エリア ここまで */

/* 関西エリア ここから */
.bg_kansai_color {
  background-color: #46ccb7!important;
}
/* 関西エリア ここまで */

ul.disc {
  list-style: disc;
  margin-left: 1em;
}
