@charset "UTF-8";


section.page_title_area {
	background-image: url("../img/news/page_header.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	text-align: center;
}

.contents_inner {
    max-width: 1100px;
    margin: 0 auto;
}

section.contents {
    padding: 10rem 0;
}

section.news {
    padding: 15rem 0;
    background: rgba(0,0,0,0.85);
    color: #fff;
    position: relative;
}

ul.news_list {
    max-width: 1100px;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,0.25);
}

ul.news_list li a {
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    padding: 5rem 0;
	transition: all 0.25s ease-in-out 0s;
}

ul.news_list li a:hover {
	background: rgba(255,255,255,0.1);
	padding: 5rem 3%;
	text-shadow: 0 0 10px #fff
}

.news_date {
    width: 20%;
    font-family: "Inter", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

span.news_category {
    padding: 3px 10px;
    border: 1px solid;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    margin-left: 15px;
    font-weight: 300;
}

.more_link {
    display: block;
    padding: 10px;
    border: 1px solid;
    text-align: center;
    font-weight: 400;
    font-size: 1.6rem;
    margin-top: 30px;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

section.contents {
    padding: 5rem 0;
}

ul.news_list {
    width: 90%;
}

ul.news_list li a {
    display: block;
    padding: 3rem 0;
}

.news_date {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

span.news_category {
    padding: 2px 10px;
}

h2.news_title {
    font-size: 1.4rem;
    line-height: 1.65;
}
}