@charset "UTF-8";
/* ===================================================================

	about CSS

=================================================================== */

.page_content {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 15px 30px 30px;
  background-color: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
}
@media all and (max-width: 767px){
.page_content {
  padding: 15px 15px 30px;
}
}
.about_area{
	padding: 0 0 0;
	width: 100%;
}
.about_area p{
	margin: 0 0 40px;
}

.about_area ol{
	margin: 0 0 40px;
}
.ttl_sub{
	font-weight: normal;
	text-align: left;
	color: #008cce;
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0 0 6px 0;
  position: relative;
  display: inline-block;
  padding: 0 100px 0 0;
}
.ttl_sub:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 90px;
  height: 1px;
  background-color: #cccccc;
}
.ttl_sub:after {
  right: 0;
}
.about_area figure{
	float: right;
	margin: 0 0 20px 20px;
}
@media all and (max-width: 640px){
.about_area figure{
	float: none;
	margin: 0 auto 20px;
	display: block;
	width: 100%;
}
.about_area figure img{
	width: 100%;
}
}
.realestate_area .lead_style01{
  font-size: clamp(1.8rem, 2.0vw, 2.2rem);
  width: 100%;
  margin: 0 0 14px 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  color: #005bab;
  line-height: 1.4;
  font-weight: 500;
}
.realestate_area .lead_text{
  font-size: clamp(1.5rem, 1.6vw, 1.7rem);
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.4;
}
.realestate_area .lead_text span{
	color: #005bab;
}
.realestate_area img{
	width: 50%;
	margin: 0 auto 20px;
	padding: 0;
}
@media all and (max-width: 640px){
.realestate_area img{
	width: 70%;
	margin: 0 auto 20px;
	padding: 0;
}
}
.realestate_area .lead_style02{
  font-size: clamp(1.8rem, 2.0vw, 2.2rem);
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  color: #da3f69;
  line-height: 1.4;
  font-weight: 500;
}
.realestate_area .realestate_set {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}
.realestate_area .realestate_set li {
	position: relative;
	padding-left: 20px;
	margin: 0 0 0 0;
  font-size: clamp(1.5rem, 1.6vw, 1.7rem);
}
.realestate_area .realestate_set li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--bullet);
	box-shadow: 0 0 0 3px transparent;
	background-color: #005bab;
}
.realestate_area .note {
	margin: 0 0 20px 20px;
  font-size: clamp(1.5rem, 1.6vw, 1.7rem);
}

.commodity_area{
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.commodity_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.commodity_set > li:first-child{
	width: 61%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	background-color: #f3f3f3;
}
ul.commodity_set > li:last-child{
	width: 37%;
	margin: 0 0 10px 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
ul.commodity_set > li:last-child img{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}

ul.commodity_sub_set{
	width: 100%;
	margin: 0 0 0 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
ul.commodity_sub_set > li{
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ffffff;
}
ul.commodity_sub_set > li:last-child{
	border-bottom: 0px solid #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ul.commodity_sub_set > li .ttl{
  font-size: clamp(1.8rem, 2.0vw, 2.2rem);
  margin: 0 0 6px 0;
  padding: 0;
  box-sizing: border-box;
  color: #005bab;
  line-height: 1.4;
}
@media all and (max-width: 640px){
ul.commodity_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.commodity_set > li:first-child{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px;
	box-sizing: border-box;
	background-color: #f3f3f3;
}
ul.commodity_set > li:last-child{
	width: 100%;
	margin: 0 0 10px 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
}