@charset "UTF-8";
/* =========================================================
PC
========================================================= */
/*--------------------------------------------------
▼Area TOP
--------------------------------------------------*/
#bredList em {
	font-style: normal;
}
#policy.top #contentsHeader {
	background-color: #17579f;
}
#policy.top #contentsHeader .section {
	display: table;
	height: 180px;
	margin: 0 auto;
	color: #FFF;
}
#policy.top #contentsHeader h1 {
	display: table-cell;
	vertical-align: middle;
	width: 490px;
	font-size: 40px;
	font-size: 4rem;
	font-weight: bold;
}
#policy.top #contentsHeader div.sub {
	width: 570px;
	display: table-cell;
	vertical-align: middle;
}
#policy.top #contentsHeader div.sub p {
	padding-left: 50px;
	border-left: 1px solid #5181b7;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	margin:0;
}
#policy.top .policy {
	background: #fff;
}
#policy.top #mainWrap .inner {
	max-width: 1024px;
	padding-top: 22px;
	padding-bottom: 78px;
    margin: 0 auto;
	font-size: 14px;
}
#policy.top #mainWrap .inner h3 {
	font-size: 34px;
	color: #17579f;
	font-weight: bold;
	text-align:center;
	padding: 20px;
	padding: 54px 0 40px;
}
#policy.top #mainWrap .inner p.indent{
	margin-left:1em;
}
#policy.top #mainWrap .inner p span {
	text-indent:1em;
	margin-left:-1em;
}

/* =========================================================
SP
========================================================= */
@media only screen and (max-width: 768px) {
#policy.top #contentsHeader .section {
		display: block;
		height: auto;
		width: 90%;
		margin: 0 auto;
		padding: 5% 0;
	}
	#policy.top #contentsHeader h1 {
		display: block;
		width: 100%;
		font-size: 20px;
		font-size: 2rem;
		margin-bottom:0;
		padding-bottom:0;
	}
	#policy.top #contentsHeader hr {
    width: 40px;
    border: solid #5181b7;
    border-width: 1px 0 0 0;
    height: 1px;
    clear: both;
    margin: 12px 0;
  }
	#policy.top #contentsHeader div.sub {
		width: 100%;
		display: block;
	}
	#policy.top #contentsHeader div.sub p {
		padding-left: 0;
		border-left: none;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.6;
	}
#policy.top .policy {
	background: #fff;
}
#policy.top #mainWrap .inner {
	max-width: auto;
	padding: 0 4% 20px;
    margin: 0 auto;
	font-size: 14px;
}
#policy.top #mainWrap .inner h3 {
	font-size: 22px;
	color: #17579f;
	font-weight: bold;
	line-height: 1.8;
	text-align: left;
	padding: 20px;
	padding: 20px 0 20px;
}
#policy.top #mainWrap .inner p {
	line-height: 1.6;
}




}
