@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@300;400;500;600;700;900&display=swap");
/* font-family: 'M PLUS 2', sans-serif; */
/*------------------common-------------------------------------*/
table {
  border: 2px solid #cfc8b7;
}

table th {
  white-space: nowrap;
  background: #f9f6ee;
  padding-right: 10px !important;
  border-bottom: 1px solid #cfc8b7;
  border-right: 1px solid #cfc8b7;
  font-size: 15px;
}

table td {
  padding: 10px;
  border-bottom: 1px solid #cfc8b7;
  font-size: 15px;
}

/*------------------about---------------------------------------*/
#about {
  clear: both;
}

#about ul {
  overflow: hidden;
  clear: both;
}

#about li {
  margin-right: 8px;
  float: left;
}

#about li.last {
  margin-right: 0;
  float: right;
}

#about li ul li {
  margin-bottom: 10px;
  float: none;
}

#about #company dl {
  overflow: hidden;
}

#about #company dt {
  clear: both;
  float: left;
}

#about #company dd {
  float: left;
}

/*------------------curriculum---------------------------------------*/
#curriculum {
  clear: both;
}

#curriculum #bloc00 {
  text-align: center;
}

#curriculum #bloc00 .bloc-index {
  margin: 0 auto 60px auto;
  padding: 25px 20px;
  width: 940px;
  background: #fff;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#curriculum #bloc00 h3 {
  margin-bottom: 8px;
}

#curriculum #bloc00 .bloc-wrap {
  margin: 0 auto 60px auto;
  padding: 16px 20px;
  width: 940px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-sizing: border-box;
}

#curriculum #bloc00 .bloc-wrap.short {
  margin: 0 0 60px 0;
  padding: 16px 12px 16px 20px;
  width: 694px;
}

#curriculum #bloc00 .bloc-index02 {
  padding: 0;
  width: 464px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#curriculum #bloc00 .bloc-wrap.short .bloc-index02 {
  width: auto;
}

#curriculum #bloc00 .bloc-index02 div {
  margin-bottom: 12px;
}

#curriculum #bloc00 .bloc-index02 div:last-of-type {
  margin-bottom: 0;
}

#curriculum #bloc00 .bloc-index02.left::after {
  content: "";
  display: block;
  width: 226px;
}

#curriculum #bloc00 .bloc-wrap.taiken h3 {
  margin-bottom: 20px;
}

#curriculum #bloc01 li {
  margin-right: 38px;
  float: left;
}

#curriculum #bloc01 li:nth-child(2) {
  margin-right: 0;
}

#curriculum #bloc01 #detail ul {
  overflow: hidden;
  clear: both;
}

#curriculum #bloc01 #detail li {
  margin-right: 8px;
  float: left;
}

#curriculum #bloc01 #detail li.last {
  margin-right: 0;
  float: right;
}

#curriculum #bloc01 #detail li ul li {
  margin-bottom: 10px;
  float: none;
}

#curriculum .h2box {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#curriculum .contactlink {
  margin: 30px auto 0;
  width: 340px;
}

#curriculum #bloc02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#curriculum #bloc02 li {
  margin-right: 18px;
}

#curriculum #bloc02 .bloc02box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#curriculum .bloc03box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#curriculum #bloc03 ul,
#curriculum #bloc03_02 ul,
#curriculum #bloc03_03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#curriculum #bloc03 li,
#curriculum #bloc03_02 li,
#curriculum #bloc03_03 li {
  margin-right: 18px;
}

#curriculum .diploma {
  margin-bottom: 105px;
}

/*------------------professor-------------------------------------*/
#professor {
  clear: both;
}

#professor .infoBox {
  padding: 25px;
  border: 6px solid #f2ecdc;
  font-size: 14px;
  clear: both;
}

#professor .infoBox p {
  font-size: 14px;
  line-height: 1.5;
}

#professor .infoBox p a {
  font-size: 14px;
}

/*------------------works-------------------------------------*/
#works .graduateBox {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d4d0c0;
  clear: both;
}

#works #voiceBox {
  margin: 0 auto;
  width: 740px;
}

#works .graduateBox a.link {
  margin-top: 20px;
  padding: 0 0 0 16px;
  background: url(../img/arrow02.png) no-repeat 0 center;
  font-size: 14px !important;
  color: #665d46;
  font-weight: bold;
  text-decoration: underline;
  display: block;
}

