@charset "utf-8";
.company-overview {
}

@media print,screen and (min-width: 800px) {
   /* 表示領域が800px以上の場合に適用するスタイル */
.hd-bg {
	background-image: url(hd-about01.jpg);
	background-position: center center;
	padding-top: 80px;
	padding-bottom: 80px;
}
.privacy-policy dl dt {
	border-left: 8px solid rgba(47,74,128,1.00);
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 24px;
	font-weight: bold;
	border-bottom-style: none;
}
.privacy-policy dl dd {
	border-left: 1px solid rgba(47,74,128,1.00);
	margin-left: 7px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-bottom: 1px solid rgba(47,74,128,1.00);
}
.privacy-policy dl dd p{
	font-size: 18px;
	line-height: 150%;
	text-align: justify;
}
.privacy-policy dl {
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 40px;


}
.company-overview dl dt {
	border-top: 1px solid rgba(47,74,128,1.00);
	line-height: 150%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	width: 208px;
	font-weight: 600;
	font-size: 20px;
	text-align: left;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.company-overview dl dd {
	line-height: 150%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left: 10px solid rgba(47,74,128,1.00);
	float: left;
	border-bottom: 1px solid rgba(47,74,128,1.00);
	width: 701px;
	text-align: left;
}
.company-overview dl {
	clear: both;
	margin-bottom: 40px;
}
}
