@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@700&display=swap");
@font-face {
  font-family: 'hanazome';
  src: url(/font/hanazome.ttf);
}

/*! プログラム */
.cl, .course-wrap, .reach-corse {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}

.cl:after, .course-wrap:after, .reach-corse:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

* html .cl, * html .course-wrap, * html .reach-corse {
  height: 1%;
}

/*----------------------------------
content
----------------------------------*/
/*--news--*/
.news-area p {
  width: 165px;
  font-size: 22px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border-bottom: 1px solid #e21923;
}

.news-area dl {
  padding: 16px;
  background: #eeeeee;
}

.news-area dt {
  width: 150px;
  float: left;
  position: relative;
  margin-right: 15px;
}

.news-area dt:before {
  content: "NEW";
  position: absolute;
  top: 1px;
  right: 0px;
  width: 60px;
  height: 18px;
  box-sizing: border-box;
  line-height: 18px;
  border: 1px solid #E21923;
  color: #E21923;
  text-align: center;
  font-size: 76.9%;
}

.news-area dd {
  overflow: hidden;
  line-height: 1.7;
}

.news-area a {
  color: #000;
  text-decoration: underline;
}

div.pgOutline {
  text-align: right;
  margin: 10px auto;
}

div.pgOutline a {
  color: #E21923;
  font-weight: bold;
}

@media only screen and (max-width: 736px) {
  .program-wrap {
    padding: 30px 10px 40px;
  }
  .news-area dt {
    float: none;
    margin-right: 0;
  }
  .news-area dd {
    margin-top: 6px;
  }
}

/*--セクション全体指定--*/
section {
  margin-top: 40px;
}

section h2 + dl {
  margin-top: 26px;
}

section h2 + dl dt {
  font-size: 20px;
  line-height: 2;
}

section h2 + dl dd {
  margin-top: 8px;
}

section em {
  font-weight: bold;
}

section h2 + p {
  margin-top: 20px;
}

#sec02 {
  margin-top: 80px;
}

#sec03 {
  margin-top: 50px;
}

@media only screen and (max-width: 736px) {
  section {
    margin-top: 30px;
  }
  section h2 + dl {
    margin-top: 16px;
  }
}

/*--sec01--*/
#sec01 {
  margin-top: 60px;
}

#sec01 h2 + p {
  margin-top: 18px;
}

#sec01 h2 + p + dl {
  margin-top: 28px;
}

#sec01 h2 + p + dl dt {
  font-size: 123.1%;
  font-weight: bold;
}

#sec01 h2 + p + dl dd {
  margin-top: 12px;
}

#sec01 h2 + p + dl dd ul li {
  position: relative;
  padding-left: 14px;
}

#sec01 h2 + p + dl dd ul li:before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #E21923 none repeat scroll 0% 0%;
}

.corse-detail {
  margin-top: 34px;
}

.corse-detail dl {
  background: #eeeeee;
  border-left: 1px solid #fff;
  padding-bottom: 14px;
}

.corse-detail dt {
  text-align: center;
  font-size: 138.5%;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  background: #000000;
  color: #fff;
}

.corse-detail dt + dd {
  padding: 5px 15px;
  margin-top: 12px;
  font-size: 115.4%;
  line-height: 1;
  font-weight: bold;
}

.corse-detail dt + dd span {
  display: inline-block;
  padding: 2px 0 2px 20px;
  background: url(/common/img/program01/icon01.png) 0 0 no-repeat;
}

.corse-detail dd + dd {
  padding: 0;
  margin-top: 8px;
}

.corse-detail li {
  margin-top: 4px;
}

.corse-detail li:before {
  content: " ";
  position: absolute;
  top: 7px;
  left: 14px;
  width: 4px;
  height: 4px;
  background: #E21923;
}

.corse-detail ul li:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 736px) {
  .corse-detail dl {
    margin-top: 12px;
    display: block;
  }
  .corse-detail dl:first-child {
    margin-top: 0;
  }
  .corse-detail dt {
    font-size: 123.1%;
  }
  .corse-detail dt + dd {
    font-size: 115.38462%;
  }
}

/*--sec02--*/
#sec02 > dl + dl {
  margin-top: 28px;
}

