@charset "UTF-8";
/*--------------------------
 Font
----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;600;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;600&display=swap");
/*--------------------------
 Breakpoint
----------------------------*/
/*--------------------------
 Variable
----------------------------*/
/*--------------------------
 center
----------------------------*/
/* all */
/* joge */
/* sayu */
/* clear */
/*--------------------------
 Common setting
----------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #333;
}
body img {
  width: 100%;
  height: auto;
}

.forPC {
  display: block;
}
@media (max-width: 640px) {
  .forPC {
    display: none;
  }
}

.forSP {
  display: none;
}
@media (max-width: 640px) {
  .forSP {
    display: block;
  }
}

h2,
h3,
h4,
h5 {
  color: #333;
}

/*--------------------------
 HOME / Header
----------------------------*/
#HOME header {
  background: url(../img/head_bg.jpg) no-repeat left top;
  background-color: #6CAAEE !important;
  border-top: none !important;
  padding: 0px 0px 0px 0px !important;
  position: relative;
  margin-bottom: 75px;
}
@media (max-width: 640px) {
  #HOME header {
    padding: 0px 0px 10px 0px !important;
    margin-bottom: 35px;
  }
}
#HOME header::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  mix-blend-mode: soft-light;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@media (max-width: 640px) {
  #HOME header .navbar-NaviName a {
    font-size: 26px !important;
  }
}
#HOME header #BlockCollegeName {
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 640px) {
  #HOME header #BlockCollegeName {
    font-size: 0.85rem;
  }
}
#HOME header .container {
  position: relative;
  z-index: 10;
}
#HOME header .userName {
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
}
#HOME header .userName::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  background: url(../img/icon_user.svg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 640px) {
  #HOME header .userName {
    font-size: 0.85rem;
  }
}
#HOME header .userName.login {
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 50px;
}
#HOME header .userName.login:hover {
  text-decoration: none;
  background-color: #3E61BC;
}
#HOME .navbar-BG-Color-03 {
  background-color: transparent !important;
  border-top: none !important;
  margin-bottom: 0px;
}
@media (max-width: 640px) {
  #HOME .navbar-BG-Color-03 {
    margin-bottom: 0px;
  }
}
#HOME .navbar-BG-Color-03 .navbar-NaviName a {
  color: #ffffff !important;
  border: none !important;
  box-shadow: none;
  background: none;
  font-size: 32px;
  font-weight: 600;
}
#HOME .navbar-BG-Color-03 .navbar-NaviName a::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #fff;
  margin: 20px auto 0px auto;
}
@media (max-width: 640px) {
  #HOME .navbar-BG-Color-03 .navbar-NaviName a::after {
    margin: 10px auto 0px auto;
  }
}
#HOME .navbar-BG-Color-03.shadow {
  box-shadow: none !important;
}
#HOME .alertBlock {
  background: url(../img/icon_alert.svg) no-repeat left 35px top 50px;
  background-size: 50px;
  border: 1px solid #dc3545;
  padding: 35px 35px 35px 120px;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 640px) {
  #HOME .alertBlock {
    background: url(../img/icon_alert.svg) no-repeat left 20px top 20px;
    background-size: 30px;
    padding: 20px 20px 20px 70px;
    margin-bottom: 0px !important;
  }
}
#HOME .alertBlock p {
  margin: 0px;
  color: #dc3545;
}
#HOME .menuList {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
#HOME .menuList li {
  display: block;
  width: 23%;
  text-align: center;
  margin: 0px 1% 50px 1%;
}
@media (max-width: 640px) {
  #HOME .menuList li {
    font-size: 0.85rem;
    margin: 0px 1% 20px 1%;
  }
}
#HOME .menuList li a {
  display: block;
  color: #333;
  transition: all 0.3s;
}
#HOME .menuList li a .menuList__icon {
  background: #EEEEEE;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: relative;
  margin: 0px auto 10px auto;
}
#HOME .menuList li a .menuList__icon img {
  width: 38px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  #HOME .menuList li a .menuList__icon {
    width: 60px;
    height: 60px;
  }
  #HOME .menuList li a .menuList__icon img {
    width: 28px;
  }
}
#HOME .menuList li a:hover {
  color: #2294e7;
  text-decoration: none;
}
#HOME .menuList li a:hover .menuList__icon img {
  width: 42px;
}
#HOME .contsBlock {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  #HOME .contsBlock {
    margin-bottom: 50px;
    display: block;
  }
}
#HOME .contsBlock__head {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  #HOME .contsBlock__head {
    width: 100%;
    margin-bottom: 25px;
  }
}
#HOME .contsBlock__head h2 {
  font-size: 21px;
  font-weight: 600;
  border-top: 3px solid #3EA5BC;
  padding-top: 35px;
}
@media (max-width: 640px) {
  #HOME .contsBlock__head h2 {
    width: auto;
    font-size: 18px;
    border-top: none;
    padding-top: 0px;
    margin-bottom: 25px;
  }
  #HOME .contsBlock__head h2::after {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    background: #3EA5BC;
    margin-top: 20px;
  }
}
#HOME .contsBlock__head .infoBlock .info {
  margin-top: 35px;
  padding-left: 30px;
  font-size: 14px;
  color: #e79a00;
}
@media (max-width: 640px) {
  #HOME .contsBlock__head .infoBlock .info {
    margin-top: 20px;
  }
}
#HOME .contsBlock__head .infoBlock .info::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_info.svg) no-repeat center center;
  background-size: cover;
  margin-left: -25px;
  margin-right: 5px;
}
#HOME .contsBlock__head .brn_add {
  position: absolute;
  top: 30px;
  right: 0px;
}
@media (max-width: 640px) {
  #HOME .contsBlock__head .brn_add {
    top: 0px;
  }
}
#HOME .contsBlock__head .brn_add a {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #3E61BC;
  padding: 5px;
  line-height: 1;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
