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

.fvCont {
	margin-bottom: 0 !important;
}
.fv {
	background-image: url("../privacy/images/fv.jpg");
	position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
	padding-top: 120px;
}
.fvTxt01 {
	font-size: 36px;
	font-weight: bold;
	color: #dc0012;
	line-height: 1.4;
	background-color: rgba( 255, 255, 255, 0.8 );
	padding: 8px 12px 6px;
	position: absolute;
	top: 34%;
	left: 60%;
}
.fvTxt02 {
	font-size: 17px;
	color: #fff;
	line-height: 1.8;
	background-color: #dc0012;
	padding: 8px 12px 8px;
	width: 453px;
	position: absolute;
	top: 46%;
	left: 60%;
}
.priCont {
	background-color: #F4F4F4;
	padding: 140px 0 90px;
	margin-bottom: 80px;
}
.priTxtCont {
	width: 70%;
	margin: 0 auto;
}
.bold {
	font-weight: bold;
}
.priTit01 {
	color: #DE0012;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}

/*1800px以下*/
@media screen and (max-width: 1800px){
.fv {
	padding-top: 80px;
}
}

/*1700px以下*/
@media screen and (max-width: 1700px){
}

/*1600px以下*/
@media screen and (max-width: 1600px){
.fv {
	padding-top: 40px;
}
}

/*1240px以下*/
@media screen and (max-width: 1240px){
.priTxtCont {
	width: 90%;
}
.fv {
	padding-top: 0;
}
.fvTxt01 {
	left: 54%;
}
.fvTxt02 {
	left: 54%;
}
}

/*1000px以下*/
@media screen and (max-width: 1000px){
.priCont {
    padding: 70px 0 80px;
    margin-bottom: 70px;
}
}

/*700px以下*/
@media screen and (max-width: 700px){
.priTit01 {
    font-size: 20px;
    margin-bottom: 30px;
}
.priTxtCont p {
	font-size: 15px;
	line-height: 2;
}
}

/*500px以下*/
@media screen and (max-width: 500px){
.priCont {
    padding: 45px 0 55px;
    margin-bottom: 60px;
}
.priTit01 {
    font-size: 18px;
}
.priTxtCont p {
	font-size: 14px;
	line-height: 2;
}
}