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

h2#title{
	background:#fff url(../policy/img/h2Bg.jpg) no-repeat center center;
	background-size:cover;
}


.contentBg{
	background:#e0f3f9;
	padding:35px 0;
	margin-top:20px;
}

.contentInner{
	padding:40px 0;
}


#contactAddress{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background:#e0f3f9;
}

#contactAddress div{
	 padding:35px;
	 text-align:left;
}

#contactAddress div h3{
	text-align:center;
}

/* 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 {





}