#HOME .contsBlock__head .brn_add a:hover {
  background: #2294e7;
}
#HOME .contsBlock__head .brn_add a img {
  width: 17px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#HOME .contsBlock__inner {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #HOME .contsBlock__inner {
    width: 100%;
  }
}
#HOME .contsBlock #newsList .errorBox {
  background: #fff5e3;
  border: 1px solid #e79a00;
  padding: 25px;
  box-sizing: border-box;
  margin: 0px 0px 10px 0px;
}
#HOME .contsBlock #newsList .errorBox h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 5px;
  border-left: 5px solid #e79a00;
}
#HOME .contsBlock #newsList .errorBox h3 span {
  color: #dc3545;
}
#HOME .contsBlock #newsList .errorBox ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 30px;
}
#HOME .contsBlock #newsList .searchBox {
  background: #eee;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#HOME .contsBlock #newsList .searchBox__input {
  width: 80%;
}
#HOME .contsBlock #newsList .searchBox__input input {
  height: 45px;
  margin: 0px;
}
#HOME .contsBlock #newsList .searchBox__btn {
  width: 19%;
}
#HOME .contsBlock #newsList .searchBox__btn a {
  display: block;
  width: 100%;
  padding: 10px 0px;
  background: #2294e7;
}
#HOME .contsBlock #newsList .newsList__link ul {
  padding: 0px;
  margin: 0px;
}
#HOME .contsBlock #newsList .newsList__link ul li {
  list-style: none;
  border-top: 1px solid #cccccc;
}
#HOME .contsBlock #newsList .newsList__link ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  padding: 25px 35px 25px 35px;
  background: url(../img/icon_arrow_link.svg) no-repeat right 10px center;
  background-size: 14px;
}
@media (max-width: 640px) {
  #HOME .contsBlock #newsList .newsList__link ul li a {
    display: block;
    padding: 15px 35px 15px 35px;
  }
}
#HOME .contsBlock #newsList .newsList__link ul li a:hover {
  text-decoration: none;
}
#HOME .contsBlock #newsList .newsList__link ul li a .newsList__link__date {
  color: #999;
  white-space: nowrap;
  padding-left: 15px;
  font-size: 14px;
}
@media (max-width: 640px) {
  #HOME .contsBlock #newsList .newsList__link ul li a .newsList__link__date {
    padding: 5px 0px 0px 0px;
  }
}
#HOME .contsBlock #newsList .newsList__link ul li.newsList__link__def {
  background: url(../img/icon_news_def.svg) no-repeat left 10px top 27px;
  background-size: 16px;
}
#HOME .contsBlock #newsList .newsList__link ul li.newsList__link__personal {
  background: url(../img/icon_news_personal.svg) no-repeat left 10px top 27px;
  background-size: 16px;
}
#HOME .contsBlock #newsList .Accordion-MENU {
  border-bottom: 1px solid #cccccc;
}
#HOME .contsBlock #newsList .Accordion-MENU .card {
  border: none;
  border-top: 1px solid #cccccc;
}
#HOME .contsBlock #newsList .Accordion-MENU .card__header {
  background: url(../img/icon_news_category.svg) no-repeat left 10px top 27px;
  background-size: 16px;
}
#HOME .contsBlock #newsList .Accordion-MENU .card__header button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  background: url(../img/icon_minus.svg) no-repeat right 10px center;
  background-size: 14px;
  border: none;
  color: #333;
  padding: 25px 35px 25px 35px;
  outline: none;
  transition: all 0.3s;
}
#HOME .contsBlock #newsList .Accordion-MENU .card__header button.collapsed {
  background: url(../img/icon_plus.svg) no-repeat right 10px center;
  background-size: 14px;
}
@media (max-width: 640px) {
  #HOME .contsBlock #newsList .Accordion-MENU .card__header button {
    padding: 15px 35px 15px 35px;
  }
}
#HOME .contsBlock #newsList .Accordion-MENU .card__header .acBtn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  border: none;
  color: #333;
  padding: 25px 35px 25px 35px;
  outline: none;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  #HOME .contsBlock #newsList .Accordion-MENU .card__header .acBtn {
    padding: 15px 35px 15px 35px;
  }
}
#HOME .contsBlock #newsList .Accordion-MENU .card__header__date {
  color: #999;
  white-space: nowrap;
  padding-left: 15px;
  font-size: 14px;
}
#HOME .contsBlock #newsList .Accordion-MENU .card__body {
  padding: 0px 0px 0px 25px;
  box-sizing: border-box;
  border-left: 1px solid #E2E2E2;
}
@media (max-width: 640px) {
  #HOME .contsBlock #newsList .Accordion-MENU .card__body {
    padding: 0px 0px 0px 15px;
  }
}
#HOME .contsBlock #newsList .Accordion-MENU .card__body .newsList__link ul li {
  border-top: 1px dotted #cccccc;
}
#HOME .contsBlock #newsList .Accordion-MENU .card__body .card__header {
  background: url(../img/icon_news_category.svg) no-repeat left 10px top 27px;
  background-size: 16px;
}
#HOME .contsBlock #newsList .Accordion-MENU .card__body .card__header button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  background: url(../img/icon_minus.svg) no-repeat right 10px center;
  background-size: 14px;
  border: none;
  color: #333;
  padding: 25px 35px 25px 35px;
  transition: all 0.3s;
}
#HOME .contsBlock #newsList .Accordion-MENU .card__body .card__header button.collapsed {
  background: url(../img/icon_plus.svg) no-repeat right 10px center;
  background-size: 14px;
}
@media (max-width: 640px) {
  #HOME .contsBlock #newsList .Accordion-MENU .card__body .card__header button {
    padding: 15px 35px 15px 35px;
  }
}
#HOME .contsBlock #newsList .Accordion-MENU .card__body .card__header__date {
  color: #999;
  white-space: nowrap;
  padding-left: 15px;
  font-size: 14px;
}
#HOME .contsBlock #topics {
  display: flex;
  flex-wrap: wrap;
}
#HOME .contsBlock #topics .topics__card {
  width: 31%;
  margin: 0px 1%;
  margin-bottom: 30px;
  padding: 5px;
  border: 1px solid #e3e3e3;
}
@media (max-width: 640px) {
  #HOME .contsBlock #topics .topics__card {
    margin-bottom: 15px;
  }
}
#HOME .contsBlock #topics .topics__card__thumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  margin: 0px auto;
}
#HOME .contsBlock #topics .topics__card__thumb img {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#HOME .contsBlock #topics .topics__card__note {
  margin: 7px auto;
}
#HOME .contsBlock #topics .topics__card.noThumb {
  display: table;
}
#HOME .contsBlock #topics .topics__card.noThumb a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#HOME .contsBlock #topics .topics__card a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}
#HOME .contsBlock #topics .topics__card a:hover {
  color: #2294e7;
  text-decoration: none;
}
@media (max-width: 640px) {
  #HOME .contsBlock #topics .topics__card p {
    font-size: 0.85rem;
  }
}
#HOME .contsBlock #topics .topics__card.bgColor01 {
  background-color: #eef4ff;
  border: 1px solid #cedaef;
}
#HOME .contsBlock #topics .topics__card.bgColor02 {
  background-color: #ecffee;
  border: 1px solid #d1ebd3;
}
#HOME .contsBlock #topics .topics__card.bgColor03 {
  background-color: #fff2f9;
  border: 1px solid #f1dfe9;
}
#HOME .contsBlock #schedule .schedule__head {
  display: flex;
  justify-content: space-between;
}
#HOME .contsBlock #schedule .schedule__head__date {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
#HOME .contsBlock #schedule .schedule__head__date strong {
  font-size: 36px;
}
#HOME .contsBlock #schedule .schedule__head__ctrl {
  display: flex;
}
#HOME .contsBlock #schedule .schedule__head__ctrl__prev, #HOME .contsBlock #schedule .schedule__head__ctrl__next {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  position: relative;
  text-align: center;
}
#HOME .contsBlock #schedule .schedule__head__ctrl__prev img, #HOME .contsBlock #schedule .schedule__head__ctrl__next img {
  width: 14px;
  height: auto;
}
#HOME .contsBlock #schedule .schedule__head__ctrl__prev {
  margin-right: 5px;
}
#HOME .contsBlock #schedule .schedule__head__ctrl__prev img {
  transform: rotate(180deg);
}
#HOME .contsBlock #schedule .schedule__body {
  background: #EEF4FE;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 15px;
}
@media (max-width: 640px) {
  #HOME .contsBlock #schedule .schedule__body {
    padding: 15px 10px;
  }
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  #HOME .contsBlock #schedule .schedule__body .calendarWrap {
    margin-bottom: 10px;
  }
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap div {
  width: calc(14.25% - 1px);
  margin: 0px 1px 1px 0px;
  position: relative;
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap div.dow {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 640px) {
  #HOME .contsBlock #schedule .schedule__body .calendarWrap div.dow {
    font-size: 10px;
  }
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap div.dow.sat {
  color: #3E87BC;
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap div.dow.sun {
  color: #BC3E46;
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap div.day {
  background-color: #fff;
  min-height: 100px;
  padding: 0px;
  position: relative;
}
@media (max-width: 640px) {
  #HOME .contsBlock #schedule .schedule__body .calendarWrap div.day {
    min-height: 50px;
  }
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap div.day__Num {
  width: 100%;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap div.day__Num.otherMonth {
  color: #ccc;
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap div.day__cnts {
  width: 100%;
  padding: 5px 5px;
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap div.day__cnts .yoteiBar {
  display: block;
  width: 200%;
  box-sizing: border-box;
  background: #002176;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 3px;
  line-height: 1;
  z-index: 1;
}
@media (max-width: 640px) {
  #HOME .contsBlock #schedule .schedule__body .calendarWrap div.day__cnts .yoteiBar {
    padding: 2px 3px;
    font-size: 8px !important;
  }
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap div.day__cnts .yoteiBar.bar1Days {
  width: calc(100% + 0px);
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap div.day__cnts .yoteiBar.bar2Days {
  width: calc(200% + 11px);
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap div.day__cnts .yoteiBar.bar3Days {
  width: calc(300% + 22px);
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap div.day__cnts .yoteiBar.bar4Days {
  width: 400%;
  width: calc(400% + 33px);
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap div.day__cnts .yoteiBar.bar5Days {
  width: 500%;
  width: calc(500% + 44px);
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap div.day__cnts .yoteiBar.bar6Days {
  width: 600%;
  width: calc(600% + 55px);
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap div.day__cnts .yoteiBar.bar7Days {
  width: 700%;
  width: calc(700% + 66px);
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap div.day__cnts .yoteiBar span {
  display: inline-block;
  width: 5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap div.day__cnts .yoteiBar.leftZero {
  margin-left: -5px;
  padding: 3px 0px 3px 5px;
  box-sizing: content-box;
  border-radius: 0px 3px 3px 0px;
}
#HOME .contsBlock #schedule .schedule__body .calendarWrap div.day__cnts .yoteiBar.rightZero {
  padding: 3px 0px 3px 5px;
  box-sizing: content-box;
  border-radius: 3px 0px 0px 3px;
}
#HOME .contsBlock #schedule .schedule__body .schedule__list__data__head {
  background: #CDE0FF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border-radius: 3px;
}
#HOME .contsBlock #schedule .schedule__body .schedule__list__data__head__date {
  color: #3E61BC;
  font-weight: 600;
}
#HOME .contsBlock #schedule .schedule__body .schedule__list__data__head__brn_add a {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #3E61BC;
  padding: 5px;
  line-height: 1;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
#HOME .contsBlock #schedule .schedule__body .schedule__list__data__head__brn_add a:hover {
  background: #2294e7;
}
#HOME .contsBlock #schedule .schedule__body .schedule__list__data__head__brn_add a img {
  width: 10px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#HOME .contsBlock #schedule .schedule__body .schedule__list__data__body {
  padding: 15px 15px 0px 15px;
}
#HOME .contsBlock #schedule .schedule__body .schedule__list__data__body .scheduleBlock {
  margin-bottom: 25px;
}
#HOME .contsBlock #schedule .schedule__body .schedule__list__data__body .scheduleBlock__tag {
  margin-bottom: 3px;
  display: inline-block;
  padding: 3px 15px;
  background: #333;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  list-style: 1;
}
#HOME .contsBlock #schedule .schedule__body .schedule__list__data__body .scheduleBlock__name {
  font-size: 18px;
}
#HOME .contsBlock #schedule .schedule__body .schedule__list__data__body .scheduleBlock__time {
  font-size: 16px;
  color: #999;
  font-weight: 600;
}
#HOME .contsBlock #schedule .schedule__body .schedule__cleaBtn {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  #HOME .contsBlock #schedule .schedule__body .schedule__cleaBtn {
    margin-bottom: 10px;
  }
}
#HOME .contsBlock #schedule .schedule__body .schedule__cleaBtn a {
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #CDE0FF;
  border-radius: 5px;
  color: #3E61BC;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 640px) {
  #HOME .contsBlock #schedule .schedule__body .schedule__cleaBtn a {
    font-size: 12px;
  }
}
#HOME .contsBlock #schedule .schedule__body .schedule__cleaBtn a span {
  display: flex;
  align-items: center;
}
#HOME .contsBlock #schedule .schedule__body .schedule__cleaBtn a span::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  padding: 10px;
  box-sizing: border-box;
  background: url(../img/icon_sch_cross.svg) no-repeat center center;
  background-size: 14px;
  margin-right: 3px;
  border: 1px solid #3E61BC;
  border-radius: 50%;
}
@media (max-width: 640px) {
  #HOME .contsBlock #schedule .schedule__body .schedule__cleaBtn a span::before {
    width: 12px;
    height: 12px;
    padding: 8px;
    background-size: 12px;
  }
}
#HOME .contsBlock #schedule .schedule__body .schedule__cleaBtn a:hover {
  text-decoration: none;
  background: #3E61BC;
  color: #fff;
}
#HOME .contsBlock #schedule .schedule__body .schedule__cleaBtn a:hover span::before {
  content: "";
  background: url(../img/icon_sch_cross_white.svg) no-repeat center center;
  background-size: 14px;
  border: 1px solid #fff;
}
@media (max-width: 640px) {
  #HOME .contsBlock #schedule .schedule__body .schedule__cleaBtn a:hover span::before {
    width: 12px;
    height: 12px;
    padding: 8px;
    background-size: 12px;
  }
}
#HOME .contsBlock #schedule .schedule__body .tagCat01 {
  background: #EC5906 !important;
}
#HOME .contsBlock #schedule .schedule__body .tagCat02 {
  background: #19B4AA !important;
}
#HOME .contsBlock #schedule .schedule__body .tagCat03 {
  background: #7951EB !important;
}
#HOME .contsBlock #schedule .schedule__body .tagCat04 {
  background: #EB5189 !important;
}
#HOME .contactBlock {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 50px;
  box-sizing: border-box;
  margin-bottom: 75px;
}
@media (max-width: 640px) {
  #HOME .contactBlock {
    padding: 35px 20px;
  }
}
#HOME .contactBlock h3 {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
@media (max-width: 640px) {
  #HOME .contactBlock h3 {
    margin-bottom: 20px;
  }
}
#HOME .contactBlock h3 span {
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
}
#HOME .contactBlock p {
  margin: 0px;
}
#HOME .contactBlock__inner {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 640px) {
  #HOME .contactBlock__inner {
    display: block;
    padding: 0px 0px 0px 15px;
  }
}
@media (max-width: 640px) {
  #HOME .contactBlock__inner .contactData {
    margin-bottom: 30px;
  }
  #HOME .contactBlock__inner .contactData:last-child {
    margin-bottom: 0px;
  }
}
#HOME .contactBlock__inner .contactData h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
@media (max-width: 640px) {
  #HOME .contactBlock__inner .contactData h4 {
    margin: 0px 0px 5px 0px;
  }
}

