


#about_cont{

	line-height:2.0;
	margin:35px 15px 15px 15px;
	font-size:1.5rem;

}


.about_subtitle{
	font-size:2.0rem;
	font-weight:bold;
	color:#E75192;
	margin-bottom:20px;
}

.about_subtitle_sub{

	font-size:1.6rem;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;

}

.about_inner{
	margin-right:15px;
}

.kome_gray{
	padding:10px;
	color:#333;
	background:#f2f2f2;
}

.about_faq_q{

	margin-top:20px;
	font-weight:bold;
	font-size:1.6rem;
	color:#442;
	margin-bottom:15px;
}
.about_faq_a{

	margin-bottom:50px;
}

.about_disc{
	border:1px solid #dd9;
	border-radius:5px;
	padding:20px;
}

.about_legend_container{

	background:white;
	padding:25px;
	filter: drop-shadow(0px 2px 2px #ddd);
	margin-bottom:30px;
}

.about_legend_horse{
	font-weight:bold;
	font-size:2.5rem;
	letter-spacing:0.5rem;
	margin-bottom:15px;
	color:#896845;
}

.about_legend_horse a{
	color:#896845;
}

@media (hover: hover) {

	.about_legend_horse a:hover{
		opacity:0.8;
	}
}
@media (hover: none) {

	.about_legend_horse a:active{
		opacity:0.8;
	}
}
.about_legend_horse_img{
	float:right;
	padding:5px 8px 5px 8px;
	background:white;
}

.about_legend_horse_img img.border-radius{
	border-radius: 15px;
}

.about_ranch_hp_icon{

	padding:2px 3px 2px 3px;
	background:#f2f2f7;
	font-size:1.2rem;
	margin:3px;
	border-radius:3px;

}

.about_ranch_zoom{

	padding:2px 5px 2px 5px;
	background:#f2f2f7;
	border-radius:3px;
}

img.about_ranch_sns_icon{
	width:22px;
}

.about_common_container{

	padding:50px 50px 120px 50px;
	margin-bottom:50px;
	background:white;
	filter: drop-shadow(0px 2px 2px #ddd);

}

.about_flow_container{

	padding:30px 30px 30px 30px;
	background:white;
	filter: drop-shadow(0px 2px 2px #ddd);
}


#welcome_index_top_img_area{
	height:475px;
	background:url( /contparts/welcome/img/index_top.jpg ) no-repeat center;
	padding-top:60px;

}

#welcome_index_sub_img_area{
	color:white;
	height:304px;
	background:url( /contparts/welcome/img/index_sub.jpg ) no-repeat center;
	padding-bottom:15px;
}

.welcome_index_content_area{

	background:white;
}

.welcome_index_content_area_container{
	
    display: table;
    width: 100%; 
}
.welcome_index_content_area_cell{
	
    display: table-cell;
    width: 50%;
    vertical-align:middle;
    padding:50px 10px 50px 10px;
}

.welcome_index_content_area_document p{
	margin-bottom:15px;
}
.welcome_index_content_area_image{
	
}


.welcome_life_container{

	padding:20px 30px 20px 30px;
	background:white;
	filter: drop-shadow(0px 2px 2px #ddd);
	

}

.about_bottom_arrow{
	display: inline-block;
	width: 21px;
	height: 21px;
	border-bottom: 4px solid #E75192;
	border-right: 4px solid #E75192;
	transform: rotate(45deg);
	margin:10px 0 10px 0;
	border-radius:3px;
}

}

@media only screen and (max-width: 600px) {
  #about_cont {
    margin:5px;
  }
  .about_right{
  	float:none;
  	width:100%;
  }
  .about_left{
  	float:none;
  	width:100%;
  }
}