#works .graduateBox a.link:hover {
  text-decoration: none;
}

/*------------------advanced---------------------------------------*/
#advanced {
  clear: both;
}

/*------------------school-----------------------------------------*/
#school {
  clear: both;
}

#school table,
#schoolEntry table {
  width: 100%;
}

#school th {
  padding: 24px 20px 20px 20px;
  width: 210px;
  text-align: left;
  vertical-align: top;
  border-right: 3px double #cfc8b7;
}

#schoolEntry th {
  padding: 24px 20px 20px 20px;
  width: 210px;
  text-align: left;
  vertical-align: top;
  background: #f3eddd;
  border-right: 1px solild #cfc8b7;
}

#school th.th01,
#schoolEntry th.th01 {
  padding-top: 40px;
}

#school th.btn {
  border-right: 1px solid #cfc8b7;
}

#school td,
#schoolEntry td {
  padding: 24px 0 20px 20px;
  background: #fff;
}

#school td.detail {
  font-size: 18px;
  font-weight: bold;
}

#schoolEntry .btnBox {
  width: auto;
  margin: 0 auto;
  text-align: center;
}

#schoolEntry .btnBox input {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha( opacity=100 )" !important;
}

/*------------------web--------------------------------------------*/
#web {
  clear: both;
}

#web .flow_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*------------------rules--------------------------------------*/
#rules p,
#rules dt,
#rules dd,
#rules li {
  font-size: 14px !important;
  line-height: 1.5;
}

#rules dl {
  overflow: hidden;
  clear: both;
}

#rules dt {
  margin-right: 20px;
  font-weight: bold;
  float: left;
}

#rules dd {
  float: left;
}

#rules ul {
  padding: 0 0 0 20px;
  clear: both;
  overflow: hidden;
}

#rules li {
  list-style-type: disc;
}

#rules ul.num li {
  list-style-type: decimal;
}

/*------------------support -----------------------------------*/
#support #mainV.contentsWrap {
  padding: 0 0 30px 0;
}

#support #bloc01,
#support #bloc02 {
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #cfc8b7;
}

#support #bloc03 {
  padding-bottom: 40px;
}

#support #bloc03 .flR img {
  margin-top: -67px;
}

#support #blocContact {
  position: relative;
  width: 940px;
  height: 280px;
}

#support #blocContact #bgimg {
  position: absolute;
  top: 0;
  left: 0;
}

#support #blocContact a {
  position: absolute;
  bottom: 26px;
  left: 320px;
  z-index: 2;
}

/*------------------support -----------------------------------*/
#entertainment #contact {
  position: relative;
  margin-bottom: 70px;
  width: 940px;
  height: 280px;
}

#entertainment #contact #bgimg {
  position: absolute;
  top: 0;
  left: 0;
}

#entertainment #contact #btn_contact {
  position: absolute;
  width: 300px;
  height: 80px;
  bottom: 26px;
  left: 321px;
  z-index: 2;
}

#entertainment #contact #btn_contact a {
  display: block;
}

#entertainment .membox .flR {
  width: 478px;
}

#entertainment .membox .sttl {
  padding-bottom: 5px;
  color: #665d46;
  font-weight: bold;
  font-size: 15px;
}

#entertainment .membox p,
#entertainment .membox p span {
  color: #665d46;
  font-size: 15px;
  line-height: 1.5;
}

#entertainment .membox .media {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #665d46;
  border-bottom: 1px solid #665d46;
}

#entertainment .membox li {
  padding-right: 10px;
  float: left;
}

#entertainment .membox li:last-of-type {
  padding-top: 5px;
}

#entertainment .membox02 {
  width: 448px;
}

/*------------------opencampus---------------------------------*/
@media only screen and (max-width: 767px) {
  #opencampus + .ptopWrap,
  #opencampus + .ptopWrap + #footerWrap {
    width: 940px;
  }
}

#opencampus {
  background: #f9f6ee;
  color: #665d49;
  font-family: "M PLUS 2", sans-serif;
}
@media only screen and (max-width: 768px) {
  #opencampus {
    width: 940px;
  }
}
#opencampus .contentsWrap {
  padding: 0 0 30px;
}
@media only screen and (max-width: 1210px) {
  #opencampus .contentsWrap {
    padding: 0 15px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#opencampus .contents {
  width: 1180px;
}
@media only screen and (max-width: 1210px) {
  #opencampus .contents {
    width: 100%;
  }
}
#opencampus figure {
  margin: 0;
  padding: 0;
}
#opencampus img {
  width: 100%;
  height: auto;
}
#opencampus .sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #opencampus .sp {
    display: block;
  }
}

