@charset "UTF-8";

/*--------------------------------------------------------------------------------
	shareholders history
--------------------------------------------------------------------------------*/
#content.ir-content img {
	width: 100%;
}

#content.ir-content .l-main__contents {
	margin-top: 0;
}

#content.ir-content .p-history-media {
	margin-bottom: 60px;
}

#content.ir-content .p-history-media__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 38px;
}

#content.ir-content .p-history-media__item:not(:last-child) {
	margin-bottom: 40px;
}

#content.ir-content .p-history-media__item::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #CCC), color-stop(50%, #fff)) repeat-x bottom left;
	background: linear-gradient(to right, #CCC 50%, #fff 50%) repeat-x bottom left;
	background-size: 6px 100%;
}

#content.ir-content .p-history-media__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 220px;
	flex: 0 0 220px;
	margin-right: 40px;
}

#content.ir-content .p-history-media__detail__title {
	margin-bottom: 9px;
	color: #0036A6;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.55;
}

#content.ir-content .p-history-imageset__image {
	margin-bottom: 23px;
}

#content.ir-content .p-history-imageset__detail p + p {
	margin-top: 22px;
}

#content.ir-content .p-history__btn {
	max-width: 350px;
	margin: 40px auto 0;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .p-history-media {
		margin-bottom: 40px;
	}

	#content.ir-content .p-history-media__item {
		display: block;
	}

	#content.ir-content .p-history-media__image {
		margin-right: 0;
		margin-bottom: 20px;
	}

	#content.ir-content .p-history__btn {
		max-width: 100%;
	}
}
