@charset "utf-8";

main#pttl_renoIndex ul.case_sl{
	width: 100%;
	overflow-y: hidden;
}
main#pttl_renoIndex ul.case_sl>li{
/*	width: 33%;
	float: left;
	margin-bottom: 10px;*/
}
main#pttl_renoIndex ul.case_sl>li .prop_box{
	/*overflow-y: hidden;*/
}

/* ##### renocolle_index_about ##### */
.renocolle_index_aboutBox {
  margin-top: 60px;
  margin-bottom: 20px;
}
.renocolle_index_aboutBox dt {
  text-align: center;
  font-size: 3.3rem;
}
.renocolle_index_aboutBox dd + dt {
  padding-top: 40px;

}
.renocolle_index_aboutBox dd {
	padding: 20px 0 40px 0;
	font-size: 1.6rem;
	line-height: 1.8em;
}
.renocolle_index_aboutBox dd ul{
	padding-top: 6px;
	padding-bottom: 6px;
}

@media only screen and (max-width: 760px) {

  /* ##### renocolle_index_about ##### */
  .renocolle_index_aboutBox dt { font-size: 2rem; }
  .renocolle_index_aboutBox dd { font-size: 1.2rem; }

}

