@charset "utf-8";
.title-privacy {
	color: #000000;
	font-size: 20em;
	font-size: 2.0rem;
	letter-spacing: 0.075em;
	text-align: left;
	border-bottom: 1px dotted #1eb42d;
	padding: 0 0 10px;
	margin: 30px 0 20px;
	position: relative;
	font-weight: bold;
}

.p-btn ul li{
  	display:inline-block;
	margin-left: 40px;
}

.btn_green a {
	display: block;
	background: #83AD34;
	color: #fff;
	font-size: 15em;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 20px 8px 15px;
	width: 250px;
	position: relative;
}

.btn_green a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}



@media screen and (max-width: 680px) {
.title-privacy {
	font-size: 17em;
	font-size: 1.7rem;
}
.voice_head .f-left {
	float: none;
	text-align: center;
}
.voice_head .f-right {
	margin-left: 0px;
	margin-top: 20px;
}

.p-btn ul{
  	display:block;
	margin: auto;
	text-align: center;
}
.p-btn ul li a{
  	display:block;
	margin: 10px 10px 0;
	text-align: center;
}


}
/**************お客様の声一覧*******************/
a.voice_list {
}
a.voice_list:hover {
	opacity: 0.7;
}
.column3 dt {
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
.column3 {
	text-align: center;
}
.column3 dt {
	margin-bottom: 10px;
}
.column3 dl {
	margin-bottom: 20px;
}
.column3 dd p {
	margin-bottom: 0;
}
}
