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

/*PC*/
@media print, screen and (min-width: 769px) {
.hedTitle {
background: url(../images/privacy/hed_img.jpg) center center no-repeat;
background-size: cover;
width: 100%;
height: 310px;
overflow: hidden;
margin: 0 auto 60px;
display: table;
}

.hedTitleIn {
display: table-cell;
width: 100%;
margin: auto;
height: 100%;
padding: 0px 0px 0px 100px;
vertical-align: middle;
}

.hedTitleIn h3 {
font-weight: normal;
color: #fff;
font-size: 2em;
letter-spacing: 0.1em;
margin-bottom: 15px;
text-shadow:0px 0px 5px #656565;
}

.hedTitleIn p {
color: #fff;
font-family: Arial, Helvetica, "sans-serif";
font-weight: bold;
font-style: italic;
text-shadow:0px 0px 5px #656565;
}


.pri_tit {
color: #329b5f;
font-size: 1.2em;
margin-bottom: 30px;
font-weight: bold;
letter-spacing: 0.2em;
}
	
.pri_tit::after {
border-bottom: 2px solid #ededed;
content: "";
width: 100px;
display: block;
}

.pri_titsub {
color: #329b5f;
font-weight: bold;
margin-bottom: 10px;
}	

	
	

}





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





/*sp*/
@media only screen and (max-width: 768px) {
.hedTitle {
background: url(../images/privacy/hed_img.jpg) center center no-repeat;
background-size: cover;
width: 100%;
height: auto;
overflow: hidden;
margin: 0 auto 30px;
}

.hedTitleIn {
width: 100%;
margin: auto;
padding: 30px 10px;
box-sizing: border-box;
}

.hedTitleIn h3 {
font-weight: normal;
color: #fff;
font-size: 1.4em;
letter-spacing: 0.1em;
margin-bottom: 15px;
text-shadow:0px 0px 5px #656565;
}

.hedTitleIn p {
color: #fff;
font-family: Arial, Helvetica, "sans-serif";
font-weight: bold;
font-style: italic;
text-shadow:0px 0px 5px #656565;
}






}