.p-news {
  margin-bottom: 120px;
}
@media screen and (max-width: 1440px) {
  .p-news {
    margin-bottom: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news {
    margin-bottom: 120rem;
  }
}
.p-news .seccontain {
  max-width: 1000px;
}
@media screen and (max-width: 1440px) {
  .p-news .seccontain {
    max-width: 1000rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news .seccontain {
    max-width: 100%;
  }
}
.p-news_box {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .p-news_box {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news_box {
    margin-top: 75rem;
  }
}
.p-news_categorylist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-news_categorylist {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news_categorylist {
    gap: 15rem;
  }
}
.p-news_categorylist li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #222;
  padding: 10px;
  min-width: 130px;
  background: #fff;
  border: 1px solid #d8d8d8;
}
@media screen and (max-width: 1440px) {
  .p-news_categorylist li a {
    font-size: 13rem;
    padding: 10rem;
    min-width: 130rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news_categorylist li a {
    font-size: 26rem;
    padding: 13rem;
    min-width: 205rem;
  }
}
.p-news_list {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .p-news_list {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news_list {
    margin-top: 80rem;
  }
}
.p-news_list li:first-child a {
  padding-top: 0;
}
.p-news__item {
  padding: 30px 0;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 1440px) {
  .p-news__item {
    gap: 20rem;
    padding: 30rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-news__item {
    padding: 50rem 0;
    gap: 20rem;
  }
}
.p-news__item_info {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-news__item_info {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news__item_info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-news__item_info .date {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .p-news__item_info .date {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news__item_info .date {
    font-size: 26rem;
  }
}
.p-news__item_info .category {
  min-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #abb0b9;
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  padding: 5px;
}
@media screen and (max-width: 1440px) {
  .p-news__item_info .category {
    padding: 5rem;
    font-size: 13rem;
    min-width: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news__item_info .category {
    font-size: 24rem;
    padding: 5rem;
    min-width: 120rem;
  }
}
.p-news__item_title {
  font-family: "Hiragino Kaku Gothic W3 JIS2004";
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 23px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-news__item_title {
    font-size: 14rem;
    line-height: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news__item_title {
    font-size: 28rem;
    line-height: 45rem;
  }
}
.p-news .paginate {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .p-news .paginate {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news .paginate {
    margin-top: 80rem;
  }
}

.p-newsdetail {
  margin: 50px auto 120px;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail {
    margin: 50rem auto 120rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail {
    margin: 100rem auto 120rem;
  }
}
.p-newsdetail .seccontain {
  max-width: 1000px;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail .seccontain {
    max-width: 1000rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail .seccontain {
    max-width: 100%;
  }
}
.p-newsdetail_links {
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_links {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_links {
    margin-top: 60rem;
  }
}
.p-newsdetail_links .u-text--btn {
  font-size: 14px !important;
  font-family: "Hiragino Kaku Gothic W4 JIS2004" !important;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_links .u-text--btn {
    font-size: 14rem !important;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_links .u-text--btn {
    font-size: 28rem !important;
  }
}
.p-newsdetail_links .u-text--link {
  font-size: 14px !important;
  font-family: "Hiragino Kaku Gothic W4 JIS2004" !important;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_links .u-text--link {
    font-size: 14rem !important;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_links .u-text--link {
    font-size: 28rem !important;
  }
}
.p-newsdetail_box {
  padding-bottom: 50px;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_box {
    padding-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_box {
    padding-bottom: 80rem;
  }
}
.p-newsdetail_head {
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_head {
    padding-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_head {
    padding-bottom: 40rem;
  }
}
.p-newsdetail_title {
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-weight: 500;
  font-size: 26px;
  line-height: 47px;
  text-align: left;
  color: #242424;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_title {
    font-size: 26rem;
    line-height: 47rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_title {
    font-size: 38rem;
    line-height: 60rem;
  }
}
.p-newsdetail_info {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_info {
    margin-top: 10rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_info {
    margin-top: 20rem;
    gap: 20rem;
  }
}
.p-newsdetail_info .date {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_info .date {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_info .date {
    font-size: 26rem;
  }
}
.p-newsdetail_info .category {
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  background: #abb0b9;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
  padding: 5px 20px;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_info .category {
    font-size: 13rem;
    padding: 5rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_info .category {
    font-size: 24rem;
    padding: 5rem 20rem;
  }
}
.p-newsdetail_content {
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content {
    max-width: 800rem;
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content {
    max-width: 100%;
  }
}
.p-newsdetail_content .mainimg {
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content .mainimg {
    margin-bottom: 60rem;
  }
}
.p-newsdetail_content .postcontent p {
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: left;
  color: #222;
  margin: 30px auto;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content .postcontent p {
    margin: 30rem auto;
    font-size: 14rem;
    line-height: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content .postcontent p {
    font-size: 26rem;
    line-height: 54rem;
  }
}
.p-newsdetail_content .postcontent h2 {
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  text-align: left;
  color: #242424;
  margin-bottom: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content .postcontent h2 {
    font-size: 24rem;
    line-height: 42rem;
    margin-bottom: 30rem;
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content .postcontent h2 {
    font-size: 34rem;
    line-height: 55rem;
  }
}
.p-newsdetail_content .postcontent h3 {
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  text-align: left;
  color: #222;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}
.p-newsdetail_content .postcontent h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #abb0b9;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content .postcontent h3 {
    font-size: 20rem;
    line-height: 40rem;
    margin-top: 60rem;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content .postcontent h3 {
    font-size: 32rem;
    line-height: 50rem;
  }
}
.p-newsdetail_content .postcontent ul {
  margin: 20px auto;
  margin-left: 20px;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content .postcontent ul {
    margin: 20rem auto;
    margin-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content .postcontent ul {
    margin-left: 30rem;
  }
}
.p-newsdetail_content .postcontent ul li {
  margin-bottom: 10px;
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  list-style: disc;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-align: left;
  color: #222;
}
.p-newsdetail_content .postcontent ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content .postcontent ul li {
    margin-bottom: 10rem;
    font-size: 15rem;
    line-height: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content .postcontent ul li {
    margin-bottom: 15rem;
    font-size: 26rem;
    line-height: 45rem;
  }
}
.p-newsdetail_content .postcontent ul li::marker {
  color: #abb0b9;
}
.p-newsdetail_content .postcontent ol {
  margin: 20px auto;
  margin-left: 30px;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content .postcontent ol {
    margin: 20rem auto;
    margin-left: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content .postcontent ol {
    margin-left: 40rem;
  }
}
.p-newsdetail_content .postcontent ol li {
  margin-bottom: 10px;
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  list-style: decimal-leading-zero;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-align: left;
  color: #222;
}
.p-newsdetail_content .postcontent ol li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content .postcontent ol li {
    margin-bottom: 10rem;
    font-size: 15rem;
    line-height: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content .postcontent ol li {
    margin-bottom: 15rem;
    font-size: 26rem;
    line-height: 45rem;
  }
}/*# sourceMappingURL=news.css.map */