@charset "UTF-8";

/* lauout */
.l-flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-flex {
    justify-content: space-between;
    gap: 0;
  }
}
.l-flex__item50 {
  width: 48%;
}
.l-flex__item30 {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .l-flex__item30 {
    width: 48%;
  }
}
.l-flex__item20 {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .l-flex__item20 {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .l-flex.-onecol_sp .l-flex__item50 {
    width: 100%;
  }
}

.l-flex.-nowrap {
  flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
  .l-flex.-nowrap_pc {
    flex-wrap: nowrap;
  }
}

/************************************************
# イベントカレンダー　mizuho
*************************************************/

/* 変更：tag color（topナビゲーションの丸） start */
#cal-event-termColor-giji .-all-grades::before {
  background-color: #2ec1c2;/* 全学年 */
}
#cal-event-termColor-giji .-student::before {
  background-color: #e4bc49;/* 学群生 */
}
#cal-event-termColor-giji .-grad-student::before {
  background-color: #1c8590;/* 大学院生 */
}
#cal-event-termColor-giji .-organization::before {
  background-color: #debbbb;
}
#cal-event-termColor-giji .-international::before {
  background-color:#e5a1d2;/* 留学生向け */
}
#cal-event-termColor-giji .-master::before {
  background-color: #938cc2;/* 博士向け */
}
/* 変更：tag color（topナビゲーションの丸） end */


/* 変更：tag color（カテゴリ色） start */
#cal-event-termColor .-all-grades {
  background-color: #2ec1c2;/* 全学年 */
}
#cal-event-termColor .-year1st, #cal-event-termColor .-year2nd, #cal-event-termColor .-year3rd, #cal-event-termColor .-year4th,
#cal-event-termColor .-student {
  background-color: #e4bc49;/* 学群生 */
}
#cal-event-termColor .-m1, #cal-event-termColor .-m2, #cal-event-termColor .-d1, #cal-event-termColor .-d2, #cal-event-termColor .-d3, #cal-event-termColor .-d4, #cal-event-termColor .-d5,
#cal-event-termColor .-grad-student {
  background-color: #1c8590;/* 大学院生 */
}
#cal-event-termColor .-organization {
  background-color: #f490d2;
}
#cal-event-termColor .-international {
  background-color: #e5a1d2;/* 留学生向け */
}
#cal-event-termColor .-master {
  background-color: #938cc2;/* 博士向け */
}
/* 変更：tag color（カテゴリ色） end */


/* 変更：status color（受付中、受付終了、イベント終了） start */
.status.-start {
  background: #f9c4ca !important;
  color: #c22e6b !important;;
}
.status.-start a {
  color: #c22e6b;
}
.status.-end {
  background: #999 !important;
}
.status.-fin {
  background:#e7e7e7 !important;
    color: #a7a7a7 !important;
}
.status.-fin a {
  color: #a7a7a7;
}

/* 変更：status color（受付中、受付終了、イベント終了） end */


.status > a,
.status > a:visited {
  color: #fff ;
}

.cal-event-termList .term,
.cal-event-termList .status {
  margin-right: 0.25rem;
  display: inline-block;
  background-color: #c5c5c5;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;
  border-radius: 4px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .cal-event-termList .term,
  .cal-event-termList .status {
    font-size: 0.625rem;
    line-height: 20px;
  }
}
.cal-event-termList .term a:link,
.cal-event-termList .term a:visited {
  color: #fff;
}

.cal-event-tagList {
  position: relative;
  font-size: 0.75rem;
  color: #999;
  padding-left: 3.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cal-event-tagList {
    font-size: 0.625rem;
  }
}
.cal-event-tagList::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "タグ";
  background-color: #F6F6F6;
  padding: 0 0.5rem;
  line-height: 25px;
  height: 25px;
  display: inline-block;
}
.cal-event-tagList::after {
  position: absolute;
  top: 0;
  left: 38px;
  content: "";
  background-color: #F6F6F6;
  width: 8px;
  height: 25px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .cal-event-tagList::after {
    left: 36px;
  }
}
.cal-event-tagList__tag {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .cal-event-tagList__tag {
    vertical-align: sub;
  }
}

