@charset "UTF-8";


.top-main-container {
  background-color: #ffffff;
  max-width: 1120px;
  height: 400px;
  margin: 0 auto 15px auto;
  border: 1px solid #190723;
}

.top-main-container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-main-container div img {
  max-width: 20%;
  margin-right: 30px;
}

.top-main-container div h1 {
  font-size: 80px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction,
.swiper-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: 48%;
}

:root {
  --swiper-theme-color: #444444;
}

.top-notice-container {
  background-color: #ffffff;
  max-width: 1120px;
  height: 520px;
  margin: 0 auto;
  border: 1px solid #190723;
}

.top-notice-header {
  background-color: #b9ede5;
  max-width: 600px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #190723;
  border-width: 0px 1px 1px 0px;
}

.top-notice-header img {
  width: 9%;
  margin-right: 15px;
}

.top-notice-header h1 {
  font-size: 35px;
}

.top-notice-content {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-notice-content-left {
  width: 50%;
}

.top-notice-content-right {
  width: 50%;
}

.top-notice-content-left-content {
  width: 440px;
  margin: 0 auto;
}

.top-notice-content-left-content div:first-child {
  max-width: 440px;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #190723;
}

.top-notice-content-left-content div:first-child img {
  max-width: 100%;
  height: inherit;
}

.top-notice-content-left-content h2 {
  display: block;
  margin-top: 20px;
  font-size: 13px;
  width: 415px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top-notice-content-left-content p {
  font-size: 13px;
  opacity: 0.6;
}

.top-notice-content-right-content {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-notice-content-right-content div:first-child {
  max-width: 135px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #190723;
}

.top-notice-content-right-content div:first-child img {
  max-width: 100%;
  height: inherit;
}

.top-notice-content-right-content h2 {
  font-size: 12px;
}

.top-notice-content-right-content p {
  opacity: 0.6;
  font-size: 12px;
}

.top-notice-content-right-content div:last-child {
  margin-left: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.top-notice-content-right-content div:last-child h2 {
  margin-bottom: 5px;
  width: 320px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top-document-container {
  background-color: #ffffff;
  max-width: 1120px;
  height: 415px;
  margin: 0 auto;
  border: 1px solid #190723;
  border-width: 0px 1px 1px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-document-sidebar {
  background-color: #b9ede5;
  width: 120px;
  border: 1px solid #190723;
  border-width: 0px 1px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top-document-sidebar img {
  width: 35%;
  margin-bottom: 15px;
}

.top-document-sidebar h1 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 35px;
  letter-spacing: 10px;
}

.top-document-content {
  width: 80%;
  margin: 30px auto;
}

.top-document-column {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #190723;
}

.top-document-column img {
  width: 20px;
  margin-right: 20px;
}

.top-document-column div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-document-column div h2 {
  font-size: 16px;
}

.top-document-column div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-document-line {
  color: #818181;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-document-line:before {
  border-top: 1px solid;
  content: "";
  width: 35px;
  margin: 0px 15px;
}

.top-last-document-column {
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.top-inquiry-container {
  background-color: #8bd5ca;
  color: #ffffff;
  max-width: 1120px;
  height: 135px;
  margin: 15px auto;
  border: 1px solid #190723;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-inquiry-container img {
  width: 65px;
  margin-right: 30px;
}

.top-inquiry-container h1 {
  font-size: 40px;
  margin-right: 40px;
}

.top-inquiry-container p {
  font-size: 40px;
}

#button-inquiry {
  width: 20px;
}

.top-inquiry-container:hover {
  background-color: #ffffff;
  color: #8bd5ca;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .top-sp-header {
    border: 1px solid #190723;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
  }
  .top-main-container {
    width: 95%;
    height: 170px;
    margin-bottom: 10px;
  }
  .top-main-container div img {
    max-width: 17%;
    margin-right: 10px;
  }
  .top-main-container div h1 {
    font-size: 30px;
  }
  .top-notice-container {
    max-width: 95%;
    height: 400px;
  }
  .top-notice-header {
    max-width: 80%;
    height: 50px;
  }
  .top-notice-header img {
    width: 30px;
    margin-right: 10px;
  }
  .top-notice-header h1 {
    font-size: 20px;
  }
  .top-notice-content {
    display: block;
    margin-top: 30px;
  }
  .top-notice-content-left {
    width: 85%;
    margin: 0 auto;
  }
  .top-notice-content-right {
    width: 85%;
    margin: 0 auto 30px auto;
  }
  .top-notice-content-left-content {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-notice-content-left-content div:first-child {
    height: 55px;
    margin-right: 15px;
    width: 100px;
  }
  .top-notice-content-left-content h2 {
    font-size: 12px;
    margin: 0;
    width: auto;
    white-space: normal;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .top-notice-content-left-content p {
    font-size: 10px;
  }
  .top-notice-content-right-content {
    margin-bottom: 20px;
  }
  .top-notice-content-right-content div:first-child {
    width: 100px;
    height: 55px;
  }
  .top-notice-content-right-content p {
    font-size: 10px;
  }
  .top-notice-content-right-content div:last-child {
    margin-left: 15px;
  }
  .top-notice-content-right-content div:last-child h2 {
    font-size: 12px;
    margin: 0;
    width: auto;
    white-space: normal;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .top-document-container {
    width: 95%;
    height: 400px;
  }
  .top-document-sidebar {
    width: 50px;
  }
  .top-document-sidebar img {
    width: 21px;
    margin-bottom: 10px;
  }
  .top-document-sidebar h1 {
    font-size: 20px;
    letter-spacing: 4px;
  }
  .top-document-content {
    width: 73%;
    margin-top: 20px;
  }
  .top-document-column {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .top-document-column img {
    width: 20px;
    margin-right: 10px;
    height: fit-content;
  }
  .top-document-column div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-document-column div h2 {
    font-size: 14px;
  }
  .top-document-column div div {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
  .top-document-line {
    font-size: 10px;
  }
  .top-document-line:before {
    margin-left: 0;
    margin-right: 10px;
    width: 20px;
  }
  .top-last-document-column {
    padding-bottom: 0px;
  }
  .top-inquiry-container {
    width: 95%;
    height: 60px;
  }
  .top-inquiry-container img {
    width: 30px;
    margin-right: 15px;
  }
  .top-inquiry-container h1 {
    font-size: 18px;
    margin-right: 10px;
  }
  .top-inquiry-container p {
    font-size: 18px;
  }
  #button-inquiry {
    width: 10px;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    left: 45%;
  }
}

.sp-header-logo {
  display: none;
}

.ham {
  display: none;
}

header {
  max-width: 1121px;
  height: 170px;
  margin: 70px auto 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #190723;
  border-width: 1px 0px 1px 1px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
}

.header-logo {
  background-color: #ffffff;
  width: 168px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #190723;
  border-width: 0px 1px 0px 0px;
}

.header-logo img {
  max-width: 100px;
}

.header-container {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-info {
  background-color: #e0e0e0;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #190723;
  border-width: 0px 1px 1px 0px;
}

.header-info-top {
  margin-right: 20px;
}

.header-info-logout {
  margin-left: 20px;
  margin-right: 50px;
  cursor: pointer;
}

.header-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 136px;
}

.header-icon {
  background-color: #ffffff;
  width: 137px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #190723;
  border-width: 0px 1px 0px 0px;
  position: relative;
}

.header-icon img {
  height: 70px;
  width: auto;
  margin-top: 10px;
  margin-bottom: 5px;
}

.header-icon p {
  font-size: 13px;
}

.header-icon:hover {
  background-color: #8bd5ca;
  color: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#pc-notice-alert {
  position: absolute;
  top: 7%;
  left: 65.5%;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  background-color: red;
}

#pc-notice-alert span {
  color: white;
}

.top-logout-modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
}

.top-logout-container {
  width: 960px;
  height: 420px;
  margin: 12% auto 0 auto;
  border: 1px solid #190723;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top-logout-check {
  background-color: #b9ede5;
  height: 100px;
  font-size: 32px;
  border-bottom: 1px solid #190723;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-logout-content {
  background-color: #ffffff;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-logout-write {
  background-color: #ededed;
  width: 660px;
  height: 110px;
  margin: 48px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-logout-choice {
  width: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-logout-choice a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 320px;
  height: 65px;
  font-size: 20px;
  border: 1px solid #190723;
}

.top-logout-choice a:first-child {
  background-color: #c7c7c7;
}

.top-logout-choice a:first-child p {
  margin-left: 10px;
}

.top-logout-choice a:last-child {
  background-color: #8bd5ca;
}

.top-logout-choice a:last-child p {
  margin-right: 10px;
}

.sd-schedule-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
  z-index: 2;
}

.sd-schedule-absolute {
  position: absolute;
  right: 0px;
  top: -85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sd-schedule {
  background-color: #b9ede5;
  color: #190723;
  width: 110px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #190723;
  border-width: 1px 0px 1px 1px;
}

.sd-schedule:hover {
  background-color: #ffffff;
  color: #8bd5ca;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sd-schedule-right {
  width: 90%;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sd-schedule-right img {
  width: 40px;
  margin-bottom: 10px;
}

.sd-schedule-right h1 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 35px;
  letter-spacing: 3px;
}

.sd-schedule-arrow {
  width: 8%;
  padding-left: 8px;
  font-size: 20px;
  -webkit-transform: scale(1, 2);
  transform: scale(1, 2);
}

.sd-schedule-aco {
  background-color: #f4f2f0;
  width: 450px;
  height: 100%;
  border: 1px solid #190723;
  border-width: 1px 0px 1px 1px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.sd-schedule-calender {
  background-color: #ffffff;
  width: 80%;
  height: 500px;
  margin: 30px auto;
}

.suchedule-button {
  background-color: #8bd5ca;
  color: #ffffff;
  width: 80%;
  height: 65px;
  margin: 0px auto 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #190723;
}

.suchedule-arrow {
  font-size: 18px;
  margin-left: 20px;
  -webkit-transform: scale(1, 1.4);
  transform: scale(1, 1.4);
}

.suchedule-button:hover {
  background-color: #ffffff;
  color: #8bd5ca;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .sp-heade-aco {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-heade-aco-schedule-link {
    background-color: #ffffff;
    width: 77%;
    height: 75px;
    padding-right: 20px;
    border: 1px solid #190723;
    border-width: 0px 1px 1px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sp-heade-aco-schedule-link img {
    width: 40px;
  }
  .sp-heade-aco-navi-link {
    background-color: #8bd5ca;
    width: 23%;
    height: 75px;
    padding-bottom: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sp-heade-aco-navi-link-fix {
    width: 21%;
    padding-bottom: 0px;
    border-width: 0px 0px 1px 0px;
  }
  .sp-header-aco-navi {
    height: 100%;
  }
  .sp-heade-aco-schedule {
    display: none;
  }
  header {
    display: none;
  }
  .sp-header {
    width: 95%;
    height: 55px;
    margin: 10px auto 0px auto;
    border: 1px solid #190723;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 3;
  }
  .sp-header-logo {
    background-color: #ffffff;
    width: 15%;
    border: 1px solid #190723;
    border-width: 0px 1px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sp-header-logo img {
    width: 32px;
  }
  .sp-header-menu {
    background-color: #e0e0e0;
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #hamburger {
    position: absolute;
    right: 15px;
    width: 35px;
    height: 44px;
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s;
    visibility: visible;
  }
  .inner_line {
    background-color: #190723;
    display: block;
    position: absolute;
    left: 0;
    width: 35px;
    height: 1px;
    -webkit-transition: 1s;
    transition: 1s;
    border-radius: 4px;
  }
  #line1 {
    top: 10px;
  }
  #line2 {
    top: 20px;
  }
  #line3 {
    top: 30px;
  }
  .sp-header-icons {
    background-color: #8bd5ca;
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: inherit;
  }
  .sp-header-icon {
    background-color: #ffffff;
    width: 90%;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #190723;
    border-width: 1px 1px 0px 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sp-header-icon img {
    width: 40px;
    margin-left: 40px;
    margin-right: 30px;
  }
  .sp-header-icon p {
    font-size: 18px;
  }
  #sp-notice-alert {
    width: 25px;
    margin-left: 10px;
    margin-right: 0;
    background-color: red;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    height: 25px;
  }
  #sp-notice-alert {
    color: white;
    font-size: 15px;
  }
  .last-header-icon {
    border-bottom: 1px solid #190723;
  }
  .sp-header-info {
    background-color: #e0e0e0;
    width: 90%;
    height: 40px;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #190723;
  }
  .sp-header-info-top {
    font-size: 14px;
    margin-right: 20px;
  }
  .sp-header-info-logout {
    font-size: 14px;
    margin-left: 20px;
  }
  .sp-header-schedule {
    background-color: #ffffff;
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sp-schedule-calender {
    background-color: #b9ede5;
    width: 90%;
    height: 500px;
    margin: 0 auto 20px auto;
  }
  .sp-suchedule-button {
    background-color: #8bd5ca;
    color: #ffffff;
    width: 90%;
    height: 50px;
    margin: 0px auto 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #190723;
  }
  .sp-suchedule-button h2 {
    font-size: 15px;
  }
  .sp-suchedule-arrow {
    font-size: 15px;
    margin-left: 10px;
    padding-top: 1px;
    -webkit-transform: scale(1, 1.4);
    transform: scale(1, 1.4);
  }
  #hamburger-in {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 3;
  }
  .in {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .line_1,
  .line_2,
  .line_3 {
    background: #000000;
  }
  .line_1 {
    -webkit-transform: translateY(10px) rotate(-35deg);
    transform: translateY(10px) rotate(-35deg);
    top: 20px;
  }
  .line_2 {
    opacity: 0;
  }
  .line_3 {
    -webkit-transform: translateY(-10px) rotate(35deg);
    transform: translateY(-10px) rotate(35deg);
    top: 40px;
  }
  .top-logout-container {
    width: 300px;
    height: 280px;
    margin-top: 50%;
  }
  .top-logout-check {
    height: 50px;
    font-size: 18px;
  }
  .top-logout-content {
    height: 230px;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .top-logout-write {
    width: 265px;
    height: 52px;
    font-size: 12px;
    margin: 20px auto 0px auto;
  }
  .top-logout-choice {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 250px;
    margin: 20px auto 30px auto;
  }
  .top-logout-choice a {
    width: 100%;
    height: 45px;
    font-size: 15px;
  }
  .top-logout-choice a:last-child {
    margin-bottom: 20px;
  }
  .sd-schedule-sticky {
    display: none;
  }
}

footer {
  position: relative;
}

.pt-footer {
  background-color: #ffffff;
  color: #190723;
  max-width: 1120px;
  height: 80px;
  margin: 15px auto 70px auto;
  border: 1px solid #190723;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pt-footer img {
  width: 55px;
  margin-right: 10px;
}

.pt-footer h1 {
  font-size: 26px;
  margin-right: 15px;
}

.pt-footer p {
  font-size: 14px;
  margin-right: 40px;
}

.button-move-top {
  background-color: #ffffff;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #190723;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: auto;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
}

.button-move-top img {
  width: 20px;
}

.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .pt-footer {
    width: 95%;
    height: 50px;
    margin-bottom: 35px;
  }
  .pt-footer img {
    width: 30px;
    margin-right: 5px;
  }
  .pt-footer h1 {
    font-size: 16px;
    margin-right: 10px;
  }
  .pt-footer p {
    font-size: 10px;
    margin-right: 20px;
  }
  .button-move-top {
    width: 35px;
    height: 35px;
    right: 15px;
    bottom: 15px;
  }
  .button-move-top img {
    width: 12px;
  }
  .absolute {
    position: absolute;
    bottom: 38px;
  }
}

.login-container {
  background-color: #ffffff;
  max-width: 1120px;
  height: 550px;
  margin: 60px auto;
  border: 1px solid #190723;
}

.login-header {
  height: 100px;
  border-bottom: 1px solid #190723;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-header img {
  max-width: 275px;
}

.login-input {
  max-width: 665px;
  margin: 85px auto;
}

.login-info div {
  margin-bottom: 30px;
}

.login-info div h1 {
  font-size: 14px;
  margin-bottom: 5px;
}

.login-info div input {
  width: 645px;
  height: 40px;
  padding-left: 20px;
  font-size: 16px;
}

.login-check {
  margin-bottom: 35px;
}

.login-check div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.login-check div input {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.login-check div p {
  font-size: 14px;
}

.login-button-hover {
  background-color: #8bd5ca !important;
  color: #ffffff !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .login-container {
    max-width: 95%;
    height: 440px;
    margin-top: 10px;
  }
  .login-header {
    height: 62.5px;
  }
  .login-header img {
    width: 184px;
  }
  .login-input {
    max-width: 280px;
    margin: 50px auto;
  }
  .login-info div {
    margin-bottom: 25px;
  }
  .login-info input {
    max-width: 280px;
  }
  .login-check {
    margin-bottom: 23.5px;
  }
  .login-check div {
    margin-bottom: 12px;
  }
  .login-check div input {
    width: 15px;
    height: 15px;
  }
  .login-check div p {
    font-size: 13px;
  }
}

.document-container {
  background-color: #ffffff;
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid #190723;
  border-width: 0px 1px 1px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.document-content {
  width: 800px;
  margin: 0px auto 60px auto;
  padding: 30px 50px;
  background-color: #f4f2f0;
}

.document-content h1 {
  display: inline-block;
  font-size: 21px;
  border-bottom: solid 2px #190723;
  padding-bottom: 4px;
  margin-bottom: 25px;
}



.document-list {
  margin: 0 auto;
  width: 88%;
}

.document-column {
  padding-bottom: 25px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #190723;
}

.document-column img {
  width: 20px;
  margin-right: 20px;
  height: fit-content;
}

.document-column div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.document-column div h2 {
  font-size: 16px;
}

.document-column div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.document-line {
  color: #818181;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.document-line:before {
  border-top: 1px solid;
  content: "";
  width: 30px;
  margin: 0px 15px;
}

.last-document-column {
  border: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .sp-header {
    border: 1px solid #190723;
    margin-bottom: 15px;
  }
  .document-container {
    width: 95%;
  }
  .document-content {
    width: 80%;
    padding: 20px;
  }
  .document-content h1 {
    font-size: 16px;
    border-bottom: 1px solid #190723;
  }
  .document-list {
    width: 100%;
  }
  .document-column {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .document-column img {
    width: 20px;
    margin-right: 10px;
  }
  .document-column div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .document-column div h2 {
    font-size: 14px;
  }
  .document-column div div {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
  .document-line {
    font-size: 10px;
  }
  .document-line:before {
    margin-left: 0;
    margin-right: 10px;
    width: 20px;
  }
  .last-document-column {
    padding-bottom: 0px;
  }
}

.inquiry-container {
  background-color: #ffffff;
  max-width: 1120px;
  margin: 0 auto 15px auto;
  border: 1px solid #190723;
  border-width: 0px 1px 1px 1px;
}

.inquiry-content {
  max-width: 800px;
  margin: 0 auto 60px auto;
}

.inquiry-tab {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  border-bottom: 1px solid #190723;
  margin-bottom: 40px;
}

#inquiry {
  background-color: #8bd5ca;
  width: 300px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #190723;
  border-width: 1px 1px 0px 1px;
}

#inquiry-list {
  width: 300px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inquiry_content_page_left {
  border: none;
  background-color: #ffffff;
}

.inquiry_content_page_right {
  border: 1px solid #190723;
  border-width: 1px 1px 0px 1px;
  background-color: #8bd5ca;
}

#inquiry,
#inquiry-list:hover {
  cursor: pointer;
}

.inquiry-ann,
.inquiry-ann-check {
  background-color: #ededed;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 40px;
}

.inquiry-ann-sp {
  display: none;
}

.inquiry-done {
  background-color: #ededed;
  height: 124px;
  font-size: 16px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 1.4;
}

.inquiry-title {
  font-size: 12px;
  margin-bottom: 30px;
}

.inquiry-title p {
  margin-bottom: 5px;
}

.inquiry-title input {
  padding-left: 20px;
  width: 780px;
  height: 40px;
  font-size: 12px;
}

.inquiry-title div {
  background-color: #f4f2f0;
  padding: 0 20px;
  width: 760px;
  height: 40px;
  font-size: 12px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inquiry-title-sp {
  display: none;
}

.inquiry-contents {
  font-size: 12px;
  margin-bottom: 25px;
}

.inquiry-contents p {
  margin-bottom: 5px;
}

.inquiry-contents textarea {
  padding: 20px;
  width: 760px;
  height: 272px;
  font-size: 12px;
  white-space: pre-wrap;
}

.inquiry-contents div {
  background-color: #f4f2f0;
  padding: 20px;
  width: 760px;
  font-size: 12px;
  font-weight: normal;
}

.inquiry-history-textarea {
  height: 160px !important;
}

.inquiry-lists {
  margin-bottom: 30px;
}

.inquiry-list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #190723;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.inquiry-alert {
  margin-right: 10px;
  width: 15px;
}

.inquiry-from {
  margin-right: 30px;
  width: 150px;
}

.inquiry-content-title {
  font-size: 16px;
  width: 465px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.inquiry-date {
  opacity: 0.6;
  font-size: 12px;
  margin: 0 0 0 auto;
}

.last-inquiry-list {
  border: none;
  padding: 0;
  margin: 0;
}

.inquiry-sp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inquiry-history {
  height: 600px;
  overflow: scroll;
  overflow-x: hidden;
}

.here {
  background-color: #f4f2f0;
  width: 560px;
  font-size: 12px;
  font-weight: normal;
  padding: 20px;
  margin: 0px 10px 10px auto;
  border-radius: 25px 0px 25px 25px;
}

.there {
  width: 657px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.there img {
  background-color: #b9ede5;
  border-radius: 50%;
  width: 28px;
  padding: 7px;
  margin-right: 15px;
  height: fit-content;
}

.there-in h1 {
  font-size: 14px;
  margin-bottom: 10px;
}

.there-in p {
  background-color: #b9ede5;
  font-weight: normal;
  font-size: 12px;
  padding: 20px;
  margin-right: auto;
  margin-bottom: 10px;
  border-radius: 0px 25px 25px 25px;
}

.inquiry-history-input {
  display: none;
}

@media (max-width: 767px) {
  .sp-header {
    border: 1px solid #190723;
    margin-bottom: 15px;
  }
  .inquiry-container {
    width: 95%;
  }
  .inquiry-content {
    max-width: 90%;
    margin: 0 auto 20px auto;
  }
  .inquiry-tab {
    height: 40px;
    margin-bottom: 20px;
  }
  #inquiry,
  #inquiry-list {
    width: 130px;
    height: 40px;
    font-size: 14px;
  }
  .inquiry-ann {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .inquiry-done {
    height: 154px;
    font-size: 14px;
  }
  .inquiry-ann-check {
    height: 54px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .inquiry-ann-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inquiry-title {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .inquiry-title p {
    margin-bottom: 5px;
  }
  .inquiry-title input {
    width: 100%;
    height: 43px;
    font-size: 16px;
  }
  .inquiry-title-check-sp {
    display: none;
  }
  .inquiry-title-pc {
    display: none;
  }
  .inquiry-title-sp {
    display: block;
  }
  .inquiry-contents {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .inquiry-contents p {
    margin-bottom: 5px;
  }
  .inquiry-contents textarea {
    width: 100%;
    height: 310px;
    font-size: 16px;
  }
  .inquiry-contents div {
    width: 305px;
    padding: 10px;
    font-size: 13px;
    overflow: scroll;
  }
  .inquiry-sp-flex {
    width: 80%;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .inquiry-alert {
    width: 13px;
  }
  .inquiry-from {
    font-size: 13px;
  }
  .inquiry-content-title {
    font-size: 13px;
    width: 100%;
    white-space: normal;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-left: 23px;
  }
  .inquiry-date {
    font-size: 11px;
    margin: 0 0 auto auto;
  }
  .inquiry-history-sp {
    display: none !important;
  }
  .inquiry-history {
    height: 362px;
    margin-bottom: 15px;
  }
  .here {
    background-color: #f4f2f0;
    width: 60%;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 20px;
    margin: 0px 10px 10px auto;
    border-radius: 25px 0px 25px 25px;
  }
  .there {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .there img {
    background-color: #b9ede5;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding: 5px;
    margin-right: 8px;
  }
  .there-in h1 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .there-in p {
    background-color: #b9ede5;
    font-weight: normal;
    font-size: 13px;
    padding: 10px 20px;
    margin-right: auto;
    margin-bottom: 10px;
    border-radius: 0px 25px 25px 25px;
  }
  .inquiry-history-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inquiry-history-input textarea {
    width: 100%;
    margin-right: 10px;
    height: 38px;
    font-size: 16px;
    padding: 5px;
  }
  .inquiry-history-input a {
    background-color: #8bd5ca;
    width: 55px;
    height: 45px;
    border: 1px solid #190723;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .inquiry-history-input a img {
    width: 15px;
  }
}

.members-container {
  background-color: #ffffff;
  max-width: 1120px;
  margin: 0 auto 15px auto;
  border: 1px solid #190723;
  border-width: 0px 1px 1px 1px;
}

.members-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.members-card {
  background-color: #f4f2f0;
  width: 275px;
  height: 355px;
  border: 2px solid #190723;
  margin-bottom: 70px;
}

.members-top {
  background-color: #b9ede5;
  width: 100%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #190723;
}

.members-top div {
  width: 7.2px;
  height: 7.2px;
  background-color: #fdd000;
  border-radius: 50%;
  margin-left: 10px;
}

.members-top div:last-child {
  background-color: #61c554;
  margin-left: 5px;
}

.member-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 10px;
  height: 182px;
}

.member-info img {
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.member-info p:nth-of-type(1) {
  color: #818181;
  font-size: 12px;
  margin: 12px 0 5px 0;
  text-align: center;
  line-height: 1.2;
}

.member-info p:nth-of-type(2) {
  font-size: 17px;
  line-height: 1.2;
}

.member-info p:nth-of-type(3) {
  font-size: 11px;
  font-weight: normal;
}

.members-job2 {
  margin-top: 5px !important;
}

.member-word {
  background-color: #ffffff;
  width: 210px;
  height: 95px;
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member-word img {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

.member-word p {
  font-size: 12px;
  font-weight: normal;
}

.member_top {
  max-width: 620px;
}

.member_sub {
  max-width: 920px;
}

@media (max-width: 767px) {
  .sp-header {
    border: 1px solid #190723;
    margin-bottom: 15px;
  }
  .members-container {
    width: 95%;
  }
  .members-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .members-card {
    margin-bottom: 30px;
  }
}

.notice-container {
  background-color: #ffffff;
  max-width: 1120px;
  margin: 0 auto 15px auto;
  border: 1px solid #190723;
  border-width: 0px 1px 1px 1px;
}

.notice-content {
  max-width: 75%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.notice-column {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notice-ti {
  display: flex;
  flex-direction: column;
  width: 67%;
}

.notice-column-img {
  width: 240px;
  height: 140px;
  margin-right: 35px;
  border: 1px solid gray;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notice-column-img img {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.notice-title {
  border-bottom: 1px solid #190723;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.notice-unread {
  color: red;
  opacity: 5;
  font-size: 12px;
  margin-left: 10px;
  vertical-align: text-bottom;
}

.notice-title h1 {
  font-size: 15px;
}

.notice-title p {
  opacity: 0.6;
  font-size: 13px;
}

.notice-title-sub {
  margin-left: 0px !important;
  display: flex;
}

.notice-head {
  font-size: 13px;
  width: auto;
  white-space: normal;
  text-overflow: clip;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.notice-head-in {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.7;
}

.notice_read {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

.notice_readed {
  font-weight: normal;
}

.notice_read_left {
  margin-right: 30px;
}

.notice_readed_users {
  font-weight: normal;
}

.notice_readed_lists_aco {
  cursor: pointer;
}

@media (max-width: 767px) {
  .sp-header {
    border: 1px solid #190723;
    margin-bottom: 15px;
  }
  .notice-container {
    max-width: 95%;
  }
  .notice-content {
    max-width: 90%;
    margin-bottom: 20px;
  }
  .notice-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .notice-column-img {
    width: 75%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .notice-title h1 {
    font-size: 13px;
  }
  .notice-title p {
    font-size: 12px;
  }
  .notice-head {
    font-size: 12px;
    -webkit-line-clamp: 4;
  }
}

.notification-container {
  background-color: #ffffff;
  max-width: 1120px;
  margin: 0 auto 15px auto;
  border: 1px solid #190723;
  border-width: 0px 1px 1px 1px;
}

.notification-content {
  max-width: 800px;
  margin: 0 auto 60px auto;
  flex-direction: column;
}

.notification-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #190723;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.notification-alert {
  margin-right: 10px;
  width: 15px;
}

.notification-from {
  margin-right: 30px;
}

.notification-title {
  font-size: 16px;
  width: 465px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.notification-date {
  opacity: 0.6;
  font-size: 12px;
  margin: 0 0 0 auto;
}

.last-notification-list {
  border: none;
  padding: 0;
  margin: 0;
}

.notification-sp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notification-title-in {
  font-size: 17px;
}

.notification-from-in {
  font-size: 13px;
}

.notification-head-in {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.7;
}

.notification-date-in {
  opacity: 0.6;
  font-size: 12px;
  margin: auto 0 0 auto;
}

.notification-sp-flex-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.notification-quote {
  background-color: #f4f2f0;
  max-width: 800px;
  height: fit-content;
  margin: 0 auto 30px auto;
}

.notification-quote p {
  max-width: 640px;
  height: 100%;
  margin: 0px auto;
  padding: 40px 0px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .sp-header {
    border: 1px solid #190723;
    margin-bottom: 15px;
  }
  .notification-sp-flex {
    width: 80%;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .notification-container {
    width: 95%;
  }
  .notification-content {
    max-width: 90%;
    margin: 0 auto;
  }
  .notification-alert {
    width: 13px;
  }
  .notification-from {
    font-size: 13px;
  }
  .notification-title-in {
    font-size: 14px;
  }
  .notification-from-in {
    font-size: 14px;
  }
  .notification-head-in {
    font-size: 12px;
  }
  .notification-title {
    font-size: 13px;
    width: 100%;
    white-space: normal;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-left: 23px;
  }
  .notification-date {
    font-size: 11px;
  }
  .notification-quote {
    max-width: 90%;
  }
  .notification-quote p {
    max-width: 85%;
    padding: 20px 0px;
    font-size: 12px;
  }
}
