@charset "UTF-8";


/* PC */
.spOnly {
		display: none;
}

.contents{
	width: 100%;
	padding-top: 58px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
}


#privacy{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#privacy .title{
	width: 273px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 65px;
}
#privacy .title img{
	width: 100%;
}
#privacy .title p{
	font-size: 15px;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
}
#privacy .inner{
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#privacy .inner .sub{
	font-size: 16px;
	padding-bottom: 20px;
}
#privacy .inner p{
	font-size: 12px;
	line-height: 200%;
	padding-bottom: 45px;
}
#privacy .inner .box{
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
}
#privacy .inner .box.end{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#privacy .inner .box .txt{
	font-size: 14px;
	padding-bottom: 10px;
}
#privacy .inner .box p{
	font-size: 12px;
	line-height: 200%;
	padding-bottom: 0px;
}
#privacy .inner .box .tb td{
	padding-right: 45px;
}






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


.contents{
	width: 100%;
	padding-top: 10em;
	border-top-style: none;
}


#privacy{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3em;
}
#privacy .title{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3em;
}
#privacy .title img{
	width: 100%;
}
#privacy .title p{
	font-size: 100%;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
}
#privacy .inner{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#privacy .inner .sub{
	font-size: 140%;
	padding-bottom: 1em;
	font-weight: bold;
}
#privacy .inner p{
	font-size: 100%;
	line-height: 200%;
	padding-bottom: 45px;
}
#privacy .inner .box{
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
}
#privacy .inner .box.end{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#privacy .inner .box .txt{
	font-size: 120%;
	padding-bottom: 10px;
}
#privacy .inner .box p{
	font-size: 100%;
	line-height: 200%;
	padding-bottom: 0px;
}
#privacy .inner .box .tb td{
	padding-right: 45px;
}


}
