.tabElem-section-courses {
  margin: 60px 0;
}
.tabElem-section-courses .tab-ctr .tab-display:after {
  display: none;
}
.tabElem-section-courses .tab-ctr .tab-display {
  max-height: none;
}
.tabElem-section-courses .tab-ctr .tab-display .tab-list {
  display: block;
  min-height: 0;
  margin-bottom: 55px;
  font-size: 0;
  text-align: center;
}
.tabElem-section-courses .tab-ctr .tab-display .tab-list .tab-elem {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 230px;
  margin: 0 5px -1px;
  padding: 10px 10px 11px;
  background: #d1d1d1;
  border: 1px solid #d1d1d1;
  border-bottom-color: #2193d9;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  font-size: 16px;
}
.tabElem-section-courses .tab-ctr .tab-display .tab-list .tab-elem.tab-selected,
.tabElem-section-courses .tab-ctr .tab-display .tab-list .tab-elem:hover {
  z-index: 2;
  background: #fff;
  border: 1px solid #fb7c39;
  font-weight: bold;
}
.tabElem-section-courses .tab-ctr .tab-display .tab-list .tab-elem.tab-selected {
  border-bottom: 1px solid #fff;
}
.tabElem-section-courses .tab-elem-border {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border: none;
  border-top: 1px solid #fb7c39;
}
.tabElem-section-courses .tab-ctr .tab-display .tab-list .tab-elem +.tab-elem {
  border-bottom-color: #fb7c39;
}
.tabElem-section-courses .tab-ctr .tab-display .tab-list .tab-elem + .tab-elem:hover,
.tabElem-section-courses .tab-ctr .tab-display .tab-list .tab-elem + .tab-elem.tab-selected,
.tabElem-section-courses .tab-ctr .tab-display .tab-list .tab-elem.tab-selected + .tab-elem-border {
  border-color: #2193d9;
  color: #2193d9;
}
.tabElem-section-courses .tab-ctr .tab-display .tab-list .tab-elem + .tab-elem.tab-selected {
  border-bottom: 1px solid #fff;
}
.coursesLead {
  margin-bottom: 23px;
  font-size: 22px;
  line-height: 1.54;
}
.coursesTable {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 27px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.coursesTable th,
.coursesTable td {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.coursesTable th,
.coursesTable td {
  padding: 9px 10px 8px;
}
.coursesTable thead th {
  background: #f3f3f3;
}
.coursesTtl {
  margin: 50px 0 20px;
  font-size: 20px;
  font-weight: bold;
}
.coursesTxt {
  margin-bottom: 26px;
}
.coursesList {
  margin-bottom: 26px;
  padding: 0 15px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
.coursesList::after {
  content: '';
  display: table;
  clear: both;
}
.coursesList-item {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0 15px;
}
.coursesDetail {
  padding: 25px 30px 0;
  border-width: 2px;
  border-style: solid;
}
.coursesList-item-70 .coursesDetail {
  border-color: #e43b86;
}
.coursesList-item-50 .coursesDetail {
  border-color: #ff8d00;
}
.coursesDetail-ttl {
  margin: 0 -5px 2px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.04em;
}
.coursesList-item-70 .coursesDetail-ttl {
  color: #e43b86;
}
.coursesList-item-50 .coursesDetail-ttl {
  color: #ff8d00;
}
.coursesDetail-percent {
  margin-bottom: 11px;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
.coursesList-item-70 .coursesDetail-percent {
  color: #e43b86;
}
.coursesList-item-50 .coursesDetail-percent {
  color: #ff8d00;
}
.coursesDetail-percent-num {
  font-size: 60px;
  letter-spacing: -0.04em;
}
.coursesDetail-limitBox {
  position: relative;
  margin-bottom: 19px;
  padding: 6px 10px;
  font-weight: bold;
  text-align: center;
}
.coursesList-item-70 .coursesDetail-limitBox {
  background: #fad8e7;
}
.coursesList-item-50 .coursesDetail-limitBox {
  background: #ffe8cc;
}
.coursesDetail-limitBox::after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -9px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
}
.coursesList-item-70 .coursesDetail-limitBox::after {
  border-color: #fad8e7 transparent transparent transparent;
}
.coursesList-item-50 .coursesDetail-limitBox::after {
  border-color: #ffe8cc transparent transparent transparent;
}
.coursesDetail-limit {
  text-align: center;
  letter-spacing: -0.04em;
}
.coursesDetail-limit-yen,
.coursesDetail-limit-unit {
  font-weight: bold;
  color: #eb5505;
  letter-spacing: -0.04em;
}
.coursesDetail-limit-yen {
  font-size: 32px;
}
.coursesDetail-limit-unit {
  font-size: 22px;
}
.coursesInner {
  margin: 21px 0 40px;
  padding: 16px 21px 0;
  border-width: 1px;
  border-style: solid;
  text-align: center;
}
.coursesList-item-70 .coursesInner {
  border-color: #e43b86;
}
.coursesList-item-50 .coursesInner {
  border-color: #ff8d00;
}
.coursesInner-ttl {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.coursesRatio {
  display: table;
  width: 100%;
  margin-bottom: 16px;
}
.coursesRatio-cell {
  display: table-cell;
  padding: 14px 0 4px;
  background: #e5e5e5;
  font-size: 13px;
  line-height: 1.2;
  vertical-align: middle;
}
.coursesRatio-cell:first-child {
  color: #fff;
}
.coursesList-item-70 .coursesRatio-cell:first-child {
  width: 64.88%;
  background: #e43b86;
}
.coursesList-item-50 .coursesRatio-cell:first-child {
  width: 50%;
  background: #ff8d00;
}
.coursesRatio-cell p {
  line-height: 1.23;
}
.coursesRatio-cell .sp {
  display: none;
}
.coursesRatio-cell-num {
  padding-left: 0.5em;
  font-size: 35px;
  font-weight: bold;
}
.coursesRatio-cell-unit {
  font-size: 25px;
}
.coursesInner-txt {
  margin-bottom: 16px;
  font-weight: bold;
}
.coursesList-item-70 .coursesInner-txt {
  color: #e43b86;
}
.coursesList-item-50 .coursesInner-txt {
  color: #ff8d00;
}
.coursesCase {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.coursesCase-img,
.coursesCase-txt {
  display: table-cell;
  vertical-align: top;
}
.coursesCase-img {
  width: 127px;
  text-align: center;
}
.coursesCase-img img {
  max-width: 100%;
  max-height: 120px;
}
.coursesCase-ttl {
  margin: -3px 0 6px;
  font-weight: bold;
  letter-spacing: -0.04em;
}
.coursesList-item-70 .coursesCase-ttl {
  color: #e43b86;
}
.coursesList-item-50 .coursesCase-ttl {
  color: #ff8d00;
}
.coursesCase-txt dl {
  font-size: 14px;
}
.coursesCase-txt dt,
.coursesCase-txt dd {
  line-height: 1.57;
}
.coursesCase-txt dt {
  margin-bottom: 3px;
}
.coursesCase-table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  font-size: 14px;
}
.coursesCase-table th,
.coursesCase-table td {
  padding: 10px 0;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}
.coursesCase-table thead th,
.coursesCase-table td {
  text-align: center;
}
.coursesCase-table tbody th,
.coursesCase-table tfoot th {
  padding-right: 10px;
  text-align: right;
}
.coursesCase-table thead th {
  padding: 4px 5px;
  background: #f3f3f3;
  letter-spacing: -0.04em;
}
.coursesCase-table thead th:first-child {
  width: 76px;
}
.coursesCase-table tbody th {
  font-weight: normal;
}
.coursesCase-table tfoot td {
  font-weight: bold;
}
.coursesCase-arrow {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 17px;
  background: url(../icon_arrow.png) no-repeat 50% 100%;
}
.coursesCase-tableDetail {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #d1d1d1;
}
.coursesCase-tableDetail thead th,
.coursesCase-tableDetail tbody td {
  text-align: center;
}
.coursesCase-tableDetail thead th {
  padding: 3px 10px;
  background: #777;
  font-size: 14px;
  color: #fff;
}
.coursesCase-tableDetail thead th .coursesCase-tableDetail-yen {
  padding-left: 0.75em;
  font-size: 16px;
}
.coursesCase-tableDetail tbody td {
  padding: 8px 10px 7px;
  background: #f3f3f3;
  font-size: 14px;
}
.coursesList-item-70 .coursesCase-tableDetail tbody td:first-child {
  width: 65.87%;
  background: #fad8e7;
}
.coursesList-item-50 .coursesCase-tableDetail tbody td:first-child {
  width: 50%;
  background: #ffe8cc;
}
.coursesCase-tableDetail tbody td .coursesCase-tableDetail-yen {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.coursesCase-total {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.coursesCase-total-cell {
  display: table-cell;
  padding: 15px 0 8px;
  background: #e5e5e5;
  font-size: 14px;
  text-align: center;
  line-height: 1.25;
  vertical-align: middle;
}
.coursesCase-total-cell:first-child {
  width: 65.87%;
  padding: 15px 0 8px;
  color: #fff;
}
.coursesList-item-70 .coursesCase-total-cell:first-child {
  background: #e43b86;
}
.coursesList-item-50 .coursesCase-total-cell:first-child {
  background: #ff8d00;
}
.coursesCase-total-yen {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.coursesCase-total-cell:first-child .coursesCase-total-yen {
  font-size: 24px;
}
.coursesNote {
  padding: 0;
  font-size: 14px;
  color: #777;
}
.coursesNote-item {
  margin: 0 0 4px 2em;
  text-indent: -2em;
  line-height: 1.57;
}

@media (max-width: 767px) {
  .tabElem-section-courses {
    margin: 30px 0;
  }
  .tabElem-section-courses .tab-ctr .tab-display .tab-list {
    margin-bottom: 24px;
  }
  .tabElem-section-courses .tab-ctr .tab-display .tab-list .tab-elem {
    width: 46%;
    margin-left: 2.5px;
    margin-right: 2.5px;
    padding: 9px 10px 10px;
    font-weight: bold;
  }
  .coursesLead {
    margin-bottom: 25px;
    font-size: 19px;
  }
  .coursesLead br {
    display: none;
  }
  .coursesTable {
    table-layout: auto;
    margin-bottom: 17px;
  }
  .coursesTable thead,
  .coursesTable tbody {
    display: table-cell;
  }
  .coursesTable thead {
    width: 120px;
  }
  .coursesTable tr {
    display: block;
  }
  .coursesTable th,
  .coursesTable td {
    display: block;
  }
  .coursesTable thead th {
    text-align: left;
  }
  .coursesTable .coursesTable-2line {
    padding: 20px 10px 19px;
  }
  .coursesTtl {
    margin: 20px 0 11px;
  }
  .coursesTxt {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .coursesList {
    margin: 0;
    padding: 0;
  }
  .coursesList-item {
    float: none;
    width: auto;
    margin-bottom: 15px;
    padding: 0;
  }
  .coursesDetail {
    padding: 15px 19px 0;
  }
  .coursesDetail-ttl {
    margin: 0 0 -6px;
    font-size: 14px;
  }
  .coursesDetail-ttl br {
    display: none;
  }
  .coursesDetail-percent {
    margin-bottom: 3px;
    font-size: 40px;
  }
  .coursesDetail-percent-num {
    font-size: 55px;
    letter-spacing: 0;
  }
  .coursesDetail-limitBox {
    margin-bottom: 6px;
  }
  .coursesInner {
    margin: 12px 0 30px;
  }
  .coursesInner-txt br {
    display: none;
  }
  .coursesRatio-cell {
    padding: 11px 0 3px;
  }
  .coursesRatio-cell p {
    line-height: 1.35;
  }
  .coursesList-item-70 .coursesRatio-cell:last-child p {
    line-height: 1.23;
  }
  .coursesList-item-70 .coursesRatio-cell:last-child .coursesRatio-cell-num {
    font-size: 30px;
  }
  .coursesRatio-cell .sp {
    display: block;
  }
  .coursesCase-table {
    font-size: 12px;
  }
  .coursesCase-table thead th {
    padding: 6px 5px;
  }
  .coursesCase-table thead th:first-child {
    width: 67px;
  }
  .coursesCase-table tbody td {
    font-size: 14px;
  }
  .coursesCase-arrow {
    margin-bottom: 15px;
    padding-bottom: 16px;
    background: url(../icon_arrow_sp.png) no-repeat 50% 100% / 94px auto;
  }
  .coursesCase-tableDetail thead th {
    padding: 5px 10px;
    font-size: 12px;
  }
  .coursesCase-tableDetail thead th .coursesCase-tableDetail-yen {
    font-size: 14px;
  }
  .coursesCase-tableDetail tbody td {
    padding: 11px 10px 10px;
    font-size: 12px;
  }
  .coursesCase-tableDetail tbody td:first-child {
    width: 63%;
  }
  .coursesCase-tableDetail tbody td .coursesCase-tableDetail-yen {
    font-size: 16px;
  }
  .coursesCase-total {
    margin-bottom: 20px;
  }
  .coursesCase-total-cell {
    font-size: 12px;
  }
  .coursesCase-total-cell:first-child {
    width: 63%;
    font-size: 14px;
  }
  .coursesCase-total-yen {
    font-size: 17px;
  }
  .coursesCase-total-cell:first-child .coursesCase-total-yen {
    font-size: 20px;
  }
  .coursesNote-item {
    margin-bottom: 10px;
  }
}
