@charset "utf-8";

/* ソート */
.select_wrap {
    width: 63.162vw;
    background: #FFF;
    border-radius: 0.735vw;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
    padding: 3.603vw 3.676vw 5.147vw;
    margin-top: -18.382vw;

    position: relative;
    z-index: 1;
}
.select_wrap .year_select {
    border: 0;
    margin: 0 auto 41.5px;
    width: 29.412vw;
    height: 3.676vw;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
    border-radius: 1.838vw;
    text-align-last: center;
    display: flex;
    background: #FFFFFF;
    position: relative;
}
.select_wrap .year_select::after {
	content: "";
    display: inline-block;
    opacity: 1;
    background: url(../img/common/icon_toggle-red.svg) no-repeat center;
    background-size: 100%;
    transform: none;
    width: 0.788vw;
    height: 0.446vw;
    position: absolute;
    top: 50%;
    right: 1.471vw;
    pointer-events: none;
}
.select_wrap .year_select #news-year {
	cursor: pointer;
    padding: 0;
	border: 0;
    width: 100%;
    text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	z-index: 1;
	appearance: none;
}

#select-category {
    position: relative;
    border-top: 1px solid #EBEBEB;
    padding-top: 2.206vw;
}
#select-category .btn_wrap {
	width: 14.706vw;
	height: 2.574vw;
	border-radius: 1.324vw;
    position: absolute;
    right: 0;
    top: 1.471vw;
}
#select-category .text {
    font-weight: bold;
}
#select-category .btn_wrap a {
	font-size: 1.029vw;
	width: 14.706vw;
	height: 2.574vw;
	border-radius: 1.324vw;
	background-color: #FFF;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
} 
#select-category .btn_wrap a::after {
	content: "";
	display: block;
	background: url(../img/common/icon_arrow-red.svg) no-repeat;
	background-size: 100%;
	width: 0.735vw;
	height: 0.63vw;
	position: absolute;
	right: 1.147vw;
}
.news-categories {
    display: flex;
    grid-column-gap: 1.838vw;
    margin-top: 1.544vw;
}
.news-categories input[type=radio] {
	display: none;
}
.news-categories label {
	position: relative;
	padding: 0 0 0 1.838vw;
}
.news-categories label:after,
.news-categories label:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
}
.news-categories label:after {
	left: 0;
	margin-top: -0.735vw;
	width: 1.103vw;
	height: 1.103vw;
	border: 1px solid #B4B4B4;
	border-radius: 0.221vw;
}
.news-categories label:before {
	left: 0;
	margin-top: -0.735vw;
	width: 1.25vw;
	height: 1.25vw;
	background: #DC000C;
	border-radius: 0.221vw;
	opacity: 0;
}
.news-categories input[type=radio]:checked + label:before {
	opacity: 1;
}
.news-categories label:hover:after {
	border-color: #DC000C;
}
@media screen and (min-width: 1360px) {
	.select_wrap {
	    width: 859px;
	    background: #FFF;
	    border-radius: 10px;
	    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
	    padding: 49px 50px 70px;
	    margin-top: -250px;

	    position: relative;
	    z-index: 1;
	}
	.select_wrap .year_select {
	    border: 0;
	    margin: 0 auto 41.5px;
	    width: 400px;
	    height: 50px;
	    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
	    border-radius: 25px;
	    text-align: center;
	    display: flex;
	    background: #FFFFFF;
	    position: relative;
	}
	.select_wrap .year_select::after {
		content: "";
	    display: inline-block;
	    opacity: 1;
	    background: url(../img/common/icon_toggle-red.svg) no-repeat center;
	    transform: none;
	    width: 10.71px;
	    height: 6.06px;
	    position: absolute;
	    top: 50%;
	    right: 20px;
	    pointer-events: none;
	}
	.select_wrap .year_select #news-year {
		cursor: pointer;
	    padding: 0;
		border: 0;
	    width: 100%;
	    text-align: center;
		font-weight: bold;
		letter-spacing: 0.1em;
		z-index: 1;
		appearance: none;
	}

	#select-category {
	    position: relative;
	    border-top: 1px solid #EBEBEB;
	    padding-top: 30px;
	}
	#select-category .btn_wrap {
		width: 200px;
		height: 35px;
		border-radius: 18px;
	    position: absolute;
	    right: 0;
	    top: 20px;
	}
	#select-category .text {
	    font-weight: bold;
	}
	#select-category .btn_wrap a {
		font-size: 14px;
		width: 200px;
		height: 35px;
		border-radius: 18px;
		background-color: #FFF;
		box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
	} 
	#select-category .btn_wrap a::after {
		content: "";
		display: block;
		background: url(../img/common/icon_arrow-red.svg) no-repeat;
		width: 10px;
		height: 8.57px;
		position: absolute;
		right: 15.6px;
	}
	.news-categories {
	    display: flex;
	    grid-column-gap: 25px;
	    margin-top: 21px;
	}
	.news-categories input[type=radio] {
		display: none;
	}
	.news-categories label {
		position: relative;
		padding: 0 0 0 25px;
	}
	.news-categories label:after,
	.news-categories label:before {
		position: absolute;
		content: "";
		display: block;
		top: 50%;
	}
	.news-categories label:after {
		left: 0;
		margin-top: -10px;
		width: 15px;
		height: 15px;
		border: 1px solid #B4B4B4;
		border-radius: 3px;
	}
	.news-categories label:before {
		left: 0;
		margin-top: -10px;
		width: 17px;
		height: 17px;
		background: #DC000C;
		border-radius: 3px;
		opacity: 0;
	}
	.news-categories input[type=radio]:checked + label:before {
		opacity: 1;
	}
	.news-categories label:hover:after {
		border-color: #DC000C;
	}
}
@media screen and (max-width: 750px) {
	.select_wrap {
	    width: auto;
	    border-radius: 2.667vw;
	    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
	    padding: 8vw 5.333vw 8vw;
	    margin-top: -30vw;
	}
	.select_wrap .year_select {
        border: 0;
        margin: 0 auto 5.333vw;
		width: auto;
        height: 13.333vw;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
        border-radius: 6.667vw;
		margin-top: 0;
	}
	.select_wrap .year_select::after {
		width: 2.856vw;
	    height: 1.616vw;
	    right: 5.333vw;
	}
	#select-category {
	    border-top: 1px solid #EBEBEB;
	    padding-top: 7.2vw;
	}
	#select-category .btn_wrap {
		width: 53.333vw;
		height: 9.333vw;
		border-radius: 4.8vw;
		top: auto;
	    bottom: 0;
	    width: 100%;
	    text-align: center;
	}
	#select-category .btn_wrap a {
		font-size: 3.733vw;
		width: 53.333vw;
		height: 9.333vw;
		border-radius: 4.8vw;
		box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
	} 
	#select-category .btn_wrap a::after {
		width: 2.667vw;
		height: 2.285vw;
		right: 4.16vw;
	}
	.news-categories {
	    flex-wrap: wrap;
	    grid-column-gap: 2vw;
	    grid-row-gap: 3.667vw;
	    margin-top: 6.667vw;
	    padding-bottom: 15.333vw;
	}
	.news-categories label {
		padding: 0 0 0 6.667vw;
	}
	.news-categories label:after {
		margin-top: -2.667vw;
		width: 4vw;
		height: 4vw;
		border-radius: 0.8vw;
	}
	.news-categories label:before {
		margin-top: -2.667vw;
		width: 4.533vw;
		height: 4.533vw;
		border-radius: 0.8vw;
	}
}



