@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

TermsOfUse CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/


/*termsofuse
-------------------------------------------------------------------*/
#container .contents .toptxt {
	font-size: 1.3rem;
}
.contents .toptxt {
	font-weight: bold;
	font-size: 1.6rem;
	margin: 0 0 22px;
}
#container .contents h3 {
	font-size: 1.6rem;
	line-height: 2;
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
}
#container .contents dl dt {
	margin: -120px 0 10px;
	padding: 120px 0 0;
	font-weight: bold;
}
#container .contents dl dd {
	margin: 0 0 20px;
}
#container .contents dl dd strong {
	font-weight:bold;
}
#container .contents dl dd .redF {
	color: #FF0004;
}
#container .contents dl dd ul {
	list-style: outside decimal !important;
	margin: 20px 0 20px 32px;
}
#container .contents dl dd ul li {
	line-height: 1.7;
	margin: 0 0 10px;
}
#container .contents dl dd p img {
	width: inherit;
	margin: 10px 0 0;
}
#container .contents dl dd ul.circle {
	list-style-type: circle !important;
}


/*
------------------------------------------------------------------------------------------------------------------ PC Normal */
@media screen and (max-width: 1024px) {



}


/*
------------------------------------------------------------------------------------------------------------------ Tablet */
@media screen and (max-width: 768px) {

#container .contents dl dd ul {
	margin: 20px 0 20px 20px;
}

}


/*
------------------------------------------------------------------------------------------------------------------ SmartPhone */
@media screen and (max-width: 480px) {


}