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

/*------------------------------------------
スマホ/sp
------------------------------------------*/

/*------------ コンテンツ --------------*/

/*分配金*/
.dividend{
	margin-bottom: 7rem;
}
.dividend__graph{
	margin-bottom: 3rem;
}
.dividend__note{
	padding-left:3.5rem;
	text-indent:-3.5rem;
	margin-bottom: 5rem;
}
.dividend__note_list .dividend__note:first-child{
	margin-bottom: 0.5rem;
}
.dividend__list{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	margin: 0 auto 1rem;
	width: 100%;
}
.dividend__li{
	width: 85%;
	margin: 0.5rem auto 2rem;
}
.m_bottom{
	margin-bottom: 3rem;
}

/*業績推移*/
.perform{
	margin-bottom: 7rem;
}
.perform__graph{
	margin-bottom: 3rem;
}
/*財 務 */
.finance{
	margin-bottom: 7rem;
}
.finance__txt{
	font-size: 1.5rem;
	line-height: 1.4;
	margin-bottom: 3rem;
}
.finance__list{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	margin: 0 auto 2.5rem;
	width: 100%;
}
.finance__li{
	width: 85%;
	margin: 0.5rem auto;
}



/*------------------------------------------
PC画面
------------------------------------------*/
@media screen and (min-width: 768px) {
	
	/*------------ コンテンツ --------------*/

	/*分配金*/
	.dividend{
		margin-bottom: 9rem;/**/
	}
	.dividend__list{
		display: flex;
		flex-flow: row wrap;
		justify-content:space-between;
		margin: 0 auto 1rem;
		width: 100%;
	}
	.dividend__li{
		width: 30%;/**/
	}
	/*業績推移*/
	.perform{
		margin-bottom: 9rem;/**/
	}
	/*財 務 */
	.finance{
		margin-bottom: 5rem;/**/
	}
	.finance__txt{
		font-size: 1.7rem;/**/
	}
	.finance__li{
		width: 19.6%;/**/
		margin: 0 0 5rem;/**/
	}
	.finance__li:nth-child(4){
		width: 35%;/**/
	}
	.finance__li:nth-child(5){
		width: 100%;/**/
		margin: 0 0 1.5rem;/**/
	}
	
}