/*--------------------------
 custom button
----------------------------*/
.customBtnBlock {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .customBtnBlock {
    margin-bottom: 50px;
  }
}
.customBtnBlock ul {
  width: 85%;
  padding: 0px;
  margin: 0px auto 0px auto;
}
@media (max-width: 640px) {
  .customBtnBlock ul {
    width: 100%;
  }
}
.customBtnBlock ul li {
  list-style: none;
  margin: 0px auto 15px auto;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .customBtnBlock ul li {
    margin-bottom: 10px;
  }
}
.customBtnBlock ul li a {
  display: block;
  padding: 25px 50px 25px 30px;
  box-sizing: border-box;
  color: #3E61BC;
  background: url(../img/icon_arrow_custombtn.svg) no-repeat right 30px center #EEEEEE;
  background-size: 7px;
  border-radius: 50px;
  position: relative;
}
@media (max-width: 640px) {
  .customBtnBlock ul li a {
    padding: 20px 50px 20px 20px;
    background: url(../img/icon_arrow_custombtn.svg) no-repeat right 25px center #EEEEEE;
    border-radius: 30px;
  }
}
.customBtnBlock ul li a:hover {
  background: url(../img/icon_arrow_custombtn.svg) no-repeat right 20px center #f5f5f5;
  text-decoration: none;
  color: #2294e7;
}
.customBtnBlock ul li.alertInfo a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_arrow_custombtn_info.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: -5px;
  left: 0px;
}
.customBtnBlock ul li.alertBell a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_arrow_custombtn_bell.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: -5px;
  left: 0px;
}
.customBtnBlock ul li.navyBtn a {
  background: url(../img/icon_arrow_custombtn_w.svg) no-repeat right 30px center #3E61BC;
  color: #fff;
}
@media (max-width: 640px) {
  .customBtnBlock ul li.navyBtn a {
    background: url(../img/icon_arrow_custombtn_w.svg) no-repeat right 25px center #3E61BC;
  }
}
.customBtnBlock ul li.navyBtn a:hover {
  background: url(../img/icon_arrow_custombtn_w.svg) no-repeat right 20px center #2294e7;
}
.customBtnBlock ul li.starBtn a {
  background: url(../img/icon_arrow_custombtn_star.svg) no-repeat left 25px center, url(../img/icon_arrow_custombtn.svg) no-repeat right 30px center #EEEEEE;
  background-size: 20px, 7px;
  padding-left: 50px;
}
@media (max-width: 640px) {
  .customBtnBlock ul li.starBtn a {
    background: url(../img/icon_arrow_custombtn_star.svg) no-repeat left 25px center, url(../img/icon_arrow_custombtn.svg) no-repeat right 25px center #EEEEEE;
  }
}
.customBtnBlock ul li.starBtn a:hover {
  background: url(../img/icon_arrow_custombtn_star.svg) no-repeat left 25px center, url(../img/icon_arrow_custombtn.svg) no-repeat right 20px center #EEEEEE;
}
.customBtnBlock.clm2Btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.customBtnBlock.clm2Btn ul li {
  width: 48%;
  margin: 0px 2% 15px 0px;
}

