/**********
 style-policy.css
**********/

#policy{}


/** h2 **/
h2#title{
	background:#fff url(../policy/img/h2bg.jpg) no-repeat right center;
	background-size:88%;
}
@media only screen and (max-width: 768px) {
	h2#title{
		background-size:70%;
		padding-top:36px;
	}
}


#policyWrap{}


/** .policyInner **/
#policyWrap .policyContent{
	background:#f9f8f4;
	padding:45px;
}

#policyWrap .policyContent:nth-child(even){
	background:#fff;
}

#policyWrap .policyContent h3{
	padding-bottom:20px;
	font-size:1.2em;
}


#policyWrap .policyContent ul{
	margin-top:15px;
}

#policyWrap .policyContent ul li:before{
	font-size:7px;
	top: 10px;
}



/**********
 policyContact
**********/

#policyContact{
	border:1px solid #004e89;
	width:90%;
	max-width:700px;
	margin:30px auto 0 auto;
}

#policyContact > div{
	padding:15px;
	text-align:left;
}

#policyContact > div p:first-of-type{
	padding-top:7px;
}


/* PC・大型タブレット：769px～1050px */
@media only screen and (min-width: 769px) and (max-width: 1050px) {
/**@media only screen and (min-width: 769px) and (max-width: 1100px) {**/


}


/* PC向け：1050px以上で固定 */
@media only screen and (min-width: 1051px) {



}

@media print {





}