#sec02 > dl + dl dt {
  font-size: 123.1%;
  font-weight: bold;
}

#sec02 > dl + dl dd {
  margin-top: 16px;
  text-align: left;
}

#sec02 > dl + dl .sc-txt {
  text-align: left;
}

@media only screen and (max-width: 736px) {
  #sec02 > dl:first-child + dl dd {
    text-align: center;
  }
}

/*--case--*/
.case {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 40px;
  border: 1px solid #000;
  text-align: left;
}

.case > dl {
  display: table-cell;
  border-left: 1px solid #000;
}

.case > dl > dt {
  padding: 22px 14px;
  background: #eeeeee;
  text-align: center;
  position: relative;
}

.case > dl > dt:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-style: solid;
  border-color: #eeeeee transparent transparent transparent;
  border-width: 10px 10px 10px 10px;
}

.case > dl > dd {
  padding: 14px 14px;
  line-height: 1.5;
}

.case > dl > dd dt {
  font-weight: bold;
  color: #e21923;
}

.case > dl > dd dd {
  margin-top: 5px;
}

.case dl:first-child {
  border: none;
}

.case + p {
  margin-top: 30px;
}

.case + p + dl {
  margin-top: 30px;
}

.case + p + dl dt {
  font-size: 130.8%;
  font-weight: bold;
}

.case + p + dl dd {
  margin-top: 8px;
}

@media only screen and (max-width: 736px) {
  .case {
    margin-top: 28px;
    display: block;
    border: none;
  }
  .case > dl {
    margin-top: 12px;
    display: block;
    border: 1px solid #000;
  }
  .case > dl > dt {
    padding: 14px;
  }
  .case > dl:first-child {
    margin-top: 0;
    border: 1px solid #000;
  }
  .case + p {
    margin-top: 12px;
    text-align: center;
  }
}

/*--scu--*/
.scu-btn {
  display: none;
  margin-top: 30px;
  letter-spacing: -.40em;
  text-align: center;
}

.scu-btn li {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  width: 85px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  line-height: 1.4;
}

.scu-btn li:first-child + li {
  margin: 0 8px;
}

.scu-btn a {
  position: relative;
  display: block;
  height: 85px;
  box-sizing: border-box;
  font-weight: bold;
  padding-top: 20px;
}

.scu-btn a:before {
  content: " ";
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -3px;
  border-top: 2px solid #aa0016;
  border-left: 2px solid #aa0016;
  width: 6px;
  height: 6px;
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.scu-btn .scu-cur {
  border: none;
  background: #666666;
}

.scu-btn .scu-cur a {
  color: #fff;
}

.scu-btn .scu-cur a:before {
  display: none;
}

.scu-detail {
  margin-top: 44px;
}

.scu-detail h3 {
  padding-left: 15px;
  border-left: 4px solid #AA0016;
  color: #666666;
  line-height: 1;
}

.scu-detail h3 span {
  margin-top: 8px;
  font-size: 146.2%;
  line-height: 1;
  color: #000000;
  font-weight: bold;
}

.scu-detail .scu-lesson {
  margin-top: 20px;
  letter-spacing: -.40em;
}

.scu-detail .scu-lesson li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px;
  margin-left: 10px;
  border: 1px solid #E11922;
  letter-spacing: normal;
  font-weight: bold;
  color: #E11922;
}

.scu-detail .scu-lesson li:first-child {
  margin-left: 0;
}

.scu-detail .scu-table + ul {
  margin-top: 30px;
}

.scu-table {
  display: table;
  margin-top: 16px;
  width: 100%;
  table-layout: fixed;
}

.scu-table dl {
  display: table-cell;
  border-left: 1px solid #fff;
  text-align: center;
}

.scu-table dl dt {
  padding: 10px 0;
  background: #CCCCCC;
}

.scu-table dl dd {
  padding: 10px 0;
  background: #EEEEEE;
}

.les-ate {
  margin-top: 16px;
  font-size: 84.6%;
  color: #666666;
}

