@charset "Shift_JIS";

/* 企業情報：会社案内
============================ */
#corp.company .about h2.copy {
	background: #fff;
	border: 16px solid #f6f6f6;
	padding: 40px 10px;
	text-align: center;
	font-size: 1.125rem; /* 18px */
	position: relative;
	}
	@media print, screen and (min-width:768px) {
	#corp.company .about h2.copy {
		font-size: 1.250rem; /* 20px */
		border: 24px solid #f6f6f6;
		padding: 50px 10px;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.company .about h2.copy {
		font-size: 1.375rem; /* 22px */
		border: 40px solid #f6f6f6;
		padding: 50px 10px;
	}
}
#corp.company .about h2.copy strong {
	display: block;
	font-size: 140%;
	margin-top: 16px;
	font-weight: normal;
	line-height: 1.4;
}
#corp.company .about h2.copy::before,
#corp.company .about h2.copy::after {
	display: block;
	content: "";
	position: absolute;
	width: 80px;
	height: 32px;
}
#corp.company .about h2.copy::before {
	border-top: 3px solid #222;
	border-left: 3px solid #222;
	top: 0;
	left: 0;
}
#corp.company .about h2.copy::after {
	border-bottom: 3px solid #222;
	border-right: 3px solid #222;
	bottom: 0;
	right: 0;
}
#corp.company .about h3 {
	font-family: 'Noto Serif JP', "游明朝", YuMincho , serif;
	font-size: 1.063rem; /* 17px */
	margin: 45px 0;
	padding-bottom: 25px;
	line-height: 1.5;
	border-bottom: none;
	}
	@media print, screen and (min-width:768px) {
	#corp.company .about h3 {
		font-size: 1.125rem; /* 18px */
		margin: 70px 0 40px;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.company .about h3 {
		font-size: 1.250rem; /* 20px */
		margin: 90px 0 60px;
	}
}
#corp.company .about h3 em {
	display: table;
	background: #222;
	color: #fff;
	height: 34px;
	line-height: 34px;
	padding: 0 1.2em;
	font-size: 0.938rem; /* 15px */
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: 500;
	margin-bottom: 22px;
}
#corp.company .about h3 strong {
	display: block;
	font-size: 1.375rem; /* 22px */
	font-weight: 500;
	margin-top: 10px;
	}
	@media print, screen and (min-width:768px) {
	#corp.company .about h3 strong {
		font-size: 1.500rem; /* 24px */
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.company .about h3 strong {
		font-size: 1.750rem; /* 28px */
	}
}
#corp.company .about .pic {
	width: 100%;
	margin: 35px auto 0;
	}
	@media print, screen and (min-width:768px) {
	#corp.company .about .pic {
		max-width: 688px;
		margin: 60px auto 0;
	}
}