@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea {
	background-image: url("../img/owner/main_bg.webp");
}
.mainArea .inner h1:before {
	content: "To apartment owners";
}

/*ownerArea*/
.ownerArea{
	padding: 60px 0 10px;
}
.ownerArea .h2Area {
	display: flex;
	justify-content: center;
	position: relative;
}
.ownerArea .h2Area:after{
	content: "To apartment owners";
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	line-height: 1;
	color: #baa58c;
	font-weight: 700;
}
.ownerArea .h2Area h2 {
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	padding: 0 20px 20px;
	position: relative;
}
.ownerArea .h2Area h2:before {
	content: "/";
	position: absolute;
	top: 0;
	left: 0;
}
.ownerArea .h2Area h2:after {
	content: "/";
	position: absolute;
	top: 0;
	right: 0;
}
.ownerArea .desc{
	text-align: center;
	padding: 50px 0;
}
.ownerArea .desc .ttl,
.ownerArea .desc h3{
	background-color: #534741;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	padding: 10px;
	display: inline-block;
	width: 850px;
	margin: 0 0 40px;
}
.ownerArea .desc h3{
	background-color: #003366;
}
.ownerArea .bgc{
	background-color: #f0eeee;
}
.ownerArea .space p:first-child{
	margin-bottom: 14px;
}
.ownerArea .space .img{
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.ownerArea .space .img div{
	margin: 0 50px;
}
.ownerArea .space .img .before {
	position: relative;
}
.ownerArea .space .img .before:after {
	content: '';
	border-style: solid;
	border-width: 20px 0 20px 30px;
	border-color: transparent transparent transparent #003366;
	position: absolute;
	top: 50%;
	right: -70px;
	margin-top: -6px;
}
.ownerArea .space .txt{
	line-height: 1.8;
}

.ownerArea .cost_cut ul li{
	margin-bottom: 4px;
	font-size: 17px;
}
.ownerArea .cost_cut ul li::before,
.ownerArea .good_value ul li dd .check::before {
	content: '\f14a';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 6px;
}
.ownerArea .good_value ul li dd .exclamation::before {
	content: '\f071';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 6px;
}
.ownerArea .cost_cut p{
	margin-top: 16px;
}

.ownerArea .good_value ul{
	display: flex;
	justify-content: center;
}
.ownerArea .good_value ul li{
	margin: 0 30px;
	width: 400px;
}
.ownerArea .good_value ul li dt{
	border-bottom: 1px solid #534741;
	padding-bottom: 6px;
	margin-bottom: 10px;
	font-size: 17px;
}
.ownerArea .good_value ul li dd{
	text-align: left;
	padding: 0 12px;
}
.ownerArea .good_value ul li dd .price{
	text-align: center;
	margin-top: 10px;
	font-weight: 900;
}
.ownerArea .good_value ul li dd .price span{
	font-size: 26px;
	margin-right: 2px;
}

.ownerArea .point{
	padding: 50px 20px 20px;
}
.ownerArea .point ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.ownerArea .point ul li{
	width: 110px;
	margin: 0 50px 30px;
	position: relative;
}
.ownerArea .point ul li:before{
	content: "";
	display: block;
	background-color: #534741;
	border-radius: 50%;
	width: 88px;
	height: 88px;
	margin: 0 auto 10px;
}
.ownerArea .point ul li:after{
	content: url(../img/owner/point01.svg);
	display: block;
	position: absolute;
	bottom: 26px;
	width: 40px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.ownerArea .point ul li:nth-of-type(2):after{
	content: url(../img/owner/point02.svg);
	width: 34px;
	bottom: 28px;
}
.ownerArea .point ul li:nth-of-type(3):after{
	content: url(../img/owner/point03.svg);
	bottom: 30px;
}
.ownerArea .point ul li:nth-of-type(4):after{
	content: url(../img/owner/point04.svg);
	bottom: 28px;
}
.ownerArea .point ul li:nth-of-type(5):after{
	content: url(../img/owner/point05.svg);
	width: 36px;
	bottom: 30px;
}


.ownerArea .cost dl{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.ownerArea .cost dl .costBox{
	width: 260px;
	margin: 0 16px 40px;
}
.ownerArea .cost dl .costBox:last-child{
	margin: 0 16px 0px;
}
.ownerArea .cost dl .costBox dt{
	padding: 18px 22px;
	text-align: left;
	border: 1px solid #534741;
	min-height: 150px;
}
.ownerArea .cost dl .costBox dd .example{
	background-color: #a09a96;
	padding: 10px;
	position: relative;
	margin: 0 0 20px;
	padding: 7px 10px;
	color: #FFF;
}
.ownerArea .cost dl .costBox dd .example:before {
	content: "";
	position: absolute;
	bottom: -146px;
	left: 0;
	border: 130px solid transparent;
	border-top: 16px solid #a09a96;
}
.ownerArea .cost dl .costBox dd .ex02{
	background-color: #534741;
	margin: 10px 0 20px;
}
.ownerArea .cost dl .costBox dd .ex02:before {
	border-top: 16px solid #534741;
}
.ownerArea .cost dl .costBox dd .value {
	font-weight: 900;
}
.ownerArea .cost dl .costBox dd .value span{
	font-size: 26px;
	margin-right: 2px;
}

.ownerArea .flow{
	padding: 50px 20px 10px;
}
.ownerArea .flow ol{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}
.ownerArea .flow ol li{
	width: 220px;
	margin: 0 30px 40px;
}
.ownerArea .flow ol li:last-child{
	margin: 0 30px 0px;
}
.ownerArea .flow ol li p{
	text-align: left;
}
.ownerArea .flow ol li p.step{
	padding: 10px 20px 10px;
	margin-bottom: 10px;
	background-color: #534741;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.ownerArea .flow ol li p.step:before{
	content:url(../img/owner/flow01.svg);
	display: block;
	width: 40px;
	height: 46px;
	margin: 0 auto 10px;
}
.ownerArea .flow ol li:nth-of-type(2) p.step:before,
.ownerArea .flow ol li:nth-of-type(7) p.step:before{
	content:url(../img/owner/flow02.svg);
}
.ownerArea .flow ol li:nth-of-type(3) p.step:before{
	content:url(../img/owner/flow03.svg);
	height: 50px;
}
.ownerArea .flow ol li:nth-of-type(4) p.step:before{
	content:url(../img/owner/flow04.svg);
	width: 74px;
}
.ownerArea .flow ol li:nth-of-type(5) p.step:before{
	content:url(../img/owner/flow05.svg);
	width: 58px;
}
.ownerArea .flow ol li:nth-of-type(6) p.step:before{
	content:url(../img/owner/flow06.svg);
	width: 38px;
	height: 52px;
}
.ownerArea .flow ol li:nth-of-type(8) p.step:before{
	content:url(../img/owner/point05.svg);
}

.ownerArea .voice ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.ownerArea .voice ul li{
	width: 290px;
	margin: 0 30px 40px;
}
.ownerArea .voice ul li:last-child{
	margin: 0 30px 0px;
}
.ownerArea .voice ul li p:last-child{
	margin-top: 30px;
}
.ownerArea .voice ul li .img{
	background-image: url(../img/owner/voice.svg);
	background-repeat: no-repeat;
	width: 154px;
	height: 154px;
	margin: 0 auto 24px;
}
.ownerArea .qa{
	max-width: 850px;
	margin: 0 auto;
}
.ownerArea .qa dl {
	max-width: 800px;
	text-align: left;
	margin: 0 auto 80px;
}
.ownerArea .qa dl div{
	margin-bottom: 50px;
	text-align: left;
}
.ownerArea .qa dl div dt{
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 900;
	    display: flex;
    align-items: center;
}
.ownerArea .qa dl div dt:before{
	content: "Ｑ：";
}
.ownerArea .qa dl div dd {
	padding-left: 36px;
	text-indent: -32px;
}
.ownerArea .qa dl div dd:before {
	content: "Ａ：";
}

.ownerArea .qa dl div dt:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #000;
	margin-left: 10px;
}

@media screen and (max-width: 1000px) {
	.ownerArea .desc .ttl, .ownerArea .desc h3{
		width: 85%;
	}
	.ownerArea .space .img{
		display: block;
	}
	.ownerArea .space .img div{
		margin: 0;
	}
	.ownerArea .space .img div:first-child{
		margin-bottom: 70px;
	}
	.ownerArea .space .img .before:after {
		border-width: 30px 30px 0px 30px;
		border-color: #003366 transparent transparent transparent;
		bottom: -76px;
		top: inherit;
		right: inherit;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.ownerArea .good_value ul {
		flex-direction: column;
		align-items: center;
	}
	.ownerArea .good_value ul li:first-child{
		margin-bottom: 40px;
	}
}	

@media screen and (max-width: 600px) {
	.ownerArea .h2Area h2{
		font-size: 20px;
	}
	.ownerArea .h2Area h2:after{
		font-size: 13px;
	}
	.ownerArea .desc{
		padding: 40px 6vw;
	}
	.ownerArea .space .txt{
		text-align: left;
	}
	.ownerArea .space .img .before:after {
		border-width: 24px 28px 0px 28px;
		bottom: -58px;
	}
	.ownerArea .desc .ttl, .ownerArea .desc h3{
		font-size: 19px;
		width: 100%;
		margin-bottom: 30px;
		padding: 10px 1.5em;
	}
	.ownerArea .cost_cut ul li{
		font-size: 15px;
	}
	.ownerArea .good_value ul li{
		width: 100%;
	}
	.ownerArea .point{
		padding: 50px 6vw 20px;
	}
	.ownerArea .point ul li{
		margin: 0 14px 30px;
	}
	.ownerArea .cost dl .costBox{
		margin: 0 0 40px;
	}
	.ownerArea .cost dl .costBox dt{
		min-height: auto;
	}
	.ownerArea .flow ol li p{
		text-align: center;
	}
	.ownerArea .voice{
		padding: 50px 6vw 20px;
	}
	.ownerArea .voice ul li{
		margin: 0 0 40px;
	}
	.ownerArea .voice ul li p:last-child{
		margin-top: 20px;
	}
	.ownerArea .qa dl div{
		margin-bottom: 30px;
	}
	.ownerArea .qa dl div dt {
		font-size: 16px;
		margin-bottom: 6px;
		display: block;
			padding-left: 33px;
		text-indent: -33px;
	}
	.ownerArea .qa dl div dt:after{
		content: none;
	}
	.ownerArea .qa dl div dd{
		padding-left: 32px;
		text-indent: -30px;
	}
}	

@media screen and (max-width: 400px) {
	.ownerArea .flow ol li{
		width: 100%;
		margin: 0 0 40px;
	}
	.ownerArea .flow ol li:last-child{
		margin: 0;
	}
}