@media only screen and (max-width: 736px) {
  .scu-btn {
    display: block;
  }
  .scu-detail {
    margin-top: 40px;
  }
  .scu-detail h3 {
    padding-left: 15px;
    border-left: 4px solid #AA0016;
    color: #666666;
    line-height: 1;
  }
  .scu-detail h3 span {
    margin-top: 0;
    font-size: 123.1%;
    line-height: 1.3;
  }
  .scu-detail .scu-lesson {
    margin-top: 14px;
  }
  .scu-detail .scu-lesson li {
    padding: 4px 10px;
    margin: 0 10px 0 0;
  }
  .scu-detail .scu-lesson li:first-child {
    margin: 0 10px 10px 0;
  }
  .scu-table {
    display: block;
    margin-top: 16px;
  }
  .scu-table dl {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-left: none;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  .scu-table dl dt {
    display: table-cell;
    padding: 10px 0;
    background: #CCCCCC;
  }
  .scu-table dl dd {
    display: table-cell;
    padding: 10px 0;
    background: #EEEEEE;
  }
}

/*--course--*/
.course {
  margin-top: 44px;
}

.course-open {
  display: none;
}

.course-open a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 115.4%;
  text-align: center;
  background: #cccccc url(/common/img/plus.png) no-repeat 98% 50%;
  border-bottom: 1px solid #fff;
}

.course-close a {
  background: #cccccc url(/common/img/minus.jpg) no-repeat 98% 50%;
}

.case-link {
  margin-top: 8px;
}

.case-link a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 20px;
  text-decoration: underline;
}

.case-link a:before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
  border-left: 2px solid #e11422;
  border-bottom: 2px solid #e11422;
  width: 4px;
  height: 4px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

.course-inner h3 + p {
  margin-top: 28px;
}

.course-inner h3 + p + p {
  margin-top: 24px;
}

.course-wrap {
  margin-top: 26px;
}

.course-wrap dl {
  float: left;
  width: 410px;
  padding: 15px;
  height: 132px;
  box-sizing: border-box;
  background: #EEEEEE;
}

.course-wrap dl dt {
  padding-left: 25px;
  font-size: 115.4%;
  font-weight: bold;
  background: url(/common/img/program01/icon01.png) 0 10% no-repeat;
}

.course-wrap dl ul {
  margin-top: 6px;
}

.course-wrap dl ul li:first-child {
  margin-top: 0;
}

.course-wrap dl li {
  position: relative;
  padding-left: 22px;
  margin-top: 2px;
}

.course-wrap dl li:before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 4px;
  height: 4px;
  background: #E21923;
}

.course-wrap dl + dl {
  float: right;
}

.course-wrap dl + dl dt {
  background: url(/common/img/program01/icon02.png) no-repeat;
}

.course-wrap dl + dl dd + dd {
  margin-top: 6px;
  font-size: 84.6%;
  color: #666666;
}

.course-detail {
  margin-top: 22px;
  padding: 15px 15px 10px;
  background: #EEEEEE;
}

.course-detail dt {
  padding-left: 25px;
  font-size: 115.4%;
  font-weight: bold;
  background: url(/common/img/program01/icon03.png) 0 30% no-repeat;
}

.course-detail ul {
  margin-top: 8px;
}

.course-detail ul li:first-child {
  margin-top: 0;
}

.course-detail li {
  position: relative;
  padding-left: 22px;
  margin-top: 2px;
}

.course-detail li:before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 4px;
  height: 4px;
  background: #E21923;
}

.course-detail.type02 ul {
  margin-top: 8px;
}

.course-detail.type02 ul li:first-child {
  margin-top: 0;
}

.course-detail.type02 li {
  position: relative;
  padding-left: 0;
  margin-top: 2px;
}

.course-detail.type02 li:before {
  display: none;
}

