@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : oainfo.css
Description : 下層：OA情報ページCSS
===================================================================== */

section.highlight p {
	font-size: 1.4rem;
	line-height: 1.4;
	padding-top: 4%;
}

section.highlight p strong {
	display: block;
	color: #d31f20;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1;
	border-bottom: 1px solid #7f7f7f;
	padding-bottom: 4%;
}

@media screen and (min-width:700px){
	section.highlight p {
		padding-top: 20px;
	}

	section.highlight p strong {
		padding-bottom: 20px;
	}
}