.event-calender-sec {
  color: #333;
  width: 90%;
  max-width: 780px;
  margin: auto;
}
.event-calender-sec a:link,
.event-calender-sec a:visited {
  color: #333;
}
.event-calender-sec__title .underline {
  color: #04B8CE;
  border-bottom: 3px solid #00B8CC;
  font-size: 19px;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .event-calender-sec__title .underline {
    display: block;
    border-width: 1px;
    padding-bottom: 0.25rem;
  }
}
.event-calender-sec .cal-event-nav {
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .event-calender-sec .cal-event-nav {
    margin-bottom: 1rem;
  }
}
.event-calender-sec .cal-event-nav__item {
  display: inline-block;
}
.event-calender-sec .cal-event-nav__link {
  position: relative;
  display: block;
  color: #1EB8CE !important;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  border: 1px solid #1EB8CE;
  padding: 0 2.25rem 0 1rem;
  line-height: 36px;
  font-size: 0.875rem;
  border-radius: 26px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .event-calender-sec .cal-event-nav__link {
    margin-right: 0.25rem;
    margin-bottom: 0.5rem;
    padding: 0 2rem 0 1rem;
  }
}
.event-calender-sec .cal-event-nav__link::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 1rem;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #1EB8CE;
  border-right: 1px solid #1EB8CE;
  transform: rotate(45deg);
  transition: all 0.15s ease-out;
}
.event-calender-sec .cal-event-nav__link:hover {
  text-decoration: none;
}
.event-calender-sec .cal-event-nav__link:hover::after {
  right: 0.75rem;
}
.event-calender-sec .cal-event-nav__link:not(.-all) {
  position: relative;
  padding-left: 2rem;
}
.event-calender-sec .cal-event-nav__link:not(.-all)::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 0.75rem;
  width: 10px;
  height: 10px;
  background-color: #00B8D0;
  border-radius: 50%;
}

.eo_fullcalendar-list {
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  align-items: flex-start;
  gap: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .eo_fullcalendar-list {
    gap: 2rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

.event-calender {
  width: 50%;
  max-width: 372px;
}
@media screen and (max-width: 767px) {
  .event-calender {
    width: 100%;
  }
}

.-text-center {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: green;
  font-weight: bold;
}

.cal-br {
  display: block;
}

/* もっと見る */
#js-post-more .is-hidden {
  display: none;
  visibility: hidden;
  height: 0;
  margin: 0;
}

.more-btn__link {
  margin: 0 auto;
  max-width: 200px;
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #333;
  background-color: #fff;
}
@media (max-width: 767px) {
  .more-btn__link {
    font-size: 12px;
    max-width: 160px;
  }
}
.more-btn__link:hover {
  opacity: 0.7;
  cursor: pointer;
}
.more-btn__link::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1F2C32;
  width: 11px;
  height: 7px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transition: 0.3s;
}
.more-btn__link .btn_text {
  position: relative;
  left: -0.5rem;
}

.fc-event {
  width: 10px;
  height: 10px;
  border-radius: 50% !important;
  margin: auto !important;
  box-sizing: border-box !important;
}
/*
@media screen and (max-width: 820px){
    .eo-fullcalendar table .fc-event.fc-draggable,
     .eo-fullcalendar table .fc-event[href] {
        pointer-events: none;
    }
}
*/

.fc-content {
  display: none;
}

.event-list .is-hidden {
  display: none;
}
.event-list .no-more {
  font-size: 0.8rem;
  color: gray;
}
.event-list .no-more a {
  color: #00B8D0;
  text-decoration: underline;
}

.event-list {
  width: 50%;
  max-width: 382px;
  border-top: 4px solid #00B8D0;
  border-bottom: 4px solid #00B8D0;
  border-left: 1px solid #EAE0CE;
  border-right: 1px solid #EAE0CE;
  padding: 10px 1.25rem;
  box-sizing: border-box;
}
.event-list .cal-event-tagList{
    transform: scale(.9);
    transform-origin: left;
    padding-left: 3.2rem;
}

