@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;
}


#terms{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 80px;
}
#terms .title{
	width: 273px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 65px;
}
#terms .title img{
	width: 100%;
}
#terms .title p{
	font-size: 15px;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
}
#terms .tb{
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#terms .tb th{
	width: 295px;
	font-size: 14px;
	line-height: 200%;
	font-weight: normal;
}
#terms .tb td{
	width: 675px;
	font-size: 14px;
	line-height: 200%;
	padding-bottom: 50px;
}
#terms .tb td span{
	font-size: 16px;
}
#terms .tb td .box{
	font-size: 14px;
	line-height: 200%;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
}





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

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


#terms{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3em;
}
#terms .title{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3em;
}
#terms .title img{
	width: 100%;
}
#terms .title p{
	font-size: 100%;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
}
#terms .tb{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#terms .tb th{
	width: 30%;
	font-size: 100%;
	line-height: 160%;
	font-weight: normal;
	padding-bottom: 2em;
}
#terms .tb td{
	width: 70%;
	font-size: 100%;
	line-height: 160%;
	padding-bottom: 2em;
}
#terms .tb td span{
	font-size: 16px;
}
#terms .tb td .box{
	font-size: 14px;
	line-height: 200%;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
}


}
