@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------
							policy
-----------------------------------------*/
.titleArea{
  background: url("images/policy_bg_ti.jpg") no-repeat right top #f0ebe9;
	margin-top: 10px;
}
.titleArea h1{
	background: #fff;
	color: #0e4a39;
	font-size: 32px;
	padding: 75px 50px 0;
	width: 50%;
	height: 180px;
}

#contents #policy{
	margin-bottom: 50px;
	padding: 50px 50px 30px;
}
#contents #policy.inner{
	margin-bottom: 0;
}
#contents #policy > p{
	border-bottom: 1px dotted #aaa;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#policy dl dt{
	font-size: 16px;
	font-weight: bold;
  padding-bottom: 10px;
}

#policy dl dd{
	font-size: 14px;
  padding: 0 23px 50px;
}
#policy dl dd:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
}
#policy dl dd ul li{
	font-size: 14px;
	margin-left: 3.3em;
	text-indent: -3.3em;
}


/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
              smartphone
--------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
.titleArea{
	background-size: contain;
	background-position: 35vw;
}
.titleArea h1{
	background: #fff;
	color: #0e4a39;
	font-size: 22px;
	padding: 16px 5% 0;
	width: 60%;
	height: 80px;
}
#contents{
	padding-top: 30px;
}
#contents #policy{
	margin-bottom: 0;
}
#contents #policy.inner{
	padding: 20px 5% 0;
}
#policy dl dd{
	padding: 0 0 30px;
}

}