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

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print, screen and (min-width: 769px){
	
	h2.page_title {
		background: url("../images/ir/ir_f_report/page_title_pc.jpg") no-repeat;
		background-size: cover;
	}
	
	h2.page_title.business {
		background: url("../images/ir/ir_b_report/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: 6em;
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		border-bottom: 3px solid #0071BC;
	}
	
	ul.block li.contents section a{
		color: #000;
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-start;
		margin-bottom: 12px;
	}
	
	ul.block li.contents section a h4{
		width: 172px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	
	ul.block li.contents section a p{
		width: 268px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.3;
	}
	
	ul.block li.contents section a div{
		display: inline-block;
		position: relative;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	ul.block li.contents section a div span.icon{
		width: 10px;
		display: inline-block;
	}
	
	ul.block li.contents section a div span.text{
		display: inline-block;
		color: #006ab1;
		padding-left: 0.2em;
	}
	
	ul.block li.contents section a div span.text i{
		display: inline-block;
		padding-left: 0.2em;
	}
	
	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/ir/ir_f_report/page_title_sp.jpg") no-repeat;
		background-size: cover;
		margin-bottom: 14px;
	}
	
	h2.page_title.business {
		background: url("../images/ir/ir_b_report/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 section a{
		color: #000;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom: 12px;
	}
	
	ul.block li.contents section a h4{
		width: 100%;
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.3;
	}
	
	ul.block li.contents section a p{
		width: 268px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.3;
	}
	
	ul.block li.contents section a div{
		display: inline-block;
		position: relative;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	ul.block li.contents section a div span.icon{
		width: 20px;
		display: inline-block;
	}
	
	ul.block li.contents section a div span.text{
		display: none;
	}
	
	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;
	}
}