@charset 'utf-8';

html,
body{
	color: #308861;
}

#privacy{
	width: 100%;
}
#privacy .m_ttl.m_ttl_green{
	display:none !important;
}
#privacy .inner{
	width: 100%;
	padding-top: 0;
	padding-bottom: 1.2rem;
}
#privacy_top{
	margin-bottom: 0.6rem;
}
#privacy_top p{
	line-height: 1.4em;
	margin-bottom: 0.45rem;
	letter-spacing: 0;
	color: #308861;
}
#privacy_top p:last-child{
	margin-bottom: 0;
}

#privacy_list{
	margin-bottom: 0.6rem;
}
#privacy_list li:first-child{
	margin-top: 0;
}
#privacy_list li{
	margin-top: 0.6rem;
	padding-bottom: 0.6rem;
	position: relative;
}
#privacy_list li:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-image: linear-gradient(to right, #6fba2c, #6fba2c 4px, transparent 2px, transparent 6px);
	background-repeat: repeat-x;
	background-size: 6px 1px;
}
#privacy_list li h3{
	margin-bottom: 0.3rem;
	color: #308861;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
#privacy_list li p{
	line-height: 1.4em;
	margin-bottom: 1em;
	letter-spacing: 0;
	color: #308861;
}
#privacy_list li p:last-child{
	margin-bottom: 0;
}

#contact h3{
	margin-bottom: 0.3rem;
	color: #308861;
}
#contact p{
	line-height: 1.4em;
	letter-spacing: 0;
	color: #308861;
}
#contact p a{
	color: #308861;
}
