@charset "UTF-8";

.fadeIn {
	transition: 1s;
	opacity: 0;
}
.fadeIn.animated {
	opacity: 1;
}

.owner_head {
	margin: 12px 0 46px;
}
.owner_head b {
	display: block;
	font-size: 54px;
	line-height: 1;
	font-weight: 500;
	margin: 0 0 7px;
}
.owner_head small {
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .08em;
	color: #48b157;
}

.owner_visual {
	margin: 0 0 80px;
	min-height: 388px;
	background: url('../img/owner/owner-bg-pc@2x.png') no-repeat;
	background-size: cover;
}
.owner_image {
	padding: 90px 30px 51px 0;
}
.owner_Box {
	padding: 0 3.9%;
}
.owner_Box-title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.75;
	margin: 0 0 80px;
}
.owner_Box-Links {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.owner_Box-button > a {
	display: block;
	background: #48B157;
	color: #fff;
	font-size: 20px;
	text-align: center;
	position: relative;
	border-radius: 25px;
	width: 280px;
	line-height: 50px;
	text-decoration: none;
	border: 2px solid #48B157;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.16);
}
.owner_Box-button > a .icon {
	font-size: 20px;
	margin-right: 21px;
	vertical-align: -1px;
}

.owner_Box-link > a {
    margin-left: 63px;
	color: #fff;
	font-size: 16px;
	position: relative;
	text-decoration: none;
}
.owner_Box-link > a .icon {
	display: inline-block;
	width: 30px;
	height: 27px;
	background: url(../img/owner/satei_white@2x.png) no-repeat 0 0;
	background-size: 100% auto;
	margin-right: 9px;
}

.owner_tel_btn {
  width: 310px;
  height: 58px;
  border: 2px solid;
  border-radius: 32px;
  color: #3BA1D9 !important;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background: #FFF;
  box-shadow: 0px 12px 20px 0px rgba(28,101,139,0.16);
}

.owner_tel_btn:before {
  position: absolute;
  content: "";
  background: url('/assets/img/owner/ico_business_tel.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.owner_tel_tit {
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 50px;
}

.owner_tel_number {
  display: block;
  font-size: 22px;
  line-height: 1;
  margin-left: 10px;
  letter-spacing: .05em;
}

.owner_tel_date {
  display: block;
  font-size: 10px;
  font-weight: bold;
  margin-top: 5px;
  transform: scale(0.9);
  transform-origin: left top;
  letter-spacing: 0;
}

.owner_form_btn {
  width: 310px;
  height: 58px;
  border-radius: 32px;
  background: #3BA1D9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  color: #FFF;
  text-decoration: none;
  box-shadow: 0px 12px 20px 0px rgba(28,101,139,0.16);
}

.owner_form_btn:before {
  position: absolute;
  content: "";
  background: url('/assets/img/owner/satei_white@2x.png') no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
  height: 27px;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.owner_form_btn_text {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-flow: column;
  padding-left: 88px;
  line-height: 1.7;
}

.owner_form_btn_info {
  display: inline-block;
  font-size: 12px;
  position: relative;
  padding: 0 12px;
}

.owner_form_btn_info:before {
  position: absolute;
  content: "";
  background: url('/assets/img/owner/ico_line_left.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  width: 6px;
  height: 11px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.owner_form_btn_info:after {
  position: absolute;
  content: "";
  background: url('/assets/img/owner/ico_line_right.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  width: 6px;
  height: 11px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.owner_Box-btn.right {
  margin-left: 20px;
}

.owner_trouble {
	padding: 0 0 141px;
}
.owner-title {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.85;
	text-align: center;
	margin: 0 0 100px;
}
.owner-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 91.9%;
	margin: 0 auto 100px;
}
.owner-list > li {
	width: 29.1%;
	min-height: 280px;
	text-align: center;
	margin: 0 1.5% 30px;
	padding: 40px 10px;
	background: #FAF8EA;
	box-sizing: border-box;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.owner-list > li .image {
	text-align: center;
	height: 120px;
}
.owner-list > li .image img {
	margin: 0 auto;
}
.owner-list > li .image.owner_trouble_img01 img {
	margin-left: 25px;
	max-height: 107px;
}
.owner-list > li .image.owner_trouble_img02 img {
	margin-left: 36px;
	max-height: 112px;
}
.owner-list > li .image.owner_trouble_img03 img {
	margin-left: 28px;
	max-height: 114px;
}
.owner-list > li .image.owner_trouble_img04 img {
	margin-left: 28px;
	max-height: 115px;
}
.owner-list > li .image.owner_trouble_img05 img {
	margin-left: 30px;
	max-height: 107px;
}
.owner-list > li .image.owner_trouble_img06 img {
	margin-left: 10px;
	max-height: 115px;
}

.owner-list > li h3 {
	margin: 18px 0 0 0;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	color: #333333;
	display: block;
}

.owner-list > li h3 b {
	color: #E69F1C;
}
.owner-after-text {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.06em;
	text-align: center;
	margin: 0 0 25px;
	position: relative;
}
.owner-after-text:before {
	content: '';
	width: 7px;
	height: 35px;
	background: #E69F1C;
	position: absolute;
	top: -71px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.owner-after-arrow {
	text-align: center;
}

.owner_four {
	margin-bottom: 100px;
}

.owner_four-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 96.6%;
	margin: 0 auto 70px;
}
.owner_four-box {
	border: 1px solid #48B157;
	border-radius: 10px;
	padding: 26px 20px 26px 27px;
	width: 49.3%;
    margin-bottom: 30px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.owner_four-box h3 {
	font-size: 28px;
	font-weight: bold;
	color: #48B157;
	line-height: 1.07;
    margin-bottom: 10px;
}
.owner_four-box h3 b {
	font-size: 20px;
	color: #333333;
}
.owner_four-box p {
	font-size: 16px;
	line-height: 1.56;
}
.owner_four-box.rent {
	background: url(../../assets/img/owner/owner_four_rent.svg) no-repeat 94% 20px;
	background-size: 60px auto;
}
.owner_four-box.management {
	background: url(../../assets/img/owner/owner_four_management.png) no-repeat 95.8% 20px;
	background-size: 80px auto;
}
.owner_four-box.reform {
	background: url(../../assets/img/owner/owner_four_reform.png) no-repeat 95.8% 20px;
	background-size: 70px auto;
}
.owner_four-box.operator {
	background: url(../img/owner/owner_four_operator.png) no-repeat 95.8% 18px;
	background-size: 55px auto;
}
.owner_four-box .zero_box {
	position: absolute;
	top: 19px;
	right: 15px;
	z-index: 1;
}
.owner_four-box .zero_box ul {
	display: flex;
	list-style-type: none;
}
.owner_four-box .zero_box li {
	text-align: center;
	margin-left: 5px;
}
.owner_four-box .zero_box li.zero_txt {
	font-size: 25px;
	font-weight: bold;
	color: #48B157;
	line-height: 1;
}
.owner_four-box .zero_box li.zero_txt .num_zero {
	font-size: 40px;
}
.owner_four-box .zero_box li img {
	width: 53px;
}

.owner_system_visual_bg {
	position: relative;
}

.owner_system_visual_bg:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 50%;
	z-index: -1;
	background-color: #F5F8F7;
}

.owner_system_visual {
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
	min-height: 420px;
	background: url('../img/owner/owner_system_visual_bg_pc.png') no-repeat;
	background-size: cover;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
	z-index: 2;
}
.owner_system_image_Box {
	padding: 100px 20px 20px;
	text-align: center;
}
.owner_system_Box-title {
	color: #fff;
	font-size: 25px;
	line-height: 1.8;
}

.owner_system_Box-text {
	color: #E69F1C;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 20px;
	position: relative;
}

.owner_system_Box-text .line {
	color: #E69F1C;
	text-decoration: underline;
}

.owner_system_flow_bg {
	background-color: #F5F8F7;
	padding: 71px 0;
}

.owner_system_flow_box {
	background: #fff;
	border-radius: 20px;
	margin: 0 auto;
	width: 100%;
	max-width: 990px;
	padding: 25px 0;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.owner_system_flow_owner {
	width: 18%;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
}

.owner_system_flow_text_left {
	width: 18.8%;
	text-align: center;
	font-size: 17px;
}

.owner_system_flow_um {
	width: 27.7%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #48B157;
	text-decoration: underline;
}

.owner_system_flow_text_right {
	width: 19.5%;
	text-align: center;
	font-size: 17px;
}

.owner_system_flow_tenant {
	width: 16%;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
}

.owner_arrow {
	display: inline-block;
	width: 20px;
	height: 15px;
	position: relative;
}
.owner_arrow:before {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 20px;
	height: 15px;
	background: url('../img/owner/black-arrow.png') no-repeat center center;
	background-size: 100% auto;
}

.owner_arrow_right {
	margin-left: 5px;
}


.owner_arrow_left {
	margin-right: 5px;
}

.owner_arrow_left:before {
	transform: rotate(180deg);
}

.owner_system_block {
	margin: 100px 0 113px;
}

.owner_system_box {
	width: 600px;
	border-radius: 20px;
	padding: 39px 0;
	margin: 0 auto 30px;
	box-sizing: border-box;
}

.owner_system_box.owner {
	border: 1px solid #48B157;
}

.owner_system_box.resident {
	border: 1px solid #B77B58;
}

.owner_system_box .box-conts {
	display: flex;
}
.owner_system_box .box-conts .conts-left {
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
}
.owner_system_box.owner .box-conts .conts-left {
	border-right: 1px solid #48B157;
}
.owner_system_box.resident .box-conts .conts-left {
	border-right: 1px solid #B77B58;
}
.owner_system_box .box-conts .conts-right {
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
}
.owner_system_box .box-conts  h4 {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 20px;
}
.owner_system_box .box-conts  p {
	font-size: 22px;
	font-weight: 700;
}

.owner_system_box.owner .box-conts  h4 {
	color: #48B157;
}

.owner_system_box.resident .box-conts  h4 {
	color: #B77B58;
}

.owner_system-after-text {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.06em;
	text-align: center;
	margin: 0 0 25px;
	position: relative;
}
.owner_system-after-text:before {
	content: '';
	width: 7px;
	height: 35px;
	background: #48B157;
	position: absolute;
	top: -48px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.owner_system-after-arrow {
	text-align: center;
	margin-bottom: 100px;
}

.owner_support-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 91.9%;
	margin: 0 auto 70px;
}
.owner_support-list > li {
	width: 29.1%;
	min-height: 260px;
	text-align: center;
	margin: 0 1.5% 30px;
	padding: 40px 10px 50px;
	background: #F4F8F4;
	box-sizing: border-box;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.owner_support-list > li h4 {
	margin: 30px 0 0 0;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	display: block;
}
.owner_support-list > li .image {
	text-align: center;
	height: 133px;
}
.owner_support-list > li .image img {
	margin: 0 auto;
	max-height: 100%;
}

.owner_conditions {
	width: 85.9%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 33px 58px;
	border-radius: 20px;
	background: #F5F5F5;
}

.owner_conditions_conts {
	display: flex;
}

.owner_conditions .conditions-mark {
	width: 120px;
	margin-right: 40px;
}
.owner_conditions .conditions-icon {
	background: #FFFFFF;
	border: 1px solid #48B157;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1.75;
	color: #48B157;
	text-align: center;
	padding: 2px 5px;
}
.owner_conditions .conditions-txt {
	width: calc(100% - 160px);
}
.owner_conditions .conditions-list {
	font-size: 20px;
	line-height: 1.75;
	list-style-type: none;
}
.owner_conditions .conditions-list li {
	display: block;
	position: relative;
}
.owner_conditions .conditions-list li .icon {
	position: absolute;
	top: 0;
	left: 0;
}
.owner_conditions .conditions-list li .important {
	color: #48B157;
	font-weight: bold;
}

.business_contact {
	margin: 0 0 150px;
}

.business_contact-wrap {
	position: relative;
}
.business_evaluation {
	position: absolute;
	top: -55px;
	right: 0;
	width: 180px;
	height: 180px;
	background: #E6552B;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	padding: 23px 0 0 0;
}

.business_evaluation .evaluation_ttl {
	font-size: 22px;
	line-height: 1.18;
	margin-bottom: 4px;
}

.business_evaluation .point {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 4px;
}

.business_evaluation .star {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 9px;
}

.business_evaluation .date {
	font-size: 12px;
	line-height: 1;
}

.business_contact-box {
	display: flex;
	border-radius: 27px;
	background: url('../img/owner/contact-box-bg-pc@2x.png') no-repeat;
	background-size: cover;
	overflow: hidden;
	margin: 0 4.5%;
}

.business_contact-box .left-image {
	width: 29%;
	background: rgba(72, 177, 87, 0.6);
	padding: 25px 25px 25px 0px;
	text-align: center;
	box-sizing: border-box;
}
.business_contact-box .right-conts {
	width: 71%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding: 40px 2% 38px 2%;
}
.business_contact-box .right-conts > div {
	width: 48%;
	text-align: center;
	color: #fff;
}
.business_contact-box .right-conts > div .lead-txt {
	color: #48B157;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	border-radius: 10px;
	padding: 14px 14px 12px 16px;
	margin-bottom: 35px;
}
.business_contact-box .right-conts > div .area-head {
	font-size: 18px;
	line-height: 1.999;
	font-weight: 700;
	margin: 0 0 0;
}
.business_contact-box .right-conts > div .small {
	font-size: 12px;
	line-height: 1.666;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.business_contact-box .right-conts > div .tel-no {
	font-size: 32px;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.business_contact-box .right-conts > div .form-bt a {
	height: 50px;
}
.business_contact-box .right-conts .form-area .small {
	text-align: left;
	margin: 0 0 17px;
}

.business_contact-box .right-conts .form-area a .icon {
	display: inline-block;
	width: 30px;
	height: 27px;
	background: url(../img/owner/satei_white@2x.png) no-repeat 0 0;
	background-size: 100% auto;
	margin-right: 9px;
}

.groupe {
	padding: 123px 0 0;
}
.groupe_title {
	margin: 0 0 56px;
}
.group-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin: 0 0 109px;
}
.group-list > .group-box {
	width: 48.3%;
	margin-bottom: 38px;
	box-sizing: border-box;
}
.group-list > .group-box:nth-child(odd) {
	padding: 0 4% 0 2.4%;
	border-right: 1px solid #000;
}
.group-list > .group-box:nth-child(even) {
	padding: 0 6% 0 1%;
}

.group-list > .group-box h4 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #000;
	margin: 0 0 4px;
}
.group-list > .group-box p {
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1.85;
	color: #333333;
	margin: 0 0 16px;
}
.group-list > .group-box p.address {
	font-size: 12px;
	letter-spacing: 0.04em;
	line-height: 2;
	color: #333333;
	margin: 0 0 6px;
}
.group-list > .group-box p.tel {
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.875;
	color: #333333;
	margin: 0 0 20px;
}
.group-list > .group-box .business_link {
	margin: 0 -7px 0 0;
}
.group-list > .group-box .business_link .u-moreLink > .icon-arrowRight {
	top: 0;
}
.search_button {
	max-width: 384px;
	width: 100%;
	margin: 0 auto 120px;
}

.owner_request {
	padding: 150px 0 100px;
}

.owner_request_block {
	margin-bottom: 70px;
}

.owner_request_list {
	width: 100%;
	max-width: 830px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	align-items: center;
}

.owner_request_list li {
	width: 48.2%;
	min-height: 100px;
	box-sizing: border-box;
	border: 2px solid #48B157;
	border-radius: 10px;
	font-size: 22px;
	color: #48B157;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	padding: 15px 30px;
	line-height: 1.3;
}

.owner_context_links {
	display: flex;
	justify-content: center;
	align-items: center;
}
.owner_other {
	padding: 213px 0 100px;
}

.owner_other_lead_text {
	padding: 0 42px;
	font-size: 18px;
	margin-bottom: 70px;
}

.owner_other_text {
	padding: 0 42px;
	font-size: 18px;
	margin: 50px 0 70px;
	text-align: center;
}

.owner_other_list_block {
	display: table;
	margin: 0 auto;
}

.owner_other_list_mb {
	margin-bottom: 50px;
}

.owner_other_list {
	font-size: 20px;
}

.owner_contact_lead_text {
	font-size: 20px;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (max-width: 1149px) {

}
@media screen and (min-width:1000px) {


}
@media screen and (max-width: 999px) {

}

@media screen and (min-width: 768px) {
	.owner_Box-link > a {
		display: block;
		background: #3BA1D9;
		text-align: center;
		border-radius: 25px;
		width: 280px;
		line-height: 50px;
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.16);
		border: 2px solid #3BA1D9;
		transition: all 0.3s ease;
	}
	.owner_Box-link > a .icon img {
		vertical-align: -6px;
	}
	.owner_Box-link > a:hover {
		color: #3BA1D9;
		background: #ffffff;
		border: 2px solid #3BA1D9;
	}
	.owner_Box-link > a:hover .icon {
		background: url(../img/owner/satei_blue.png) no-repeat 0 0;
		background-size: 100% auto;
	}
	.business_contact-box .right-conts .form-area a:hover {
		color: #3BA1D9;
		background: #ffffff;
		border: 2px solid #3BA1D9;
	}
	.business_contact-box .right-conts .form-area a:hover .icon {
		background: url(../img/owner/satei_blue.png) no-repeat 0 0;
		background-size: 100% auto;
	}
}

@media screen and (max-width: 767px) {
	.owner_head {
		margin: 52px 0 21px;
	}
	.owner_head b {
		font-size: 42px;
	}
	.owner_head small {
		font-size: 14px;
		letter-spacing: .04em;
	}
	.owner_visual {
		min-height: 250px;
		background: url('../img/owner/owner-bg-sp@2x.png') no-repeat;
		background-size: cover;
		margin: 0 0 40px;
	}
	.owner_Box {
		padding: 0 2.5%;
	}
	.owner_image {
		padding: 25px 0 25px;
	}
	.owner_Box-title {
		font-size: 14px;
		letter-spacing: 0.01em;
		line-height: 1.75;
		margin: 0 0 33.5px;
	}
	.owner_Box-Links {
		display: block;
		width: 260px;
		margin: 0 auto;
	}
	.owner_Box-link {
		text-align: right;
	}
	.owner_Box-link > a {
		color: #fff;
		font-size: 12px;
        margin-left: 0px;
	}
	.owner_Box-link > a .icon {
		width: 18px;
		height: 16px;
		background: url(../img/owner/satei_white@2x.png) no-repeat 0 0;
		background-size: 100% auto;
		margin-right: 5px;
		vertical-align: -3px;
	}
	.owner_sp_arrow_box {
		display: inline-block;
		width: 8px;
		position: relative;
		margin-left: 5px;
	}
	.owner_Box-link > a .owner_sp_arrow_right {
		display: inline-block;
		width: 6px;
		height: 6px;
		border-top: solid 1px #FFFFFF;
		border-right: solid 1px #FFFFFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: relative;
		top: -1px;
	}
	.owner_Box-link > a .owner_sp_arrow_box:before {
		content: '';
		width: 100%;
		height: 1px;
		background-color: #FFFFFF;
		position: absolute;
		top: 11px;
		right: 1px;
	}

	.owner_tel_btn {
		width: 100%;
		height: 45px;
	}

	.owner_tel_tit {
		font-size: 10px;
	}

	.owner_tel_number {
	font-size: 17px;
	}

	.owner_form_btn {
		width: 100%;
		height: 45px;
	}
	.owner_form_btn_text {
	font-size: 13px;
	line-height: 1.5;
	}

	.owner_form_btn_info {
	font-size: 10px;
	}

	.owner_Box-btn.right {
		margin: 15px 0 0;
	}

	.owner_trouble {
		padding: 0 0 54px;
	}
	.owner-title {
		font-size: 16px;
		text-align: center;
		margin: 0 0 30px;
	}
	.owner-list {
		width: 100%;
		margin: 0 0 30px;
	}
	.owner-list > li {
		width: 44.4%;
		min-height: 140px;
		border-radius: 10px;
		margin: 0 2.8% 20px;
		padding: 22px 10px 20px;
	}
	.owner-list > li .image {
		height: 60px;
	}
	.owner-list > li .image.owner_trouble_img01 img {
		margin-left: 6px;
		max-height: 53px;
	}
	.owner-list > li .image.owner_trouble_img02 img {
		margin-left: 12px;
		max-height: 56px;
	}
	.owner-list > li .image.owner_trouble_img03 img {
		margin-left: 13px;
		max-height: 57px;
	}
	.owner-list > li .image.owner_trouble_img04 img {
		margin-left: 13px;
		max-height: 57px;
	}
	.owner-list > li .image.owner_trouble_img05 img {
		margin-left: 13px;
		max-height: 57px;
	}
	.owner-list > li .image.owner_trouble_img06 img {
		margin-left: 13px;
		max-height: 57px;
	}

	.owner-list > li h3 {
		margin: 3px 0 0 0;
		font-size: 12px;
		line-height: 1.4;
	}
	.owner-after-text {
		font-size: 21px;
		margin: 0 0 16px;
	}
	.owner-after-arrow img {
		width: 45px;
	}
	.owner-after-text:before {
		width: 3px;
		height: 17px;
		top: -28px;
	}
	.owner_four {
		margin-bottom: 50px;
	}
	.owner_four-list {
		display: block;
		width: 100%;
		margin: 0 auto 20px;
	}
	.owner_four-box {
		border-radius: 10px;
		padding: 18px 15px 19px 17px;
		width: 100%;
	}
	.owner_four-box h3 {
		font-size: 20px;
		line-height: 1.15;
	}
	.owner_four-box h3 b {
		font-size: 14px;
	}
	.owner_four-box p {
		font-size: 12px;
		line-height: 1.5;
	}
	.owner_four-box.rent {
		background: url(../../assets/img/owner/owner_four_rent.svg) no-repeat 94% 13px;
		background-size: 38px auto;
	}
	.owner_four-box.management {
		background: url(../../assets/img/owner/owner_four_management.png) no-repeat 95.8% 14px;
		background-size: 52px auto;
	}
	.owner_four-box.reform {
		background: url(../../assets/img/owner/owner_four_reform.png) no-repeat 95.8% 10px;
		background-size: 47px auto;
	}
	.owner_four-box.operator {
		background: url(../../assets/img/owner/owner_four_operator.png) no-repeat 95.8% 9px;
		background-size: 37px auto;
	}
	.owner_four-box .zero_box {
		top: 14px;
		right: 10px;
	}
	.owner_four-box .zero_box li {
		margin-left: 3px;
	}
	.owner_four-box .zero_box li.zero_txt {
		font-size: 16px;
	}
	.owner_four-box .zero_box li.zero_txt .num_zero {
		font-size: 25px;
	}
	.owner_four-box .zero_box li img {
		width: 37px;
	}
	.owner_system_visual {
		margin: 0 0;
		background: url('../img/owner/owner_system_visual_bg_sp.png') no-repeat;
		box-sizing: border-box;
		min-height: auto;
	}
	.owner_system_Box {
		padding: 0 2.5%;
	}
	.owner_system_image_Box {
		padding: 65px 0 60px;
	}
	.owner_system_Box-title {
		font-size: 13px;
	}
	.owner_system_Box-text {
		font-size: 15px;
		line-height: 1.6;
	}

	.owner_system_flow_bg {
		padding: 25px 0 30px;
	}

	.owner_system_flow_box {
		padding: 20px;
		display: block;
	}

	.owner_system_flow_owner {
		width: auto;
		font-size: 13px;
		margin-bottom: 10px;
	}

	.owner_system_flow_text_left {
		width: auto;
		font-size: 11px;
		display: flex;
		justify-content: center;
		gap: 0 10px;
	}

	.owner_system_flow_um {
		width: auto;
		font-size: 16px;
		text-align: center;
		margin: 10px 0;
	}

	.owner_system_flow_text_right {
		width: auto;
		font-size: 11px;
		display: flex;
		justify-content: center;
		gap: 0 10px;
	}

	.owner_system_flow_tenant {
		width: auto;
		font-size: 13px;
		margin-top: 10px;
	}

	.owner_arrow {
		width: 13px;
		height: 10px;
	}
	.owner_arrow:before {
		width: 13px;
		height: 10px;
	}

	.owner_arrow_right {
		margin-left: 3px;
	}

	.owner_arrow_right:before {
		transform: rotate(-90deg);
	}

	.owner_arrow_left {
		margin-right: 3px;
	}

	.owner_arrow_left:before {
		transform: rotate(90deg);
	}




	.owner_system_block {
		margin: 30px 0 41px;
	}

	.owner_system_box {
		width: 95.5%;
		border-radius: 10px;
		padding: 18px 0 22px;
	}

	.owner_system_box .box-conts .conts-left {
		padding: 0 10px;
	}
	.owner_system_box .box-conts .conts-right {
		padding: 0 10px;
	}
	.owner_system_box .box-conts  h4 {
		font-size: 14px;
		margin: 0 0 5px;
	}
	.owner_system_box .box-conts  p {
		font-size: 14px;
	}
	.owner_system-after-text {
		font-size: 16px;
		line-height: 1.42;
		margin: 0 0 12px;
	}
	.owner_system-after-arrow {
		width: 45px;
		margin: 0 auto 30px;
	}
	.owner_system-after-text:before {
		top: -25px;
		width: 3px;
		height: 18px;
	}
	.owner_support-list {
		width: 100%;
		margin: 0 0 30px;
	}
	.owner_support-list > li {
		width: 44.4%;
		min-height: 140px;
		border-radius: 10px;
		margin: 0 2.8% 20px;
		padding: 22px 10px 20px;
	}
	.owner_support-list > li .image {
		height: 69px;
	}
	.owner_support-list > li h4 {
		margin: 18px 0 0 0;
		font-size: 14px;
		line-height: 1.4;
	}
	.owner_conditions {
		width: 94.4%;
		margin: 0 auto;
		padding: 21px 24px 28px;
		border-radius: 10px;
	}
	.owner_conditions_conts {
		display: block;
	}
	.owner_conditions .conditions-mark {
		width: 66px;
		margin: 0 0 10px 0;
	}
	.owner_conditions .conditions-icon {
		font-size: 10px;
		line-height: 1.4;
		padding: 2px 1px;
	}
	.owner_conditions .conditions-txt {
		width: calc(100% - 49px);
	}
	.owner_conditions .conditions-list {
		font-size: 10px;
		line-height: 1.4;
	}
	.owner_conditions .conditions-list li .icon {
		position: absolute;
		top: 0;
		left: 0;
	}
	.business_contact {
		margin: 0 0 60px;
	}
	.business_evaluation {
		top: -55px;
		right: 0;
		width: 115px;
		height: 115px;
		padding: 14px 0 0 0;
	}

	.business_evaluation .evaluation_ttl {
		font-size: 13px;
		line-height: 1.15;
		margin-bottom: 2px;
	}

	.business_evaluation .point {
		font-size: 17px;
		margin-bottom: 4px;
	}

	.business_evaluation .star {
		font-size: 13px;
		margin-bottom: 5px;
	}

	.business_evaluation .date {
		font-size: 10px;
	}

	.business_contact-box {
		border-radius: 13.5px;
		background: url('../img/owner/contact-box-bg-sp.png') no-repeat;
		background-size: cover;
		display: block;
	}
	.business_contact-box .left-image {
		width: 100%;
		padding: 7px 16px 7px 0px;
	}
	.business_contact-box .left-image img {
		max-width: 80px;
	}
	.business_contact-box .right-conts > div .icon-image {
		margin: 0 0 14px;
	}
	.business_contact-box .right-conts {
		width: 100%;
		display: block;
		padding: 20px 17px 31px 17px;
	}
	.business_contact-box .right-conts > div {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.business_contact-box .right-conts > div .lead-txt {
		font-size: 12px;
		line-height: 1.16;
		text-align: left;
		border-radius: 5px;
		padding: 7px 11px;
		margin: 0 auto 21px;
	}

	.business_contact-box .right-conts > div .area-head {
		font-size: 14px;
		letter-spacing: 0.02em;
		line-height: 1;
		margin: 0 0 5px;
	}
	.business_contact-box .right-conts > div .tel-no {
		font-size: 33px;
		line-height: 1;
		margin: 0 0 5px;
	}
	.business_contact-box .right-conts .form-area .small {
		margin: 0 0 14px;
	}
	.business_contact-box .right-conts .form-area a .icon {
		width: 18px;
		height: 16px;
		background: url(../img/owner/satei_white@2x.png) no-repeat 0 0;
		background-size: 100% auto;
		margin-right: 5px;
		vertical-align: -3px;
	}
	.business_contact-box .right-conts > div .small {
		font-size: 10px;
	}
	.business_contact-box .right-conts > .tel-area {
		margin: 0 0 23px;
	}
	.business_contact-box .right-conts > div .form-bt {
		width: 100%;
	}
	.groupe {
		padding: 74px 0 0;
	}
	.groupe_title {
		display: block;
		margin: 0 0 37px;
	}
	.groupe_title > b {
		margin: 0 0 5px;
	}
	.group-list {
		display: block;
		margin: 0 0 73px;
	}
	.group-list > .group-box {
		width: 100%;
	}
	.group-list > .group-box:nth-child(odd) {
		border-right: none;
		border-bottom: 1px solid #000;
		padding: 0 4% 37px 5.4%;
	}
	.group-list > .group-box:nth-child(even) {
		border-right: none;
		border-bottom: 1px solid #000;
		padding: 0 4% 37px 5.4%;
	}
	.group-list > .group-box:last-child {
		border-bottom: none;
		padding: 0 4% 0 5.4%;
	}

	.group-list > .group-box h4 {
		margin: 0 0 13px;
	}
	.group-list > .group-box p {
		font-size: 13.5px;
		margin: 0 0 8px;
	}
	.group-list > .group-box p.address {
		font-size: 11.5px;
		margin: 0 0 8px;
	}
	.group-list > .group-box p.tel-fax {
		font-size: 15.5px;
		line-height: 1.87;
		margin: 0 0 14px;
	}
	.group-list > .group-box .business_link {
		margin: 0 1px 0 0;
	}
	.group-list > .group-box .business_link .u-moreLink > .icon-arrowRight {
		top: -0.06em;
	}
	.search_button {
		max-width: 280px;
		margin: 0 auto 60px;
	}
	.search_button .u-inner {
		padding: 0;
	}
	.search_button a {
		width: 100%;
		height: 50px;
	}

	.owner_request {
		padding: 50px 0 30px;
	}

	.owner_request_block {
		padding: 0 45px;
		margin-bottom: 20px;
	}

	.owner_request_list {
		max-width: 400px;
		display: block;
	}

	.owner_request_list li {
		width: 100%;
		min-height: 70px;
		font-size: 12px;
		margin-bottom: 15px;
		padding: 15px 30px;
	}

	.owner_context_links {
		display: block;
		width: 260px;
		margin: 0 auto;
	}

	.owner_other {
		padding: 80px 0 35px;
	}

	.owner_other_lead_text {
		padding: 0 0 0 24px;
		font-size: 11px;
		margin-bottom: 25px;
	}

	.owner_other_text {
		padding: 0 10px 0;
		font-size: 11px;
		margin: 25px 0;
	}

	.owner_other_list_block {
		display: table;
		margin: 0 auto;
	}


	.owner_other_list_mb {
		margin-bottom: 30px;
	}


	.owner_other_list {
		font-size: 10px;
		margin-left: 30px;
	}

	.owner_contact_lead_text {
		font-size: 10px;
		margin-bottom: 30px;
	}


}
@media screen and (max-width: 374px) {

}