/*--------------------------
 Pages / Header
----------------------------*/
@media (max-width: 640px) {
  body {
    font-size: 85% !important;
  }
  body p {
    line-height: 1.5 !important;
  }
}
body #AreaHeader {
  background: url(../img/head_bg.jpg) no-repeat left top;
  background-color: #6CAAEE !important;
  border-top: none !important;
  margin-bottom: 0px;
  padding: 20px 0px;
  box-shadow: none;
}
@media (max-width: 640px) {
  body #AreaHeader {
    padding: 10px 0px !important;
  }
}
body #AreaHeader #BlockHeader {
  display: flex;
  flex-direction: column-reverse;
}
body #AreaHeader #BlockHeader #BlockCollegeName {
  display: none !important;
}
body #AreaHeader #BlockHeader h1 {
  border: none;
  box-shadow: none;
  background-image: none;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 640px) {
  body #AreaHeader #BlockHeader h1 {
    font-size: 26px;
  }
}
body #AreaHeader #BlockHeader h1::after {
  content: "";
  display: none;
}
body #Area_Status {
  display: none;
}
body #AreaGlobal_H2 {
  border-top: none;
  background-color: #002176 !important;
  margin-bottom: 0px;
}
body #AreaGlobal_H2 h2 {
  text-align: left !important;
  background-color: #002176 !important;
  font-size: 24px !important;
}
@media (max-width: 640px) {
  body #AreaGlobal_H2 h2 {
    font-size: 16px !important;
    font-weight: 600;
  }
}
body #AreaContents {
  padding-top: 25px;
}
@media (max-width: 640px) {
  body #AreaContents {
    padding-top: 15px;
  }
}
@media (max-width: 640px) {
  body #AreaContents #BoxLogin {
    text-align: center;
  }
}
body #AreaContents #BoxLogin #BoxLogin_MSG h2,
body #AreaContents #BoxLogin #BoxLogin_MSG p {
  text-align: left;
}
body #AreaContents #BoxLogin #BoxLogin_MSG img {
  margin: 0px auto 10px auto;
}
@media (max-width: 640px) {
  body #AreaContents #BoxLogin #BoxLogin_MSG img {
    width: 250px;
    max-width: 100%;
  }
}
body #AreaContents #BoxLogin #BoxLogin_MSG .CollegePhoto {
  float: none;
}
@media (max-width: 640px) {
  body #AreaContents #BoxLogin #BoxLogin_Form {
    text-align: left;
  }
}
body #AreaContents #ContentsWide .h3_01 {
  color: #002176 !important;
  border-bottom: 1px solid #cccccc;
  font-weight: 600;
  margin-top: 25px;
}
@media (max-width: 640px) {
  body #AreaContents #ContentsWide .h3_01 {
    font-size: 120% !important;
    margin: 5px 0px 15px 0px;
  }
}
body #AreaContents #ContentsWide .h3_03 {
  background: #002176;
  color: #fff;
  box-shadow: none;
  padding: 15px 10px;
  border-radius: 7px 7px 0px 0px;
}
body #AreaContents #ContentsWide .Table_01 {
  border-right: 1px solid #cccccc !important;
  border-bottom: 1px solid #cccccc !important;
}
body #AreaContents #ContentsWide .Table_04,
body #AreaContents #ContentsWide .Table_03 {
  border-bottom: 1px solid #cccccc !important;
  border-right: 1px solid #cccccc !important;
}
body #AreaContents #ContentsWide .Table_04 th,
body #AreaContents #ContentsWide .Table_04 td,
body #AreaContents #ContentsWide .Table_03 th,
body #AreaContents #ContentsWide .Table_03 td {
  padding: 10px 10px !important;
  box-sizing: border-box;
  border-top: 1px solid #cccccc !important;
  border-left: 1px solid #cccccc !important;
}
@media (max-width: 640px) {
  body #AreaContents #ContentsWide .Table_04 th,
  body #AreaContents #ContentsWide .Table_04 td,
  body #AreaContents #ContentsWide .Table_03 th,
  body #AreaContents #ContentsWide .Table_03 td {
    padding: 5px 5px !important;
  }
}
body #AreaContents #ContentsWide .Table_04 th,
body #AreaContents #ContentsWide .Table_03 th {
  font-weight: 300;
  background-color: #F4F4F4 !important;
  color: #333;
  font-weight: 600;
}
@media (max-width: 640px) {
  body #AreaContents #ContentsWide .Table_04 th,
  body #AreaContents #ContentsWide .Table_03 th {
    font-size: 14px;
  }
}
body #AreaContents #ContentsWide .Table_04 th .BG_DarkBlue,
body #AreaContents #ContentsWide .Table_03 th .BG_DarkBlue {
  background-color: #F4F4F4 !important;
}
body #AreaContents #ContentsWide .Table_04 td .CheckBox_Group label,
body #AreaContents #ContentsWide .Table_04 td .Radio_Group label,
body #AreaContents #ContentsWide .Table_03 td .CheckBox_Group label,
body #AreaContents #ContentsWide .Table_03 td .Radio_Group label {
  margin: 3px 0px !important;
}
@media (max-width: 640px) {
  body #AreaContents #ContentsWide .Table_04 td .CheckBox_Group label,
  body #AreaContents #ContentsWide .Table_04 td .Radio_Group label,
  body #AreaContents #ContentsWide .Table_03 td .CheckBox_Group label,
  body #AreaContents #ContentsWide .Table_03 td .Radio_Group label {
    margin: 1px 0px !important;
  }
}
body #AreaContents #ContentsWide .Table_04 td input[type=text],
body #AreaContents #ContentsWide .Table_04 td input[type=password],
body #AreaContents #ContentsWide .Table_04 td input[type=number],
body #AreaContents #ContentsWide .Table_04 td input[type=tel],
body #AreaContents #ContentsWide .Table_04 td textarea,
body #AreaContents #ContentsWide .Table_03 td input[type=text],
body #AreaContents #ContentsWide .Table_03 td input[type=password],
body #AreaContents #ContentsWide .Table_03 td input[type=number],
body #AreaContents #ContentsWide .Table_03 td input[type=tel],
body #AreaContents #ContentsWide .Table_03 td textarea {
  background: #fff;
  border-color: #cccccc;
}
body #AreaContents #ContentsWide .Table_04 td input[type=text]::-moz-placeholder, body #AreaContents #ContentsWide .Table_04 td input[type=password]::-moz-placeholder, body #AreaContents #ContentsWide .Table_04 td input[type=number]::-moz-placeholder, body #AreaContents #ContentsWide .Table_04 td input[type=tel]::-moz-placeholder, body #AreaContents #ContentsWide .Table_04 td textarea::-moz-placeholder, body #AreaContents #ContentsWide .Table_03 td input[type=text]::-moz-placeholder, body #AreaContents #ContentsWide .Table_03 td input[type=password]::-moz-placeholder, body #AreaContents #ContentsWide .Table_03 td input[type=number]::-moz-placeholder, body #AreaContents #ContentsWide .Table_03 td input[type=tel]::-moz-placeholder, body #AreaContents #ContentsWide .Table_03 td textarea::-moz-placeholder {
  color: #aeaeae;
  font-weight: normal !important;
}
body #AreaContents #ContentsWide .Table_04 td input[type=text]::placeholder,
body #AreaContents #ContentsWide .Table_04 td input[type=password]::placeholder,
body #AreaContents #ContentsWide .Table_04 td input[type=number]::placeholder,
body #AreaContents #ContentsWide .Table_04 td input[type=tel]::placeholder,
body #AreaContents #ContentsWide .Table_04 td textarea::placeholder,
body #AreaContents #ContentsWide .Table_03 td input[type=text]::placeholder,
body #AreaContents #ContentsWide .Table_03 td input[type=password]::placeholder,
body #AreaContents #ContentsWide .Table_03 td input[type=number]::placeholder,
body #AreaContents #ContentsWide .Table_03 td input[type=tel]::placeholder,
body #AreaContents #ContentsWide .Table_03 td textarea::placeholder {
  color: #aeaeae;
  font-weight: normal !important;
}
body #AreaContents #ContentsWide .Table_04 td select,
body #AreaContents #ContentsWide .Table_03 td select {
  color: #333;
  background-color: #fff;
}
@media (max-width: 640px) {
  body #AreaContents #ContentsWide .Table_04 td select,
  body #AreaContents #ContentsWide .Table_03 td select {
    padding: 10px 25px 10px 10px;
  }
}
body #AreaContents #ContentsWide .Table_04 td .CollapsiblePanel_Input,
body #AreaContents #ContentsWide .Table_03 td .CollapsiblePanel_Input {
  border: none !important;
}
body #AreaContents #ContentsWide .Table_04 td .CollapsiblePanel_Input .CollapsiblePanelTab_Input,
body #AreaContents #ContentsWide .Table_03 td .CollapsiblePanel_Input .CollapsiblePanelTab_Input {
  border: 1px solid #cccccc !important;
  background-color: #F4F4F4 !important;
  border-radius: 4px;
}
@media (max-width: 640px) {
  body #AreaContents #ContentsWide .Table_04 td .CollapsiblePanel_Input .CollapsiblePanelTab_Input,
  body #AreaContents #ContentsWide .Table_03 td .CollapsiblePanel_Input .CollapsiblePanelTab_Input {
    padding: 10px !important;
  }
}
body #AreaContents #ContentsWide .Table_04 td .CollapsiblePanel_Input .CollapsiblePanelContent_Input h4,
body #AreaContents #ContentsWide .Table_03 td .CollapsiblePanel_Input .CollapsiblePanelContent_Input h4 {
  border-top: 1px dotted #cccccc;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-left: 5px solid #002176;
}
body #AreaContents #ContentsWide .Table_04 td .CollapsiblePanel_Input .CollapsiblePanelContent_Input .InputBtn_05,
body #AreaContents #ContentsWide .Table_03 td .CollapsiblePanel_Input .CollapsiblePanelContent_Input .InputBtn_05 {
  background-color: #F4F4F4 !important;
  background-image: none;
  padding: 7px 15px !important;
  border: 1px solid #cccccc !important;
  border-radius: 2px !important;
  font-size: 14px !important;
  color: #333 !important;
  text-shadow: none !important;
}
body #AreaContents #ContentsWide .Table_04 td .CollapsiblePanel_Input .CollapsiblePanelContent_Input .InputBtn_05.margin_r_20px,
body #AreaContents #ContentsWide .Table_03 td .CollapsiblePanel_Input .CollapsiblePanelContent_Input .InputBtn_05.margin_r_20px {
  margin-right: 10px !important;
}
body #AreaContents #ContentsWide .Table_04 td .CollapsiblePanel_Input .CollapsiblePanelContent_Input .electClear a,
body #AreaContents #ContentsWide .Table_03 td .CollapsiblePanel_Input .CollapsiblePanelContent_Input .electClear a {
  display: inline-block;
  padding: 3px 10px;
  background-color: #F4F4F4;
  border: 1px solid #cccccc;
  border-radius: 2px;
  font-size: 14px;
  color: #333;
}
body #AreaContents #ContentsWide .Table_04 td.TD_PADDING_0,
body #AreaContents #ContentsWide .Table_03 td.TD_PADDING_0 {
  padding: 0px !important;
}
body #AreaContents #ContentsWide .Table_04 td.TD_PADDING_0 .Table_03,
body #AreaContents #ContentsWide .Table_03 td.TD_PADDING_0 .Table_03 {
  border-bottom: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}
