@charset "UTF-8";

/* PC */

.spOnly {
		display: none;
}



.cover{
	width: 100%;
	background-repeat: repeat;
}


.bg .main{
	width: 448px;
	z-index: 3;
	position: absolute;
	top: 320px;
	left: 0;
	right: 0;
	margin: auto;
}

#privacy{
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 80px;
	position: relative;
}
#privacy .title{
	width: 326px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
#privacy .title.security{
	width: 458px;
}
#privacy .title p{
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#privacy p{
	font-size: 16px;
	line-height: 200%;
	text-align: left;
	padding-bottom: 10px;
}
#privacy p strong{
	font-size: 20px;
}
#privacy p a{
	color: #404041;
	text-decoration: underline;
}
#privacy p a:hover{
	color: #404041;
	text-decoration: none;
}





/* SP */
@media screen and (max-width: 767px){
.pcOnly {
	display: none;
}
.spOnly {
	display: block;
}


.cover{
	width: 100%;
	background-repeat: repeat;
}

.bg .main{
	width: 65%;
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
	height: auto;
}
.bg .main img{
	width: 100%;
}

#privacy{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2em;
	padding-bottom: 3em;
	position: relative;
}
#privacy .title{
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}
#privacy .title.security{
	width: 85%;
}
#privacy .title img{
	width: 100%;
	height: auto;
}
#privacy .title p{
	width: 100%;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
}
#privacy p{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 100%;
	line-height: 200%;
	text-align: left;
	padding-bottom: 1em;
}
#privacy p strong{
	font-size: 120%;
}
#privacy p a{
	color: #404041;
	text-decoration: underline;
}
#privacy p a:hover{
	color: #404041;
	text-decoration: none;
}
#privacy div{
 padding: 0 5% 0 0;
}



}
