@charset "utf-8";
@import "default.css";
@import "base.css";
@import "meanmenu.css";
@import "common.css";
@import "table.css";

/*===============================================
●画面の横幅が640px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
#catch {
	background-image: url(../images/privacy/main_back.png);
	height: 250px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-size: cover;
}
#catch h1 {
	width: 407px;
	height: 124px;
	background-color: rgba(255,255,255,0.30);
	position: absolute;
	top: 53px;
	margin-left: auto;
	margin-right: auto;
	right: 0px;
	left: 0px;
}
#catch h1 span {
	width: 377px;
	height: 95px;
	display: block;
	border: 1px solid rgba(255,255,255,1.00);
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	line-height: 95px;
	font-size: 28px;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
}
#catch h1 span b {
	font-size: 30px;
}
#privacy .catch2 {
	width: 843px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 170px;
}
#privacy .inner {
	background-image: url(../images/privacy/back01.png);
	background-position: center top;
	padding-bottom: 180px;
	
}
#privacy .inner .box {
	background-image: url(../images/privacy/back02.png);
	background-repeat: no-repeat;
	background-position: right 200px;
	margin-top: -301px;
	padding-top: 399px;
}
#privacy .inner .box h2 {
	width: 500px;
	font-size: 18px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
#privacy .inner h3  {
	width: 500px;
	font-size: 18px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 20px;
	margin-bottom: 25px;
	margin-top: 60px;
}
#privacy .inner p  {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 30px;
}
footer {
	margin-top: 0px;
}
#privacy .inner .box .right {
	text-align: right;
}








}



/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
#catch {
	background-image: url(../images/privacy/main_back.png);
	height: 150px;
	background-repeat: repeat;
	background-position: left top;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 5%;
	background-size: cover;
}
#catch h1 {
	height: 100px;
	background-color: rgba(255,255,255,0.30);
	position: absolute;
	top: 28px;
	margin-left: 20%;
	margin-right: 20%;
	right: 0px;
	left: 0px;
}
#catch h1 span {
	height: 88px;
	display: block;
	border: 1px solid rgba(255,255,255,1.00);
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 88px;
	font-size: 20px;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
}
#privacy .catch2 {
	margin-right: auto;
	margin-left: 2%;
	text-align: left;
	margin-top: 5%;
}
#privacy .inner {
	background-image: url(../images/privacy/back01.png);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 250px;
}
#privacy .inner .box {
	background-image: url(../images/privacy/back02.png);
	background-repeat: no-repeat;
	background-position: right 200px;
	margin-top: -180px;
	padding-top: 220px;
}
#privacy .inner .box h2 {
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 2%;
	margin-left: 2%;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#privacy .inner h3  {
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 2%;
	margin-left: 2%;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 60px;
}
#privacy .inner p  {
	margin-right: 2%;
	margin-left: 2%;
	text-align: left;
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 3%;
	line-height: 140%;
}
footer {
	margin-top: -100px;
}
#privacy .inner .box .right {
	text-align: right;
}
}




/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/
#sp400------------------------------------------- {
}
#catch {
	height: 110px;
	margin-bottom: 5%;
}
#catch h1 {
	height: 80px;
	background-color: rgba(255,255,255,0.30);
	position: absolute;
	top: 17px;
	margin-left: 20%;
	margin-right: 20%;
	right: 0px;
	left: 0px;
}
#catch h1 span {
	height: 68px;
	display: block;
	border: 1px solid rgba(255,255,255,1.00);
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 68px;
	font-size: 16px;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
}
}
