@charset "UTF-8"; 

.inner{
	max-width: 1024px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}
.bg_grey {
  width: 100%;
  height: 100%;
  background: #f3f3f3;
}
.bg_grey_02{
	padding: 20px 40px;
  margin-bottom: 120px;	
}
.bg_wrap .bg_grey_02{
	margin-top: 45px;
}
a{
	color: #5DB146;
}
a:hover{
	opacity: 0.6;
}
.main_btn {
  width: 300px;
  margin: 0 auto;
}
.main_btn a {
  display: table-cell;
  text-align: center;
  width: 9999px;
  height: 60px;
  vertical-align: middle;
  color: #FFF;
  background: #69BE70;
  font-weight: bold;
  font-size: 1.15em;
  letter-spacing: 0.1em;
  position: relative;
}
.main_btn a:after {
  content: "";
  position: absolute;
  right: 20%;
  top:30px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: 2px solid #97E99E;
  border-right: 2px solid #97E99E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*---------- headTitle ----------*/
.main_headTitle{
	width: 100%;
	height: 220px;
	position: relative;
}
.index_headTitle{
	background: url('../img/head_img01.png')no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 50px;
	height: 160px;
}
.ranking_headTitle{
	background: url('../img/head_img02.png')no-repeat;
	background-size: cover;
	background-position: center;
}
.single_headTitle{
	background: url('../img/head_img03.png')no-repeat;
	background-size: cover;
	background-position: center;
}
.buying_headTitle{
	background: url('../img/head_img04.jpg')no-repeat;
	background-size: cover;
	background-position: center;
}
.faq_headTitle{
	background: url('../img/head_img05.jpg')no-repeat;
	background-size: cover;
	background-position: center;
}
.sale_headTitle{
	background: url('../img/head_img06.jpg')no-repeat;
	background-size: cover;
	background-position: center;
}
.privacy_headTitle{
	background: url('../img/head_img07.jpg')no-repeat;
	background-size: cover;
	background-position: center;
}

.title_bg{
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
}
.title_bg h2 {
  text-align: center;
  color: #5F534B;
  font-size: 2.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
p.main_heaText {
  padding: 40px;
  line-height: 1.8em;
  font-size: 1.15em;
}