@media only screen and (max-width: 736px) {
  .course {
    margin-top: 30px;
  }
  .course + .course {
    margin-top: 0;
  }
  .course-open {
    display: block;
  }
  .course-inner {
    display: none;
  }
  .course-inner h3 + p {
    margin-top: 28px;
  }
  .course-inner h3 + p + p {
    margin-top: 24px;
  }
  .course-wrap {
    margin-top: 30px;
  }
  .course-wrap dl {
    height: auto;
    float: none;
    width: 100%;
    padding: 15px;
    height: auto !important;
    box-sizing: border-box;
    background: #EEEEEE;
  }
  .course-wrap dl dt {
    padding-left: 25px;
    font-size: 115.4%;
    font-weight: bold;
  }
  .course-wrap dl ul {
    margin-top: 12px;
  }
  .course-wrap dl ul li:first-child {
    margin-top: 0;
  }
  .course-wrap dl li {
    position: relative;
    padding-left: 22px;
    margin-top: 6px;
  }
  .course-wrap dl li:before {
    content: " ";
    position: absolute;
    top: 6px;
    left: 3px;
    width: 4px;
    height: 4px;
    background: #E21923;
  }
  .course-wrap dl + dl {
    margin-top: 12px;
    float: none;
  }
  .course-wrap dl + dl dd + dd {
    margin-top: 6px;
    font-size: 84.6%;
    color: #666666;
  }
  .course-detail {
    margin-top: 12px;
  }
}

.wrap03 .sec-title + p {
  margin-top: 28px;
  line-height: 1.6;
}

.wrap03 .sec-title + p + p {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
  color: #AA0015;
  font-size: 84.6%;
  line-height: 1.6;
}

.wrap03 .sec-title + p + p a {
  color: #AA0015;
  text-decoration: underline;
}

/*--sec03--*/
.teacher-wrap {
  background: #eeeeee;
  letter-spacing: -.40em;
  margin-top: 26px;
}

.teacher-wrap .t-gray {
  background: #cccccc;
}

.teacher-wrap .teacher-detail {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top;
}

.teacher-wrap .teacher-detail dl {
  float: left;
  margin-right: 10px;
}

.teacher-wrap .teacher-detail dl dt + dd {
  margin-top: 10px;
  font-weight: bold;
}

.teacher-wrap .teacher-detail dl dt + dd span {
  display: block;
  font-size: 138.5%;
  line-height: 1.2;
}

.teacher-wrap .teacher-detail dl dt + dd dd + dd {
  margin-top: 4px;
  line-height: 1.3;
}

.teacher-wrap .teacher-detail .teacher-right {
  overflow: hidden;
  display: block;
}

.teacher-wrap .teacher-detail .teacher-right .teacher-open {
  display: none;
}

.teacher-wrap .teacher-detail .teacher-right .teacher-open a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 115.4%;
  background: #eeeeee;
}

.teacher-wrap .teacher-detail .teacher-right .teacher-right-inner p:first-child {
  font-size: 92.3%;
  letter-spacing: -0.04em;
}

.teacher-wrap .teacher-detail .teacher-right .teacher-close {
  display: none;
}

.teacher-wrap .teacher-detail .teacher-right .teacher-close a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 115.4%;
  background: #cccccc;
}

@media only screen and (max-width: 736px) {
  .teacher-wrap {
    margin-top: 30px;
  }
  .teacher-wrap .t-gray + .t-gray {
    background: #eeeeee;
  }
  .teacher-wrap .sp-gray {
    background: #cccccc;
  }
  .teacher-wrap .teacher-detail:first-child .teacher-open a, .teacher-wrap .teacher-detail:first-child .teacher-close a, .teacher-wrap .teacher-detail:nth-child(3) .teacher-open a, .teacher-wrap .teacher-detail:nth-child(3) .teacher-close a {
    background: #CCC;
  }
  .teacher-wrap .teacher-detail:nth-child(2) .teacher-open a, .teacher-wrap .teacher-detail:nth-child(2) .teacher-close a, .teacher-wrap .teacher-detail:nth-child(4) .teacher-open a, .teacher-wrap .teacher-detail:nth-child(4) .teacher-close a {
    background: #eeeeee;
  }
  .teacher-wrap .teacher-detail {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  .teacher-wrap .teacher-detail dl:first-child {
    float: none;
    text-align: center;
    margin-right: 10px;
  }
  .teacher-wrap .teacher-detail dl:first-child dt + dd {
    margin-top: 10px;
    font-weight: bold;
  }
  .teacher-wrap .teacher-detail dl:first-child dt + dd span {
    display: block;
    font-size: 138.5%;
    line-height: 1.4;
  }
  .teacher-wrap .teacher-detail dl:first-child dt + dd dd + dd {
    margin-top: 4px;
  }
  .teacher-wrap .teacher-detail .teacher-right .teacher-open {
    display: block;
    margin-top: 10px;
  }
  .teacher-wrap .teacher-detail .teacher-right .teacher-right-inner {
    display: none;
  }
  .teacher-wrap .teacher-detail .teacher-right .teacher-close {
    margin-top: 10px;
    display: block;
  }
}

.btm-btn {
  letter-spacing: -.40em;
  text-align: center;
  margin-top: 48px;
}

.btm-btn li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 300px;
  letter-spacing: normal;
  margin: 0 15px;
}

