@charset "UTF-8";
/* CSS Document */
.page_img {
	background-image: url("../img/news/bg_head_news.jpg");
}
section {
    margin-bottom: 100px;
}
.page_ttl .inner .ttl{
    letter-spacing: 1.5px;
}
.news .info_r {
    width: 100%;
}

.year_select {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
	z-index: 2;
}
.year_select select {
    padding: 0.5em;
}
.news_now_pager {
    width: 100%;
    margin: 30px 0 0;
}
.news_now_pager-math {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.news_now_pager-math .page_no a,
.news_now_pager-math .now {
    border: #b22222 1px solid;
    color: #b22222;
    display: block;
    line-height: 100%;
    font-size: 0.9em;
    padding: 1em 0;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}
.news_now_pager-math > :not(.page_no) {
    width: 45px;
}
.news_now_pager-math .page_no a{
	width: 60px;
}
.news_now_pager-math .page_no a:hover{
	color: #ffffff;
	background: #b22222;
}

/*詳細ページ*/
.newsdetail .news_top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.newsdetail .news_top time{
    color: #808080;
    margin-right: 1em;
}
.newsdetail .news_top .cate {
    border: 1px solid #000000;
    color: #000000;
    line-height: 100%;
    padding: 0.2em 1em;
    border-radius: 5px;
    font-size: 0.9em;
}
.newsdetail .btn {
    margin-top: 50px;
}
.newsdetail .btn a {
    color: #fff;
    text-align: center;
    background: #b22222;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    line-height: 150%;
    width: 86%;
    max-width: 336px;
    border-radius: 5px;
    border: 1px solid #b22222;
    position: relative;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
}
.newsdetail .btn a::before {
    content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
.newsdetail .btn a.link::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.newsdetail .btn a:hover{
	background: #ffffff;
	color: #b22222;
}
.newsdetail .btn a.link:hover::after{
	border-color: #b22222;
}
.newsdetail .news_text{
    padding-bottom: 30px;
border-bottom: 1px solid #ccc;
}
.newsdetail .news_text br:nth-of-type(2n) {
    display: none;
}
.newsdetail .news_text{
word-break: break-all;
}

@media screen and (max-width:1000px) {
}
@media screen and (max-width:600px) {
.year_select {
    position: static;
    justify-content: center;
    margin-bottom: 25px;
}
.newsdetail .news_text img {
    width: 100% !important;
    height: auto !important;
}
}