@charset "utf-8";
#news{
	background-color: #F4FBFC;
}
#news .link_bg_bk{
	border-radius: 0;
	width: 160px;
	text-align: center;
}
#news .form-group {
	text-align: right;
	padding: 0 0 40px;
	margin-top: 100px;
}
#news .form-group label{
	font-size: 1.8rem;
	padding-right: 10px;
}
#news .news_block{
	display: flex!important;
	justify-content: space-between;

}
#news .news_block .category_head{
	font-size: 2.8rem;
	font-weight: bold;
	width: 100%;
	padding-bottom: 20px;

}
#news .news_block .category_list{
	width: 260px;
	display: flex!important;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: center;
}
#news .news_block .news {
	width: calc( 100% - 260px);
}
#news .news_block .category_list .radio{
	width: 100%;
	margin-bottom: 20px;
	display: flex!important;
	align-items: center;
}
#news .news_block .category_list label{
	font-size: 2rem;
	cursor: pointer;
	padding-left: 10px;
}
#news .news_block .link_list{
	width: 100%;
	border-top:none;
}
#news .news_block .link_list li{
	border-top: 1px solid #D9DAE7;
}
#news .news_block li a.arrow_link_small span.txt{
	width: calc(100% - 150px);
}
#news .news_block input[type="radio"] {
	appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #D9DAE7;
	border-radius: 50%;
	position: relative;
	background-color: #fff;
	cursor:pointer;
	margin: 0;
}

#news .news_block input[type="radio"]:checked {
	border-color: #000;
	background-color: #000;
}

#news .news_block input[type="radio"]:checked::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
}

#news .news_article{
	
}
#news .news_article h2{
	font-size: 4.4rem;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: bold;
}
#news .news_article h3,
#news .news_article .h3{
	    font-size: 2.4rem;
    font-weight: bold;
    margin: 24px 0;
}
#news .news_article h3 p,
#news .news_article .h3 p{
	padding-bottom: 0;
	font-size: 2.4rem;
}
#news .news_article h4{
	font-size: 1.8rem;
	font-weight: bold;
	margin: 16px 0;
}
#news .news_article .info{
	margin-bottom: 80px;
}
#news .news_article .info .date{
	font-size: 1.8rem;
	margin-right: 20px;
}
#news .news_article .info .category{
	font-size: 1.6rem;
	color: #fff;
	padding: 2px 10px;
	background-color: #1A1A1A;
}
#news .news_article p{
	padding-bottom: 30px;
	font-size: 1.8rem;
}
#news .news_article figure{
	display: flex!important;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px 0;
}
#news .news_article figure figcaption{
	font-size: 1.4rem;
	text-align: center;
	width: 100%;
	padding: 10px 0;
}
#news .news_article .pb0{
	padding-bottom: 0;
}
#news .news_article ul,
#news .news_article ol{
	padding-bottom: 30px;
}
#news .news_article ol li{
	margin-left: 30px;
	font-size: 1.8rem;
	position: relative;
	list-style-type: none;
}
#news .news_article ol.kakko li:before {
	position: absolute;
	right: calc(100% + 0.5rem);
	content: "(" counter(list-item) ")";
}
#news .news_article .news_table {
	margin-bottom: 30px;
}
#news .news_article .news_table th{
	background-color: #E0EEF0;
}
#news .category + .tag{
	margin-left: 3px;
}
#news .tag{
	font-size: 1.6rem;
    color: #1a1a1a;
    padding: 2px 10px;
    background-color: #fff;
    border: 1px solid #1a1a1a;
        margin: 0px 1px;
}
#news .sideNav_select {
    display: none;
}
    
/*****PC*****/
@media screen and (min-width: 1025px) {
#news .mt-be-columns.twoColumn{
	display: grid!important;
	    grid-template-columns: 1fr 1fr;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
}
#news .mt-be-columns.threeColumn{
	display: grid!important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
}
.button .black-button:hover:before, .button .black-button:hover:after{
	    right: 15px;
}
#news .news_article .info .category,
#news .news_article .info .tag{
	position: relative;
}
#news .news_article .info .category:before,
#news .news_article .info .tag:before{
	content: "";
	display: block;
	background-color: #1a1a1a;
	width: 0;
	height: 100%;
	transition: .3s;
	position: absolute;
    left: 0;
    top: 0;
    border: none;
}
#news .news_article .info .tag:hover:before{
	width: 100%;
background-color: #1a1a1a;
border: 1px solid #1a1a1a;
}
#news .news_article .info .category:hover:before{
	width: 100%;
	background-color: #fff;
	border: 1px solid #1a1a1a;
}
#news .news_article .info .category a,
#news .news_article .info .tag a{
	position: relative;
	z-index: 2;
}
#news .news_article .info .category:hover a{
	color: #1a1a1a;
}
#news .news_article .info .tag:hover a{
	color: #fff;
}
#news .scroll-hint-text{
	display: none;
}
}

@media screen and (max-width: 1024px) {
	#news .news_block {
		flex-wrap: wrap;
	}
    #news .news_block .category_list{
        display: none!important;
    }
	#news .news_block .news {
		width: 100%;
	}
	#news .news_block .link_list {
		width: 100%;
		border-top: none;
	}
	#news .news_block .link_list li{
		border-top: 1px solid #D9DAE7;
	}
	#news .news_block li a.arrow_link_small span.txt{
		width: fit-content;
	}
	#news .news_block .category_list .radio {
		width: auto;
	}
	#news .news_block .category_list label {
		padding-right: 20px;
	}
	#news .form-group{
		margin-top: 40px;
	}
    #news .sideNav_select {
        display: block;
        margin-top: 10px;
    }
}

/*****SP*****/
@media screen and (max-width: 767px) {
	#news .link_bg_bk{
		width: auto;
	}
	#news .form-group label{
		font-size: 1.4rem;
		padding-right: 10px;
	}
	#news .select-box select{
		font-size: 1.2rem;
	}
	#news .news_block .category_head {
		font-size: 2.4rem;
		padding-bottom: 10px;
	}
    #news .news_block .category_list{
        display: none!important;
    }
	#news .news_block .category_list label {
		font-size: 1.6rem;
		padding-right: 10px;
	}
	#news .news_block input[type="radio"] {
		width: 16px;
		height: 16px;
	}
	#news .news_block input[type="radio"]:checked::before {
		width: 8px;
		height: 8px;
	}

	#news .news_article h2{
		font-size: 2rem;
	}
	#news .news_article p{
		font-size: 1.6rem;
	}
	#news .news_article .info {
		margin-bottom: 40px;
	}
	#news .news_article ol li {
		font-size: 1.6rem;
	}
	#news .news_article .info .date {
		font-size: 1.6rem;
	}
	#news .news_article .info .category {
		font-size: 1.4rem;
	}
	#news .js-scrollable.is-scrollable{
		        width: 100%;
        display: block;
        overflow-x: scroll;
        margin: 24px 0;
	}
	#news .js-scrollable.is-scrollable .news_table{
		    max-width: none;
    margin: 0;
    width: 980px;
	}
	#news .news_article .info .date{
		display: block;
		margin-bottom: 8px;
	}
	#news .news_article .info .category,
	#news .news_article .info .tag{
		    margin-bottom: 4px;
    display: inline-block;
	}
	#news .twoColumn,
	#news .threeColumn{
		display: block!important;
	}
    #news .sideNav_select {
        display: block;
        margin-top: 10px;
    }
}
