@charset "UTF-8";

/*--------PC表示設定--------*/
.sp {
  display: none;
}
.pc {
  display: block;
}
/*--------PC表示設定--------*/
/* news2 section-start */

#news2 {
    padding-top: 64px;
    padding-right: 9vw;
    padding-bottom: 64px;
    padding-left: 9vw;
}
.news2-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.news2page-list-date {
    color: #666666!important;
    font-size: 16px;
}
.news2page-list{
    text-align: left;
    border-bottom: 1px solid #ccc;
}
.news2page-list-title{
    color: #ed1c24!important;
    font-size: 16px;
    margin-left: 24px;
    text-decoration-line: underline;

}
.news2page-list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 12px 0;
}

.news2-title-h2 {
	font-weight: 700;
    font-size: 32px;
    line-height: 1.4em;
    text-align: justify;
}
.news2-title-h3 {
    color: #ed1c24;
    margin-top: 12px;
	font-size: 12px;
    letter-spacing: 0.1em;
}
.pagination__page-button{
    color: #666;
}
.pagination__page-button.active{
    color: #ed1c24;
}

.pagination__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 24px;
    gap: 14px;
}
.pagination__next-button{
    font-size: 15px;
    border: none;
    background: none;
    color: #666;
}
.pagination__last-button{
   font-size: 14px;
    border: none;
    background: none;
    color: #666;
}
.pagination__first-button{
  font-size: 14px;
    border: none;
    background: none;
    color: #666;
}
.pagination__prev-button{
  font-size: 14px;
    border: none;
    background: none;
    color: #666;
}
/* news2 section-end */


@media screen and (max-width: 980px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}



  
}

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


}