@charset "UTF-8";
/* 短大共通
------------------------------------------------------------------------------------*/
table {
  border: revert-layer;
}

a {
  color: #000;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

ol li {
  margin-left: 28px;
}

details li {
  margin-bottom: 5px;
}

.view-btn {
  background: linear-gradient(to top, #abaaa7, #4b4343);
  padding: 10px;
  text-align: center;
}

.view-btn-text {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  padding-left: 20px;
  margin-bottom: 0;
  position: relative;
}
.view-btn-text::before {
  content: "";
  background: url(../images/common/icon_pc.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateX(-50%);
  filter: invert(1);
}

/* header（ヘッダーはSPとPCでCSSを完全に分ける）
------------------------------------------------------------------------------------*/
#header .h-link {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #header {
    height: 60px;
    position: relative;
    z-index: 99;
  }
  #header #menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }
  #header #menu-btn.active span {
    background-color: rgba(255, 255, 255, 0);
  }
  #header #menu-btn.active span::before {
    margin-top: 0;
    transform: rotate(45deg);
  }
  #header #menu-btn.active span::after {
    margin-top: 0;
    transform: rotate(-45deg);
  }
  #header #menu-btn .menu-btn-in {
    position: relative;
    width: 26px;
    height: 30px;
    margin: 15px 17px;
    padding: 0;
    background: url(../images/common/button_burger_sp.png) center bottom no-repeat;
    background-size: 25px 6px;
  }
  #header #menu-btn span {
    background-color: #969696;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    margin-top: 8px;
    vertical-align: middle;
  }
  #header #menu-btn span::before, #header #menu-btn span::after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    content: "";
    transition: all 0.2s;
  }
  #header #menu-btn span::before {
    background-color: #4ec4c2;
    margin-top: -7px;
  }
  #header #menu-btn span::after {
    background-color: #ff5b7d;
    margin-top: 7px;
  }
  #header .header-main {
    height: 100%;
    padding: 0 4%;
    max-width: none;
  }
  #header .logo {
    padding: 7px 0;
  }
  #header .logo img {
    width: 238px;
  }
  #header .header-menu-sub {
    display: none;
  }
  #header .header-menu {
    display: none;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    overflow: hidden;
  }
  #header .header-menu .container {
    padding: 0;
    max-width: none;
    /*padding: 0 20px;*/
  }
  #header .header-menu.col1 {
    background: rgba(221, 214, 193, 0.96);
  }
  #header .header-menu.col1 .header-list {
    width: 100%;
    border: none;
    padding: 0;
    margin-top: 0;
    /*親・子・孫メニュー共通*/
  }
  #header .header-menu.col1 .header-list li {
    min-height: auto;
    width: 100%;
    position: relative;
    /*親メニュー*/
  }
  #header .header-menu.col1 .header-list li a {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    height: auto;
    margin: 0;
    padding: 12px 20px 12px 40px;
    color: #453a2b;
  }
  #header .header-menu.col1 .header-list li a.toggle-switch {
    padding-right: 40px;
  }
  #header .header-menu.col1 .header-list li a.toggle-switch.open::after {
    margin-top: -3px;
    transform: rotate(225deg);
  }
  #header .header-menu.col1 .header-list li a.toggle-switch::after {
    content: "";
    position: absolute;
    top: 25px;
    left: auto;
    right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    margin: -7px 0 0;
    border: none;
    border-right: 2px solid #453a2b;
    border-bottom: 2px solid #453a2b;
    transform: rotate(45deg);
    transition: 0.3s;
  }
  #header .header-menu.col1 .header-list li > a {
    color: #453a2b;
    font-size: 14px;
    padding: 14px 50px 14px 20px;
  }
  #header .header-menu.col1 .header-list li > a::before, #header .header-menu.col1 .header-list li > a::after {
    content: none;
  }
  #header .header-menu.col1 .header-list > li {
    /*子メニュー*/
  }
  #header .header-menu.col1 .header-list > li > ul {
    position: static;
    width: 100%;
    padding: 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0;
    box-shadow: none;
  }
  #header .header-menu.col1 .header-list > li > ul > li {
    /*孫メニュー*/
  }
  #header .header-menu.col1 .header-list > li > ul > li::before {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: 20px;
    width: 10px;
    height: 10px;
    margin: -5px 0 0;
    border-radius: 9px;
    background-color: #453a2b;
    z-index: 1;
  }
  #header .header-menu.col1 .header-list > li > ul > li::after {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: 24px;
    width: 0;
    height: 0;
    margin: -3px 0 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #fff;
    background: none;
    z-index: 2;
  }
  #header .header-menu.col1 .header-list > li > ul > li a.toggle-switch::after {
    width: 8px;
    height: 8px;
    top: 22px;
  }
  #header .header-menu.col1 .header-list > li > ul > li > a {
    background-color: #eae7da;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 12px 20px 12px 40px;
    color: #453a2b;
  }
  #header .header-menu.col1 .header-list > li > ul > li > a.open {
    background-color: rgba(115, 84, 42, 0.4);
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li::after, #header .header-menu.col1 .header-list > li > ul > li > ul > li.cloneLink::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 48px;
    width: 0;
    height: 0;
    margin: -3px 0 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #453a2b;
    background: none;
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li {
    /*その孫メニュー*/
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li > a {
    padding: 10px 20px 10px 60px;
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li > ul > li {
    /*その孫メニュー*/
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li > ul > li > a {
    padding: 8px 20px 8px 80px;
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li > ul > li > ul > li > a {
    padding: 8px 20px 8px 105px;
  }
  #header .header-list {
    border: 1px solid #ccc;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    margin: 20px auto 0;
  }
  #header .header-list li {
    flex: unset;
    width: 50%;
    padding: 0;
    min-height: 60px;
  }
  #header .header-list li.sp-bd-t-none a {
    border-top: none;
  }
  #header .header-list li.sp-bd-b-none a {
    border-bottom: none;
  }
  #header .header-list li.sp-bd-l-none a {
    border-left: none;
  }
  #header .header-list li.sp-bd-r-none a {
    border-right: none;
  }
  #header .header-list li a {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.3;
    /*padding: 10px 50px 10px 30px;*/
    padding: 10px 10px 10px 30px;
    height: 100%;
    position: relative;
  }
  #header .header-list li a::before, #header .header-list li a::after {
    content: "";
    position: absolute;
    vertical-align: middle;
    display: inline-block;
  }
  #header .header-list li a::before {
    top: 50%;
    left: 10px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border-radius: 10px;
    background-color: #ff5b7d;
  }
  #header .header-list li a::after {
    top: 50%;
    left: 14px;
    box-sizing: border-box;
    width: 4px;
    height: 3px;
    margin-top: -5px;
    border: 3px solid transparent;
    border-left: 4px solid #fff;
    background: none;
  }
  #header .sp-header-menu {
    margin-top: 15px;
    padding: 0 20px;
  }
  #header .header-btn-showy a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 15px 15px 30px;
    border-radius: 3px;
  }
  #header .header-btn-showy.btn-examination a {
    background: #ff5b7d;
  }
  #header .header-btn-showy.btn-students a {
    background: #4ec4c2;
  }
  #header .h-tab {
    margin-bottom: 20px;
  }
  #header .h-tab li {
    display: inline-block;
    width: calc(50% - 2%);
    margin: 0 2% 2% 0;
    padding: 1px;
    background-color: #efeee8;
  }
  #header .h-tab li:nth-child(2n) {
    margin-right: 0;
  }
  #header .h-tab li a {
    border-top: 2px solid;
    padding: 10px;
    display: block;
    color: #000;
    text-decoration: none;
    text-align: center;
    line-height: 1.1;
  }
  #header .h-tab li.cl a {
    border-color: #4689c4;
  }
  #header .h-tab li.sh a {
    border-color: #804c01;
  }
  #header .h-tab li.ih a {
    border-color: #d09318;
  }
  #header .h-tab li.ch a {
    border-color: #4a909a;
  }
  #header .h-tab li.jc a {
    border-color: #e15467;
  }
  #header .h-tab li.dh a {
    border-color: #b577d5;
  }
  #header .header-btn-close {
    font-size: 13px;
    text-align: center;
  }
  #header .header-btn-close span {
    font-weight: bold;
    padding-left: 18px;
    position: relative;
  }
  #header .header-btn-close span::before, #header .header-btn-close span::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    transition: all 0.2s;
  }
  #header .header-btn-close span::before {
    background-color: #4ec4c2;
    transform: rotate(45deg);
  }
  #header .header-btn-close span::after {
    background-color: #ff5b7d;
    transform: rotate(-45deg);
  }
}
@media (min-width: 768px) {
  #header .container {
    padding: 0 30px;
    width: 1040px;
  }
  #header .header-main {
    height: 88px;
  }
  #header .header-menu-sub {
    margin-bottom: 0;
    padding: 10px 0 0;
  }
  #header .header-menu-sub li {
    padding: 0;
    width: auto;
    flex: none;
  }
  #header .header-menu-sub li:not(:last-child) {
    margin-right: 50px;
  }
  #header .logo {
    margin-bottom: 0;
  }
  #header .logo img {
    width: 348px;
  }
  #header .header-menu {
    background: #de3451;
    border-bottom: 7px solid #4ec4c2;
    position: relative;
  }
  #header .header-menu::before {
    content: "";
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
  #header .header-list li a {
    display: block;
  }
  #header .header-list > li {
    padding: 0;
    text-align: center;
    position: relative;
  }
  #header .header-list > li > a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: 0.05em;
    padding: 12px 10px 10px;
    height: 55px;
    position: relative;
    z-index: 2;
  }
  #header .header-list > li:not(:nth-child(5)) > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 35px;
    background: #a0253b;
    transform: translateY(-50%);
  }
  #header .header-list > li:hover::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    display: block;
    width: auto;
    height: 42px;
    margin: 0 5px 0 6px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #d94357;
    background: -moz-linear-gradient(top, #d94357 0%, #d3233b 100%);
    background: -webkit-linear-gradient(top, #d94357 0%, #d3233b 100%);
    background: linear-gradient(to bottom, #d94357 0%, #d3233b 100%);
  }
  #header .header-list > li.parent-item::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    display: block;
    width: auto;
    height: 52px;
    margin: 0 8px 0 9px;
    background: #4ec4c2;
  }
  #header .header-list > li.parent-item:hover::after {
    content: none;
  }
  #header .header-list > li.student {
    width: 210px;
    margin-top: -10px;
    padding-top: 8px;
    height: 63px;
    background: #ff5b7d;
    border-radius: 3px 3px 0 0;
  }
  #header .header-list > li.student::before {
    top: 6px;
    height: 58px;
  }
  #header .header-list > li.student::after {
    top: 9px;
    height: 50px;
  }
  #header .header-list > li.student > a::after {
    height: 52px;
  }
}

