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

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print, screen and (min-width: 769px){
	
	h2.page_title {
		background: url("../images/ir/ir_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;
		border-bottom: 1px solid #0071BC;
		position: relative;
		color: #000;
		margin-bottom: 20px;
	}
	
	ul.block li.contents section h3 span{
		display: inline-block;
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2;
		padding-bottom: 5px;
		border-bottom: 3px solid #0071BC;
		position: relative;
	}
	
	ul.block li.contents section ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-start;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.7;
	}
	
	ul.block li.contents section ul li.data{
		width: 108px;
	}
	
	ul.block li.contents section ul li:nth-child(2){
		width: -webkit-calc(100% - 108px);
		width: -moz-calc(100% - 108px);
		width: calc(100% - 108px);
	}
	
	ul.block li.contents section ul li:nth-child(2) a{
		color: #0068B7;
	}
	
	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;
	}
}

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

@media screen and (max-width: 768px){
	h2.page_title {
		background: url("../images/ir/ir_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: 17px;
		font-size: 1.7rem;
		line-height: 1.2;
		border-bottom: 1px solid #0071BC;
		position: relative;
		color: #000;
		margin-bottom: 20px;
	}
	
	ul.block li.contents section h3 span{
		display: inline-block;
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2;
		padding-bottom: 5px;
		border-bottom: 3px solid #0071BC;
		position: relative;
	}
	
	ul.block li.contents section ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-start;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.7;
	}
	
	ul.block li.contents section ul li.data{
		width: 108px;
	}
	
	ul.block li.contents section ul li:nth-child(2){
		width: -webkit-calc(100% - 108px);
		width: -moz-calc(100% - 108px);
		width: calc(100% - 108px);
	}
	
	ul.block li.contents section ul li:nth-child(2) a{
		color: #0068B7;
	}
	
	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;
	}
}