body #AreaContents #ContentsWide .Table_04 td.TD_PADDING_0 .Table_03 th,
body #AreaContents #ContentsWide .Table_04 td.TD_PADDING_0 .Table_03 td,
body #AreaContents #ContentsWide .Table_03 td.TD_PADDING_0 .Table_03 th,
body #AreaContents #ContentsWide .Table_03 td.TD_PADDING_0 .Table_03 td {
  padding: 10px 10px !important;
  box-sizing: border-box;
  border-top: 1px dotted #ccc !important;
  border-left: 1px solid #fff !important;
}
body #AreaContents #ContentsWide .Table_04 td.TD_PADDING_0 .Table_03 th,
body #AreaContents #ContentsWide .Table_03 td.TD_PADDING_0 .Table_03 th {
  background-color: #f9f9f9 !important;
}
body #AreaContents #ContentsWide .Table_04 td.TD_PADDING_0 .Table_03 tr:first-child > *,
body #AreaContents #ContentsWide .Table_03 td.TD_PADDING_0 .Table_03 tr:first-child > * {
  border: none !important;
}
body #AreaContents #ContentsWide .Table_04 td strong,
body #AreaContents #ContentsWide .Table_04 td .strong_01,
body #AreaContents #ContentsWide .Table_03 td strong,
body #AreaContents #ContentsWide .Table_03 td .strong_01 {
  font-weight: 600;
}
body #AreaContents #ContentsWide .Table_04 caption,
body #AreaContents #ContentsWide .Table_03 caption {
  line-height: 1.1;
  padding: 10px 10px;
  margin: 0px 0px 10px 0px;
  font-size: 120%;
  color: #FFF;
  text-align: left;
  background-color: #3E61BC;
  font-weight: normal;
  border-bottom: none;
  box-shadow: none;
}
@media (max-width: 640px) {
  body #AreaContents #ContentsWide .Table_04 tbody,
  body #AreaContents #ContentsWide .Table_03 tbody {
    border: none !important;
  }
}
@media (max-width: 640px) {
  body #AreaContents #ContentsWide .Table_04 {
    margin-bottom: 20px;
  }
}
body #AreaContents #ContentsWide .Table_04 th a {
  font-size: 10px !important;
}
@media (max-width: 640px) {
  body #AreaContents #ContentsWide .Table_04 {
    border-right: none !important;
  }
  body #AreaContents #ContentsWide .Table_04 tr {
    background-color: #ffffff;
    padding: 3px !important;
  }
  body #AreaContents #ContentsWide .Table_04 td:first-child {
    border-top: none !important;
  }
  body #AreaContents #ContentsWide .Table_04 td {
    border-top: 1px dotted #ccc !important;
    border-left: none !important;
    line-height: 1.5 !important;
  }
  body #AreaContents #ContentsWide .Table_04 td .Only_SP_TR {
    color: #333 !important;
    font-weight: 600;
    display: inline-block;
    margin-right: 0.5rem;
    white-space: nowrap;
    text-align: left;
    border-radius: 0px;
  }
  body #AreaContents #ContentsWide .Table_04 td .Only_SP_TR::after {
    content: "";
  }
}
body #AreaContents #ContentsWide .InputBtn_01 { /*汎用ボタン グレー*/
  background-image: none;
  background-color: #fff;
  border: 1px solid #002176;
  color: #002176;
  display: inline-block;
  text-shadow: none !important;
  background-image: none !important;
}
body #AreaContents #ContentsWide .InputBtn_02 {
  background-image: none;
  background-color: #2294e7 !important;
  border: 1px solid #2294e7 !important;
  color: #fff;
  text-shadow: none !important;
}
body #AreaContents #ContentsWide .InputBtn_03 {
  background-color: #d90238;
  background-image: none;
  color: #fff;
  border: none;
}
body #AreaContents #ContentsWide .InputBtn_05 {
  background-image: none;
  background-color: #2294e7 !important;
  border: 1px solid #2294e7 !important;
  color: #fff;
  text-shadow: none;
  padding: 5px 10px;
}
body #AreaContents #ContentsWide .InputBtn_BG-Yellow {
  background-color: rgb(255, 248, 227);
  background-image: none !important;
  color: #000 !important;
  border: 1px solid #A7A7AA;
}
body #AreaContents #ContentsWide .InputBtn_BG-Yellow-2 {
  background-color: rgb(255, 247, 235);
  color: #000 !important;
  border: 1px solid #A7A7AA;
}
body #AreaContents #ContentsWide .InputBtn_BG-Yellow-3 {
  background-color: rgb(255, 249, 217);
  background-image: none !important;
  color: #000 !important;
  border: 1px solid #A7A7AA;
}
body #AreaContents #ContentsWide .InputBtn_BG-LightBlue {
  background-color: rgb(223, 240, 255);
  background-image: none !important;
  color: #000 !important;
  border: 1px solid #A7A7AA;
}
body #AreaContents #ContentsWide .InputBtn_BG-LightBlue-2 {
  background-color: rgb(236, 244, 255);
  background-image: none !important;
  color: #000 !important;
  border: 1px solid #A7A7AA;
}
body #AreaContents #ContentsWide .InputBtn_BG-LightBlue-3 {
  background-color: rgb(232, 253, 255);
  background-image: none !important;
  color: #000 !important;
  border: 1px solid #A7A7AA;
}
body #AreaContents #ContentsWide .InputBtn_BG-LightGreen {
  background-color: rgb(237, 255, 228);
  background-image: none !important;
  color: #000 !important;
  border: 1px solid #A7A7AA;
}
body #AreaContents #ContentsWide .InputBtn_BG-Yellow:hover,
body #AreaContents #ContentsWide .InputBtn_BG-LightBlue:hover,
body #AreaContents #ContentsWide .InputBtn_BG-LightGreen:hover {
  opacity: 0.8;
}
body #AreaContents #ContentsWide .p_Lead_01 {
  font-size: 120%;
  padding: 0px;
  margin: 25px 0px;
  font-weight: 600;
}
@media (max-width: 640px) {
  body #AreaContents #ContentsWide .p_Lead_01 {
    margin: 5px 0px !important;
  }
}
body #AreaContents #ContentsWide .box_01 {
  margin-top: 25px;
  background-color: #F4F4F4;
}
body #AreaContents #ContentsWide .Regulation h4 {
  font-size: 120%;
  font-weight: 600;
  color: #002176;
}
body #AreaContents #ContentsWide .h4_01 {
  font-size: 120%;
  font-weight: 600;
  border-left: 5px solid #002176;
}
body #AreaContents #ContentsWide .margin_t_-30px {
  margin-top: 0px;
}
body #AreaContents #ContentsWide .Box_Sort .Only_SP_TR {
  font-weight: normal !important;
}
body #AreaContents #ContentsWide .RealTime {
  padding: 7px 10px;
  border-radius: 7px 7px 7px 7px;
  background: #666;
  color: #fff;
  text-shadow: none;
  line-height: 1;
}
body #AreaContents #ContentsWide .RealTime strong {
  color: #fff;
}
body #AreaContents #ContentsWide .RealTime #recordcount {
  font-size: 125%;
}
body #AreaContents #ContentsWide .SearchCondition {
  padding: 7px 10px;
  border-radius: 7px;
  background: #f7ddee;
  text-shadow: none;
}
body #AreaContents #ContentsWide .CheckBox_Group,
body #AreaContents #ContentsWide .Radio_Group {
  max-width: none;
}
body #AreaContents #ContentsWide .CheckBox_Group label,
body #AreaContents #ContentsWide .Radio_Group label {
  padding: 5px 5px 5px 25px;
  border-right: none;
  border-bottom: none;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  text-indent: -20px;
  margin: 0px 0px 0px 0px;
  transition: all 0.3s;
}
body #AreaContents #ContentsWide .CheckBox_Group label:hover,
body #AreaContents #ContentsWide .Radio_Group label:hover {
  background-color: #EEF4FE;
}
@media (max-width: 640px) {
  body #AreaContents #ContentsWide .CheckBox_Group label,
  body #AreaContents #ContentsWide .Radio_Group label {
    width: 100%;
  }
}
body #AreaContents #ContentsNarrow .BoxArticle_SideNavi {
  padding: 15px 8px 15px 8px !important;
  background-color: #FAFAFA;
}
body #AreaContents #ContentsNarrow .BoxArticle_SideNavi .h3_01 {
  color: #002176;
  font-size: 18px;
  margin-bottom: 25px;
}
body #AreaContents #ContentsNarrow .BoxArticle_SideNavi .h4_01 {
  color: #002176;
  border-left: 5px solid #002176;
  font-size: 16px;
  padding: 0px 0px 0px 7px;
  line-height: 1;
}
body .Box_Attention img {
  width: inherit !important;
  max-width: none !important;
  height: auto;
}
body .CollapsiblePanel_Input {
  border-top: 1px solid #d5dfed;
  border-bottom: 1px solid #d5dfed;
}

