@charset "UTF-8";
@font-face {
  font-family: YuGothic M;
  src: local(Yu Gothic Medium);
}
.content__img li {
  width: 49.5%;
  margin-top: 1%;
}

.content__img li:nth-child(even) {
  margin-left: 1%;
}

.content__img li.w40p {
  width: 40%;
  margin-right: 5%;
}

.content__seminar {
  overflow: hidden;
  margin-top: 30px;
}

.content__seminar:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .content__seminar-img {
    float: right;
    height: auto;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .content__seminar-img {
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .content__seminar .content__tbl {
    margin-right: 220px;
    width: auto;
  }
}
.btx {
  text-decoration: line-through;
  color: #f00;
}

.btxb {
  color: #000;
}

.btn_close {
  pointer-events: none;
  background-color: grey !important;
}

.content__head-lead-ttl.large {
  font-size: 4.5rem;
  font-weight: bold;
}

.content__box-sub-ttl {
  font-size: 22px;
}

.content__box-txt-block {
  margin: 15px 0;
}

.blk-block {
  margin-top: 32px;
}

.content__box-img-singul {
  text-align: center;
  padding: 15px;
}

.img-singul-contents {
  width: 50%;
}

.content__box-blk.blk-block {
  margin: 25px 0;
}

.content__box-txt-seminar {
  color: #7fbf00;
  font-weight: bold;
}

.bk-gray {
  background-color: #e4e7e9;
}

.bk-white {
  background-color: #fff;
}

.content__head-lead-ttl {
  font-size: 22px;
}

.weight-ttl {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .img-singul-contents {
    width: 100%;
  }

  .content__box-img-01 {
    padding-bottom: 30px;
  }
}
/* 2020年度追加分 */
@font-face {
  font-family: YuGothic M;
  src: local(Yu Gothic Medium);
}
.content__img li {
  width: 49.5%;
  margin-top: 1%;
}

.content__img li:nth-child(even) {
  margin-left: 1%;
}

.content__btn-wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .content__btn-wrap li {
    float: left;
    width: 50%;
  }
}
.content__tbl {
  margin: 20px 0 0;
}

.content__txt img {
  vertical-align: middle;
}

.larger strong {
  color: #f2bc00;
}

.content__txt li.mainadmission a {
  background-color: #023996 !important;
  border-color: #04275d !important;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.content__txt li.mainadmission a span {
  font-size: 12px;
  font-weight: 400;
}

.content__txt li.mainadmission a:hover {
  background-color: #015df9 !important;
}

.content__txt li.bizadmission a {
  background-color: #e90101 !important;
  border-color: #b10101 !important;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.content__txt li.bizadmission a span {
  font-size: 12px;
  font-weight: 400;
}

.content__txt li.bizadmission a:hover {
  background-color: #ff5e5e !important;
}

.college__head-lead {
  display: table;
  width: 780px;
}

@media screen and (max-width: 767px) {
  .college__head-lead {
    width: 100%;
  }
}
.college__head-lead p:first-child {
  margin-top: 0;
}

.college__head-lead p img {
  float: right;
}

@media screen and (max-width: 767px) {
  .college__head-lead p img {
    width: 25%;
    margin-left: 1em;
  }
}
.college__head-lead div {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .college__head-lead div {
    width: 25%;
    vertical-align: top;
    padding-left: 2%;
  }

  .college__head-lead div img {
    width: 100%;
    height: auto;
  }
}
.college__entry {
  width: 100%;
  padding: 45px 0 0;
  background: #eaeaeb;
}

@media screen and (max-width: 767px) {
  .college__entry {
    padding: 30px 0 0;
  }
}
.college__entry .college__entryinner {
  max-width: 1280px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .college__entry .college__entryinner {
    padding: 0 12px;
  }
}
.college__entry .college__entryinner h3.college__entry-ttl {
  margin: auto auto 10px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .college__entry .college__entryinner h3.college__entry-ttl {
    padding: 0;
    width: 90%;
  }
}
.college__entry .college__entryinner p {
  margin: 20px 0 0;
}

.college {
  background: #eaeaeb;
}

.college__date {
  width: 100%;
  padding: 55px 0 0;
  border-bottom: 4px solid #e52f0b;
  background: #eaeaeb;
}

.college__date ul {
  margin: 0 auto;
  padding: 0 24px 0 364px;
  max-width: 1280px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .college__date ul {
    padding: 0 12px;
  }
}
.college__date ul li.select_date {
  background: #e52f0b;
}

