@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print, screen and (min-width: 769px){
	
	h2.page_title {
		background: url("../images/news/page_title_pc.jpg") no-repeat;
		background-size: cover;
	}
	
	article {
		width: 1130px;
		margin: 0 auto;
	}
	
	ul.block {
		width: 1055px;
		margin-left: 75px;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	ul.block li.contents{
		width: 760px;
	}
	
	ul.block li.contents section{
		width: 100%;
		margin-bottom: 35px;
	}
	
	ul.block li.contents section h3{
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2;
		padding-bottom: 5px;
		border-bottom: 1px solid #0071BC;
		position: relative;
		color: #000;
		margin-bottom: 20px;
	}
	
	ul.block li.contents section h3::before{
		width: 3.5em;
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		border-bottom: 3px solid #0071BC;
	}
	
	ul.block li.contents section#news {
		width: 100%;
		margin: 0 auto 80px;
	}
	
	ul.block li.contents section#news h2{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.2;
		color: #000;
		padding-bottom: 6px;
		border-bottom: 1px solid #0071BC;
		position: relative;
		margin-bottom: 18px;
	}
	
	ul.block li.contents section#news h2::before{
		content: '';
		width: 58px;
		border-bottom: 3px solid #0071BC;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	ul.block li.contents section#news h2 a{
		font-size: 11px;
		font-size: 1.1rem;
		font-weight: 700;
		line-height: 1.1;
		color: #0071BC;
		position: absolute;
		bottom: 2px;
		right: 0;
		z-index: 10;
		cursor: pointer;
	}
	
	ul.block li.contents section#news ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom: 15px;
	}
	
	ul.block li.contents section#news ul li.data{
		width: 90px;
		color: #333;
	}
	
	ul.block li.contents section#news ul li.text{
		width: 87%;
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-start;
		align-items: center;
	}
	
	ul.block li.contents section#news ul li.text h5{
		width: 64px;
		height: 16px;
		color: #FFF;
		font-size: 11px;
		font-size: 1.1rem;
		font-weight: 700;
		line-height: 1.1;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		margin-right: 6px;
	}
	
	ul.block li.contents section#news ul li.text h5.blue{
		background: #0071BC;
	}
	
	ul.block li.contents section#news ul li.text h5.green{
		background: #8CC63F;
	}
	
	ul.block li.contents section#news ul li.text h5.orange{
		background: #F15A24;
	}
	
	ul.block li.contents section#news ul li.text h5.brawn{
		background: #A67C52;
	}
	
	ul.block li.contents section#news ul li.text h5.other{
		background: #999;
	}
	
	ul.block li.contents section#news ul li.text a{
		display: inline-block;
		color: #333;
	}
	
	ul.block li.nav{
		width: 180px;
	}
	
	ul.block li.nav h3{
		width: 100%;
		height: 30px;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1;
		color: #FFF;
		background: #0068B7;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 28px;
	}
	
	ul.block li.nav nav ul{
		width: 100%;
		padding-left: 24px;
	}
	
	ul.block li.nav nav ul li{
		margin-bottom: 12px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	ul.block li.nav nav ul li a{
		color: #0068B7;
		font-weight: 500;
	}
	
	ul.block li.nav nav ul li.active a{
		color: #000;
	}
	
	div.plug {
		width: 760px;
		margin: 50px 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	
	div.plug div{
		width: 100%;
		line-height: 0;
		margin-bottom: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	
	div.plug div a{
		width: 144px;
		display: block;
	}
	
	div.plug p{
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 768px){
	h2.page_title {
		background: url("../images/news/page_title_sp.jpg") no-repeat;
		background-size: cover;
		margin-bottom: 14px;
	}
	
	ul.block {
		width: 94%;
		margin: 0 auto;
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
	}
	
	ul.block li.contents{
		width: 100%;
	}
	
	ul.block li.contents section{
		width: 100%;
		margin-bottom: 35px;
	}
	
	ul.block li.contents section h3{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.2;
		padding-bottom: 5px;
		border-bottom: 1px solid #0071BC;
		position: relative;
		color: #000;
		margin-bottom: 20px;
	}
	
	ul.block li.contents section h3::before{
		width: 3.5em;
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		border-bottom: 3px solid #0071BC;
	}
	
	ul.block li.contents ection#news {
		width: 94%;
		margin: 0 auto 45px;
	}
	
	ul.block li.contents section#news h2{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.2;
		color: #000;
		padding-bottom: 6px;
		border-bottom: 1px solid #0071BC;
		position: relative;
		margin-bottom: 18px;
	}
	
	ul.block li.contents section#news h2::before{
		content: '';
		width: 58px;
		border-bottom: 3px solid #0071BC;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	ul.block li.contents section#news h2 a{
		font-size: 11px;
		font-size: 1.1rem;
		font-weight: 700;
		line-height: 1.1;
		color: #0071BC;
		position: absolute;
		bottom: 2px;
		right: 0;
		z-index: 10;
		cursor: pointer;
	}
	
	ul.block li.contents section#news ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom: 15px;
	}
	
	ul.block li.contents section#news ul li.data{
		width: 84px;
		color: #333;
	}
	
	ul.block li.contents section#news ul li.text{
		width: -webkit-calc(100% - 84px);
		width: -moz-calc(100% - 84px);
		width: calc(100% - 84px);
	}
	
	ul.block li.contents section#news ul li.text h5{
		width: 64px;
		height: 16px;
		color: #FFF;
		font-size: 11px;
		font-size: 1.1rem;
		font-weight: 700;
		line-height: 1.1;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		margin-right: 6px;
	}
	
	ul.block li.contents section#news ul li.text h5.blue{
		background: #0071BC;
	}
	
	ul.block li.contents section#news ul li.text h5.green{
		background: #8CC63F;
	}
	
	ul.block li.contents section#news ul li.text h5.orange{
		background: #F15A24;
	}
	
	ul.block li.contents section#news ul li.text h5.brawn{
		background: #A67C52;
	}
	
	ul.block li.contents section#news ul li.text h5.other{
		background: #999;
	}
	
	ul.block li.contents section#news ul li.text a{
		display: inline-block;
		color: #333;
	}
	
	div.plug {
		width: 100%;
		margin: 80px 0 0;
	}
	
	div.plug div{
		width: 100%;
		line-height: 0;
		margin-bottom: 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	
	div.plug div a{
		width: 144px;
		margin: 0 auto;
		display: block;
	}
	
	div.plug p{
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	ul.block li.nav{
		width: 100%;
		margin-bottom: 30px;
	}
	
	ul.block li.nav nav ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	ul.block li.nav nav ul li{
		width: 48.8%;
		margin-bottom: 8px;
		font-size: 13px;
		font-size: 1.3rem;
		border: 1px dashed #2F3030;
		text-align: center;
	}
	
	ul.block li.nav nav ul li.active{
		background: #CDCDCD;
	}
	
	ul.block li.nav nav ul li a{
		color: #0068B7;
		padding: 5px 0;
		font-weight: 500;
	}
	
	ul.block li.nav nav ul li.active a{
		color: #000;
	}
}