/* ---------News-----------------*/

.news_title {
  text-align: center;
}

.news_title h2 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  font-size: 40px;
  z-index: 1;
  padding-top: 60px;
}

.news_wrap {
  margin: 0 auto;
 max-width:1000px;
}


.back_title {
  position: relative;
  displa: inline-block;
  white-space: nowrap;
  font-size: 80px;
  font-weight: bold;
  color: #ffcba1;
  top: -110px;
}

.news {
  display: flex;
  margin: 0 auto;
  width: 960px;
  gap: 25px;
  padding-top: 112px;
}
  .news_list ul{
    padding:0;
  }

.news_button {
  width: 221px;
  text-align: center;
}

.news_button p {
  font-size: 30px;
  font-weight: bold;
  font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
  margin-top: 15px;
}

.news_button button {
  background-color: #0c6db1;
  border: none;
  border-radius: 30px;
  width: 221px;
  height: 56px;
  font-size: 20.35px;
  font-weight: bold;
  font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
  color: #fff;
}

.news_button button:hover {
  opacity: .7;
  cursor: pointer;
}

.news_list {
  width: 80%;
  margin: 0 auto;
}

.news_list a {
  text-decoration: none;
}

.news_list li {
  list-style: none;
  border-bottom: 1px dotted #0c6db1;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

.news_list ul li span {
  padding-right: 77px;
  color: #0c6db1;
}

.news_list .news_date {
  font-size: 16.3px;
}

.news_list .news_text {
  font-size: 20.35px;
}


/*--------------News Page--------------*/
.news_page {
  width: 90%;
  margin: 0 auto;
}


.page-text {
  line-height: 3;
}

/*----------------under 960px----------------*/
@media screen and (max-width: 960px){

.news {
    display: flex;
    margin: 0 auto;
    max-width: 960px;
    gap: 25px;
    padding-top: 112px;
    width: 100%;
  }
}
  .news_list ul{
    padding:0;
  }


/*----------------under 766px----------------*/

@media screen and (max-width: 766px){

.news_button {
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 12px;
  }

  .news {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: auto;
    gap: 25px;
    padding-top: 0;
  }

  .news_button {
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-direction: column;
  }

  .news_button button {
    background-color: #0c6db1;
    border: none;
    border-radius: 30px;
    width: 124px;
    height: 41px;
    font-size: 16px;
    font-weight: normal;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    color: #fff;
  }

  .news_button p {
    font-size: 20px;
    font-weight: bold;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    margin-top: 15px;
  }

  .news_list {
    width: 80%;
    margin: 0 auto;
  }
  .news_list ul{
    padding:0;
  }


  .news_list li {
    display: flex;
    flex-direction: column;
    list-style: none;
    border-bottom: 1px dotted #0c6db1;
    height: auto;
    line-height: 1.5em;
    font-weight: bold;
  }

  .news_list .news_date {
    font-size: 12px;
    padding-right: 12px;
  }

  .news_list .news_text {
    font-size: 13px;
  }

  .news_list ul li span {
    padding-right: 0;
    color: #0c6db1;
  }

  .link_title p {
    font-size: 21px;
  }

  .news_title h2 {
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    font-size: 30px;
    z-index: 1;
  }


  .back_title {
    position: relative;
    white-space: nowrap;
    font-size: 60px;
    font-weight: bold;
    color: #ffcba1;
    top: -85px;
  }



}
