@charset "UTF-8";

/*-----------------------------------

	slide_block

-----------------------------------*/
#slide_block {
  padding-bottom: 80px;
}
#slide_block .bnr_slider li {
  margin: 0 10px;
}
.slick-dots li {
  margin: 0 5px !important;
}
.slick-dots li button {
  position: relative;
}
.slick-dots li button:before {
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  background-color: #fff;
  border: 1px solid var(--mClr1);
  border-radius: 50%;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: var(--mClr1);
}

@media screen and (max-width: 640px) {
  #slide_block {
    padding-bottom: 40px;
  }
  #slide_block .bnr_slider li {
    margin: 0;
  }
}
/*-----------------------------------

	news_block

-----------------------------------*/
#news_block {
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #news_block {
    padding-bottom: 60px;
  }
}
/*-- news_list --*/
#news_block .news_list {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 60px;
}
#news_block .news_list article {
  margin-bottom: 30px;
}
#news_block .news_list article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news_block .news_list article .date {
  font-size: 12px;
  width: 90px;
  line-height: 24px;
}
#news_block .news_list article .ttl {
  width: calc(100% - 90px);
}
@media screen and (max-width: 640px) {
  #news_block .news_list {
    margin: 0 auto 40px;
  }
  #news_block .news_list article {
    margin-bottom: 20px;
  }
  #news_block .news_list article a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #news_block .news_list article .date {
    font-size: 10px;
    line-height: 18px;
  }
  #news_block .news_list article .ttl {
    width: 100%;
  }
}
/*-- pager --*/
#news_block .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
#news_block .pager ul li a {
  display: block;
  color: #b4b4b4;
}
#news_block .pager ul li.here a {
  color: #000;
}
@media screen and (max-width: 640px) {
  #news_block .pager ul {
    gap: 30px;
  }
}
/*-- news_details --*/
#news_block .news_details {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
#news_block .news_details article {
  margin-bottom: 70px;
}
#news_block .news_details .ttlArea {
  margin-bottom: 40px;
}
#news_block .news_details .ttlArea .date {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}
#news_block .news_details .ttlArea .ttl {
  font-size: 30px;
  font-weight: 700;
}
#news_block .news_details .detailArea {
  line-height: 2;
}
#news_block .news_details .detailArea p:not(:last-of-type) {
  margin-bottom: 30px;
}
#news_block .news_details .detailArea p,
#news_block .news_details .detailArea a,
#news_block .news_details .detailArea strong,
#news_block .news_details .detailArea em,
#news_block .news_details .detailArea span {
  font-size: 16px !important;
}
#news_block .news_details .detailArea img {
  margin-bottom: 30px;
}
#news_block .news_details .detailArea strong {
  font-weight: 900;
}
#news_block .news_details .detailArea a {
  text-decoration: underline;
}
#news_block .back {
  display: block;
  border: 1px solid #cccccc;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 170px;
  padding: 30px 0;
  border-radius: 40px;
  color: #7e7e7e;
}
@media screen and (max-width: 640px) {
  #news_block .news_details article {
    margin-bottom: 30px;
  }
  #news_block .news_details .ttlArea {
    margin-bottom: 30px;
  }
  #news_block .news_details .ttlArea .date {
    font-size: 10px;
    margin-bottom: 5px;
  }
  #news_block .news_details .ttlArea .ttl {
    font-size: 18px;
  }
  #news_block .news_details .detailArea p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #news_block .news_details .detailArea img {
    margin-bottom: 20px;
  }
  #news_block .back {
    font-size: 16px;
    width: 140px;
    padding: 20px 0;
    border-radius: 30px;
  }
}