/* 一覧エリア */
.news_wrap {
	margin: 7.206vw auto 0;
}
.news_wrap .news-item {
	border-bottom: 1px solid #F4F4F4;
}
.news_wrap .news-item:first-child {
	border-top: 1px solid #F4F4F4;
}
.news_wrap .news-item a {
	display: flex;
    align-items: center;
	padding: 1.544vw 0;
}

.news_wrap .news-item a::after {
    margin-right: 2.132vw;
    margin-left: auto;
}
.news_wrap .news-item .tag {
	border-radius: 1.103vw;
	background-color: #F4F4F4;
	display: inline-flex;
	align-items: center;
    justify-content: center;

    width: 6.618vw;
    height: 2.206vw;

    font-size: 1.029vw;
    font-weight: bold;
    padding: 0 0.735vw;
}

.news_wrap .news-item .detail {
	margin-left: 2.574vw;
	padding-right: 2.5vw;
	flex: 1;
}


.news_wrap .news-item .detail .date {
	font-size: 0.882vw;
	color: #222222;
}

.news_wrap .news-item .detail .title {
	color: #4B4B4B;
}
.news_wrap .news-item .detail .title .blank-icon,
.news_wrap .news-item .detail .title .pdf-icon {
	font-size: 0.882vw;
	color: #4B4B4B;
	display: inline-flex;

}
.news_wrap .news-item .detail .title .pdf-icon {
	margin-left: 1.103vw;
}
.news_wrap .news-item .detail .title .pdf-icon::before {
	content: "";
	display: inline-block;
	width: 1.25vw;
	height: 1.535vw;
    margin-right: 0.588vw;
	background: url(../img/common/icon_pdf-red.svg) no-repeat top;
}
@media screen and (min-width: 1360px) {
	.news_wrap {
		margin: 98px auto 0;
	}
	.news_wrap .news-item {
		border-bottom: 1px solid #F4F4F4;
	}
	.news_wrap .news-item:first-child {
		border-top: 1px solid #F4F4F4;
	}
	.news_wrap .news-item a {
		display: flex;
	    align-items: center;
		padding: 21px 0;
	}

	.news_wrap .news-item a::after {
	    margin-right: 29px;
	    margin-left: auto;
	}
	.news_wrap .news-item .tag {
		border-radius: 15px;
		background-color: #F4F4F4;
		display: inline-flex;
		align-items: center;
	    justify-content: center;

	    width: 90px;
	    height: 30px;

	    font-size: 14px;
	    font-weight: bold;
	    padding: 0 10px;
	}

	.news_wrap .news-item .detail {
		margin-left: 35px;
		padding-right: 34px;
		flex: 1;
	}


	.news_wrap .news-item .detail .date {
		font-size: 12px;
		color: #222222;
	}

	.news_wrap .news-item .detail .title {
		color: #4B4B4B;
	}
	.news_wrap .news-item .detail .title .blank-icon,
	.news_wrap .news-item .detail .title .pdf-icon {
		font-size: 12px;
		color: #4B4B4B;
		display: inline-flex;

	}
	.news_wrap .news-item .detail .title .pdf-icon {
		margin-left: 15px;
	}
	.news_wrap .news-item .detail .title .pdf-icon::before {
		content: "";
		display: inline-block;
		width: 17px;
		height: 20.88px;
	    margin-right: 8px;
		background: url(../img/common/icon_pdf-red.svg) no-repeat top;
	}
}


