@charset "utf-8";
@media only screen and (min-width: 600px) {

.pc_none{
	display: none!important;
}

/*ここにCSSを記述*/

/*//////メインここから//////*/
#container #main{
	width: 760px;
	height: auto;
	float: right;
}

#container #main .privacy{
	width: 100%;
	height: auto;
}

#container #main .privacy h2{
	margin-bottom: 30px;
	width: 98%;
	height: 81px;
	font-size: 22.5px;
	font-weight: 800;
	line-height: 81px;
	color: #0A558F;
	padding-left: 2%;
	background-image: url(../img/privacy_title_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#container #main .privacy p{
	font-size: 14px;
	line-height: 24px;
}


#container #main .privacy ul{
	margin-top: 20px;
}

#container #main .privacy ul li{
	list-style: none;
	margin-top: 30px;
	font-size: 14px;
	line-height: 24px;
}

#container #main .privacy ul li h3{
	font-size: 14px;
	line-height: 24px;
}

#container #main .privacy ul li h3 span{
	display: block;
	margin-bottom: 20px;
}

#container #main .privacy ul li p{
	font-size: 14px;
	line-height: 24px;
	display: block;
	margin: 10px auto 15px auto;
}

#container #main .privacy ul li ul{
	margin-top: 10px;
}

#container #main .privacy ul li ul li{
	list-style: none;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	text-indent: -1em;
	padding-left: 1em;
}

#container #main .privacy ul li ul li h3{
	font-size: 14px;
	line-height: 24px;
}


#container #main .privacy ul li ul{
	margin-top: 10px;
}

#container #main .privacy ul li ul li{
	list-style: none;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	text-indent: -1em;
	padding-left: 1em;
}

#container #main .privacy ul li ul li h3{
	font-size: 14px;
	line-height: 24px;
}


}































/*=================================
スマホ SPここから
=================================*/
@media only screen and (max-width: 599px) {

.sp_none{
	display: none!important;
}
/*ここにCSSを記述*/

body{
	min-width: 100%;
}



#container #main{
	width: 100%;
	height: auto;
}

#container #main .privacy h2{
	width: 98%;
	height: 50px;
	font-size: 16px;
	font-weight: 800;
	line-height: 50px;
	letter-spacing: 2px;
	color: #0A558F;
	padding-left: 2%;
	background-image: url(../img/privacy_sp_title_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: auto;
	margin-bottom: 20px;
}



#container #main .privacy p{
	font-size: 14px;
	line-height: 24px;
}


#container #main .privacy ul{
	margin-top: 33px;
}

#container #main .privacy ul li{
	list-style: none;
	margin-top: 30px;
}

#container #main .privacy ul li h3{
	font-size: 14px;
	line-height: 24px;
}

#container #main .privacy ul li h3 span{
	display: block;
	margin-bottom: 20px;
}

#container #main .privacy ul li p{
	font-size: 14px;
	line-height: 24px;
	display: block;
	margin: 10px auto 15px auto;
}

#container #main .privacy ul li ul{
	margin-top: 10px;
}

#container #main .privacy ul li ul li{
	list-style: none;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	text-indent: -1em;
	padding-left: 1em;
}

#container #main .privacy ul li ul li h3{
	font-size: 14px;
	line-height: 24px;
}





}