.btm-btn a {
  display: block;
  position: relative;
  padding: 12px 0 8px;
  background: #aa0118;
  color: #fff;
  font-size: 115.4%;
  font-weight: bold;
}

.btm-btn a:hover {
  background: #e21923;
}

.btm-btn a:hover img {
  opacity: 1;
}

.mdd-btn .btm-btn {
  margin-top: 0;
}

.mdd-btn {
  margin-top: 48px;
  padding: 15px 0 25px 0;
  border-top: 5px solid #eeeeee;
  border-bottom: 5px solid #eeeeee;
}

.mdd-btn p {
  text-align: center;
  /*color: #aa0016;*/
  margin: 0 105px 20px;
  padding-bottom: 5px;
  font-size: 115.4%;
  font-weight: bold;
  border-bottom: 1px solid #aa0016;
}

@media only screen and (max-width: 736px) {
  .btm-btn {
    display: none;
  }
  .mdd-btn {
    display: none;
  }
  .ate-no {
    display: none;
  }
}

.coure-db {
  display: block !important;
}

/*--イブニング・アフタークラス--*/
#reaching {
  margin-top: 40px;
}

#reaching h2 + p {
  margin-top: 20px;
}

#reaching h2 + p + p {
  margin-top: 40px;
  text-align: center;
}

#reaching .reach-btn {
  margin: 35px auto 0;
  width: 540px;
  text-align: center;
}

#reaching .reach-btn a {
  display: block;
  background: #c1272d;
  color: #fff;
  padding: 8px;
  font-size: 123.07692%;
  font-weight: bold;
}

#reaching .reach-btn a:hover {
  background: #e21923;
}

#reaching .reach-btn span {
  display: inline-block;
  padding-left: 22px;
  background: url(/common/img/icon01.png) 0 3px no-repeat;
}

.reach-corse {
  margin-top: 45px;
}

.reach-corse > dl {
  margin-left: 30px;
  float: left;
  width: 260px;
  background: #eeeeee;
}

.reach-corse > dl > dt {
  position: relative;
  text-align: center;
  padding: 14px 0;
  background: #e21923;
}

.reach-corse > dl > dt:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-style: solid;
  border-color: #e21923 transparent transparent transparent;
  border-width: 10px 10px 10px 10px;
}

.reach-corse > dl > dd {
  padding: 15px 5px 10px 5px;
}

.reach-corse > dl > dd dt {
  font-weight: bold;
  color: #e21923;
}

.reach-corse > dl > dd dd {
  margin-top: 8px;
}

.reach-corse > dl > dd dd ul li {
  margin-top: 4px;
  text-indent: -1em;
  padding-left: 1em;
}

.reach-corse > dl > dd dd ul li:first-child {
  margin-top: 0;
}

.reach-corse > dl:first-child {
  margin-left: 0;
}

.scu-btn.type02 li {
  width: 40%;
}

.scu-detail .scu-lesson li {
  width: 155px;
  padding: 5px 0;
  text-align: center;
  box-sizing: border-box;
}

.scu-detail .scu-lesson li:last-child {
  width: 170px;
}

.scu-table.type02 {
  width: 500px;
}

.scu-table.type03 dd {
  display: table-cell;
  line-height: 1.3;
  height: 50px;
  padding: 0;
  vertical-align: middle;
  width: 500px;
  box-sizing: border-box;
}

.curriculum-detail {
  margin-top: 30px;
  padding: 15px;
  background: #eeeeee;
}

.curriculum-detail dt {
  font-weight: bold;
  padding-left: 20px;
  background: url(/common/img/icon05.png) 0 50% no-repeat;
}

.curriculum-detail dd ul {
  margin-top: 15px;
}

