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

/*PC*/
@media print, screen and (min-width: 769px) {
.hedimg {
		background: url(../images/category/privacy/hed_bg.jpg);
		opacity: 1;
		top: 0;
	height: 500px;
	background-size: cover;
		z-index: 100;
	
	}

/*-------------------------------*/
.section_body {
	width:100%;
	margin:0 auto 60px;
}

.border_l {
	border-left: 4px solid #3f60ad;
	padding-left: 10px;
	position: relative;
	margin:0 auto 30px;
}

.border_l::after {
	   background: #e2e2e1 none repeat scroll 0 0;
    border-bottom: 2px solid #ebeefb;
    bottom: -8px;
    content: "";
    display: block;
    height: 1px;
    left: -4px;
    position: absolute;
    width: 100%;
}


}




/*----------------------------------------------------*/





/*sp*/
@media only screen and (max-width: 768px) {
	.hedimg {
		background: url(../images/category/privacy/hed_bg.jpg);
		opacity: 1;
		top: 0;
		width: 80%;
		margin-left: 20%;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 140% auto;
		min-height: 250px;
		background-size: cover;
		position: relative;
		z-index: 3;
		box-sizing: border-box;
	}

/*-------------------------------*/

.section_body {
	width:100%;
	margin:0 auto 20px;
}

.border_l {
	border-left: 4px solid #3f60ad;
	padding-left: 10px;
	position: relative;
	margin:0 auto 20px;
}

.border_l::after {
	   background: #e2e2e1 none repeat scroll 0 0;
    border-bottom: 2px solid #ebeefb;
    bottom: -8px;
    content: "";
    display: block;
    height: 1px;
    left: -4px;
    position: absolute;
    width: 100%;
}

}