@charset "UTF-8";
/* ================================================================
headline
================================================================ */
#headline h1 {
	letter-spacing: 0.1em;
	}

/* PC ------------------ */
@media (min-width: 768px) {

	#headline>.wrap::after {
		background: url(../img/headline_img.png) no-repeat right bottom;
		background-size: auto 254px;
		}

} /* end PC */
/* SP ------------------ */
@media (max-width: 767px) {

	#headline>.wrap::after {
		background: url(../img/headline_img.png) no-repeat right bottom;
		background-size: auto 140px;
		}

} /* end SP */



/* ================================================================
main
================================================================ */
/* ===================================
first
==================================== */
#shareholder-benefits .first h2 {
	color: #eb6168;
	line-height: 1.5;
	text-align: center;
	}
#shareholder-benefits .first figure {
	text-align: center;
	}
#shareholder-benefits .first figure img {
	max-width: 100%;
	}
#shareholder-benefits .first .catch {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	background-color: #eb6168;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#shareholder-benefits .first {
		width: 1200px;
		}
	#shareholder-benefits .first h2 {
		font-size: 3.8rem;
		}
	#shareholder-benefits .first figure {
		width: 980px;
		margin: 24px auto 0;
		}
	#shareholder-benefits .first .catch {
		max-width: 1080px;
		padding: 24px 0;
		top: -45px;
		border-radius: 12px;
		font-size: 2.4rem;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#shareholder-benefits .first {
		width: 100%;
		padding: 0 6%;
		}
	#shareholder-benefits .first h2 {
		font-size: 2.4rem;
		}
	#shareholder-benefits .first figure {
		width: 100%;
		max-width: 450px;
		margin: 20px auto 0;
		}
	#shareholder-benefits .first .catch {
		padding: 24px 6%;
		top: -25px;
		border-radius: 9px;
		font-size: 1.7rem;
		}

} /* end ＞767 */



/* ===================================
case
==================================== */
#shareholder-benefits .case h2 {
	text-align: center;
	}
#shareholder-benefits .case .box {
	border: 4px solid #cdd8d8;
	border-radius: 15px;
	}
#shareholder-benefits .case .box h3 {
	border-bottom: 1px solid #dadcdc;
	color: #eb6168;
	text-align: center;
	}
#shareholder-benefits .case .box dt {
	margin-top: 20px;
	color: #eb6168;
	}
#shareholder-benefits .case .box dt::after {
	margin-left: 6px;
	display: inline-block;
	content: ':';
	}
#shareholder-benefits .case .box dd {
	padding-left: 1.5rem;
	line-height: 1.7;
	}
#shareholder-benefits .case .box dd ul {
	margin: 0;
	}
#shareholder-benefits .case .box dd ul li {
	padding-left: 21px;
	position: relative;
	line-height: 1.6;
	}
#shareholder-benefits .case .box dd ul li:not(:first-of-type) {
	margin-top: 10px;
	}
#shareholder-benefits .case .box dd ul li::before {
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: 3px;
	background-color: #484e50;
	border-radius: 50%;
	content: '';
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#shareholder-benefits .case {
		width: 1200px;
		margin: 45px auto 0;
		}
	#shareholder-benefits .case h2 {
		font-size: 3.6rem;
		}
	#shareholder-benefits .case_wrap {
		width: 1080px;
		margin: 45px auto 0;
		display: flex;
		justify-content: space-between;
		}
	#shareholder-benefits .case .box {
		width: 48%;
		padding: 30px 36px 36px;
		}
	#shareholder-benefits .case .box h3 {
		min-height: 96px;
		padding-bottom: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 2.4rem;
		line-height: 1.5;
		}
	#shareholder-benefits .case .box dt {
		font-size: 1.5rem;
		}
	#shareholder-benefits .case .box dd {
		margin-top: 2px;
		font-size: 1.5rem;
		}
	#shareholder-benefits .case .box dd ul li {
		font-size: 1.5rem;
		}
	#shareholder-benefits .case .box dd ul li::before {
		top: 11px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#shareholder-benefits .case {
		width: 100%;
		padding: 0 6%;
		margin: 36px auto 0;
		}
	#shareholder-benefits .case h2 {
		font-size: 2.4rem;
		}
	#shareholder-benefits .case .box {
		width: 100%;
		padding: 24px 6%;
		margin-top: 30px;
		}
	#shareholder-benefits .case .box h3 {
		padding-bottom: 18px;
		font-size: 2rem;
		line-height: 1.6;
		}
	#shareholder-benefits .case .box dt {
		font-size: 1.4rem;
		}
	#shareholder-benefits .case .box dd {
		margin-top: 4px;
		font-size: 1.4rem;
		}
	#shareholder-benefits .case .box dd ul li {
		font-size: 1.4rem;
		}
	#shareholder-benefits .case .box dd ul li::before {
		top: 9px;
		}

} /* end ＞767 */