/*--------------------------
----------------------------*/
#MND_01 .BoxCourse .BoxCours_ITEM,
#MND_02 .BoxCourse .BoxCours_ITEM {
  padding: 30px;
  box-sizing: border-box;
}
#MND_01 .BoxCourse .BoxCours_ITEM .InputBtn_01,
#MND_02 .BoxCourse .BoxCours_ITEM .InputBtn_01 {
  background-color: #2294e7 !important;
  color: #fff !important;
  border: none !important;
  text-shadow: none !important;
  line-height: normal !important;
  width: 80% !important;
  margin-bottom: 20px;
}
#MND_01 .BoxCourse .BoxCours_ITEM p,
#MND_02 .BoxCourse .BoxCours_ITEM p {
  margin: 0px auto;
}
#MND_01 .Table_03 .InputBtn_01,
#MND_02 .Table_03 .InputBtn_01 {
  background-color: #2294e7 !important;
  color: #fff !important;
  border: none !important;
  text-shadow: none !important;
  line-height: normal !important;
  padding: 7px 10px !important;
}

/*--------------------------
----------------------------*/
#FST_REG_01 .Table_03 .Block_Column {
  padding: 3px;
  box-sizing: border-box;
  flex-wrap: nowrap;
}
#FST_REG_01 .Table_03 .Block_Column table.Table_03.TH_Middle {
  border-left: none !important;
}
@media (max-width: 640px) {
  #FST_REG_01 .Table_03 .Block_Column table {
    width: 90% !important;
    margin: -3px !important;
  }
}
#FST_REG_01 .Table_03 .Block_Column .MemberPhoto {
  background-color: #F4F4F4 !important;
}
@media (max-width: 640px) {
  #FST_REG_01 .Table_03 .Block_Column .MemberPhoto {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
  }
  #FST_REG_01 .Table_03 .Block_Column .MemberPhoto img {
    margin-bottom: 10px;
  }
  #FST_REG_01 .Table_03 .Block_Column .MemberPhoto .red {
    margin-bottom: 10px;
  }
}
#FST_REG_01 .Table_03 .Table_04 {
  padding: 10px;
}
#FST_REG_01 .Table_03 .Table_04 td {
  line-height: 1.5 !important;
}

/*--------------------------
----------------------------*/
#FST_REG_04 .box_01 {
  background-color: #fff !important;
}

/*--------------------------
----------------------------*/
#COURSE_02 .CollapsiblePanel_Input {
  border-top: none;
}
#COURSE_02 .ul_05 li {
  border-bottom: 1px dotted #dddddd;
}
#COURSE_02 .InputBtn_08 {
  border-top: none;
}