@media screen and (max-width: 750px) {
	.archive .low_page.low_page_img .content-main_wrap {
		padding: 22.933vw 0 17.067vw;
	}
	.news_wrap {
		margin: 45.5px auto 0;
	}
	.news_wrap .news-item {
		border-bottom: 1px solid #F4F4F4;
	}
	.news_wrap .news-item:first-child {
		border-top: 1px solid #F4F4F4;
	}
	.news_wrap .news-item a {
		display: flex;
	    align-items: center;
		padding: 0;
		margin: 8vw 0;

		position: relative;
	}

	.news_wrap .news-item a::after {
	    margin-right: 0;
	    margin-left: auto;
	}
	.news_wrap .news-item .tag {
		border-radius: 4vw;
		background-color: #F4F4F4;

	    width: 21.333vw;
	    height: 6.667vw;

	    font-size: 3.2vw;

	    position: absolute;
	    top: -0.133vw;
	    left: 25.6vw;
	}

	.news_wrap .news-item .detail {
		margin-left: 0;
		padding-right: 10.133vw;
	}


	.news_wrap .news-item .detail .date {
		font-size: 3.2vw;
	}

	.news_wrap .news-item .detail .title {
		font-size: 3.733vw;
		letter-spacing: 0.04em;
		line-height: 1.71;
		margin-top: 5.333vw;
	}
	.news_wrap .news-item .detail .title .pdf-icon {
		margin-left: 4vw;
		font-size: 3.2vw;

	}
	.news_wrap .news-item .detail .title .pdf-icon::before {
		width: 4.533vw;
		height: 5.568vw;
	    margin-right: 2.133vw;
	}
}


/* 詳細ページ */
#detail .top_wrap {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 1.471vw;
}
#detail .top_wrap dl {
	display: flex;
}
#detail .top_wrap dl dt {
	font-size: 1.029vw;
	font-weight: bold;
	letter-spacing: 0.12em;
}
#detail .top_wrap dl dd {
	border-radius: 1.103vw;
    background-color: #F4F4F4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 7.353vw;
    height: 2.206vw;
    font-size: 1.029vw;
    font-weight: bold;

    margin-left: 1.471vw;
}
#detail .top_wrap h2 {
	font-size: 1.471vw;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.5;
	color: #222222;
	margin-top: 1.765vw;
}

#detail .detail_wrap {
	margin-top: 5.147vw;
}

#detail .back_btn_wrap {
	margin-top: 7.353vw;
}
@media screen and (min-width: 1360px) {
	#detail .top_wrap {
		border-bottom: 1px solid #EBEBEB;
		padding-bottom: 20px;
	}
	#detail .top_wrap dl {
		display: flex;
	}
	#detail .top_wrap dl dt {
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.12em;
	}
	#detail .top_wrap dl dd {
		border-radius: 15px;
	    background-color: #F4F4F4;
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
	    width: 100px;
	    height: 30px;
	    font-size: 14px;
	    font-weight: bold;

	    margin-left: 20px;
	}
	#detail .top_wrap h2 {
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 0.08em;
		line-height: 1.5;
		color: #222222;
		margin-top: 24px;
	}

	#detail .detail_wrap {
		margin-top: 70px;
	}

	#detail .back_btn_wrap {
		margin-top: 100px;
	}
}
@media screen and (max-width: 750px) {
	#detail .top_wrap {
	    padding-bottom: 5.333vw;
	}
	#detail .top_wrap dl dt {
	    font-size: 3.733vw;
	}
	#detail .top_wrap dl dd {
	    border-radius: 4vw;
	    width: 26.667vw;
	    height: 8vw;
	    font-size: 3.733vw;

	    margin-left: 5.333vw;
	}
	#detail .top_wrap h2 {
	    font-size: 5.333vw;
	    margin-top: 6.4vw;
	}

	#detail .detail_wrap {
	    margin-top: 13.333vw;
	}

	#detail .back_btn_wrap {
	    margin-top: 18.133vw;
	}
}

