@charset "UTF-8";

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

#content.ir-content .l-keyvisual {
	margin-bottom: 37px;
}

#content.ir-content .p-business-about {
	margin-bottom: 50px;
}

#content.ir-content .p-business-about__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -20px -10px 40px;
}

#content.ir-content .p-business-about__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 360px;
	flex: 0 0 360px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #CCC;
	padding: 25px 30px 32px;
	margin: 20px 10px 0;
}

#content.ir-content .p-business-about__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75px;
	flex: 0 0 75px;
	margin-right: 20px;
}

#content.ir-content .p-business-about__text {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

#content.ir-content .p-business-about__point__list {
	margin-bottom: 30px;
	padding: 23px 30px 48px;
	background-color: #EEF8FF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.56;
	counter-reset: number 0;
}

#content.ir-content .p-business-about__point__list li {
	position: relative;
	padding-left: 1.25em;
	margin-top: 10px;
}

#content.ir-content .p-business-about__point__list li::before {
	counter-increment: number 1;
	content: counter(number) ".";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #0036A6;
	font-size: inherit;
	font-weight: bold;
	line-height: 1.56;
}

#content.ir-content .p-business-development {
	margin-bottom: 50px;
}

#content.ir-content .p-business-development__upper {
	margin-bottom: 40px;
}

#content.ir-content .p-business-development__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -20px -10px 40px;
}

#content.ir-content .p-business-development__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 360px;
	flex: 0 0 360px;
	border: 1px solid #CCC;
	margin: 20px 10px 0;
}

#content.ir-content .p-business-development__item__title {
	padding: 12px 10px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.44;
}

#content.ir-content .p-business-development__item__body {
	padding: 20px 30px;
}

#content.ir-content .p-business-development__item__upper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

#content.ir-content .p-business-development__item__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75px;
	flex: 0 0 75px;
	margin-right: 20px;
}

#content.ir-content .p-business-development__item__text {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

#content.ir-content .p-business-development__item--cate01 .p-business-development__item__title {
	background-color: #CD6F00;
}

#content.ir-content .p-business-development__item--cate01 .p-business-development__item__text {
	color: #CD6F00;
}

#content.ir-content .p-business-development__item--cate02 .p-business-development__item__title {
	background-color: #972F86;
}

#content.ir-content .p-business-development__item--cate02 .p-business-development__item__text {
	color: #972F86;
}

#content.ir-content .p-business-development__item--cate03 .p-business-development__item__title {
	background-color: #00833A;
}

#content.ir-content .p-business-development__item--cate03 .p-business-development__item__text {
	color: #00833A;
}

#content.ir-content .p-business-development__item--cate04 .p-business-development__item__title {
	background-color: #02348E;
}

#content.ir-content .p-business-development__item--cate04 .p-business-development__item__text {
	color: #02348E;
}

#content.ir-content .p-business-category {
	margin-bottom: 60px;
}

#content.ir-content .p-business-category__media__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#content.ir-content .p-business-category__media__body + .p-business-category__media__text {
	margin-top: 17px;
}

#content.ir-content .p-business-category__media__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 350px;
	flex: 0 0 350px;
	margin-left: 40px;
}

#content.ir-content .p-business-category__media__text {
	line-height: 1.78;
}

#content.ir-content .p-business-category__share {
	margin-top: 30px;
}

#content.ir-content .p-business-place {
	margin-bottom: 60px;
}

#content.ir-content .p-business-place__items li:not(:last-child) {
	margin-bottom: 30px;
}

#content.ir-content .p-business-research__header {
	margin-bottom: 30px;
}

#content.ir-content .p-business-research__link {
	margin-top: 18px;
}

@media only screen and (max-width: 768px) {
	#content.ir-content .p-business-about__items {
		display: block;
		margin: 0 0 40px;
	}

	#content.ir-content .p-business-about__item {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 20px;
		margin: 20px 0 0;
	}

	#content.ir-content .p-business-about__point__list {
		padding: 20px 20px 25px;
		font-size: 15px;
	}

	#content.ir-content .p-business-about__point__list li {
		position: relative;
		padding-left: 1.25em;
		margin-top: 10px;
	}

	#content.ir-content .p-business-development__upper {
		margin-bottom: 40px;
	}

	#content.ir-content .p-business-development__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -20px -10px 40px;
	}

	#content.ir-content .p-business-development__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 20px);
		flex: 0 0 calc(50% - 20px);
	}

	#content.ir-content .p-business-development__item__title {
		font-size: 15px;
	}

	#content.ir-content .p-business-development__item__body {
		padding: 15px 10px;
	}

	#content.ir-content .p-business-development__item__upper {
		display: block;
		margin-bottom: 10px;
	}

	#content.ir-content .p-business-development__item__image {
		width: 33.33%;
		margin: 0 auto 10px;
	}

	#content.ir-content .p-business-development__item__text {
		font-size: 14px;
	}

	#content.ir-content .p-business-category__media__body {
		display: block;
	}

	#content.ir-content .p-business-category__media__body + .p-business-category__media__text {
		margin-top: 30px;
	}

	#content.ir-content .p-business-category__media__image {
		margin-left: 0;
		margin-bottom: 12px;
	}

	#content.ir-content .p-business-category__share__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px -20px;
	}

	#content.ir-content .p-business-category__share__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 20px);
		flex: 0 0 calc(50% - 20px);
		margin: 0 10px 20px;
	}

	#content.ir-content .p-business-category__share__num {
		font-size: 38px;
	}

	#content.ir-content .p-business-category__share__num span {
		font-size: 26px;
	}

	#content.ir-content .p-business-place {
		margin-bottom: 60px;
	}

	#content.ir-content .p-business-place__items li:not(:last-child) {
		margin-bottom: 30px;
	}

	#content.ir-content .p-business-research__header {
		margin-bottom: 40px;
	}

	#content.ir-content .p-business-research__link {
		margin-top: 30px;
	}
}
