﻿@charset 'utf-8';
.courseList_tbl_wrap {
  width: 100%;
  overflow-x: scroll;
}
.courseList_tbl_wrap h2 {
  font-size: 2.9rem;
  color: #1C65B6;
  font-weight: bold;
}
#index .courseBox .courseList .courseList_tbl {
  width: 1780px;
}
#index .courseBox .courseList .courseList_tbl tr {
  height: 45px;
}
#index .courseBox .courseList .courseList_tbl tr th, #index .courseBox .courseList .courseList_tbl tr td {
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 5px;
}
#index .courseBox .courseList .courseList_tbl tr th a, #index .courseBox .courseList .courseList_tbl tr td a {
  color: #1C65B6;
  display: block;
  transition: 0.2s;
}
#index .courseBox .courseList .courseList_tbl tr th a:hover, #index .courseBox .courseList .courseList_tbl tr td a:hover {
  opacity: 0.7;
}
#index .courseBox .courseList .courseList_tbl tr th {
  font-weight: bold;
  font-size: 14px;
  background: #fff;
  line-height: 1.6;
}
#index .courseBox .courseList .courseList_tbl tr th:first-child a {
	display: inline;
}
#index .courseBox .courseList .courseList_tbl tr th .f_nml {
  font-weight: normal;
}
#index .courseBox .courseList .courseList_tbl tr.tbl_month th {
  width: 140px;
  background: #eee;
}
#index .courseBox .courseList .courseList_tbl tr.tbl_year th {
  width: 140px;
  background: #eee;
}
#index .courseBox .courseList .courseList_tbl tr td {
  background: #fff;
}
.tbl_lbl_wrap {
  position: relative;
}
.tbl_lbl {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 5px;
  position: absolute;
  top: 4px;
  text-align: center;
  line-height: 3;
}
.tbl_lbl_orange {
  background-color: #F7B403;
}
.tbl_lbl_blue {
  background-color: #1C65B6;
}
@media screen and (max-width: 768px) {
  .courseList_tbl_wrap h2 {
    font-size: 1.5rem;
  }
}

.tbl_lbl.tbl_lbl_row2{
	display: flex;
	align-items: center;
	justify-content: center;
}
.tbl_lbl_wrap.tbl_lbl_wrap_orange::before{
  content: "";
  display: block;
  width: 38px;
  height: 40px;
  background-color: #F7B403;
  position: absolute;
  top: 4px;
  right: -98px;
  margin: auto;
  border-radius: 0px 5px 5px 0;
}
.tbl_lbl_wrap.tbl_lbl_wrap_orange02::before{
  content: "";
  display: block;
  width: 56px;
  height: 40px;
  background-color: #F7B403;
  position: absolute;
  top: 4px;
  right: -196px;
  margin: auto;
  border-radius: 0px 5px 5px 0;
}
.tbl_lbl_wrap.tbl_lbl_wrap_blue::after{
  content: "";
  display: block;
  width: 37px;
  height: 39px;
  background-color: #1C65B6;
  position: absolute;
  left: -63px;
  bottom: 5px;
  margin: auto;
  border-radius: 5px 0px 0px 5px;
}
.tbl_lbl_wrap.tbl_lbl_wrap_blue02::after{
  content: "";
  display: block;
  width: 55px;
  height: 39px;
  background-color: #1C65B6;
  position: absolute;
  left: -113px;
  bottom: 5px;
  margin: auto;
  border-radius: 5px 0px 0px 5px;
}