@charset "utf-8";

/* ---------------------------------------- 
 - #contents
---------------------------------------- */
#contents #contentsCol > .ttl {
	position:relative;
	width:336px;
	margin:30px auto;
}
#contents #contentsCol > .ttl .illust_01 {
	width:49px;
	position:absolute;
	top:-15px;
	left:-50px;
}
#contents #contentsCol > .ttl .illust_02 {
	width:67px;
	position:absolute;
	top:-10px;
	right:-80px;
}
@media screen and (max-width: 767px) {
#contents #contentsCol > .ttl {
	width:60%;
	max-width:336px;
	margin:1.5em auto 0;
}
#contents #contentsCol > .ttl .illust_01 {
	width:20%;
	max-width:49px;
	position:absolute;
	top:-20px;
	left:-15%;
}
#contents #contentsCol > .ttl .illust_02 {
	width:25%;
	max-width:67px;
	position:absolute;
	top:-15px;
	right:-28%;
}
}

/* privacy */
#privacy #privacyCol {
	padding:20px 50px 0;
}
@media screen and (max-width: 767px) {
#privacy #privacyCol {
	padding:2.5em 0 0;
}
}

/* privacy */
#privacy #privacyCol h3 {
	font-size:18px;
	font-weight:bold;
	padding:0 0 30px;
}
#privacy #privacyCol dl {
	padding:0 0 20px;
}
#privacy #privacyCol dl dt {
	font-size:16px;
	font-weight:bold;
	padding:0 0 10px;
	color:#fd4f33;
}
#privacy #privacyCol dl dd {
	padding:0 1.0em 10px;
}
#privacy #privacyCol dl dd .lead {
	padding:0 0 10px;
}
#privacy #privacyCol dl dd a {
	color:#000;
}
#privacy #privacyCol dl dd ul li {
	text-indent:-1.0em;
	margin-left:1.0em;
	padding:0 0 1.0em;
}
#privacy #privacyCol dl dd ol li {
	text-indent:-1.4em;
	margin-left:1.4em;
	padding:0 0 1.0em;
}
#privacy #privacyCol dl dd ul.notes {
	padding:1.0em 0 0;
}
#privacy #privacyCol dl dd ul.notes li {
	text-indent:-0.8em;
	margin-left:0.8em;
	padding:0 0 0.5em;
}
#privacy #privacyCol .date {
	text-align:right;
}
@media screen and (max-width: 767px) {
}