/* 共通
------------------------------------------------------------------------------------*/
.jc-title {
  border-bottom: none;
  text-align: center;
  position: relative;
}
.jc-title::before, .jc-title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 355px;
  width: 38%;
  height: 1px;
  margin: auto;
}

.jc-title:before {
  background: linear-gradient(to left, #4db7b6 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}

.jc-title:after {
  background: linear-gradient(to right, #4db7b6 0%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}

/* お知らせ
----------------------------*/
.news-list {
  margin-bottom: 30px;
}
.news-list .news-item {
  display: flex;
  padding: 8px 0;
}
.news-list .news-item + .news-item {
  border-top: 1px dotted #ccc;
}
.news-list .news-list-top {
  width: 190px;
  margin-right: 10px;
}
.news-list .news-date {
  color: #4ec4c2;
  display: inline-block;
  font-size: 14px;
  width: 90px;
}
.news-list .news-title {
  color: #06c;
  font-size: 14px;
  margin-right: 4px;
  text-decoration: underline;
}
.news-list .news-cat img {
  max-width: 90px;
  margin-top: 4px;
}
.news-list .icon-new {
  margin-top: 4px;
  width: 35px;
}

.icon-new.icon-favicon {
  display: inline-block;
  margin: -4px 0 0 5px;
  width: 35px;
}

/* お知らせ詳細
----------------------------*/
.news-detail .news-detail-title {
  font-weight: normal;
  margin: 20px 0 15px;
  padding: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  border-bottom: 5px solid #651818;
}
.news-detail .news-description {
  font-size: 14px;
  padding: 0 0 20px 0;
}
.news-detail .news-detail-date {
  color: #777;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  margin: 0 5px 0 0;
}
.news-detail .icon-new.icon-favicon {
  margin-top: 0;
}
.news-detail table td p {
  margin-bottom: inherit;
}

.link-arrow a {
  position: relative;
  display: inline-block;
  padding-right: 23px;
}
.link-arrow a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #777;
}

/* Media Query
------------------------------------------------------------------------------------*/
/* 768px~1200px（ヘッダー専用）
----------------------------*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #header .container {
    width: auto;
    max-width: 1040px;
    align-items: center;
  }
  #header .logo.col-md-5 {
    width: 35%;
  }
  #header .header-menu-sub.col-md-7 {
    width: 65%;
    flex-flow: nowrap;
    justify-content: flex-end;
  }
  #header .logo img {
    width: 280px;
  }
  #header .header-menu-sub li {
    width: auto;
  }
  #header .header-menu-sub li:not(:last-child) {
    margin-right: 20px;
  }
  #header .header-list > li > a {
    font-size: 13px;
    padding: 12px 5px 10px;
  }
}
/* 768px~1080px
----------------------------*/
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .jc-title::before, .jc-title::after {
    width: 30%;
  }
}
/* 767px
----------------------------*/
@media screen and (max-width: 767px) {
  /* 共通
----------------------------*/
  .jc-title::before,
  .jc-title::after {
    content: none;
  }

  /*お知らせ
	----------------------------*/
  .news-list {
    margin-bottom: 20px;
  }
  .news-list .news-item {
    display: block;
  }
  .news-list .news-date {
    font-size: 13px;
  }
  .news-list .news-title {
    font-size: 13px;
  }

  /*お知らせ詳細
	----------------------------*/
  .news-detail .news-detail-title {
    font-size: 22px;
    font-weight: normal;
  }
  .news-detail .news-description {
    font-size: 13px;
  }
  .news-detail .news-detail-date {
    font-size: 13px;
  }
}

/*# sourceMappingURL=common.css.map */
