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


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mvLower */
.mvLower {
	background: linear-gradient(rgba(162,31,45,.7), rgba(162,31,45,.7)),url("/img/privacypolicy/bg_mv.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}



/* main */
.main {
	padding-top: 100px;
}

.main__h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.main__txt {
	margin-bottom: 50px;
	
}

.main__txt--mb0 {
	margin-bottom: 10px;
}

.main__box {
	margin-bottom: 50px;
}

.main__item {
	line-height: 1.8;
	padding-left: 1em;
	text-indent: -1em;
}

.main__txt a {
	color: #a21f2d;
	text-decoration: underline;
}



/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){


	
	
}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

@media screen and (max-width: 959px){




	
	

}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){

/* main */
.main {
	padding-top: 40px;
}

.main__h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

.main__txt {
	margin-bottom: 30px;
	
}

.main__txt--mb0 {
	margin-bottom: 5px;
}

.main__box {
	margin-bottom: 30px;
}

	
	
}