.college__date ul li {
  float: left;
  padding: 20px 45px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: #99a8b7;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.college__date ul li:first-child {
  margin-right: 15px;
}

.college__date ul li:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .college__date ul li {
    padding: 20px 0;
    width: 48%;
  }

  .college__date ul li:first-child {
    margin-right: 4%;
  }
}
#day24 {
  display: none;
}

.hide {
  display: none;
}

.college__subnavi {
  padding: 45px 24px 0 364px;
  max-width: 1280px;
  margin: auto;
  background: #eaeaeb;
}

@media screen and (max-width: 767px) {
  .college__subnavi {
    padding: 30px 12px 0;
    width: 100%;
  }
}
.college__subnavi dl {
  display: table;
}

@media screen and (max-width: 767px) {
  .college__subnavi dl {
    display: block;
  }
}
.college__subnavi dl dt {
  color: #999;
  display: table-cell;
  padding-right: 25px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .college__subnavi dl dt {
    display: block;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.college__subnavi dl dd {
  display: table-cell;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .college__subnavi dl dd {
    display: block;
  }
}
#college__01 {
  padding-top: 20px;
}

#college__01 h3.college__course {
  background: #99b5b8;
}

#college__01 .college__head {
  background: #00464d;
}

#college__01 p.person__role {
  color: #00464d;
}

#college__02 h3.college__course {
  background: #99b89e;
  margin-top: 80px;
}

#college__02 .college__head {
  background: #004d0d;
}

#college__02 p.person__role {
  color: #004d0d;
}

h3.college__course {
  color: #fff;
  padding: 10px 15px;
}

p.course_dsc {
  padding: 20px 0;
}

.college__head {
  margin-top: 10px;
}

.college__head ul.info__box {
  overflow: hidden;
  border-bottom: 1px solid #fff;
}

.college__head ul.info__box li {
  color: #fff;
  display: table;
  float: left;
  padding: 3px;
  width: 212px;
  height: 41px;
  line-height: 36px;
  text-align: center;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .college__head ul.info__box li {
    width: 50%;
  }
}
.college__head ul.info__box li.college__time p {
  border: solid #fff 3px;
}

.college__head ul.info__box li.college__tag {
  line-height: 42px;
}

@media screen and (max-width: 767px) {
  .college__head ul.info__box li.college__tag {
    border-right: none;
  }
}
.college__head .text__box {
  padding: 25px;
}

.college__head .text__box h4 {
  color: #fff;
}

.college__head .text__box h4 + .college__dsc {
  margin-top: 15px;
}

.college__head .text__box p.college__dsc {
  color: #fff;
}

