@charset "utf-8";

/* font */
.lh13{ line-height: 1.3!important;}
.spm_m{font-family: 'Shippori Mincho', serif; font-weight: 500;}
.znkg_m{font-family: 'Zen Maru Gothic', serif; font-weight: 500;}
.udpm_b{font-family: 'BIZ UDPMincho', serif; font-weight: 700;}

/* レコメンド対応 */
div#app-recommend{ width: 100%;}


#bread-crumb {
	background-color: #fff;
}
#article9-content-wrap {
	width: 100%;
}
#article9-content-main {
	background: url(/company/article9/assets/images/back.jpg);
	color: #000;
}
#article9-content-main .row {
	padding: 0 10px 80px;
	max-width: 700px;
}
.title {
	padding-top: 60px;
	margin-bottom: 40px;
}
.sub_title {
	color: #595757;
	position: relative;
	margin-bottom: 60px;
	line-height: 1.5;
}
.sub_title:after {
	position: absolute;
	content: "";
	width: 300px;
	height: 74px;
	background: url(/company/article9/assets/images/fukidashi.png);
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	background-size: contain;
}
.main_title {
	font-size: 3.4rem;
	padding: 0 10px;
}
.red {
	color: #d0121b;
}
.img_shadow {
	margin-top: 40px;
}
.img_shadow img {
	filter: drop-shadow(4px 4px 3px rgba(0,0,0,0.5));
}

@media screen and (max-width: 767px) {
	#article9-content-main .row {
		padding-bottom: 20px;
	}
	.title {
		padding-top: 30px;
		margin-bottom: 20px;
	}
	.sub_title {
		line-height: 1.3;
		margin-bottom: 40px;
	}
	.main_title {
		font-size: 2.2rem;
	}
	.sub_title:after {
		width: 259px;
		height: 64px;
		bottom: -30px;
	}
	.img_shadow {
		margin-top: 20px;
	}
	.sp-xxl {
		font-size: 1.3rem!important;
	}
	.show-sp {
		display: none;
	}
	.show-pc {
		display: inline!important;
	}
}
@media screen and (max-width: 499px){
	.main_title {
		line-height: 1.3;
	}
	.show-pc {
		display: none!important;
	}
	.show-sp {
		display: inline;
	}
	#article9-content-main .row {
		padding: 0 20px 20px;
	}

}