@media screen and (max-width: 767px) {
  .event-list {
    width: 100%;
    border-width: 3px;
  }
}
.event-list .list {
  max-height: 375px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .event-list .list {
    max-height: 275px;
  }
}
.event-list .list-item {
  background-image: linear-gradient(to right, #888, #888 2px, transparent 2px, transparent 8px); /* 幅2の線を作る */
  background-size: 6px 1px; /* グラデーションの幅・高さを指定 */
  background-position: left bottom; /* 背景の開始位置を指定 */
  background-repeat: repeat-x; /* 横向きにのみ繰り返す */
  padding: 0.75rem 0;
  list-style: none;
}
.event-list .list-item:first-child {
  padding-top: calc(0.75rem - 10px);
}
.event-list .list-item:last-child {
  padding-bottom: calc(0.75rem - 10px);
  background-image: none;
}
.event-list .list-item a {
  display: block;
  text-decoration: none;
}
.event-list .list-item .flex-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.event-list .list-item .flex-content__l {
  font-size: 10px;
  width: 30%;
  min-width: 77px;
  padding: 1rem 0.3rem 0.25rem;
  border: 2px solid rgba(0, 184, 208, 0.5);
  border-radius: 5px;
  text-align: center;
  line-height: 1.4;
  box-sizing: border-box;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .event-list .list-item .flex-content__l {
    width: 27%;
  }
}
.event-list .list-item .flex-content__l .date-title {
  display: block;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #EAE0CE;
  margin-bottom: 0.5rem;
  line-height: 1;
  color: #646464;
}
.event-list .list-item .flex-content__l .date-time {
  line-height: 1.15;
  letter-spacing: 0.05em;
}
.event-list .list-item .flex-content__l .month {
  font-size: 0.875rem;
}
.event-list .list-item .flex-content__l .day {
  font-size: 1.5rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .event-list .list-item .flex-content__l .day {
    font-size: 1.2rem;
  }
}
.event-list .list-item .flex-content__l .-blue {
  color: #00B8D0;
}
.event-list .list-item .flex-content__l .day-of-week {
  font-size: 14px;
}
.event-list .list-item .flex-content__l.-online {
  position: relative;
  margin-top: 1rem;
}
.event-list .list-item .flex-content__l.-online::before,
.event-list .list-item .flex-content__l.-online::after {
  position: absolute;
  left: -0.3rem;
  top: -0.6rem;
  content: "";
  width: 10px;
  height: 1px;
  background-color: rgba(0, 184, 208, 0.5);
  transform: rotate(-290deg);
}
.event-list .list-item .flex-content__l.-online::after {
  left: auto;
  right: -0.25rem;
  transform: rotate(290deg);
}
.event-list .list-item .flex-content__l.-online .online {
    /* display: block; */
    width: 100%;
    position: absolute;
    top: -1rem;
    left: 0;
    content: "オンライン";
    text-align: center;
    font-size: 10px;
    color: #00B8D0;
    font-weight: bold;
}
/* .event-list .list-item .flex-content__l.-online .online::after {
  width: 100%;
  position: absolute;
  top: -1rem;
  left: 0;
  content: "オンライン";
  text-align: center;
  font-size: 10px;
  color: #00B8D0;
  font-weight: bold;
} */
.event-list .list-item .flex-content__r {
  width: 80%;
}
.event-list .list-item .flex-content__r .event-title {
  line-height: 1.75;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .event-list .list-item .flex-content__r .event-title {
    font-size: 0.875rem;
  }
}

.eo-fullcalendar {
  text-align: center !important;
  box-shadow: 4px 4px 2px rgba(232, 218, 188, 0.8);
  background-color: #01B8CE;
  /* header */
}
.eo-fullcalendar .fc-toolbar {
  display: inline-block;
  margin: auto;
  width: 260px;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin: 0.4rem 0 0.1rem !important;
}
@media screen and (max-width: 767px) {
  .eo-fullcalendar .fc-toolbar {
    margin: 0.5rem auto !important;
    font-size: 1rem;
  }
}
.eo-fullcalendar .fc-toolbar div {
  vertical-align: middle;
}
.eo-fullcalendar .fc-toolbar .fc-button {
  position: relative;
  top: 6px !important;
  border-radius: 50% !important;
  width: 24px !important;
  height: 24px !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  border: none;
}
@media screen and (max-width: 767px) {
  .eo-fullcalendar .fc-toolbar .fc-button {
    top: 0 !important;
    transform: scale(.75);
  }
}
@media screen and (max-width: 767px) {
  .eo-fullcalendar .fc-toolbar .fc-right,
  .eo-fullcalendar .fc-toolbar .fc-left {
    position: absolute;
    left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .eo-fullcalendar .fc-toolbar .fc-right {
    left: auto;
    right: 2rem;
  }
}
.fc-icon-left-single-arrow:after,
.fc-icon-right-single-arrow:after{
    line-height: 1;
}
.eo-fullcalendar .fc-toolbar .fc-icon {
    top: 0 !important;
    left: 0;
    margin: 0;
    font-size: 24px;
    color: #00B8D0;
    width: 24px;
    height: 24px;
    left: 0;
    position: absolute;
}
@media screen and (max-width: 767px) {
  .eo-fullcalendar .fc-toolbar .fc-icon {
    /* top: 0px !important;
    left: -5px;
    transform: scale(0.8); */
  }
}
.eo-fullcalendar table td,
.eo-fullcalendar table th {
  text-align: center !important;
  font-size: 14px !important;
  border-color: #E2E0DF;
}
.eo-fullcalendar table thead .fc-widget-header {
  font-size: 14px !important;
  background-color: #FEFCEF !important;
  border-color: #FDEFCC !important;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.eo-fullcalendar table thead .fc-widget-header th {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.eo-fullcalendar table thead .fc-widget-header .fc-sun {
  color: #EB5F60;
}
.eo-fullcalendar table .fc-event.fc-draggable, .eo-fullcalendar table .fc-event[href] {
  margin-top: 0.1rem !important;
  margin-bottom: 0.1rem !important;
}
.eo-fullcalendar .fc-today {
  position: relative;
  background: #F6F5F4 !important;
  border-style: solid !important;
}

.cal-event-btn {
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  padding-right: 3.5rem;
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 767px) {
  .cal-event-btn {
    font-size: 1rem;
    padding-right: 3rem;
  }
}
.cal-event-btn::after {
  position: absolute;
  top: calc(50% - 22px);
  right: 0;
  content: url(../images/cal-event/icon-arrow.svg);
}
@media screen and (max-width: 767px) {
  .cal-event-btn::after {
    transform: scale(0.85);
  }
}
.cal-event-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.cal-event-btn__wrapper {
  text-align: right;
}

/*
# アーカイブページ　mizuho
*************************************************/
.l-eo2colmn,
.eo_archive {
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  color: #333;
}
.l-eo2colmn a:link,
.l-eo2colmn a:visited,
.eo_archive a:link,
.eo_archive a:visited {
/*   color: #333; */
  transition: all 0.15s ease-out;
}
.l-eo2colmn a:link:hover,
.l-eo2colmn a:visited:hover,
.eo_archive a:link:hover,
.eo_archive a:visited:hover {
  text-decoration: none;
}
.l-eo2colmn .-blue,
.eo_archive .-blue {
  color: #00B8D0;
}
.l-eo2colmn__flex,
.eo_archive__flex {
  width: 90%;
  max-width: 980px;
  justify-content: space-between;
  margin: 4rem auto;
}
@media screen and (max-width: 767px) {
  .l-eo2colmn__flex,
  .eo_archive__flex {
    margin-top: 2rem;
  }
}
.l-eo2colmn__flex__l,
.eo_archive__flex__l {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .l-eo2colmn__flex__l,
  .eo_archive__flex__l {
    width: 100%;
  }
}
.l-eo2colmn__flex .pagination,
.eo_archive__flex .pagination {
  border: none;
  border-top: 2px solid #00B8D0;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-eo2colmn__flex .pagination,
  .eo_archive__flex .pagination {
    margin-top: 0;
  }
}
.l-eo2colmn__flex .pagination .nav-links,
.eo_archive__flex .pagination .nav-links {
  text-align: center;
  margin-top: 1.5rem;
}
.l-eo2colmn__flex .pagination .nav-links .page-numbers,
.eo_archive__flex .pagination .nav-links .page-numbers {
  vertical-align: bottom;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 24px;
  height: 24px;
  width: 24px;
  min-width: auto;
  min-height: auto;
  margin-right: 0.5rem;
  border: none;
  border-radius: 2px;
}
.l-eo2colmn__flex .pagination .nav-links .page-numbers:not(.next):not(.prev):not(.dots),
.eo_archive__flex .pagination .nav-links .page-numbers:not(.next):not(.prev):not(.dots) {
  background-color: rgba(0, 184, 208, 0.2);
}
.l-eo2colmn__flex .pagination .nav-links .current,
.eo_archive__flex .pagination .nav-links .current {
  background-color: #00B8D0 !important;
  color: #fff;
}
.l-eo2colmn__flex .pagination .nav-links .icon-prev, .l-eo2colmn__flex .pagination .nav-links .icon-next,
.eo_archive__flex .pagination .nav-links .icon-prev,
.eo_archive__flex .pagination .nav-links .icon-next {
  position: relative;
}
.l-eo2colmn__flex .pagination .nav-links .icon-prev::after, .l-eo2colmn__flex .pagination .nav-links .icon-next::after,
.eo_archive__flex .pagination .nav-links .icon-prev::after,
.eo_archive__flex .pagination .nav-links .icon-next::after {
  position: absolute;
  top: 7px;
  right: 0;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #00B8D0;
  border-right: 1px solid #00B8D0;
  transform: rotate(45deg);
  transition: all 0.15s ease-out;
}
.l-eo2colmn__flex .pagination .nav-links .icon-prev::after,
.eo_archive__flex .pagination .nav-links .icon-prev::after {
  transform: rotate(225deg);
}
.l-eo2colmn__flex__r,
.eo_archive__flex__r {
  width: 33%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .l-eo2colmn__flex__r,
  .eo_archive__flex__r {
    width: 100%;
    max-width: 100%;
    margin-top: 3rem;
  }
}
.l-eo2colmn .eo_archive-list,
.eo_archive .eo_archive-list {
  align-items: stretch;
  justify-content: space-between;
}
.l-eo2colmn .eo_archive-list__item,
.eo_archive .eo_archive-list__item {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-image: linear-gradient(to right, #888, #888 2px, transparent 2px, transparent 8px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  transition: opacity 0.25s ease-out;
}
@media screen and (max-width: 767px) {
  .l-eo2colmn .eo_archive-list__item,
  .eo_archive .eo_archive-list__item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 100% !important;
  }
}
.l-eo2colmn .eo_archive-list__item:hover,
.eo_archive .eo_archive-list__item:hover {
  opacity: 0.7;
}
.l-eo2colmn .eo_archive-list__item:hover .eo_archive-list__thumb img,
.eo_archive .eo_archive-list__item:hover .eo_archive-list__thumb img {
  transform: scale(1.1);
}
.l-eo2colmn .eo_archive-list__item:last-child, .l-eo2colmn .eo_archive-list__item:nth-last-child(2),
.eo_archive .eo_archive-list__item:last-child,
.eo_archive .eo_archive-list__item:nth-last-child(2) {
  background-image: none;
}
.l-eo2colmn .eo_archive-list__item:first-child, .l-eo2colmn .eo_archive-list__item:nth-child(2),
.eo_archive .eo_archive-list__item:first-child,
.eo_archive .eo_archive-list__item:nth-child(2) {
  padding-top: 0;
}
.l-eo2colmn .eo_archive-list__thumb,
.eo_archive .eo_archive-list__thumb {
  margin-bottom: 1.5rem;
  aspect-ratio: 5/3;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-eo2colmn .eo_archive-list__thumb,
  .eo_archive .eo_archive-list__thumb {
    margin-bottom: 1rem;
  }
}
.l-eo2colmn .eo_archive-list__thumb img,
.eo_archive .eo_archive-list__thumb img {
  aspect-ratio: 5/3;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: all 0.25s ease-out;
}
.l-eo2colmn .eo_archive-list__date,
.eo_archive .eo_archive-list__date {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-eo2colmn .eo_archive-list__date,
  .eo_archive .eo_archive-list__date {
    font-size: 0.875rem;
  }
}
.l-eo2colmn .eo_archive-list__title,
.eo_archive .eo_archive-list__title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-eo2colmn .eo_archive-list__title,
  .eo_archive .eo_archive-list__title {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.eo_sidebar {
  width: 100%;
  font-size: 14px;
  background-color: rgba(0, 184, 208, 0.06);
  padding: 2.5rem 1rem;
  box-sizing: border-box;
  font-weight: bold;
}
.eo_sidebar__inner {
  max-width: 200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .eo_sidebar__inner {
    max-width: 80%;
  }
}
.eo_sidebar__title {
  font-size: 1rem;
  border-left: 4px solid #00B8D0;
  padding-left: 0.5rem;
  margin-bottom: 1.5rem;
  line-height: 24px;
}
.eo_sidebar .cat-list {
  margin-bottom: 3rem;
}
.eo_sidebar .cat-list .cat-item, .eo_sidebar .cat-list__item {
  list-style: none;
}
.eo_sidebar .cat-list .cat-item a, .eo_sidebar .cat-list__item a {
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.2s ease-out;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1;
  border-bottom: 2px solid #00B8D0;
}
.eo_sidebar .cat-list .cat-item a::after, .eo_sidebar .cat-list__item a::after {
  position: absolute;
  top: 4px;
  right: 0.75rem;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #00B8D0;
  border-right: 1px solid #00B8D0;
  transform: rotate(45deg);
  transition: all 0.15s ease-out;
}
.eo_sidebar .cat-list .cat-item a:hover::after, .eo_sidebar .cat-list__item a:hover::after {
  right: 0rem;
}
.eo_sidebar .cat-list .cat-item:has(.children) {
  position: relative;
}
.eo_sidebar .cat-list .cat-item:has(.children) > a::after {
  content: none;
}
.eo_sidebar .cat-list .cat-item:has(.children) .cat-item__click {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  z-index: 1;
}
.eo_sidebar .cat-list .cat-item:has(.children) .cat-item__click:hover {
  cursor: pointer;
}
.eo_sidebar .cat-list .cat-item:has(.children) .cat-item__click::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 16px;
  height: 1px;
  background-color: #00B8D0;
  transition: all 0.15s ease-out;
}
.eo_sidebar .cat-list .cat-item:has(.children) .cat-item__click::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 1px;
  height: 16px;
  background-color: #00B8D0;
  transition: all 0.15s ease-out;
}
.eo_sidebar .cat-list .cat-item.-open .cat-item__click::after {
  opacity: 0;
}
.eo_sidebar .children .cat-item a {
  padding-left: 2rem;
  background-image: linear-gradient(to right, #00B8D0, #00B8D0 2px, transparent 2px, transparent 8px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  border: none;
  line-height: 21px;
}
.eo_sidebar .children .cat-item a::after {
  left: 0.5rem;
}
.eo_sidebar .tag-list span {
  display: block;
}
.eo_sidebar .tag-list__item a {
  position: relative;
  left: 0;
  display: inline-block;
  background-color: #F6F6F6;
  padding: 0 0.5rem;
  line-height: 36px;
  height: 36px;
  display: inline-block;
  margin-bottom: 1rem;
}
.eo_sidebar .tag-list__item a::after {
  position: absolute;
  bottom: 0;
  right: -20px;
  content: "";
  background-color: #F6F6F6;
  width: 20px;
  height: 36px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.eo_sidebar__item.-search {
  margin-top: 2rem;
}
.eo_sidebar__item.-search input[type=search] {
  width: calc(100% - 40px);
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 184, 208, 0.2);
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.625rem;
  padding: 0.75rem;
  color: #999999;
}
.eo_sidebar__item.-search button {
  position: relative;
  left: -3px;
  background-color: #00B8D0;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  width: 37px;
  height: 37px;
}
.eo_sidebar__item.-search .fa-search:before {
  content: url(../images/cal-event/icon-search.svg);
  line-height: 1;
  padding: 0;
}
#search-formmini{
    display: flex;
    flex-wrap: nowrap;
}

/*
# シングルページ　mizuho
*************************************************/
.eo_single__date {
  position: relative;
  padding-left: 4rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-weight: 600;
}
.eo_single__date::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "開催日：";
}
.eo_single .cal-event-termList {
  margin-bottom: 1rem;
}
.eo_single .cal-event-tagList {
  border-bottom: 1px solid #E2E0DF;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.eo_single__title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.eo_single__thumb {
  margin-bottom: 3rem;
}
.eo_single__thumb img {
  width: 100%;
  height: auto;
}
.eo_single .entry-content {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.eo_single .entry-content p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .eo_single .entry-content p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.eo_single .entry-content .l-flex {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .eo_single .entry-content .l-flex {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.eo_single .entry-content h2 {
  font-size: 1.125rem;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid;
}
@media screen and (max-width: 767px) {
  .eo_single .entry-content h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }
}
.envent_attached a{
    word-break: break-all;
}
.eo_single .entry-content table:not(.envent_attached) tr td {
  font-weight: normal;
  padding: 1.25rem 1rem;
  border: 1px solid rgba(0, 184, 208, 0.2);
}
.eo_single .entry-content table:not(.envent_attached) tr td:first-child {
  background-color: rgba(0, 184, 208, 0.8);
  color: #fff;
  text-align: center;
  border: 1px solid #00B8D0;
  border-right: none;
}
.eo_single .entry-content table:not(.envent_attached) ul li {
  position: relative;
  padding-left: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.eo_single .entry-content table:not(.envent_attached) ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 184, 208, 0.5);
}
.eo_single .entry-content .calEvent-apply-btn {
  position: relative;
  background-color: #00B8D0;
  color: #fff;
  display: inline-block;
  padding: 1rem 4rem 1rem 1.25rem;
  border-radius: 34px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  transition: opacity 0.25s ease-out;
}
.eo_single .entry-content .calEvent-apply-btn:hover {
  opacity: 0.7;
}
.eo_single .entry-content .calEvent-apply-btn__icon::after {
  position: absolute;
  right: 1.25rem;
  content: url(../images/cal-event/icon-link__wh.svg);
  top: 50%;
  transform: translateY(-50%);
}
.eo_single .entry-content .calEvent-reference-link {
  color: #00B8D0;
  display: block;
}
.eo_single .entry-content .calEvent-reference-link:hover {
  opacity: 0.7;
}
.eo_single .entry-content .calEvent-reference-link__icon {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
}
.eo_single .entry-content .calEvent-reference-link__icon::after {
  position: absolute;
  left: 0;
  content: url(../images/cal-event/icon-link__bl.svg);
  top: 0.25em;
}

/* 0526 start */

.eo_single .entry-content .calEvent-reference-link.-internal .calEvent-reference-link__icon::after {
    content: url(../images/cal-event/arrow_cir.svg);
    transform: scale(0.7);
    transform-origin: top left;
    top: 0.35em;
}
.eo_single .entry-content .calEvent-apply-btn.-internal .calEvent-apply-btn__icon::after {
    content: url(../images/cal-event/arrow_wh.svg);
    padding-top: 1px;
}
@media screen and (max-width: 480px) {
    .eo_single .entry-content .calEvent-reference-link.-internal .calEvent-reference-link__icon::after {
        transform: scale(0.6);
        top: 0.25em;
    }
}
  
/* 0526 end */

.eo_single__pagenation {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
  padding-top: 1.5rem;
  margin-top: 80px;
  border-top: 2px solid #00B8D0;
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .eo_single__pagenation {
    margin-top: 3rem;
  }
}
.eo_single__pagenation a:link,
.eo_single__pagenation a:visited,
.eo_single__pagenation a {
  text-decoration: none;
  color: #00B8D0;
}
.eo_single__pagenation .notit {
  position: relative;
}
.eo_single__pagenation .notit::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #00B8D0;
  border-right: 1px solid #00B8D0;
  transform: rotate(45deg);
  transition: all 0.15s ease-out;
}
.eo_single__pagenation .next .notit {
  padding-right: 1rem;
}
.eo_single__pagenation .next:hover .notit::before {
  right: -0.5rem;
}
.eo_single__pagenation .previous .notit {
  padding-left: 1rem;
}
.eo_single__pagenation .previous .notit::before {
  left: 0;
  right: auto;
  transform: rotate(225deg);
}
.eo_single__pagenation .previous:hover .notit::before {
  left: -0.5rem;
}

