@charset "UTF-8";
/*-------------------*/
.mainImg {
	position: relative;
	background-image: url(../img/privacy/main_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
	padding: 12% 0;
	text-align: center;
}
.mainImg section {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; 
	margin: auto;
	width: 310px;
	max-height: 95px;
}
.mainImg h1{
	background: rgba(0,0,0,0.8);
	padding: 13px 10px 10px;
}
.mainImg h1 span {
	display: block;
	margin-top: 12px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
}

/*-------------------*/
.sec1 {
	padding: 75px 0;
}
.sec1 section {
	padding: 0 5%;
}
.sec1 section h2{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.sec1 p.text01 {
	margin: 0 5% 50px;
	font-weight: bold;
}
.sec1 p.text02 {
	margin: 0 auto 30px;
	font-size: 14px;
}
.sec1 p.text02 span.indent {
	display: block;
	margin-left: 1em;
	text-indent: -1em;
}

/*---------------------------------------------------------
 All SP & Tablet 
 ---------------------------------------------------------*/
@media screen and (max-width:1099px) {
/*-------------------*/
.mainImg {
	background-size: 1100px auto;
	padding: 0;
	height: 263px;
}

/*-------------------*/
.sec1 {
	padding: 50px 0;
}

}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {
/*-------------------*/
.mainImg {
	background-size: 700px auto;
	height: 167px;
}
.mainImg section {
	width: 240px;
	max-height: 82px;
}
.mainImg h1 img{
	width: 138px;
	height: auto;
}
.mainImg h1 span {
	margin-top: 10px;
	font-size: 14px;
}

/*-------------------*/
.sec1 {
	padding: 45px 0;
}
.sec1 section {
	padding: 0;
}
.sec1 section h2{
	margin-bottom: 15px;
	font-size: 16px;
}
.sec1 p.text01 {
	margin: 0 0 30px;
}
.sec1 p.text02 {
	margin: 0 auto 25px;
	font-size: 13px;
}
}