@charset "utf-8";

/*----------------------------------------
    privacy_policy.html
----------------------------------------*/
.privacy_policy p {
	font-size: 14px;
}
.privacy_policy p.text {
	margin-top: 35px;
}
.privacy_policy p.bold {
	font-weight: bold;
	font-size: 16px;
}
.privacy_policy h4 {
	font-size: 18px;
	color: #113c66;
  font-weight: normal;
  margin: 35px 0 10px 0;
}
.privacy_policy ul {
	margin-top: 10px;
}
.privacy_policy ul li {
	position: relative;
	font-size: 14px;
	padding-left: 13px;
	margin-top: 10px;
}
.privacy_policy ul li:first-child {
	margin-top: 0;
}
.privacy_policy ul li:after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background-color: #113c66;
	position: absolute;
	top: 8px;
	left: 0;
}
.privacy_policy .link_top {
  margin-top: 10px;
	text-align: center;
}
.privacy_policy .link_top .tel {
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 25px;
  position: relative;
  top: 7px;
  color: #113c66;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1px;
  pointer-events: none;
  background: url(/img/privacy_policy/ico-tel.png) left center no-repeat;
}
.privacy_policy .link_top .email {
  display: inline-block;
  width: 260px;
  padding: 9px 0;
  margin-bottom: 25px;
  margin-left: 20px;
  text-align: center;
  background: #dce5ee;
  color: #274f77;
  border: 1px solid #c5d8eb;
  border-radius: 3px;
}
.privacy_policy .link_top .email:hover {
	 color: #ffffff;
	 background: #274f77;
	 border: 1px solid #274f77;
}
.privacy_policy .link_top .email span {
  padding-left: 25px;
  background: url(/img/recruit/ico-email.png) left center no-repeat;
}
.privacy_policy .link_top .email:hover span {
  background: url(/img/recruit/ico-email_on.png) left center no-repeat;
}

@media screen and (max-width : 767px) {
.privacy_policy p {
	font-size: 12px;
}
.privacy_policy p.text {
	margin-top: 20px;
}
.privacy_policy p.bold {
	font-size: 14px;
}
.privacy_policy h4 {
	font-size: 16px;
  margin: 20px 0 5px 0;
}
.privacy_policy ul li {
	position: relative;
	font-size: 12px;
	padding-left: 10px;
	margin-top: 10px;
}
.privacy_policy ul li:after {
	top: 6px;
}
.privacy_policy .link_top .tel {
  pointer-events: auto;
	margin-bottom: 15px;
}
.privacy_policy .link_top .email {
	margin: 0 0 10px 0;
}
.privacy_policy p .sp_appear.tel {
	display: inline;
}
}