@charset "UTF-8";
/* CSS Document */
.flex-wrap {
  width: 92%;
}
.main-img {
  max-width: 750px;
  width: 100%;
}
.sp-main-img {
  display: none;
}
.date {
  max-width: 400px;
  width: 100%;
  margin: 10px 0 0 156px;
}
.date img {
  max-width: 500px;
  width: 100%;
}
.wrap {
  background-image: url(../img/main_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  gap: 0px;
}
.main-wrap img {
  width: 100%;
}
.registration-line {
  position: absolute;
  right: 15px;
  bottom: -14px;
}
.registration-line img {
  width: 100%;
  text-align: right;
}
.side-menu1 ul li:nth-child(2) {
  background-color: #3D7191;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.end {
  width: 93%;
  padding: 20px;
  background-color: #fff;
  margin: 10px 10px 10px auto;
  border: 2px solid #f00;
  color: #f00;
  font-weight: bold;
  line-height: 150%;
}
.section-news-wrap {
  width: 73%;
  padding: 20px;
  height: 285px;
  background-color: #fff;
  margin: 20px 15px 80px auto;
  border-top: 2px solid #036EB8;
  overflow-y: scroll;
}
@media(max-width:999px) {
  .side-menu1 {
    padding-top: 0;
  }
  .section-top {
    height: 100%;
  }
  .flex-wrap {
    width: 100%;
  }
  .section-news {
    padding: 0 10px;
  }
}
@media(max-width:850px) {
  .section-news-wrap {
    width: 73%;
    margin: 0px 0px 0px auto;
  }
}
@media(max-width:768px) {
  .sp {
    display: block;
    width: 100%;
  }
  .pc {
    display: none;
  }
  .main-img {
    width: 100%;
    max-width: none;
  }
  .wrap {
    background-image: unset;
  }
  .main-img, .date img {
    display: none;
  }
}
.section-news {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
.section-news h2 {
  position: relative;
  padding: 0px 0px 7px 0px;
  margin: 0px auto;
  font-size: 1.5rem;
  letter-spacing: 3px;
  text-align: left;
  font-weight: 500;
}
.section-news img {
  width: 180px;
}

  .list-wrap {
    padding-left: 0;
    padding: 20px 50px;
  }
  .list-wrap span {
    padding-left: 15px;
  }

  
.list-wrap ol li {
  display: flex;
  padding: 20px 0;
   line-height: 1.5rem;
    text-align: left;
}
 .news_list {
    margin: 0 auto;
    overflow-y: scroll;
  }
.news_list_item {
  padding: 7px 0 7px 0px;
  text-align: left;
  list-style: none;
  display: flex;
  align-items: baseline;
}
.news_list_item time {
  text-align: left;
  list-style: none;
  display: flex;
  color: #4F9ACD;
  font-weight: 500;
  margin-right: 12px;
}
.news_list_item p {
  color: var(--body);
  line-height: 1.4rem;
  font-size: 0.9rem;
}
.news_list_item a {
  position: relative;
  display: inline-block;
  color: var(--a);
  font-weight: 500;
}
.news_list_item a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.news_list_date {
  font-size: 1.0rem;
  margin-right: 5px;
  align-items: center;
}
.tw {
  max-width: 621px;
  width: 100%;
  text-align: right;
  margin: 0 auto 12px auto;
}
.icon {
  width: 60px;
}
.top a {
  transition: 0.3s;
  text-align: right;
}
.top a:hover {
  opacity: 0.85;
}
@media(max-width:768px) {
 

  .arrow::after {
    margin-top: 4px;
  }
  .section-news-wrap {
    width: 100%;
    margin: -50px auto 50px auto;
  }
  .section-news {
    padding: 0 17px;
  }
  .end {
    width: 100%;
    margin: 20px auto 0px auto;
  }
}
@media(max-width:599px) {
  .sp-main-img, .date {
    display: block;
    width: 100%;
  }
  .date {
    position: relative;
  }
  .date img {
    position: absolute;
    top: -200px;
    right: 0;
  }
  .main-img {
    display: none;
  }
  .list-wrap {
    padding: 10px;
  }
  .news_list {
    padding: 10px 0;
  }
  .news_list_date {
    align-items: unset;
    font-size: 19px;
  }
  .arrow::after {
    margin-top: 4px;
    top: 0%;
  }
  .news_list_item p {
    padding-top: 7px;
    font-size: 0.9rem;
  }
  .news_list_item {
    display: block;
    padding-bottom: 5px;
  }
  .news_list_item time {
    font-size: 1.0rem;
  }
  .news_list {
    max-width: 900px;
    max-height: 221px;
    margin: 0 auto;
    overflow-y: scroll;
  }
}