/* system
--------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
a.deco-line {
  font-weight: 500;
  text-decoration: underline;
}

.space5 {
  height: 5px;
}

.space10 {
  height: 10px;
}

.space15 {
  height: 15px;
}

.space20 {
  height: 20px;
}

.space25 {
  height: 25px;
}

.space30 {
  height: 30px;
}

.space40 {
  height: 40px;
}

.space50 {
  height: 50px;
}

.space100 {
  height: 100px;
}

.space-none {
  margin-bottom: 0;
}

.img-inline {
  display: inline;
  padding-bottom: 3px;
}

.position_center {
  display: grid;
  place-items: center;
}

.normal-btn01 a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #ffffff !important;
  height: 40px;
  line-height: 38px;
  min-width: 180px;
  padding: 0 20px;
  border-radius: 10px;
  background-color: rgba(14, 85, 195, .7);
  -webkit-box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
          box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
}
.normal-btn01 a:hover {
  background-color: #0E55C3;
  opacity: 1;
}

.normal-btn02 a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #ffffff !important;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  border-radius: 10px;
  background-color: rgba(14, 85, 195, .7);
  -webkit-box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
          box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
}
.normal-btn02 a:hover {
  background-color: #0E55C3;
  opacity: 1;
}

.city-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.normal-btn02-sp a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #3c3c3c;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
          box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
  width: 280px;
}

.btn2-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.separate-line {
  border-bottom: 1px solid #5785bc;
}
.ul-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 27.2px !important;
  font-size: 1.7rem !important;
  border-bottom: 1px solid #5785bc;
  min-height: 50px;
}
.ul-table .li01 {
  background-color: rgba(3, 163, 235, .1);
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
  padding: 15px 20px 18px;
}
.ul-table .li01.long-col {
  width: 300px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px;
}
.ul-table .li01.longlong-col {
  width: 430px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px;
}
.ul-table .li02 {
  text-align: left;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px 18px;
  line-height: 1.6;
  width: calc(100% - 180px);
}
.ul-table .li02-trans {
  text-align: left;
  padding-left: 20px;
  padding: 15px 20px 18px;
  line-height: 1.6;
  width: calc(100% - 180px);
}
.ul-table .li03 {
  text-align: left;
  padding-left: 20px;
  padding: 15px 20px 18px;
  line-height: 1.6;
  width: calc(100% - 180px);
}
.ul-table .li04-btn {
  text-align: left;
  padding-left: 20px;
  padding: 15px 20px 18px;
  line-height: 1.6;
  width: calc(100% - 180px);
}
.ul-table .li-span {
  text-align: left;
  padding-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px 18px;
  line-height: 1.8;
  width: calc(100% - 180px);
}
.ul-table .li-dl {
  text-align: left;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 20px 20px 18px;
  line-height: 1.6;
  width: calc(100% - 180px);
}
.ul-table .li-name {
  background-color: rgba(3, 163, 235, .1);
  min-width: 220px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px;
}
.ul-table .li-name .nama {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 5px;
}
.ul-table .li-name .nama.long-name {
  line-height: 1.6;
  font-size: 30.4px;
  font-size: 1.9rem;
}
.ul-table .li-name .yomi {
  font-size: 19.2px;
  font-size: 1.2rem;
}
.ul-table .li-name-long {
  background-color: rgba(3, 163, 235, .1);
  min-width: 250px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px;
}
.ul-table .li-name-long .student {
  font-size: 28.8px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.ul-table .li-name-long .profile {
  font-size: 24px;
  font-size: 1.5rem;
}
.ul-table .li02-300 {
  text-align: left;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px 18px;
  line-height: 1.6;
  width: calc(100% - 250px);
}
.ul-table.table-top {
  border-top: 1px solid #5785bc;
}

.ul-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 27.2px !important;
  font-size: 1.7rem !important;
  border-bottom: 1px solid #5785bc;
  min-height: 50px;
}
.ul-line .year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 200px;
  color: #0E55C3;
}
.ul-line .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ul-grid-table {
  font-size: 27.2px;
  font-size: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #5785bc;
  border-right: 1px solid #5785bc;
}
.ul-grid-table.ul-top {
  border-top: 1px solid #5785bc;
  background-color: rgba(3, 163, 235, .1);
}
.ul-grid-table.ul-mid .li-side {
  background-color: rgba(3, 163, 235, .1);
  padding-left: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ul-grid-table.colum4 {
  width: 800px;
  border-bottom: 1px solid #5785bc;
}
.ul-grid-table li {
  width: 200px;
  min-height: 60px;
  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;
  border-left: 1px solid #5785bc;
}
.ul-grid-table li:first-child {
  border-left: none;
}

.col-box {
  border: 1px solid #5785bc;
}
.col-box .col-title {
  background-color: rgba(3, 163, 235, .1);
  font-size: 32px;
  font-size: 2rem;
  padding: 4px 20px;
  border-bottom: 1px solid #5785bc;
}
.col-box .col-contents {
  padding: 15px 36px 10px 20px;
  font-size: 25.6px !important;
  font-size: 1.6rem !important;
}
.col-box .col-contents.ul2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.col-box .col-contents.ul2 ul {
  width: 100%;
}
.col-box.thin {
  min-width: calc(30% - 15px);
}
.col-box.fat {
  width: calc(70% - 15px);
}

.ul-circle {
  list-style: none;
}
.ul-circle li {
  padding-left: 20px;
  position: relative;
  min-height: 30px;
}
.ul-circle li::before {
  content: url(/manage/wp-content/themes/design/img/small-circle.svg);
  width: 4px;
  height: 4px;
  position: absolute;
  top: -5px;
  left: 5px;
}

.ul-circledouble {
  list-style: none;
}
.ul-circledouble li {
  padding-left: 28px;
  padding-bottom: 7px;
  position: relative;
  min-height: 30px;
}
.ul-circledouble li::before {
  content: url(/manage/wp-content/themes/design/img/small-circledouble.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 4px;
}
.ul-circledouble li.Intable {
  padding-left: 24px;
  padding-bottom: 7px;
  position: relative;
  min-height: 30px;
}
.ul-circledouble li.Intable::before {
  content: url(/manage/wp-content/themes/design/img/small-circledouble.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
}
.flex-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.flex-col2 .text-box {
  width: calc(100% - 370px);
}
.flex-col2 .img-box {
  width: 330px;
}
.flex-col2 .img-box .caption {
  text-align: right;
}
.flex-col2 .text-box2 {
  width: calc(100% - 420px);
}
.flex-col2 .img-box2 {
  width: 380px;
}
.flex-col2 .img-box2 .caption {
  text-align: right;
}
.flex-col2 .timetable {
  width: 300px;
  margin: 0 45px 10px;
}
.flex-col2 .timetable .table-head1 {
  text-align: center;
  background: #dbdcdc;
  font-size: 28.8px;
  font-size: 1.8rem;
  padding: 9px 0;
}

.flex-col2-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.flex-col2-head .text-box {
  width: calc(100% - 320px);
}
.flex-col2-head .img-box {
  width: 280px;
}
.flex-col2-head .img-box .caption {
  text-align: right;
}
.flex-col2-head .timetable {
  width: 300px;
  margin: 0 45px 10px;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.autofit-box {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.autofit-box .caption {
  text-align: right;
}

.autofit-box2 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.autofit-box2 .caption {
  text-align: right;
}

.surrounding-spots {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.surrounding-spots p {
  margin-bottom: 5px;
}
.surrounding-spots .facility {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 28.8px;
  font-size: 1.8rem;
  color: #0E55C3;
}
.surrounding-spots .address img {
  display: inline-block;
  padding-right: 5px;
}
.surrounding-spots .station {
  font-size: 19.2px !important;
  font-size: 1.2rem !important;
}

.line-box {
  border: 1px solid #5785bc;
  padding: 8px 15px;
  line-height: 1.8;
  font-size: 27.2px !important;
  font-size: 1.7rem !important;
}

.exclamation-box {
  border: 1px solid #e31111;
  padding: 8px 15px;
  line-height: 1.8;
  font-size: 27.2px !important;
  font-size: 1.7rem !important;
  display: inline-block;
}
.exclamation-box.left-margin {
  margin-left: 46px;
}

.scholarship-title {
  text-indent: -52px;
  padding-left: 48px;
  color: #e50012;
  font-weight: 500;
}

.scholarship-box {
  line-height: 1.8;
  font-size: 27.2px !important;
  font-size: 1.7rem !important;
  display: inline-block;
  margin-left: 48px;
  padding-top: 3px;
}

.redline-box {
  color: #e50012;
  border: 1px solid #e50012;
  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;
  padding: 3px 0;
  font-size: 27.2px !important;
  font-size: 1.7rem !important;
}

.redline-leftbox {
  color: #e50012;
  border: 1px solid #e50012;
  display: inline-block;
  font-size: 27.2px !important;
  font-size: 1.7rem !important;
  padding: 8px 15px;
}

.redline-leftbox-small {
  color: #e50012;
  border: 1px solid #e50012;
  display: inline-block;
  font-size: 20.8px !important;
  font-size: 1.3rem !important;
  padding: 3px 10px;
}

.redline-left {
  color: #e50012;
  border: 1px solid #e50012;
  font-size: 27.2px !important;
  font-size: 1.7rem !important;
  display: inline-block;
  padding: 2px 10px 3px;
}

.blueline-leftbox {
  color: #0E55C3;
  border: 1px solid #0E55C3;
  display: inline-block;
  font-size: 27.2px !important;
  font-size: 1.7rem !important;
  padding: 8px 15px;
}

.blueline-leftbox2 {
  color: #0E55C3;
  border: 1px solid #0E55C3;
  display: inline-block;
  font-size: 25.6px !important;
  font-size: 1.6rem !important;
  padding: 10px 15px;
}
.blueline-leftbox2 p {
  margin-bottom: 0;
}

.grayline-left {
  color: #3c3c3c;
  border: 1px solid #3c3c3c;
  font-size: 27.2px !important;
  font-size: 1.7rem !important;
  display: inline-block;
  padding: 2px 10px 3px;
}

.sentence-normal {
  line-height: 1.8;
  font-size: 27.2px !important;
  font-size: 1.7rem !important;
}

.sentence-gray {
  line-height: 1.8;
  font-size: 27.2px !important;
  font-size: 1.7rem !important;
}

.sentence-blue {
  line-height: 2;
  font-size: 30.4px !important;
  font-size: 1.9rem !important;
  color: #0E55C3;
}

.sentence-blue-c {
  line-height: 2;
  font-size: 30.4px !important;
  font-size: 1.9rem !important;
  color: #0E55C3;
  text-align: center;
}

.text-right {
  display: block;
  text-align: right;
}

.text-black-bold {
  color: #000;
  font-weight: 500;
  font-size: 27.2px;
  font-size: 1.7rem;
}

.text-blue {
  color: #0E55C3;
}

.text-blue-bold {
  color: #0E55C3;
  font-weight: 500;
}

.text-red-bold {
  color: #e31111;
  font-weight: 500;
}

.text-red20 {
  color: #e31111;
  font-weight: 400;
  font-size: 30.4px;
  font-size: 1.9rem;
}

.exclamation-mark img {
  display: inline-block;
  padding-bottom: 3px;
}

.text-underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #a2cef9));
  background: linear-gradient(transparent 85%, #a2cef9 0%);
}

.ul-yakumono {
  text-indent: -10px;
  padding-left: 10px;
}

.indent-yakumono {
  text-indent: -52px;
  padding-left: 48px;
}

.indent-yakumono2 {
  padding-left: -50px;
}

.annotation-smalltext {
  font-size: 20.8px;
  font-size: 1.3rem;
}
.annotation-smalltext p {
  margin: 0;
  padding: 0;
}
.annotation-smalltext .indent-1letter {
  text-indent: -13px;
  padding-left: 10px;
}
.annotation-smalltext .indent-2letter {
  text-indent: -39px;
  padding-left: 39px;
}
.annotation-smalltext .indent-3letter {
  text-indent: -21px;
  padding-left: 34px;
}

.flex-center-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.course-btn a {
  display: inline-block;
  background-color: rgba(3, 163, 235, .1);
  border: 2px solid #5785bc;
  padding: 8px 15px 10px 15px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
          box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
  min-width: 310px;
  text-align: center;
}
.course-btn a .main-menu {
  font-size: 28.8px;
  font-size: 1.8rem;
  color: #000;
  pointer-events: none;
}
.course-btn a .number-square {
  color: #ffffff;
  background-color: #0E55C3;
  padding: 1px 7px;
  border-radius: 5px;
  font-size: 25.6px;
  font-size: 1.6rem;
  pointer-events: none;
}
.course-btn a .sub-menu {
  color: #3c3c3c;
  font-size: 24px;
  font-size: 1.5rem;
  pointer-events: none;
}
.course-btn a .sub-menu.red {
  color: #e50012;
}

.course-box {
  margin-top: 30px;
  border: 1px solid #5785bc;
  padding: 0 20px 30px;
}

.course-title {
  margin-top: 20px;
}
.course-title .main-menu {
  font-size: 35.2px;
  font-size: 2.2rem;
  color: #000;
}
.course-title .number-square {
  color: #ffffff;
  background-color: #0E55C3;
  padding: 1px 7px;
  border-radius: 5px;
  font-size: 28.8px;
  font-size: 1.8rem;
}
.course-title .sub-menu {
  color: #3c3c3c;
  padding-left: 0px;
  font-size: 32px;
  font-size: 2rem;
  padding-top: 2px;
}
.course-title .sub-menu.red {
  color: #e50012;
}

.ul-table-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 25.6px;
  font-size: 1.6rem;
  width: 100%;
  border-bottom: 1px solid #5785bc;
  min-height: 50px;
}
.ul-table-small .li01 {
  color: #0E55C3;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
  padding: 15px 20px 18px;
}
.ul-table-small .li01.long-col {
  width: 300px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px;
}
.ul-table-small .li01.longlong-col {
  width: 430px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px;
}
.ul-table-small .li-span {
  text-align: left;
  padding-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px 18px;
  line-height: 1.8;
  width: calc(100% - 120px);
}
.ul-table-small .li-btn {
  text-align: left;
  padding: 15px 20px;
  width: calc(100% - 180px);
}
.ul-table-small .li-menu {
  font-size: 27.2px !important;
  font-size: 1.7rem !important;
  color: #0E55C3;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px;
}
.ul-table-small .li-single {
  text-align: left;
  padding-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px 18px;
  line-height: 1.8;
  width: 100%;
}
.ul-table-small.table-btm {
  border-bottom: none;
}

.sitemap-btn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-align: center;
  color: #0E55C3 !important;
  height: 40px;
  line-height: 1.2;
  width: 180px;
  border-radius: 10px;
  background-color: rgba(3, 163, 235, .2);
  margin-right: 20px;
  margin-bottom: 20px;
  margin: 10px 20px;
}

.curriculum-box {
  margin-top: 5px;
  border: 1px solid #a1a1a1;
  border-radius: 15px;
  padding: 15px 15px 10px;
}

.dormitory-box {
  margin-top: 5px;
  border: 1px solid #a1a1a1;
  border-radius: 15px;
  padding: 15px 15px 10px;
}

.curriculum-flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 100%;
}
.curriculum-flex4 li {
  border-right: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  padding: 10px 10px;
}
.curriculum-flex4 li:last-child {
  border-right: none;
}
.curriculum-flex4 .level {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #000;
}
.curriculum-flex4 .semester {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.curriculum-flex4 .study-contents {
  width: calc(100% - 530px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.curriculum-flex4 .textbook {
  width: 250px;
}
.curriculum-flex4.top {
  background: #ddd;
}
.curriculum-flex4.top li {
  border-right: 1px solid #8c8c8c;
  border-bottom: none;
  padding: 3px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.curriculum-flex4.top li:last-child {
  border-right: none;
}
.curriculum-flex4.top .level {
  color: #3c3c3c;
  font-weight: 400;
}
.curriculum-flex4.bottom li {
  border-bottom: none;
}

.dormitory-flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 100%;
}
.dormitory-flex3 li {
  border-right: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  padding: 10px 10px;
}
.dormitory-flex3 li:last-child {
  border-right: none;
}
.dormitory-flex3 .price-details {
  width: 300px;
  text-align: center;
}
.dormitory-flex3 .price-room {
  width: calc(50% - 150px);
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dormitory-flex3.top {
  background: #ddd;
}
.dormitory-flex3.top li {
  border-right: 1px solid #8c8c8c;
  border-bottom: none;
  padding: 3px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dormitory-flex3.top li:last-child {
  border-right: none;
}
.dormitory-flex3.top .level {
  color: #3c3c3c;
  font-weight: 400;
}
.dormitory-flex3.bottom li {
  border-bottom: none;
}

.ul-Transtable {
  width: 1000px;
}
.ul-Transtable .ul-Transhead {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25.6px;
  font-size: 1.6rem;
  border-bottom: 1px solid #a1a1a1;
  text-align: center;
  background: #dbdcdc;
}
.ul-Transtable .ul-Transhead .tmenu {
  border-right: 1px solid #a1a1a1;
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ul-Transtable .ul-Transhead .tmenu.type9-01 {
  width: 250px;
}
.ul-Transtable .ul-Transhead .tmenu.type9-02 {
  width: 250px;
}
.ul-Transtable .ul-Transhead .tmenu.type9-02-red {
  width: 250px;
  background: #f4a0a0;
}
.ul-Transtable .ul-Transhead .tmenu.type9-03 {
  width: calc(25% - 125px);
}
.ul-Transtable .row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ul-Transtable .ul-row1 {
  width: 250px;
  border-right: 1px solid #a1a1a1;
  padding: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d2e5f2;
  border-bottom: 1px solid #a1a1a1;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 500;
}
.ul-Transtable .ul-row1-red {
  width: 250px;
  border-right: 1px solid #a1a1a1;
  padding: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #a1a1a1;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #e31111;
}
.ul-Transtable .ul-box {
  width: calc(100% - 250px);
}
.ul-Transtable .ul-box .ul-row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #a1a1a1;
}
.ul-Transtable .ul-box .ul-row2 .row2 {
  border-right: 1px solid #a1a1a1;
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ul-Transtable .ul-box .ul-row2 .row2.type9-02 {
  width: 250px;
}
.ul-Transtable .ul-box .ul-row2 .row2.type9-03 {
  width: calc(25% - 62.5px);
}
.ul-Transtable .ul-box-admission {
  width: calc(100% - 500px);
}
.ul-Transtable .ul-box-admission .ul-row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #a1a1a1;
}
.ul-Transtable .ul-box-admission .ul-row2 .row2 {
  border-right: 1px solid #a1a1a1;
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ul-Transtable .ul-box-admission .ul-row2 .row2.type9-02 {
  width: 250px;
}
.ul-Transtable .ul-box-admission .ul-row2 .row2.type9-03 {
  width: calc(50% - 125px);
}
.ul-Transtable .ul-Total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fbdbdb;
  border-bottom: 1px solid #a1a1a1;
}
.ul-Transtable .ul-Total .total {
  border-right: 1px solid #a1a1a1;
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ul-Transtable .ul-Total .total.type01 {
  width: calc(250px + 50%);
  letter-spacing: 20px;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 500;
}
.ul-Transtable .ul-Total .total.type02 {
  width: calc(25% - 125px);
}
@media screen and (max-width: 750px) {
  .btn2-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 501px) {
  .pc {
    display: block;
  }
  .sm {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .pc {
    display: none;
  }
  .sm {
    display: block;
  }
  .ul-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ul-table .li01 {
    width: 100%;
    padding: 5px 0 8px;
  }
  .ul-table .li01.long-col {
    width: 100%;
  }
  .ul-table .li01.longlong-col {
    width: 100%;
  }
  .ul-table .li02 {
    width: 100%;
    padding-bottom: 24px;
  }
  .ul-table .li02-trans {
    width: 100%;
    padding-bottom: 24px;
  }
  .ul-table .li03 {
    width: 100%;
    padding-bottom: 24px;
  }
  .ul-table .li04-btn {
    width: 100%;
    padding-bottom: 24px;
  }
  .ul-table .li-span {
    width: 100%;
    padding-bottom: 50px;
  }
  .ul-table .li-dl {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding-bottom: 30px;
  }
  .ul-table .li02-300 {
    width: 100%;
    padding-bottom: 24px;
  }
  .col-box .col-contents.ul2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .scroll500 {
    overflow-x: scroll;
    width: 100%;
  }
  .flex-col2 .timetable {
    margin: 0 0 10px;
    width: 90%;
  }
  .flex-col2-head .timetable {
    margin: 0 0 10px;
    width: 90%;
  }
  .ul-table-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ul-table-small .li01 {
    width: 100%;
    padding: 30px 0 8px;
  }
  .ul-table-small .li01.long-col {
    width: 100%;
  }
  .ul-table-small .li01.longlong-col {
    width: 100%;
  }
  .ul-table-small .li-span {
    width: 100%;
    padding-bottom: 50px;
  }
  .ul-table-small .li-single {
    width: 100%;
    padding-bottom: 50px;
  }
  .dormitory-box {
    width: 530px;
  }
  .dormitory-flex3 {
    width: 500px;
  }
  .dormitory-flex3 .price-details {
    width: 220px;
  }
  .dormitory-flex3 .price-room {
    width: calc(50% - 110px);
  }
}
@media screen and (min-width: 501px) and (max-width: 800px) {
  .ul-table .li01 {
    width: 100px;
  }
  .ul-table .li01.longlong-col {
    width: 220px;
  }
  .ul-table .li02 {
    width: calc(100% - 100px);
  }
  .ul-table .li02-trans {
    width: calc(100% - 100px);
  }
  .ul-table .li03 {
    width: calc(100% - 100px);
  }
  .ul-table .li04-btn {
    width: calc(100% - 100px);
  }
  .ul-table .li-span {
    width: calc(100% - 100px);
  }
  .ul-table-small .li01 {
    width: 100px;
  }
  .ul-table-small .li01.longlong-col {
    width: 220px;
  }
  .ul-table-small .li-span {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1200px) {
  .ul-table .li04-btn button {
    display: block;
    padding-left: 0;
    padding-top: 10px;
  }
  .flex-col2 {
    gap: 30px;
  }
  .flex-col2-head {
    gap: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .ul-table .li-dl {
    width: calc(100% - 100px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 800px) {
  .ul-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .ul-line .year {
    padding-bottom: 5px;
  }
  .col-box.fat {
    width: 100%;
  }
  .flex-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-col2 .text-box {
    width: 100%;
  }
  .flex-col2 .img-box {
    margin: 0 auto;
  }
  .flex-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-col2 .text-box2 {
    width: 100%;
  }
  .flex-col2 .img-box2 {
    margin: 0 auto;
  }
  .flex-col2-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-col2-head .text-box {
    width: 100%;
  }
  .flex-col2-head .img-box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .scroll {
    overflow-x: scroll;
    width: 100%;
  }
  .price-list {
    width: 900px;
  }
  .curriculum-box {
    width: 930px;
  }
  .curriculum-flex4 {
    width: 900px;
  }
}
@media screen and (max-width: 1000px) {
  .scroll1000 {
    overflow-x: scroll;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .flex-center-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .course-title .main-menu {
    font-size: 2rem;
  }
  .course-title .number-square {
    font-size: 1.6rem;
  }
  .course-title .sub-menu {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 400px) {
  .ul-table-small .li-btn {
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
  }
  .ul-table-small .li-menu {
    width: 100%;
    padding: 30px 0 8px;
  }
  .sitemap-btn01 a {
    margin: 10px 0;
  }
}

.about_teacher{
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

.course_table table{
  width: 100%;

  th{
    border: 1px solid #a1a1a1;
    text-align: center;
    background-color: #e2e2e2;
  }

  td{
    border: 1px solid #a1a1a1;
    background-color: #d6f3ff;
  }

  .goukei{
    background-color: #ffe5e5;
  }

}

.h4_blue{
  color: #0E55C3;
}

.tokuhitsujikou{
  color: rgb(0, 92, 15);
  font-weight: bold;
  font-size: 1.2em;
}





/*# sourceMappingURL=maps/pages.css.map */
