#under_visual_area{
	background-image: url(../img/main_img_01.jpg);
	background-position: top center;
}

#about_content_area section{
	padding: 60px 0 0 0;
	background-image: url(../../../common/img/ico_kirakira02.svg);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: top center;
}

#about_content_area section h2,
#about_content_area section h3{
	font-weight: bold;
	font-family: '游ゴシック', YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/* イントロエリア---------------- */
#about_content_area #intro_area{
	padding: 40px 32px;
	background-image: none;
	background-color: #eeeeee;
}

/* イントロ2エリア---------------- */
#about_content_area #intro2_area{
	padding: 0;
	background-image: none;
}

#intro2_area .img-wrap{
	width: 100%;
	height: 350px;
	background-image: url(../img/big_img_03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#intro2_area h2{
	text-align: center;
	font-size: 24px;
}

#intro2_area p{

}
.red-1{
	color: #fd1915;
	font-weight: bold;
}

.regi-btn {
	position: relative;
  width: 100%;
  max-width: 320px;
  margin: 20px auto;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: linear-gradient(to bottom, #ff8e00 0%,#fb5d00 100%);
  border-radius: 6px;
  line-height: 1.4;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.regi-btn:hover{
	background: linear-gradient(to bottom, #e88100 0%,#bb4600 100%);
}
.regi-btn i{
	font-size: 24px;
}
.regi-btn span{
	display: block;
	font-size: 16px;
}
.regi-btn a{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
}
/* 工作エリア---------------- */
#maneuvering_area ul{
	display: table;
	padding: 20px 24px;
	background-color: #eeeeee;
}

#maneuvering_area p span.br{
	display: block;
}

/* アドバイスエリア---------------- */
#about_content_area #advice_area{
	padding: 0;
	background-image: none;
}

#advice_area .img-wrap{
	width: 100%;
	height: 300px;
	background-image: url(../img/big_img_02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 80%;
}

#advice_area h2{
	text-align: center;
}

/* 恋愛エリア---------------- */
#love_area p span.bg{
	display: table;
	padding: 8px 24px;
	background-color: #eeeeee;
	line-height: 2;
}

/* 信頼エリア---------------- */
#about_content_area #trust_area{
	padding: 0 0 60px 0;
	background-image: none;
}

#about_content_area #trust_area .img-wrap{
	width: 100%;
	height: 300px;
	background-image: url(../img/big_img_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#trust_area h2{
	line-height: 1.1;
	text-align: center;
}

#trust_area p{
	line-height: 2;
	text-align: center;
}

.main{
	position:relative;
	width:100%;
	z-index:0;
}

.main.onhidden{
	height:250px;
	overflow-y:hidden;
}

.main .text{
	padding:0px;
}

.main .readmore{
	position:absolute;
	bottom:0;
	width:100%;
	padding:20px 0;
	text-align:center;
	background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0.5), white) repeat scroll 0 0;
	font-weight:bold;
	cursor:pointer;
	z-index:999;
}

.main .readmore span{
	border-radius:20px;
	padding:5px 30px;
	background-color:#60086f;
	color:#FFF;
}