@media screen and (max-width: 1200px) {
  .qtip {
  animation: hideQtip 1s forwards;
  animation-delay: 2s;
  }
}
@keyframes hideQtip {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

.cms-calEvent-commonSec .calEvent-apply-btn__wrapper{
    margin-bottom: 1em !important;
    margin-top: 1em !important;
}
.cms-calEvent-commonSec .calEvent-reference-link__wrapper{
    margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
}
.cms-calEvent-commonSec .calEvent-reference-link,
.cms-calEvent-commonSec .calEvent-apply-btn{
    display: block;
    width: fit-content;
    margin-bottom: 0 !important;
}

/* イベントリスト装飾 追記 */
/* ドットリスト */
.eo_single .entry-content ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.eo_single .entry-content ul li {
    padding-left: 1rem;
    position: relative;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.eo_single .entry-content ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #00B8D0;
}
/* 番号リスト */
.eo_single .entry-content ol {
    margin-top: 1rem;
    margin-bottom: 1rem;
    counter-reset: item;
    list-style-type: none !important;
}
.eo_single .entry-content ol li {
    padding-left: 1.25rem;
    position: relative;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.eo_single .entry-content ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: item;
    content: counter(item) ".";
    padding-right: 0.5rem;
    font-weight: bold;
    color: #00B8D0;
}

.eo_single .entry-content table {
	width: 100% !important;
}
 
.eo_single .entry-content table td:first-child {
	width: 21% !important;
}
 
 
/*# sourceMappingURL=event-cal.css.map */