@charset "utf-8";
/* CSS Document */
body {
  background-color: #F0F8FF;
}
.top-image {
  background-image: url("../images/course/course_top.jpg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 28vh;
  margin: 0 auto;
  /*max-width: 1100px;*/
}
.top-image_filter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FDFEFF;
  font-size: 2.6rem;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.40);
}
.section-menu {
  padding-bottom: 40px;
}
.section-menu h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDFEFF;
  font-size: 2.2rem;
  height: 50px;
  background-color: #144DA0;
}
.section-menu h2::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0px 0 0 -30px;
  border: 20px solid transparent;
  border-top-color: #144DA0;
  content: '';
}
.section-menu-personal {
  width: 90%;
  max-width: 760px;
  margin: 40px auto;
  padding: 30px 20px 40px;
  background-color: #FDFEFF;
  border-radius: 0 0 30px 0;
  box-shadow: 12px 12px 0 -1px rgba(20, 77, 160, 0.4);
}
/*
.section-menu-personal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 0.6s;
}
.section-menu-personal.active {
  opacity: 1;
  transform: translateY(0px);
}*/
.section-menu h3 {
  border-bottom: 1px solid #333333;
  margin: 0 60px;
}
.section-menu table {
  display: block;
  text-align: left;
  padding: 20px 30px;
  max-width: 450px;
  margin: 0 auto;
}
.section-menu th {
  display: block;
  color: #FDFEFF;
  padding: 0 6px;
  margin: 8px 20px 0 0;
  border: 1px solid #144DA0;
  background-color: #144Da0;
}
.th__center {
  text-align: center;
}
.section-menu__img {
  width: 80%;
  max-width: 400px;
}
.section-menu__description {
  text-align: left;
  padding-left: 4%;
}
.section-menu-group {
  width: 90%;
  max-width: 760px;
  margin: 40px auto;
  padding: 30px 20px 40px;
  background-color: #FDFEFF;
  border-radius: 0 0 30px 0;
  box-shadow: 12px 12px 0 -1px rgba(20, 77, 160, 0.4);
}
.section-menu_new {
  color: #F10D0D;
}
.section-menu__message {
  text-align: left;
  font-size: 1.4rem;
  padding: 0 20px 20px;
  max-width: 750px;
  margin: 0 auto;
}
@media (min-width:700px) {
  .section-menu_table_wrapper {
    display: flex;
    align-items: center;
  }
  .section-menu_table {
    width: 500px;
  }
  .section-menu_img_wrapper {
    width: 500px;
    padding-top: 20px;
  }
}
.section-lecture {
  padding-bottom: 40px;
}
.section-lecture h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDFEFF;
  font-size: 2.2rem;
  height: 50px;
  background-color: #144DA0;
}
.section-lecture h2::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0px 0 0 -30px;
  border: 20px solid transparent;
  border-top-color: #144DA0;
  content: '';
}
.section-lecture-personal {
  width: 90%;
  max-width: 760px;
  margin: 40px auto;
  padding: 30px 20px 40px;
  background-color: #FDFEFF;
  border-radius: 0 0 30px 0;
  box-shadow: 12px 12px 0 -1px rgba(20, 77, 160, 0.4);
}
/*
.section-menu-personal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 0.6s;
}
.section-menu-personal.active {
  opacity: 1;
  transform: translateY(0px);
}*/
.section-lecture h3 {
  border-bottom: 1px solid #333333;
  margin: 0 60px;
}
.section-lecture table {
  display: block;
  text-align: center;
  padding: 20px 30px;
  max-width: 450px;
  margin: 0 auto;
}
.section-lecture th {
  display: block;
  color: #FDFEFF;
  padding: 0 6px;
  margin: 8px 20px 0 0;
  border: 1px solid #144DA0;
  background-color: #144Da0;
}
.section-lecture__img {
  width: 80%;
  max-width: 400px;
}
.section-lecture__description {
  text-align: left;
  padding-left: 4%;
}
.section-lecture-group {
  width: 90%;
  max-width: 760px;
  margin: 40px auto;
  padding: 30px 20px 40px;
  background-color: #FDFEFF;
  border-radius: 0 0 30px 0;
  box-shadow: 12px 12px 0 -1px rgba(20, 77, 160, 0.4);
}
.section-lecture_new {
  color: #F10D0D;
}
.section-lecture__message {
  text-align: left;
  font-size: 1.4rem;
  padding: 0 20px 20px;
  max-width: 750px;
  margin: 0 auto;
}
.section-lecture__lead {
  text-align: left;
  padding-left: 4%;
  padding: 20px 30px;
  max-width: 450px;
}
@media (min-width:700px) {
  .section-lecture_table_wrapper {
    display: flex;
    padding-top: 30px;
  }
  .section-lecture_table {
    width: 500px;
  }
  .section-menulecture_img_wrapper {
    width: 500px;
    padding-top: 20px;
  }
}
.section-place {
  background-color: #DAEEFF;
  padding-bottom: 20px;
}
.section-place h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDFEFF;
  font-size: 2.2rem;
  height: 50px;
  background-color: #144DA0;
}
.section-place h2::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0px 0 0 -30px;
  border: 20px solid transparent;
  border-top-color: #144DA0;
  content: '';
}
.section-place_container {
  background-color: #FDFEFF;
  padding: 0 20px 40px;
  width: 90%;
  max-width: 750px;
  margin: 40px auto;
  border-radius: 30px 0 30px 0;
  box-shadow: 12px 12px 0 -1px rgba(20, 77, 160, 0.4);
}
.section-place h3 {
  padding: 40px 0 10px;
  text-align: left;
}
.section-place__description {
  font-size: 1.4rem;
  text-align: left;
  padding-bottom: 10px;
}
.section-place_container__ul li {
  list-style: none;
}
.section-place__tokyo__wrapper {
  width: 30px;
  height: 50px;
  padding-left: 3px;
}
.section-place__tokyo__innner {
  width: 40px;
  height: 40px;
  color: #FDFEFF;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 6px;
  background-color: #144DA0;
}
.section-place__tokyo {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.section-place__saitama__wrapper {
  width: 18px;
  height: 50px;
  padding-left: 36px;
}
.section-place__saitama__innner {
  width: 40px;
  height: 40px;
  color: #FDFEFF;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 6px;
  background-color: #144DA0;
}
.section-place__saitama {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.section-place__chiba__wrapper {
  width: 46px;
  height: 50px;
  padding-left: 10px;
}
.section-place__chiba__innner {
  width: 40px;
  height: 40px;
  color: #FDFEFF;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 6px;
  background-color: #144DA0;
}
.section-place__chiba {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.section-place__tokyo, .section-place__tsaitama, .section-place__chiba {
  text-align: left;
}
.section-place__tokyo__park {
  font-size: 1.4rem;
  text-align: left;
  padding-bottom: 17px;
  padding-right: 35px;
}
.section-place__chiba__park {
  font-size: 1.4rem;
  text-align: left;
  padding-bottom: 17px;
}
.section-place__saitama__park {
  font-size: 1.4rem;
  text-align: left;
  padding-left: 60px;
}
.section-place__image {
  width: 90%;
  max-width: 450px;
}
@media (min-width:700px) {
  .section-place_pc_place {
    width: 500px;
  }
  .section-place_pc_img {
    width: 500px;
  }
  .section-place_pc_wrapper {
    display: flex;
    align-items: center;
  }
}
.section-additional-fee h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDFEFF;
  font-size: 2.2rem;
  height: 50px;
  background-color: #144DA0;
}
.section-additional-fee h2::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0px 0 0 -30px;
  border: 20px solid transparent;
  border-top-color: #144DA0;
  content: '';
}
.section-additional-fee__container {
  width: 90%;
  max-width: 750px;
  padding: 0 20px 40px;
  margin: 30px auto 40px;
  border-radius: 30px 0 30px 0;
  box-shadow: 12px 12px 0 -1px rgba(20, 77, 160, 0.4);
  background-color: #FDFEFF;
}
.section-additional-fee_message {
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: left;
}
.section-additional-fee__tokyo__wrapper {
  width: 60px;
  height: 50px;
  padding-left: 10px;
}
.section-additional-fee__tokyo__innner {
  width: 40px;
  height: 40px;
  color: #FDFEFF;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 6px;
  background-color: #144DA0;
}
.section-additional-fee__tokyo {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.section-additional-fee__tokyo__park {
  font-size: 1.4rem;
  text-align: left;
  padding-left: 10px;
}
.fee__price__container {
  width: 90px;
  height: 50px;
  padding-top: 10px;
}
.fee__price__message {
  width: 70px;
  height: 30px;
  color: #FDFEFF;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 3px;
  background-color: #144DA0;
}
.fee__price {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 20px 0;
}
.fee__price__descript {
  text-align: left;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fee__price_small {
  font-size: 1.2rem;
  font-weight: 400;
}
.fee__price__lead {
  font-size: 1.4rem;
  text-align: left;
}
@media (min-width:700px) {
  .section-additional-fee_pc_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    margin: 0 auto;
    max-width: 600px;
  }
}