/*--------------------------
 Flyer index
----------------------------*/
#Flyer .innerWrap {
  padding: 65px 0px;
}
@media (max-width: 640px) {
  #Flyer .innerWrap {
    padding: 35px 0px;
  }
}
#Flyer .innerWrap h3 {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin: 0px 0px 15px 0px;
}
@media (max-width: 640px) {
  #Flyer .innerWrap h3 {
    font-size: 20px;
  }
}
#Flyer .innerWrap h3::after {
  content: "";
  display: block;
  background-color: #3EA5BC;
  width: 100px;
  height: 3px;
  margin-top: 35px;
}
@media (max-width: 640px) {
  #Flyer .innerWrap h3::after {
    width: 75px;
    height: 2px;
    margin-top: 25px;
  }
}
#Flyer .innerWrap .tagList {
  border: 1px solid #E2E2E2;
  padding: 25px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  #Flyer .innerWrap .tagList {
    padding: 15px;
  }
}
#Flyer .innerWrap .tagList ul {
  padding: 0px;
}
#Flyer .innerWrap .tagList ul li {
  list-style: none;
  display: inline-block;
  margin: 5px;
}
@media (max-width: 640px) {
  #Flyer .innerWrap .tagList ul li {
    margin: 7px 20px 7px 0px;
    font-size: 12px;
  }
}
#Flyer .innerWrap .tagList ul li span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 5px 10px;
}
@media (max-width: 640px) {
  #Flyer .innerWrap .tagList ul li span {
    padding: 2px 5px;
    font-size: 12px;
  }
}
#Flyer .innerWrap .tagStyle01 {
  border: 1px solid #EC5906;
  color: #EC5906;
}
#Flyer .innerWrap .tagStyle02 {
  border: 1px solid #19B4AA;
  color: #19B4AA;
}
#Flyer .innerWrap .leadBlock {
  padding: 50px 0px;
}
#Flyer .innerWrap .clmBlock {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  #Flyer .innerWrap .clmBlock {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
#Flyer .innerWrap .clmBlock .mainBlock {
  width: 720px;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #E2E2E2;
}
@media (max-width: 640px) {
  #Flyer .innerWrap .clmBlock .mainBlock {
    width: 100%;
    border: none;
  }
}
#Flyer .innerWrap .clmBlock .mainBlock .cardBox {
  display: block;
  width: 22%;
  margin-right: 3%;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  #Flyer .innerWrap .clmBlock .mainBlock .cardBox {
    width: 43%;
    margin: 0px 3.5% 50px 3.5%;
  }
}
#Flyer .innerWrap .clmBlock .mainBlock .cardBox__tagBox {
  margin-bottom: 10px;
}
#Flyer .innerWrap .clmBlock .mainBlock .cardBox__tagBox ul {
  padding: 0px;
}
#Flyer .innerWrap .clmBlock .mainBlock .cardBox__tagBox ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 1px 1px 0px;
}
#Flyer .innerWrap .clmBlock .mainBlock .cardBox__tagBox ul li span {
  font-size: 12px;
  padding: 3px 5px;
}
#Flyer .innerWrap .clmBlock .mainBlock .cardBox__thumb {
  height: 150px;
  background: #F2F2F2;
  border: 1px solid #E2E2E2;
  text-align: center;
  margin-bottom: 15px;
  overflow: hidden;
}
#Flyer .innerWrap .clmBlock .mainBlock .cardBox__thumb img {
  width: auto;
  height: 100%;
  transition: all 0.3s;
}
#Flyer .innerWrap .clmBlock .mainBlock .cardBox__body h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.35;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  border-bottom: 1px solid #E2E2E2;
  color: #333;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  #Flyer .innerWrap .clmBlock .mainBlock .cardBox__body h4 {
    font-size: 14px;
  }
}
#Flyer .innerWrap .clmBlock .mainBlock .cardBox__body p {
  font-size: 14px;
  line-height: 1.35;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  #Flyer .innerWrap .clmBlock .mainBlock .cardBox__body p {
    font-size: 12px;
  }
}
#Flyer .innerWrap .clmBlock .mainBlock .cardBox__btn div {
  background: #2294e7;
  border: 1px solid #2294e7;
  color: #fff;
  font-size: 12px;
  list-style: 1;
  text-align: center;
  padding: 3px;
  transition: all 0.3s;
}
#Flyer .innerWrap .clmBlock .mainBlock .cardBox__btn div span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 3px;
}
#Flyer .innerWrap .clmBlock .mainBlock .cardBox:hover .cardBox__thumb img {
  transform: scale(1.1);
}
#Flyer .innerWrap .clmBlock .mainBlock .cardBox:hover .cardBox__body h4,
#Flyer .innerWrap .clmBlock .mainBlock .cardBox:hover .cardBox__body p {
  color: #2294e7;
}
#Flyer .innerWrap .clmBlock .mainBlock .cardBox:hover .cardBox__btn div {
  border: 1px solid #2294e7;
  background: #fff;
  color: #2294e7;
}
#Flyer .innerWrap .clmBlock .mainBlock .paginationWrap {
  padding-top: 25px;
  width: 100%;
  text-align: center;
}
@media (max-width: 640px) {
  #Flyer .innerWrap .clmBlock .mainBlock .paginationWrap {
    padding-top: 0px;
  }
}
#Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination {
  display: flex;
  justify-content: center;
  padding: 0px;
  margin: 0px auto;
}
#Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination__item {
  list-style: none;
  margin: 0px 3px;
}
@media (max-width: 640px) {
  #Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination__item {
    margin: 0px 1px;
  }
}
#Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination__item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #2294e7;
  font-size: 16px;
  color: #2294e7;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  #Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination__item__link {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
}
#Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination__item__link__icon {
  width: 20px;
}
#Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination__item__link.isActive {
  background: #2294e7;
  color: #fff;
  pointer-events: none;
}
#Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination__item__link:not(.isActive):hover {
  background: #2294e7;
  color: #fff;
}
#Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination__item__nolink, #Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination__item__linkNext, #Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination__item__linkPrev {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 16px;
  color: #ccc;
}
@media (max-width: 640px) {
  #Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination__item__nolink, #Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination__item__linkNext, #Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination__item__linkPrev {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
}
#Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination__item__linkNext:hover, #Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination__item__linkPrev:hover {
  background: #f8f8f8;
}
#Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination__item__linkNext {
  position: relative;
}
#Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination__item__linkNext img {
  width: 10px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination__item__linkPrev {
  position: relative;
  transform: rotate(180deg);
}
#Flyer .innerWrap .clmBlock .mainBlock .paginationWrap .pagination__item__linkPrev img {
  width: 10px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#Flyer .innerWrap .clmBlock .subBlock {
  width: 250px;
}
@media (max-width: 640px) {
  #Flyer .innerWrap .clmBlock .subBlock {
    width: 100%;
    padding: 0px 15px 15px 15px;
    margin-bottom: 65px;
    border-bottom: 1px solid #E2E2E2;
  }
}
#Flyer .innerWrap .clmBlock .subBlock h3 {
  font-size: 20px;
  font-weight: 600;
  border-left: 7px solid #3EA5BC;
  padding-left: 10px;
  color: #333;
}
#Flyer .innerWrap .clmBlock .subBlock h3::after {
  display: none;
}
#Flyer .innerWrap .clmBlock .subBlock .refineBox {
  border-top: 1px solid #E2E2E2;
  padding: 20px 0px 5px 0px;
}
#Flyer .innerWrap .clmBlock .subBlock .refineBox .toggle {
  display: none;
}
#Flyer .innerWrap .clmBlock .subBlock .refineBox .option {
  position: relative;
  margin-bottom: 1em;
}
#Flyer .innerWrap .clmBlock .subBlock .refineBox .title,
#Flyer .innerWrap .clmBlock .subBlock .refineBox .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
#Flyer .innerWrap .clmBlock .subBlock .refineBox .title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
#Flyer .innerWrap .clmBlock .subBlock .refineBox .title::before {
  content: "";
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_plus.svg) no-repeat center center;
  background-size: 14px;
  position: absolute;
  right: 0em;
  top: 0.25em;
  transition: all 0.3s;
}
#Flyer .innerWrap .clmBlock .subBlock .refineBox .content {
  max-height: 0;
  overflow: hidden;
}
#Flyer .innerWrap .clmBlock .subBlock .refineBox .content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}
#Flyer .innerWrap .clmBlock .subBlock .refineBox .content ul {
  padding: 0px;
}
#Flyer .innerWrap .clmBlock .subBlock .refineBox .content ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 15px 10px 0px;
}
#Flyer .innerWrap .clmBlock .subBlock .refineBox .content ul.list li {
  display: block;
}
#Flyer .innerWrap .clmBlock .subBlock .refineBox .content ul.list li select {
  background-color: #fff;
  padding: 10px 10px;
}
#Flyer .innerWrap .clmBlock .subBlock .refineBox .toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}
#Flyer .innerWrap .clmBlock .subBlock .refineBox .toggle:checked + .title::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_minus.svg) no-repeat center center;
  background-size: 14px;
}
#Flyer .innerWrap .clmBlock .subBlock .refineBox__btn a {
  display: block;
  background: #2294e7;
  border: 1px solid #2294e7;
  color: #fff;
  font-size: 14px;
  list-style: 1;
  text-align: center;
  padding: 10px;
  transition: all 0.3s;
}
#Flyer .flyerDetail {
  padding-top: 65px;
}
@media (max-width: 640px) {
  #Flyer .flyerDetail {
    padding-top: 35px;
  }
}
#Flyer .flyerDetail h4 {
  font-size: 36px;
  font-weight: 300;
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 640px) {
  #Flyer .flyerDetail h4 {
    font-size: 28px;
  }
}
#Flyer .flyerDetail h4 span {
  background: #fff;
  padding-right: 20px;
  margin-bottom: 20px;
}
#Flyer .flyerDetail h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E2E2E2;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
}
#Flyer .flyerDetail .tagBox ul {
  padding: 0px;
}
#Flyer .flyerDetail .tagBox ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 640px) {
  #Flyer .flyerDetail .tagBox ul li {
    font-size: 14px;
  }
}
#Flyer .flyerDetail .tagBox ul li span {
  padding: 5px 15px;
}
#Flyer .flyerDetail .flyerData {
  padding-top: 65px;
}
@media (max-width: 640px) {
  #Flyer .flyerDetail .flyerData {
    padding-top: 50px;
  }
}
#Flyer .flyerDetail .flyerData h5 {
  font-size: 20px;
  margin-bottom: 35px;
  font-weight: 600;
}
@media (max-width: 640px) {
  #Flyer .flyerDetail .flyerData h5 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
#Flyer .flyerDetail .flyerData__img {
  background: #F2F2F2;
  width: 100%;
  height: 700px;
  border: 1px solid #E2E2E2;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 640px) {
  #Flyer .flyerDetail .flyerData__img {
    height: 345px;
    margin-bottom: 25px;
  }
}
#Flyer .flyerDetail .flyerData__img img {
  width: auto;
  height: 100%;
  margin: 0px auto;
}
#Flyer .flyerDetail .flyerData table {
  width: 100%;
  border-collapse: collapse;
}
#Flyer .flyerDetail .flyerData table th,
#Flyer .flyerDetail .flyerData table td {
  border: 1px solid #E2E2E2;
  padding: 20px 15px;
  font-weight: normal;
}
@media (max-width: 640px) {
  #Flyer .flyerDetail .flyerData table th,
  #Flyer .flyerDetail .flyerData table td {
    display: block;
    border-left: none;
    border-right: none;
  }
}
#Flyer .flyerDetail .flyerData table th {
  text-align: center;
  background: #F2F2F2;
}
@media (max-width: 640px) {
  #Flyer .flyerDetail .flyerData table th {
    padding: 20px 0px 0px 5px;
    text-align: left;
    font-weight: 600;
    background: none;
    border-bottom: none;
  }
}
@media (max-width: 640px) {
  #Flyer .flyerDetail .flyerData table td {
    border: none;
    padding: 10px 0px 20px 20px;
  }
}
#Flyer .flyerDetail .flyerData table tr:last-child td {
  border-bottom: 1px solid #E2E2E2;
}
#Flyer .flyerIndex .indexList {
  padding: 0px;
}
#Flyer .flyerIndex .indexList li {
  list-style: none;
  border-top: 1px solid #E2E2E2;
  font-size: 18px;
}
@media (max-width: 640px) {
  #Flyer .flyerIndex .indexList li {
    font-size: 16px;
  }
}
#Flyer .flyerIndex .indexList li:last-child {
  border-bottom: 1px solid #E2E2E2;
}
#Flyer .flyerIndex .indexList li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 10px;
  box-sizing: border-box;
  background-color: #fff;
  transition: all 0.3s;
}
#Flyer .flyerIndex .indexList li a::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/icon_arrow_circle.svg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 640px) {
  #Flyer .flyerIndex .indexList li a::after {
    width: 36px;
    height: 36px;
  }
}
#Flyer .flyerIndex .indexList li a:hover {
  color: #2fcbff;
  background-color: #f7f7f7;
}

