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


/*PC*/
@media print, screen and (min-width: 769px) {
.bg_hed_img {
	background:url(../images/privacy/bg_img.png) center center no-repeat;
	width:100%;
	height:180px;
	background-size:cover;
}

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


#flow_wrap h1 {
	background:#00a500;
	color:#FFFFFF;
    font-size: 14px;
	padding:5px 0;
    font-weight: bold;
    text-align: center;
	margin-bottom:25px;
}

}



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

.bg_hed_img {
	background:url(../images/privacy/bg_img.png) center center no-repeat;
	width:100%;
	height:100px;
	background-size:cover;
}

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


#flow_wrap h1 {
	background:#00a500;
	color:#FFFFFF;
    font-size: 12px;
	padding:5px 0;
    font-weight: bold;
    text-align: center;
	margin-bottom:25px;
}

}