@charset "UTF-8";

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.policy_wrap {
	margin: 0 auto 100px;
	max-width: 960px;
}
.policy_wrap .para {
	margin-bottom: 2.5em;
}
.policy_wrap h2 {
	font-size: 140%;
	font-weight: 500;
	margin: 2.5em 0 1em;
	border-bottom: 1px solid #ccc;
}
.policy_wrap h3 {
	font-size: 110%;
	font-weight: 500;
	margin: 2.5em 0 0.5em;
}
.policy_wrap .indent_st1 {
	text-indent: -1.7em;
	padding-left: 1.7em;
	margin: 0.5em 0;
}
.policy_wrap a {
	color: #333;
	text-decoration: underline;
}
.policy_wrap a:hover {
	text-decoration: none;
}
.policy_wrap a[target="_blank"] {
	position: relative;
}
.policy_wrap a[target="_blank"]:after{
	content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background: url(../img/ico_target.svg) no-repeat center;
}
.policy_wrap .tablebox {
	margin: 1.5em 0 1.5em;
}
.policy_wrap .tablebox table {
	width: 100%;
}
.policy_wrap .tablebox th,
.policy_wrap .tablebox td {
	padding: 0.5em;
	border: 1px solid #ccc;
}
.policy_wrap .tablebox th {
	background: #f4f4f4;
	font-weight: normal;
}


@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.policy_wrap h2 {
	font-size: 116%;
	margin: 1.5em 0 0.5em;
	border-bottom: 1px solid #ccc;
}
.policy_wrap h3 {
	font-size: 105%;
	margin: 1.5em 0 0.5em;
}
.policy_wrap .tablebox {
	width: 100%;
	overflow-x: auto;
}
.policy_wrap .tablebox table {
	width: 640px;
}
.policy_wrap .tablebox th,
.policy_wrap .tablebox td {
	padding: 0.3em;
	font-size: 13px;
}

}