#opencampus #hero .txt {
  margin: 0 auto -180px;
  text-align: center;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
@media only screen and (max-width: 1210px) and (min-width: 1025px) {
  #opencampus #hero .txt {
    margin: 0 auto -120px;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #opencampus #hero .txt {
    margin: 0 auto -90px;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
}
@media only screen and (max-width: 767px) {
  #opencampus #hero .txt {
    margin: 0 auto -90px;
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
}
#opencampus #hero .txt p {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.8;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #opencampus #hero .txt p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #opencampus #hero .txt p {
    font-size: 26px;
  }
}
#opencampus #hero .txt p strong {
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #opencampus #hero .txt p strong {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #opencampus #hero .txt p strong {
    font-size: 26px;
  }
}
#opencampus #hero .txt p span {
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  #opencampus #hero .txt p span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #opencampus #hero .txt p span {
    font-size: 22px;
  }
}

#opencampus #bloc01 h2 {
  margin: 0 auto 40px;
  text-align: center;
  max-width: 809px;
}
#opencampus #bloc01 .bloc01_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#opencampus #bloc01 .bloc01_box .txt {
  padding-top: 20px;
  width: calc(100% - 560px);
}
@media only screen and (max-width: 1210px) {
  #opencampus #bloc01 .bloc01_box .txt {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc01 .bloc01_box .txt {
    width: 66%;
  }
}
#opencampus #bloc01 .bloc01_box .txt p {
  margin-bottom: 1em;
  font-size: 22px;
  line-height: 1.8;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #opencampus #bloc01 .bloc01_box .txt p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc01 .bloc01_box .txt p {
    font-size: 26px;
  }
}
#opencampus #bloc01 .bloc01_box figure {
  width: 560px;
}
@media only screen and (max-width: 1210px) {
  #opencampus #bloc01 .bloc01_box figure {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc01 .bloc01_box figure {
    width: 34%;
  }
}

#opencampus #bloc02 h2 {
  margin: 0 auto 110px;
  text-align: center;
  max-width: 793px;
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc02 h2 {
    margin: 0 auto 60px;
    width: 70%;
  }
}
#opencampus #bloc02 h3 {
  margin: 40px auto 30px;
  text-align: center;
  max-width: 205px;
}
#opencampus #bloc02 p {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #opencampus #bloc02 p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc02 p {
    font-size: 26px;
  }
}
#opencampus #bloc02 .linkbox {
  margin-bottom: 10px;
  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;
}
@media only screen and (max-width: 1024px) {
  #opencampus #bloc02 .linkbox {
    display: block;
  }
}
#opencampus #bloc02 .linkbox p {
  margin: 0 10px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc02 .linkbox p {
    font-size: 22px;
  }
}
#opencampus #bloc02 .linkbox p a {
  color: #f00;
  font-size: 18px;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc02 .linkbox p a {
    font-size: 22px;
  }
}
#opencampus #bloc02 .linkbox p a:hover {
  text-decoration: none;
}
#opencampus #bloc02 .linkbox .linkbtn a {
  margin: 0 10px;
  display: block;
  max-width: 260px;
}
@media only screen and (max-width: 1024px) {
  #opencampus #bloc02 .linkbox .linkbtn a {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc02 .linkbox .linkbtn a {
    max-width: 390px;
  }
}