.college__head .stage__more {
  background-image: url(../img/common/icon_plus.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 15px;
  height: 15px;
  text-align: right;
  line-height: 15px;
  margin-top: 5%;
}

.college__head .stage__more.opn {
  background-image: url(../img/common/icon_minus.png);
}

@media screen and (min-width: 768px) {
  .college__head .stage__more {
    display: none;
  }

  .college__entry .college__entryinner {
    padding: 10px 24px;
  }
}
@media screen and (min-width: 1000px) {
  .college__entry .college__entryinner {
    padding: 0 24px 0 364px;
  }
}
@media screen and (max-width: 767px) {
  .college__head .stage__more {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  ul.seminar__detail {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  ul.seminar__detail {
    display: none;
  }
}
ul.college__person {
  background: #fff;
  padding: 0 25px;
}

.content__section:nth-child(odd) ul.college__person {
  background: #eaeaeb;
}

ul.college__person li p.person__role {
  font-size: 18px;
  font-weight: 700;
  padding: 25px 0 15px;
}

ul.college__person.profile li p.person__role {
  font-size: 24px;
  font-weight: 700;
  padding: 25px 0 15px;
}

ul.college__person li .person__box {
  display: table;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  ul.college__person li .person__box {
    display: block;
    overflow: hidden;
  }
}
ul.college__person li .person__box .person__images {
  display: table-cell;
  width: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  ul.college__person li .person__box .person__images img {
    width: auto;
    height: auto;
  }
}
ul.college__person li .person__box .person__info {
  display: table-cell;
  padding-left: 15px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  ul.college__person li .person__box .person__info {
    display: inline;
    padding-left: 0;
  }
}
ul.college__person li .person__box .person__info h5 {
  color: #30343f;
  padding-bottom: 15px;
  font-size: 14px;
}

ul.college__person li .person__box .person__info p {
  color: #30343f;
  font-size: 14px;
}

ul.college__person li p.person__profile {
  font-size: 12px;
  color: #999;
  padding-bottom: 40px;
}

ul.college__person li p.person__profile span {
  color: #30343f;
  font-size: 14px;
  font-weight: 700;
  padding-right: 1em;
}

section.navi__section {
  background: #fff;
  padding: 15px 0 50px;
}

@media screen and (max-width: 767px) {
  section.navi__section {
    padding: 20px 12px;
  }
}
section.navi__section h3.navi__ttl {
  font-weight: 400 !important;
}

section.navi__section ul.navi__info li {
  display: table;
  background: #eaeaeb;
  margin-bottom: 5px;
  padding: 25px;
}

@media screen and (max-width: 767px) {
  section.navi__section ul.navi__info li {
    display: block;
  }
}
section.navi__section ul.navi__info li .navi__images {
  display: table-cell;
  vertical-align: top;
  width: 120px;
}

@media screen and (max-width: 767px) {
  section.navi__section ul.navi__info li .navi__images {
    display: inline;
    width: 60px;
    float: left;
    margin: 0 15px 5px 0;
  }

  section.navi__section ul.navi__info li .navi__images img {
    width: 100%;
    height: auto;
  }
}
section.navi__section ul.navi__info li dl {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  section.navi__section ul.navi__info li dl {
    display: inline;
    padding-left: 0;
  }
}
section.navi__section ul.navi__info li dl dt {
  color: #30343f;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 15px;
}

section.navi__section ul.navi__info li dl dd {
  color: #30343f;
  font-size: 12px;
}

section.navi__section ul.navi__info li dl dd span {
  font-size: 14px;
  font-weight: 700;
  padding-right: 1em;
}

section.note__section {
  background: #fff;
  padding: 0;
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  section.note__section {
    padding: 0 12px;
    margin: 0 0 20px;
  }
}
.content__btn_outline {
  width: 41%;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .content__btn_outline {
    width: 100%;
    display: block;
  }
}
.content__btn_outline a {
  padding: 31px 68px 31px 40px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .content__btn_outline a {
    padding: 20px 68px 20px 40px;
    display: block;
  }
}
.content__btn_outline_b {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .content__btn_outline_b {
    width: 100%;
    display: block;
  }
}
.content__btn_outline_b a {
  padding: 20px 68px 20px 40px;
}

@media screen and (max-width: 767px) {
  .content__btn_outline_b a {
    padding: 20px 68px 20px 40px;
    display: block;
  }
}
.content__btn-wrap.registration-btn li {
  float: none;
  margin: 20px auto;
  text-align: center;
}

#seminar__01 .college__head {
  background: #e52f0b;
}

#seminar__02 .college__head {
  background: #e52f0b;
}

.category-01 {
  background-color: #0096df;
}

.category-02 {
  background-color: #8fb721;
}

.college__works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .college__works {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.college__worksItem {
  width: 32%;
  margin-right: 10px;
}
@media screen and (min-width: 1280px) {
  .college__worksItem {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .college__worksItem:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .college__worksItem {
    min-width: auto;
    max-width: none;
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
  .college__worksItem:nth-of-type(2n) {
    margin-right: 0;
  }
  .college__worksItem:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
.college__worksItem img {
  max-width: 100%;
}

ul.seminar__detail.profile {
  display: block;
}

ul.college__person.profile li .person__box .person__images img {
  width: 100%;
}

.seminar__box > .person__role {
  background-color: #e52f0b;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 25px 25px 15px;
}
@media screen and (max-width: 767px) {
  .seminar__box > .person__role {
    font-size: 20px;
    padding: 10px;
  }
}

.pwg ul.seminar__detail.profile {
  display: block;
  border: solid #e52f0b;
  background-color: #fff;
  border-width: 0 10px 10px 10px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  ul.college__person {
    padding: 0 10px;
  }
}

.date__inner {
  background-color: #e4e7e9;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 25px 25px 15px;
}
@media screen and (max-width: 767px) {
  .date__inner {
    font-size: 18px;
    padding: 20px 10px;
  }
}
.date__inner > span {
  border: 2px solid #e52f0b;
  padding: 10px;
  color: #e52f0b;
  background-color: #fff;
}
.content__section:nth-child(even) .date__inner {
  background-color: #fff;
}
/*# sourceMappingURL=creation.css.map */