.curriculum-detail dd ul li {
  margin-top: 5px;
  position: relative;
  padding-left: 15px;
}

.curriculum-detail dd ul li:before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 0;
  background: #e21923;
  height: 4px;
  width: 4px;
}

.curriculum-detail dd ul li:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 736px) {
  #reaching {
    margin-top: 40px;
  }
  #reaching h2 + p {
    margin-top: 20px;
  }
  #reaching h2 + p + p {
    margin-top: 30px;
  }
  #reaching .reach-btn {
    margin: 25px auto 0;
    width: 100%;
  }
  #reaching .reach-btn a:hover {
    background: #c1272d;
  }
  #reaching .reach-btn span {
    background: url(/common/img/icon01.png) 0 50% no-repeat;
  }
  .reach-corse {
    margin-top: 30px;
  }
  .reach-corse > dl {
    margin-left: 0;
    margin-top: 10px;
    float: none;
    width: 100%;
  }
  .reach-corse > dl:first-child {
    margin-top: 0;
    margin-left: 0;
  }
  .scu-detail .scu-lesson li {
    width: 143px;
    padding: 5px 0;
    margin: 0 5px 5px 0;
    text-align: center;
    box-sizing: border-box;
  }
  .scu-detail .scu-lesson li:last-child {
    width: 160px;
  }
  .scu-detail .scu-lesson.type02 li:last-child {
    width: 180px;
  }
  .scu-table.type02 {
    width: 100%;
  }
  .scu-table.type03 dt, .scu-table.type03 dd {
    vertical-align: middle;
  }
  .scu-table.type03 dd {
    display: table-cell;
    line-height: 1.7;
    height: auto;
    padding: 10px 0;
    width: auto;
  }
  .curriculum-detail {
    margin-top: 20px;
    padding: 10px;
  }
  .curriculum-detail dd ul {
    margin-top: 5px;
  }
  .curriculum-detail dd ul li {
    padding-left: 5px;
  }
  .curriculum-detail dd ul li:before {
    top: 9px;
    left: -4px;
  }
}

.-accepting_pos {
  position: relative;
}

.b_accepting {
  position: absolute;
  display: table;
  text-align: center;
  background: #e21923;
  bottom: 25px;
  left: 40px;
}

.b_accepting-l {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 3px .8em;
  display: table-cell;
  vertical-align: middle;
}

.b_accepting-r {
  font-size: 11px;
  font-weight: bold;
  padding: 3px .8em;
  display: table-cell;
  vertical-align: middle;
  background: #fff;
}