#opencampus #bloc03 .lesson_wrap {
  width: 1118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1117px) {
  #opencampus #bloc03 .lesson_wrap {
    width: 100%;
  }
}
#opencampus #bloc03 .lesson_wrap .box {
  margin-bottom: 40px;
  width: calc((100% - 62px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc03 .lesson_wrap .box {
    width: 100%;
  }
}
#opencampus #bloc03 .lesson_wrap .box .cat {
  margin-bottom: 15px;
  padding: 6px 0;
  color: #fff;
  font-size: 22px;
  background: #ffa0b4;
  text-align: center;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc03 .lesson_wrap .box .cat {
    font-size: 32px;
  }
}
#opencampus #bloc03 .lesson_wrap .box h3 {
  margin-bottom: 10px;
  height: 95px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #opencampus #bloc03 .lesson_wrap .box h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc03 .lesson_wrap .box h3 {
    height: auto;
    font-size: 32px;
  }
}
#opencampus #bloc03 .lesson_wrap .box h3 span {
  font-size: 22px;
  display: block;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #opencampus #bloc03 .lesson_wrap .box h3 span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc03 .lesson_wrap .box h3 span {
    font-size: 26px;
  }
}
#opencampus #bloc03 .lesson_wrap .box figure {
  margin-bottom: 15px;
}
#opencampus #bloc03 .lesson_wrap .box p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
  min-height: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 1210px) {
  #opencampus #bloc03 .lesson_wrap .box p {
    min-height: 490px;
  }
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc03 .lesson_wrap .box p {
    font-size: 26px;
    min-height: auto;
  }
}
#opencampus #bloc03 .lesson_wrap .box .name_box {
  margin: 0 auto 20px;
  padding: 15px 20px;
  width: 80%;
  background: #fff;
}
#opencampus #bloc03 .lesson_wrap .box .name_box .post {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #opencampus #bloc03 .lesson_wrap .box .name_box .post {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc03 .lesson_wrap .box .name_box .post {
    font-size: 22px;
  }
}
#opencampus #bloc03 .lesson_wrap .box .name_box .name a {
  margin-bottom: 0;
  padding-left: 2em;
  color: #e74608;
  font-size: 26px;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #opencampus #bloc03 .lesson_wrap .box .name_box .name a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc03 .lesson_wrap .box .name_box .name a {
    font-size: 32px;
  }
}
#opencampus #bloc03 .lesson_wrap .box .name_box .name a:hover {
  text-decoration: none;
}
#opencampus #bloc03 .lesson_wrap .box .link a {
  margin: 0 auto 10px;
  display: block;
  max-width: 411px;
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc03 .lesson_wrap .box .link a {
    max-width: 622px;
  }
}
#opencampus #bloc03 .lesson_wrap .box:first-of-type {
  position: relative;
  padding-right: 30px;
  padding-bottom: 30px;
  border-right: 1px solid rgba(102, 93, 74, 0.2);
  border-bottom: 1px solid rgba(102, 93, 74, 0.2);
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc03 .lesson_wrap .box:first-of-type {
    padding-right: 0;
    border: none;
  }
}
#opencampus #bloc03 .lesson_wrap .box:first-of-type::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  bottom: -5px;
  right: -5px;
  background: #f9f6ee;
}
#opencampus #bloc03 .lesson_wrap .box:nth-of-type(2) {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc03 .lesson_wrap .box:nth-of-type(2) {
    padding-left: 0;
  }
}
#opencampus #bloc03 .lesson_wrap .box:nth-of-type(2) .cat {
  background: #82c8e6;
}
#opencampus #bloc03 .lesson_wrap .box:nth-of-type(3) {
  padding-right: 30px;
  border-right: 1px solid rgba(102, 93, 74, 0.2);
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc03 .lesson_wrap .box:nth-of-type(3) {
    padding-right: 0;
    border: none;
  }
}
#opencampus #bloc03 .lesson_wrap .box:nth-of-type(3) .cat {
  background: #009944;
}
#opencampus #bloc03 .lesson_wrap .box:nth-of-type(3) h3 {
  height: auto;
}
#opencampus #bloc03 p.note {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #opencampus #bloc03 p.note {
    font-size: 22px;
  }
}

/*------------------request -----------------------------------*/
#request table {
  width: 100%;
}

#request th {
  padding: 24px 0 20px 20px;
  width: 180px;
  text-align: left;
  vertical-align: top;
  background: #f3eddd;
}

#request th.th01 {
  padding-top: 40px;
}

#request td {
  padding: 24px 0 20px 20px;
  background: #fff;
}

#request .btnBox {
  width: auto;
  margin: 0 auto;
  text-align: center;
}

#request .btnBox input {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha( opacity=100 )" !important;
}

/*------------------privacy--------------------------------------*/
#privacy p,
#privacy dt,
#privacy dd,
#privacy li {
  font-size: 14px !important;
  line-height: 1.5;
}

#privacy dl {
  overflow: hidden;
}

#privacy dt {
  font-weight: bold;
}

#privacy dd {
  margin: 0 0 10px 22px;
}

#privacy a.link {
  padding: 0 0 0 20px;
  background: url(../img/arrow01.jpg) no-repeat 0 4px;
  font-size: 14px !important;
}