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

/*PC*/
@media print, screen and (min-width: 769px) {

.privacy_bg {
	background:url(../images/privacy/hed_img.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:300px;
	overflow:hidden;
	position:relative;
	margin:0 auto 60px;
}

.com_contents h1 {
    background: #666666;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 5px 0;
    text-align: center;
}

.section_body {
	background:#FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}


}


/*sp*/
@media only screen and (max-width: 768px) {

.privacy_bg {
	background:url(../images/privacy/hed_img.jpg) center center no-repeat;
	width:100%;
	height:160px;
	overflow:hidden;
	position:relative;
	margin:0 auto 60px;
}

.section_body {
	background:#FFFFFF;
    margin-left: auto;
    margin-right: auto;
    min-width:100%;
    padding-bottom: 30px;
}

.com_contents h1 {
    background: #666666;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 5px 0;
    text-align: center;
}

}