/*--------------------------
----------------------------*/
.Label_Passed,
.Label_YearOdd,
.Label_YearEven,
.Label_NoUpdate {
  color: #000;
  display: inline-block;
  margin-bottom: 2px;
  text-shadow: none !important;
  padding: 8px 8px;
  border: 1px solid #CCC;
  border-radius: 4px;
  line-height: 1;
  white-space: nowrap;
}

.Label_Passed {
  color: #BF0400;
  border: 1px solid #BF0400;
  background-color: #ffeaea;
}

.Label_YearOdd {
  background-color: #FFEC9C;
}

.Label_YearEven {
  background-color: #FFCFD5;
}

.Label_NoUpdate {
  color: #BF0400;
  border: 1px solid #BF0400;
  background-color: #ffeaea;
}

.SpaceBetween {
  display: flex;
  justify-content: space-between;
}

/* 進路報告登録ページ
------------------------------------------------------------------------------------------------- */
.BoxCourse {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
  text-align: left;
}

.BoxCours_ITEM {
  width: 49.4%;
  margin-bottom: 0px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 4px;
}
.BoxCours_ITEM:last-child {
  margin-bottom: 0px;
}
@media (max-width: 640px) {
  .BoxCours_ITEM {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* テーブルスタイル調整
------------------------------------------------------------------------------------------------- */
.Table_02 caption {
  line-height: 1.1;
  padding: 10px 10px;
  margin: 0px 0px 10px 0px;
  font-size: 120%;
  color: #FFF;
  text-align: left;
  background-color: #3E61BC;
  font-weight: normal;
  border-bottom: none;
  box-shadow: none;
}

.Table_02 th {
  background-color: #F4F4F4;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  color: #333;
}
@media (max-width: 640px) {
  .Table_02 th {
    background-color: #F4F4F4 !important;
    color: #333 !important;
  }
}

.Table_02 td {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.Table_02 td .Table_02 {
  margin: 0px !important;
  border-bottom: 1px dotted #cccccc;
  border-right: 1px dotted #cccccc;
  font-size: 95%;
}
.Table_02 td .Table_02 th {
  background-color: #f9f9f9 !important;
  border-top: 1px dotted #cccccc;
  border-left: 1px dotted #cccccc;
}
.Table_02 td .Table_02 td {
  background-color: #fff !important;
  border-top: 1px dotted #cccccc;
  border-left: 1px dotted #cccccc;
}

/* 太字に背景色 */
.ul_02.BoldColor li strong {
  display: inline-block;
  padding: 3px 10px;
  background-color: #EEE;
  border-radius: 4px;
  margin-bottom: 5px;
  color: #333;
}/*# sourceMappingURL=style.css.map */