@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : general_top.css                           */
/* update : 2024                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.select_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.select_btn li {
  width: 150px;
  box-sizing: border-box;
  margin-right: 10px;
}
.select_btn li a {
  display: block;
  background: #F2F1F6;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  border-radius: 5px;
  padding: 5px 0;
  letter-spacing: 0.1em;
  border: solid 1px #F2F1F6;
  transition: 0.3s;
}
.select_btn li a:hover {
  border: solid 1px #990044;
  color: #990044;
  background: transparent;
  transition: 0.3s;
}
.select_btn li:last-child {
  margin-right: 0;
}
.select_btn li.selected a {
  border: solid 1px #990044;
  color: #990044;
  background: transparent;
}

.news_contents {
  margin-bottom: 80px;
}
.news_contents .title01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 2px #990044;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.news_contents .title01 .obj {
  font-family: "Barlow", sans-serif;
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #222222;
  line-height: 1.3;
}
.news_contents .title01 .date {
  color: #A9A9A9;
  margin-right: 30px;
  line-height: 1.3;
}
.news_contents .title01 .content {
  color: #990044;
  font-size: 20px;
  font-weight: 700;
}
.news_contents .text_wrap p {
  margin-bottom: 30px;
}
.news_contents .text_wrap p:last-child {
  margin-bottom: 0;
}
.news_contents .text_wrap a {
  color: #990044;
  text-decoration: underline;
}
.news_contents .pic_wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
.news_contents .pic_wrap li {
  width: 23.6%;
  margin-right: 1.8%;
  cursor: pointer;
}
.news_contents .pic_wrap li:last-child {
  margin-right: 0;
}

.lity-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lity-image img {
  width: 100%;
  max-width: 1100px !important;
}

.lity-container {
  max-width: 90% !important;
}

@media screen and (min-width: 751px) and (max-width: 1099px) {
  .lity-image img {
    max-width: 900px !important;
  }
}
/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  .select_btn {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .select_btn li {
    width: 32%;
    margin-right: 2%;
  }
  .select_btn li a {
    display: block;
    text-align: center;
    transition: inherit;
  }
  .select_btn li a:hover {
    border: none;
    color: #222;
    background: #F2F1F6;
    transition: inherit;
  }
  .select_btn li:last-child {
    margin-right: 0;
  }
  .select_btn li.selected a {
    border: solid 1px #990044;
    color: #990044;
    background: transparent;
  }
  .news_contents {
    margin-bottom: 40px;
  }
  .news_contents .title01 {
    flex-wrap: wrap;
    border-bottom: solid 2px #990044;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .news_contents .title01 .obj {
    font-size: 13px;
  }
  .news_contents .title01 .date {
    margin-right: 0;
    font-size: 13px;
  }
  .news_contents .title01 .content {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 5px;
  }
  .news_contents .text_wrap p {
    margin-bottom: 15px;
  }
  .news_contents .text_wrap p:last-child {
    margin-bottom: 0;
  }
  .news_contents .pic_wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .news_contents .pic_wrap li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .news_contents .pic_wrap li:last-child {
    margin-right: 4%;
  }
  .news_contents .pic_wrap li:nth-child(2n) {
    margin-right: 0;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=news.css.map */