.p-news{padding-top:231px;padding-bottom:174px;background:url(../images/bg_intro.jpg) 50% top no-repeat;background-size: 100% auto;}.p-news__title{margin-bottom:124px;text-align:center}.p-news-article{padding:80px;background:rgba(0,0,0,.8)}.p-news-article__date{margin-bottom:25px;color:#ff4e8e;font-weight:700;font-size:16px}.p-news-article__title{margin-bottom:60px;color:#fff;font-weight:700;font-size:24px;line-height:1.5}.p-news__btn{margin-top:56px;text-align:center}.p-wysywig{color:#fff;font-size:16px;line-height:1.75}.p-wysywig :first-child{margin-top:0!important}.p-wysywig :last-child{margin-bottom:0!important}.p-wysywig img{display:block;margin:5rem auto}.p-wysywig a{color:#8519ca;font-weight:700}@media screen and (max-width:768px){.p-news{padding-top:17.5rem;padding-bottom:14.6rem;background:url(../images/bg_intro.jpg) 50% top no-repeat;background-size: contain;}.p-news__title{margin-bottom:8rem}.p-news__title img{width:24.4rem}.p-news-article{padding:5rem 3rem 12rem}.p-news-article__date{margin-bottom:3.5rem;font-size:2.6rem}.p-news-article__title{margin-bottom:4.8rem;font-size:3.2rem}.p-news__btn{margin-top:3rem}.p-news__btn img{width:53rem}.p-wysywig{font-size:2.6rem;line-height:1.4615384615}}
/*# sourceMappingURL=map/news_detail.css.map */




.p-wysywig p{
	margin-bottom: 30px;
}
.p-wysywig h3{
	margin-bottom: 10px;
	font-size:18px;
	font-weight:bold;
}
.p-wysywig table{
	margin: 0 5%;
}
.p-wysywig table td{
	padding-bottom:10px;
}
.p-news__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 74px;
    gap: 50px;
}
.p-newslist-article {
    background: rgba(0,0,0,.8);
    padding: 70px 80px 90px;
}
.p-news-article {
    /*padding: 90px 30px;*/
    background: rgba(0,0,0,.8);
}
@media screen and (max-width: 768px) {
   .p-newslist-article {
      padding: 0;
  }
}
.p-newslist-article ul.c-news {
    max-width: 1040px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 50px;
}
@media screen and (max-width: 768px) {
  .p-newslist-article ul.c-news {
      grid-template-columns: repeat(2, 1fr);
      padding: 2.5rem;
      gap: 6rem 3rem;
  }
}
.p-newslist-article ul.c-news .thum {
    position: relative;
    width: 280px;
    height: 158px;
    margin: 0 auto;
    
}
@media screen and (max-width: 768px) {
  .p-newslist-article ul.c-news .thum {
      width: 100%;
      height: 100%;
  }
}
.p-newslist-article ul.c-news .thum img {
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px) {
  .p-newslist-article ul.c-news .thum img { 
    position: relative;
    
  }
}
.c-news li {
    padding-bottom: 20px;
    border-bottom: none;
}
@media screen and (max-width: 768px) {
  .c-news li {
      padding-bottom: 0;
      border-bottom: none;
}
}
.c-news li a {
    display: block;
    font-size: 16px;
    line-height: 1.5;
}
.c-news li+li {
    padding-top: 0px;
}
.c-news li a .date {
    color: #ff4e8e;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 10px;
}
@media screen and (max-width: 768px) {
  .c-news li a .date {
    font-size: 2.6rem;
    margin: 1.5rem 0 1rem;
  }
}
.c-news li a .title {
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    transition: 0s ease;
}
@media screen and (max-width: 768px) {
  .c-news li a .title {
    font-size: 2.6rem;
  }
}
.c-news li a:hover .title {
    border: none !important;
}