/* /program01/index01.phpのスタイル */
.feature__attention__wrap {
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.feature__attention {
  display: flex;
  flex-direction: column;
  width: 706px;
}

.feature__attention p {
  font-size: 15px;
  line-height: 2;
  color: #e21923;
}

.choiceCourse {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 2;
}

.choiceCourse__list {
  width: 50%;
  padding: 30px;
  background-color: #F2F0F0;
  box-sizing: border-box;
}

.choiceCourse__list:nth-of-type(2) {
  background-color: #fff;
}

.choiceCourse__list__courseEn {
  padding-top: 10px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #E83535;
}

.choiceCourse__list__courseJp {
  text-align: center;
}

.choiceCourse__list__img,
.choiceCourse__list__img svg {
  max-width: 110px;
  max-height: 85px;
  margin: auto;
}

.timeTable * {
  box-sizing: border-box;
}

.timeTable {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  font-size: 18px;
}

.timeTable:nth-of-type(1) {
  padding-top: 60px;
}

.timeTable:nth-of-type(2) {
  padding-bottom: 40px;
}

.timeTable:nth-of-type(5) {
  padding-bottom: 60px;
}

.timeTable__left {
  width: calc(100% - 375px);
}

.timeTable__left__time {
  font-size: 30px;
  font-weight: bold;
}

.timeTable__left__time > span {
  font-size: 20px;
}

.timeTable__left__time > span > span {
  font-size: 12px;
}

.timeTable__left__img {
  padding-top: 10px;
}

.timeTable__left__img img {
  width: 100%;
}

.timeTable__right {
  width: 375px;
  padding-left: 60px;
}

.timeTable__right__ttl {
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 4px solid #E83535;
}

.timeTable__right__ttl > span {
  font-size: 12px;
}

.timeTable__right__txt {
  padding-top: 10px;
  line-height: 2;
}

.timeTable__attention {
  padding-top: 5px;
  font-size: 13px;
}

.timeTable__attention--txtR {
  padding-top: 15px;
  text-align: right;
}

.timeTableBreak {
  font-size: 20px;
  font-weight: bold;
  background-color: #D2D2D2;
  padding: 10px;
  line-height: 1;
}

.studySupport {
  padding-top: 40px;
}

.purposeAndTerm {
  padding: 40px 0 60px;
}

.teachers {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

.teachers__img {
  width: calc(100% - 434px);
}

.teachers__txt {
  width: 434px;
  padding-left: 20px;
  box-sizing: border-box;
}

.teachers__txt__middle {
  padding-top: 10px;
  font-size: 15px;
  font-weight: normal;
}

.teachers__txt__name {
  padding-top: 20px;
}

.attention_in_cnt {
  font-size: 11px;
  vertical-align: text-top;
}

.bg_dark {
  padding: 40px 0;
  margin-top: 60px;
  background-color: #FCFBFA;
}

.dl {
  font-size: 20px;
  line-height: 2;
}

.list-01-wrap {
  text-align: center;
  margin: 30px auto 40px;
  padding: 20px 30px 30px;
  max-width: 700px;
  background: #ffe2e2;
}

.list-01 {
  list-style: inherit;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

.list-01 li {
  margin-top: 10px;
}

.list-01 li span {
  display: inline-block;
  border-bottom: 5px solid #f00;
  line-height: 1;
}

.block-01 {
  font-size: 18px;
  background: #f7f7f7;
  padding: 30px;
  margin: 30px 0 80px;
}

.block-01-ttl {
  font-size: 110%;
  font-weight: bold;
}

.block-01-cnt {
  margin-top: 26px;
}

.block-01-voice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 15px;
  margin: 40px auto;
  max-width: 700px;
}

.block-01-voice > div {
  width: 300px;
  background: #eee;
  padding: 20px;
}

.block-01-voice > div:nth-of-type(n+3) {
  margin-top: 20px;
}

.block-01-voice > div span {
  display: block;
  text-align: right;
}

.block-01-bottom {
  font-size: 15px;
  text-align: right;
}

.two-way-program {
  display: flex;
}

.two-way-program > a {
  width: 50%;
  padding: 80px 30px 0;
  position: relative;
  height: 450px;
}

.two-way-program > a:nth-of-type(1) {
  color: #000;
  background-color: rgba(255, 255, 255, 0.3);
}

.two-way-program > a:nth-of-type(1)::before {
  position: absolute;
  content: '';
  width: 200%;
  height: 100%;
  opacity: .5;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
  background-size: cover;
  background-image: url(/common/img/program04/bg-left.png);
}

.two-way-program > a:nth-of-type(2) {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.two-way-program > a:nth-of-type(2) .two-way-program-ttl {
  text-shadow: 0.5px 0.5px #fff, -0.5px 0.5px #fff, -0.5px -0.5px #fff, 0.5px -0.5px #fff, 0.5px 0px #fff, 0px 0.5px #fff, -0.5px 0px #fff, 0px -0.5px #fff;
}

.two-way-program > a:hover {
  opacity: .9;
}

.two-way-program-ttl {
  font-size: 90px;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  text-shadow: 0.5px 0.5px #000, -0.5px 0.5px #000, -0.5px -0.5px #000, 0.5px -0.5px #000, 0.5px 0px #000, 0px 0.5px #000, -0.5px 0px #000, 0px -0.5px #000;
  line-height: 1;
}

.two-way-program-ttlUnder {
  font-size: 36px;
  line-height: 1;
  margin-top: 30px;
}

.two-way-program-txt {
  position: absolute;
  bottom: 80px;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
  width: calc(100% - 60px);
}

.title04.mgt {
  margin-top: 80px;
}

.advIdxhd--cons {
  position: relative;
  height: 300px;
  padding: 0;
  background-image: url(/common/img/program04/bg-right.png);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.advIdxhd--cons h2 {
  position: absolute;
  right: 20px;
  bottom: 5px;
  font-size: 37px;
  line-height: 1.3;
  font-weight: bold;
}

.advIdxhd--cons h2 span {
  display: block;
}

.advIdxhd--cons h2 span.tegaki-1 {
  font-family: 'hanazome';
  font-weight: initial;
  font-size: 34px;
  display: inline-block;
  border-bottom: 5px solid #f00;
}

.advIdxhd--cons h2 span.tegaki-2 {
  font-family: 'hanazome';
  font-weight: initial;
  font-size: 34px;
}

.advIdxhd--cons h2 span.ttl {
  margin-top: 10px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 735px) {
  .list-01-wrap {
    margin: 20px auto 30px;
    padding: 10px 20px 20px;
  }
  .list-01 {
    font-size: 16px;
    list-style: none;
  }
  .list-01 li {
    position: relative;
    padding-left: 10px;
  }
  .list-01 li::before {
    content: '・';
    position: absolute;
    left: -5px;
    top: 0;
  }
  .dl {
    font-size: 13px;
  }
  .block-01 {
    font-size: 13px;
    padding: 30px 10px;
    margin: 30px 0 60px;
  }
  .block-01-ttl {
    font-size: 16px;
  }
  .block-01-cnt {
    margin-top: 20px;
  }
  .block-01-voice {
    font-size: 13px;
    margin: 20px auto 35px;
  }
  .block-01-voice > div {
    width: 100%;
  }
  .block-01-voice > div:nth-of-type(n+3), .block-01-voice > div:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .block-01-bottom {
    font-size: 11px;
  }
  .title04.mgt {
    margin-top: 60px;
  }
  .title04 span {
    line-height: 1.5;
  }
  .title04 span::before {
    height: 100%;
  }
  .two-way-program {
    flex-wrap: wrap;
    word-break: break-word;
    margin-top: 20px;
  }
  .two-way-program > a {
    width: 100%;
    height: 350px;
    padding: 60px 20px 0;
  }
  .two-way-program > a:nth-of-type(1)::before {
    width: 100%;
    height: 200%;
    background-position: center;
  }
  .two-way-program-ttl {
    font-size: 60px;
  }
  .two-way-program-ttlUnder {
    font-size: 26px;
  }
  .two-way-program-txt {
    font-size: 34px;
    width: calc(100% - 40px);
    bottom: 60px;
  }
  #sec01 {
    margin-top: 40px;
  }
  #sec02 {
    margin-top: 30px;
  }
  section h2 + dl dt {
    font-size: 13px;
  }
  .choiceCourse__list {
    width: 100%;
  }
  .choiceCourse__list__txt {
    font-size: 13px;
  }
  .choiceCourse__list__img,
  .choiceCourse__list__img svg {
    max-width: 70px;
    max-height: 78px;
  }
  .timeTable {
    font-size: 13px;
  }
  .timeTable:nth-of-type(1) {
    padding-top: 40px;
  }
  .timeTable:nth-of-type(5) {
    padding-bottom: 80px;
  }
  .timeTable__left {
    width: 100%;
  }
  .timeTable__right {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .timeTable__attention {
    font-size: 11px;
  }
  .timeTable__attention--txtR {
    padding-top: 10px;
  }
  .purposeAndTerm {
    padding: 40px 0 80px;
  }
  .teachers {
    padding-top: 40px;
    font-size: 13px;
  }
  .teachers:last-of-type {
    padding-top: 60px;
  }
  .teachers__img {
    width: 100%;
  }
  .teachers__txt {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .teachers__txt__middle {
    font-size: 13px;
  }
  .teachers__txt__name {
    font-size: 15px;
  }
  .feature__attention p {
    font-size: 11px;
  }
  .attention_in_cnt {
    font-size: 10px;
  }
  .bg_dark {
    padding: 80px 0 40px;
    margin-top: 40px;
  }
  .advIdxhd--cons h2 {
    font-size: 20px;
  }
  .advIdxhd--cons h2 span.tegaki-1 {
    font-size: 20px;
  }
  .advIdxhd--cons h2 span.tegaki-2 {
    font-size: 20px;
  }
  .studySupport img {
    margin: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
