@charset 'UTF-8';
body {
	font-feature-settings: "palt";
	min-width: 1200px;
}
@media screen and (min-width:1200px){
	body {
		overflow-x: hidden;
	}
}
@media screen and (max-width: 767px) {
	.pc_only {
		display:none!important;
	}
	main {
		overflow-x: hidden;
	}
}
@media screen and (min-width: 768px) {
	.sp_only {
		display:none!important;
	}
}
*:focus {
	outline: none;
}
.smart_living_lease a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	transition: 0.5s;
	outline: none;
}
.smart_living_lease a:hover {
	opacity: 0.7;
	text-decoration: none;
	outline: none;
}

/* Font Size VW変換 */
@media screen and (max-width: 767px) {
	.fs_vw_5 {
		font-size: 1.212vw;
	}
	.fs_vw_6 {
		font-size: 1.455vw;
	}
	.fs_vw_7 {
		font-size: 1.697vw;
	}
	.fs_vw_8 {
		font-size: 1.939vw;
	}
	.fs_vw_9 {
		font-size: 2.182vw;
	}
	.fs_vw_10 {
		font-size: 2.424vw;
	}
	.fs_vw_11 {
		font-size: 2.667vw;
	}
	.fs_vw_12 {
		font-size: 2.909vw;
	}
	.fs_vw_13 {
		font-size: 3.152vw;
	}
	.fs_vw_14 {
		font-size: 3.394vw;
	}
	.fs_vw_15 {
		font-size: 3.636vw;
	}
	.fs_vw_16 {
		font-size: 3.879vw;
	}
	.fs_vw_17 {
		font-size: 4.121vw;
	}
	.fs_vw_18 {
		font-size: 4.364vw;
	}
	.fs_vw_19 {
		font-size: 4.606vw;
	}
	.fs_vw_20 {
		font-size: 4.848vw;
	}
	.fs_vw_21 {
		font-size: 5.091vw;
	}
	.fs_vw_22 {
		font-size: 5.333vw;
	}
	.fs_vw_23 {
		font-size: 5.576vw;
	}
	.fs_vw_24 {
		font-size: 5.818vw;
	}
	.fs_vw_25 {
		font-size: 6.061vw;
	}
	.fs_vw_26 {
		font-size: 6.303vw;
	}
	.fs_vw_27 {
		font-size: 6.545vw;
	}
	.fs_vw_28 {
		font-size: 6.788vw;
	}
	.fs_vw_29 {
		font-size: 7.030vw;
	}
	.fs_vw_30 {
		font-size: 7.273vw;
	}
}

/*-----------------------------------------------------------------------------------------
// #mv_wrap
-----------------------------------------------------------------------------------------*/
.mv_wrap {
}
.mv_wrap .mv_main_box {
	width: 100%;
	height: 416px;
	position: relative;
	margin: 0;
}
.mv_wrap .mv_main_box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../../img/mv_main_bg.png);
	background-size: cover;
}
.mv_wrap .mv_main_box img {
	width: 89.44vw;
	max-width: 1014px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.mv_wrap .mv_contact_wrap {
	background-color: #006934;
}
.mv_wrap .mv_contact_wrap .mv_contact_box {
	width: 940px;
	height: 104px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
}
.mv_wrap .mv_contact_wrap .mv_contact_box .mv_contact_box_txt {
	width: 404px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.529;
	color: #fff;
	position: relative;
	z-index: 1;
}
.mv_wrap .mv_contact_wrap .mv_contact_box .mv_contact_box_link {
	width: 540px;
	height: 76px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background-color: #fff;
}
.mv_wrap .mv_contact_wrap .mv_contact_box .mv_contact_box_link .mv_contact_box_link_01 {
	display: block;
	width: 158px;
	margin-right: 12px;
}
.mv_wrap .mv_contact_wrap .mv_contact_box .mv_contact_box_link .mv_contact_box_link_01 img {
	width: 100%;
}
.mv_wrap .mv_contact_wrap .mv_contact_box .mv_contact_box_link .mv_contact_box_link_02 {
	display: block;
	width: 326px;
}
.mv_wrap .mv_contact_wrap .mv_contact_box .mv_contact_box_link .mv_contact_box_link_02 img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.mv_wrap .mv_main_box {
		width: 100%;
		height: 0;
		padding-top: 91.66%;
	}
	.mv_wrap .mv_main_box::before {
		background-image: url(../../img/mv_main_bg_sp.png);
	}
	.mv_wrap .mv_main_box img {
		width: auto;
		height: 93.36%;
	}
	.mv_wrap .mv_contact_wrap .mv_contact_box {
		width: 100%;
		height: auto;
		justify-content: center;
		flex-direction: column;
		padding: 3.25vw 0 4vw 0;
	}
	.mv_wrap .mv_contact_wrap .mv_contact_box .mv_contact_box_txt {
		width: auto;
		font-size: 3.333vw;
		line-height: 1.5;
		text-align: center;
	}
	.mv_wrap .mv_contact_wrap .mv_contact_box .mv_contact_box_link {
		width: 93.33%;
		height: 26.852vw;
		margin-top: 1.667vw;
		padding-left: 9.167vw;
		box-sizing: border-box;
		flex-direction: column;
		align-items: flex-start;
	}
	.mv_wrap .mv_contact_wrap .mv_contact_box .mv_contact_box_link .mv_contact_box_link_01 {
		width: 53.333vw;
		margin-right: 0;
	}
	.mv_wrap .mv_contact_wrap .mv_contact_box .mv_contact_box_link .mv_contact_box_link_02 {
		width: 72.333vw;
	}
}
/*-----------------------------------------------------------------------------------------
// #smart_living_lease_content_01_wrap
-----------------------------------------------------------------------------------------*/
.smart_living_lease_content_01_wrap {
	background-color: #a2cb39;
	padding-top: 65px;
	padding-bottom: 68px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 {
	max-width: 1127px;
	background-color: #fff;
	border-radius: 30px;
	margin: 0 auto;
	padding-top: 67px;
	padding-bottom: 101px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_01 {
	width: 398px;
	line-height: 1;
	margin: 0 auto;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_01 img {
	width: 100%;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_02 {
	width: 466px;
	line-height: 1;
	margin: 54px auto 0 auto;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_02 img {
	width: 100%;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_03 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.583;
	text-align: center;
	margin-top: 34px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_04 {
	width: 824px;
	line-height: 1;
	margin: 50px auto 0 auto;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_04 img {
	width: 100%;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_05 {
	width: 468px;
	line-height: 1;
	margin: 56px auto 0 auto;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_05 img {
	width: 100%;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_01 {
	width: 687px;
	margin: 26px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_01 li {
	width: 204px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_01 li .smart_living_lease_content_01_list_01_txt_01 {
	width: 204px;
	height: 202px;
	line-height: 1;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_01 li .smart_living_lease_content_01_list_01_txt_01 img {
	width: 100%;
	height: 100%;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_01 li .smart_living_lease_content_01_list_01_txt_02 {
	width: 180px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.375;
	margin-top: 14px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_06 {
	width: 660px;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 auto;
	display: flex;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_06.first {
	margin-top: 26px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_06 span:nth-of-type(1) {
	display: block;
	margin-right: 15px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_09 {
	width: 644px;
	line-height: 1;
	margin: 130px auto 0 auto;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_09 img {
	width: 100%;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_02 {
	width: 940px;
	display: flex;
	justify-content: space-between;
	margin: 42px auto 0 auto;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_02 li {
	width: 300px;
	background-color: rgba(183,211,50,0.25);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 30px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_02 li .smart_living_lease_content_01_list_02_txt_01 {
	height: 292px;
	margin-top: 34px;
	line-height: 1;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_02 li .smart_living_lease_content_01_list_02_txt_01 img {
	width: auto;
	height: 100%;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_02 li .smart_living_lease_content_01_list_01_txt_02 {
	width: 260px;
	height: 26px;
	background-color: #7f9199;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	margin-top: 16px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_02 li .smart_living_lease_content_01_list_01_txt_03 {
	width: 260px;
	line-height: 1;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_02 li .smart_living_lease_content_01_list_01_txt_03 img {
	width: 100%;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_02 li .smart_living_lease_content_01_list_01_txt_03 img {
	width: 100%;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_10 {
	display: flex;
	width: 940px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.5;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_10.first {
	margin-top: 18px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_11 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 98px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_11 span {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_11 span::before {
	content: "";
	position: absolute;
	top: 12px;
	left: -54px;
	width: 46px;
	height: 2px;
	background-color: #000;
	transform: rotate(45deg);
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_11 span::after {
	content: "";
	position: absolute;
	top: 12px;
	right: -54px;
	width: 46px;
	height: 2px;
	background-color: #000;
	transform: rotate(-45deg);
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_11 {
	width: 612px;
	margin: 90px auto 0 auto;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_11 img {
	width: 100%;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_graph_01 {
	margin: 60px auto 0;
	position: relative;
	width: 820px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_graph_01 .smart_living_lease_content_01_graph_01_title{
	width: 220px;
	position: absolute;
	top: -15px;
	left: -20px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_graph_01 .smart_living_lease_content_01_graph_01_title img{
	width: 100%;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_graph_01 .smart_living_lease_content_01_graph_01_content_01 {
	width: 377px;
	padding-left: 220px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_graph_01 .smart_living_lease_content_01_graph_01_content_01 img {
	width: 100%;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_graph_01 .smart_living_lease_content_01_graph_01_content_02 {
	width: 289px;
	position: absolute;
	top: 15px;
	right: 105px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_graph_01 .smart_living_lease_content_01_graph_01_content_02 img {
	width: 100%;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_12 {
	width: 820px;
	margin: 35px auto 0;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_12 img {
	width: 100%;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_note_01 {
	width: 820px;
	margin: 20px auto 0;
	font-size: 14px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_note_01 li {
	padding-left: 1em;
	text-indent: -1em;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_contact {
	width: 820px;
	margin: 30px auto 0;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_contact_txt {
	font-size: 18px;
	font-weight: bold;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_contact_box {
	overflow: hidden;
	border: 2px solid #006934;
	background: #fff;
	border-radius: 16px;
	margin-top: 20px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_contact_box_header {
	background: rgba(183, 211, 50, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 15px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_contact_box_title {
	color: #006934;
	font-size: 22px;
	font-weight: bold;
	margin-right: 25px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_contact_box_txt {
	font-size: 14px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_contact_box_content {
	padding: 15px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_contact_box_list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	font-size: 14px;
	line-height: 1.57;
	padding: 0 60px;
	font-weight: bold;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 {
	width: 940px;
	margin: 60px auto 0 auto;
	padding: 38px 60px;
	box-sizing: border-box;
	background-color: #efefef;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_title {
	background-color: #fff;
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_title .smart_living_lease_content_01_accordion_01_title_txt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.333;
	margin-right: 18px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_title .smart_living_lease_content_01_accordion_01_title_arrow {
	display: block;
	border-top: solid 2px #000;
	border-left: solid 2px #000;
	width: 17px;
	height: 17px;
	transform: rotate(225deg);
	position: relative;
	top: -6px;
	transition: transform 0.5s, top 0.5s;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_title.active .smart_living_lease_content_01_accordion_01_title_arrow {
	top: 6px;
	transform: rotate(45deg);
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_block{
	margin-top: 40px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_block_title{
	padding: 1px 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 100px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_block_dl {
	display: flex;
	font-size: 14px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_block_dl dt{
	font-weight: bold;
	margin-right: 1em;
	white-space: nowrap;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_block_list{
	font-size: 14px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_block_list li{
	text-indent: -1em;
	padding-left: 1em;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_txt_01 {
	font-size: 14px;
	line-height: 1.5;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_txt_02 {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_txt_02 .smart_living_lease_content_01_accordion_01_content_txt_02_01 {
	width: 98px;
	border: 1px solid #231815;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_txt_02 .smart_living_lease_content_01_accordion_01_content_txt_02_02 {
	width: calc(100% - 98px - 14px);
	font-size: 14px;
	line-height: 1.5;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_txt_02 .smart_living_lease_content_01_accordion_01_content_txt_02_02.type_01 > span {
	display: flex;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_txt_02 .smart_living_lease_content_01_accordion_01_content_txt_02_02.type_01 > span span:nth-of-type(1) {
	width: 70px;
	text-align-last: justify;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_txt_02 .smart_living_lease_content_01_accordion_01_content_txt_02_02.type_01 > span span:nth-of-type(2) {
	width: 16px;
	text-align: center;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_txt_02 .smart_living_lease_content_01_accordion_01_content_txt_02_02.type_01 > span span:nth-of-type(3) {
	width: calc(100% - 70px - 16px);
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_txt_03 {
	display: flex;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 22px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 {
	width: 940px;
	margin: 95px auto 0 auto;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_txt_01 {
	width: 100%;
	height: 90px;
	border-top: 2px solid #006934;
	border-bottom: 2px solid #006934;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
	color: #006934;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list {
	background-color: rgba(183,211,50,0.25);
	padding: 25px 0 44px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list::before {
	content: "";
	position: absolute;
	top: 50px;
	left: 254px;
	width: 5px;
	height: calc(100% - 50px - 44px - 10px);
	background-color: #fff;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_num {
	width: 702px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
	z-index: 1;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_num .smart_living_lease_content_01_flow_01_list_num_txt_01 {
	width: 280px;
	line-height: 0;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_num .smart_living_lease_content_01_flow_01_list_num_txt_01 img {
	width: 100%;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_num .smart_living_lease_content_01_flow_01_list_num_txt_02 {
	width: 402px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.388;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc {
	width: 856px;
	margin-top: 15px;
	padding: 40px 40px 32px 40px;
	border: 2px solid #006934;
	border-radius: 15px;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 1;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_txt_01 {
	width: 640px;
	margin: 0 auto;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_txt_01 img {
	width: 100%;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list {
	width: 777px;
	display: flex;
	margin-top: 20px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li {
	height: 306px;
	padding-top: 64px;
	box-sizing: border-box;
	position: relative;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(odd) {
	background-color: rgba(218,224,0,0.3);
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(even) {
	background-color: #e2eec5;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li .smart_living_lease_content_01_flow_01_list_desc_list_txt_01 {
	position: absolute;
	top: 0;
	left: 0;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li .smart_living_lease_content_01_flow_01_list_desc_list_txt_01 img {
	width: 100%;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li .smart_living_lease_content_01_flow_01_list_desc_list_txt_02 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.285;
	margin-top: 12px;
	padding: 0 15px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li .smart_living_lease_content_01_flow_01_list_desc_list_img {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(1) {
	width: 184px;
	z-index: 4;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(2) {
	width: 205px;
	z-index: 3;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(3) {
	width: 194px;
	z-index: 2;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(4) {
	width: 194px;
	z-index: 1;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(1) .smart_living_lease_content_01_flow_01_list_desc_list_txt_01 {
	width: 204px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(2) .smart_living_lease_content_01_flow_01_list_desc_list_txt_01 {
	width: 226px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(3) .smart_living_lease_content_01_flow_01_list_desc_list_txt_01 {
	width: 214px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(4) .smart_living_lease_content_01_flow_01_list_desc_list_txt_01 {
	width: 194px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(1) .smart_living_lease_content_01_flow_01_list_desc_list_img {
	width: 154px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(2) .smart_living_lease_content_01_flow_01_list_desc_list_img {
	width: 180px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(3) .smart_living_lease_content_01_flow_01_list_desc_list_img {
	width: 172px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(4) .smart_living_lease_content_01_flow_01_list_desc_list_img {
	width: 164px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc_txt_02 {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 15px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_txt_02 {
	font-size: 14px;
	line-height: 1.5;
	display: flex;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_txt_02.first {
	margin-top: 28px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 {
	width: 940px;
	margin: 94px auto 0 auto;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_txt_01 {
	width: 100%;
	height: 50px;
	background-color: #efefef;
	display: flex;
	justify-content: center;
	align-items: center;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_txt_01 img {
	width: 284px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_desc {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_desc:nth-of-type(1) {
	margin-top: 15px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_desc .smart_living_lease_content_01_table_01_desc_title {
	width: 180px;
	min-height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(183,211,50,0.25);
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #006934;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_desc .smart_living_lease_content_01_table_01_desc_txt_wrap {
	width: calc(100% - 180px - 18px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 14px 0;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_desc .smart_living_lease_content_01_table_01_desc_txt_wrap .smart_living_lease_content_01_table_01_desc_txt_01 {
	font-size: 18px;
	line-height: 1.444;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_desc .smart_living_lease_content_01_table_01_desc_txt_wrap .smart_living_lease_content_01_table_01_desc_txt_02 {
	font-size: 18px;
	line-height: 1.444;
	margin-top: 8px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_desc .smart_living_lease_content_01_table_01_desc_txt_wrap .smart_living_lease_content_01_table_01_desc_txt_02 a {
	text-decoration: underline;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_desc .smart_living_lease_content_01_table_01_desc_txt_wrap .smart_living_lease_content_01_table_01_desc_txt_03 {
	font-size: 14px;
	line-height: 1.5;
	display: flex;
	margin-top: 12px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_desc .smart_living_lease_content_01_table_01_desc_txt_wrap .smart_living_lease_content_01_table_01_desc_txt_04 {
	font-size: 18px;
	line-height: 1.444;
	display: flex;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_txt_02 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 28px;
	text-align: center;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_txt_02 a {
	color: #006934;
	text-decoration: underline;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 {
	width: 940px;
	margin: 78px auto 0 auto;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_txt_01 {
	width: 100%;
	height: 90px;
	border-top: 2px solid #006934;
	border-bottom: 2px solid #006934;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
	color: #006934;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_accordion {
	border-bottom: 2px solid #006934;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_accordion .smart_living_lease_content_01_faq_01_accordion_title {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding: 20px 28px 20px 30px;
	cursor: pointer;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_accordion .smart_living_lease_content_01_faq_01_accordion_title::before {
	content: "";
	position: absolute;
	top: 20px;
	right: 29px;
	border-bottom: solid 3px #006934;
	border-right: solid 3px #006934;
	width: 17px;
	height: 17px;
	transform: rotate(45deg);
	transition: transform 0.5s, top 0.5s;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_accordion .smart_living_lease_content_01_faq_01_accordion_title.active::before {
	transform: rotate(225deg);
	top: 30px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_accordion .smart_living_lease_content_01_faq_01_accordion_title .smart_living_lease_content_01_faq_01_accordion_title_num {
	height: 30px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_accordion .smart_living_lease_content_01_faq_01_accordion_title .smart_living_lease_content_01_faq_01_accordion_title_num img {
	width: auto;
	height: 100%;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_accordion .smart_living_lease_content_01_faq_01_accordion_title .smart_living_lease_content_01_faq_01_accordion_title_txt {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin-left: 35px;
	padding-right: 50px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_accordion .smart_living_lease_content_01_faq_01_accordion_content {
	width: 760px;
	margin: -8px 0 20px 98px;
	padding: 24px 28px;
	box-sizing: border-box;
	background-color: #f7f8f8;
	border-radius: 10px;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_accordion .smart_living_lease_content_01_faq_01_accordion_content .smart_living_lease_content_01_faq_01_accordion_content_txt_01 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #006934;
}
.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_accordion .smart_living_lease_content_01_faq_01_accordion_content .smart_living_lease_content_01_faq_01_accordion_content_txt_02 {
	font-size: 14px;
	line-height: 1.5;
	color: #006934;
	margin-top: 6px;
}
@media screen and (max-width: 767px) {
	.smart_living_lease_content_01_wrap {
		padding-top: 6.667vw;
		padding-bottom: 10vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 {
		border-radius: 3.333vw;
		padding-top: 6.667vw;
		padding-bottom: 3.667vw;
		width: calc(100% - 6vw);
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_01 {
		width: 57.333vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_02 {
		width: 80.333vw;
		margin: 4vw auto 0 auto;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_03 {
		font-size: 3vw;
		line-height: 1.555;
		margin-top: 4.667vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_04 {
		width: 87.333vw;
		margin: 5.333vw auto 0 auto;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_05 {
		width: 78vw;
		margin: 13vw auto 0 auto;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_01 {
		width: 78vw;
		margin: 6vw auto 0 auto;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 8vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_01 li {
		width: 33.333vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_01 li:nth-of-type(n + 3) {
		margin-top: 8vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_01 li .smart_living_lease_content_01_list_01_txt_01 {
		width: 33.333vw;
		height: auto;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_01 li .smart_living_lease_content_01_list_01_txt_01 img {
		height: auto;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_01 li .smart_living_lease_content_01_list_01_txt_02 {
		width: 32.333vw;
		font-size: 3vw;
		margin-top: 2.333vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_06 {
		width: 78vw;
		font-size: 2.667vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_06.first {
		margin-top: 6.667vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_06 span:nth-of-type(1) {
		margin-right: 3vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_09 {
		width: 67.667vw;
		margin: 16vw auto 0 auto;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_02 {
		width: 66.667vw;
		justify-content: center;
		flex-direction: column;
		margin: 6vw auto 0 auto;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_02 li {
		width: 66.667vw;
		padding-bottom: 6.667vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_02 li:nth-of-type(n + 2) {
		margin-top: 5vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_02 li:nth-of-type(1) .smart_living_lease_content_01_list_02_txt_01 {
		margin-top: 6.333vw;
		height: 62.333vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_02 li:nth-of-type(2) .smart_living_lease_content_01_list_02_txt_01 {
		margin-top: 6.333vw;
		height: 62vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_02 li:nth-of-type(3) .smart_living_lease_content_01_list_02_txt_01 {
		margin-top: 5.667vw;
		height: 64.667vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_02 li .smart_living_lease_content_01_list_01_txt_02 {
		width: 58vw;
		height: 6vw;
		font-size: 3.555vw;
		margin-top: 3.667vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_list_02 li .smart_living_lease_content_01_list_01_txt_03 {
		width: 58vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_10 {
		width: 79vw;
		font-size: 2.667vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_10.first {
		margin-top: 4.667vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_11 {
		width: 77.666vw;
		margin: 12.333vw auto 0 auto;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_graph_01 {
		margin: 5vw auto 0 auto;
		width: 78vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_graph_01 .smart_living_lease_content_01_graph_01_title {
		width: 100%;
		top: auto;
		left: auto;
		position: relative;
		line-height: 0;
		margin: 0 auto 4.5vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_graph_01 .smart_living_lease_content_01_graph_01_content_01 {
		width: 100%;
		padding-left: 0;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_graph_01 .smart_living_lease_content_01_graph_01_content_02 {
		width: 38.636%;
		top: 35%;
		right: 7%;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_txt_12 {
		width: 78vw;
		margin: 5vw auto 0;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_note_01 {
		width: 78vw;
		margin: 5vw auto 0;
		font-size: 2.666vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_contact {
		width: 78vw;
		margin: 5vw auto 0;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_contact.full {
		width: 100%;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_contact_txt {
		text-align: center;
		font-size: 3vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_contact_box {
		border-radius: 2.666vw;
		margin-top: 3.333vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_contact_box_header {
		flex-direction: column;
		padding: 3.333vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_contact_box_title {
		margin-right: 0;
		margin-bottom: 0.5vw;
		font-size: 3.666vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_contact_box_txt {
		font-size: 2.25vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_contact_box_content {
		padding: 2.5vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_contact_box_list {
		font-size: 3vw;
		padding: 0;
		width: 100%;
		flex-direction: column;
		align-items: center;
		margin: 0 auto;
		line-height: 1.8;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_contact_box_list li span {
		width: 10em;
		display: inline-block;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 {
		width: 86.667vw;
		margin: 7vw auto 0 auto;
		padding: 3.167vw 2.5vw 5vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_title {
		height: 6.667vw;
		position: relative;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_title .smart_living_lease_content_01_accordion_01_title_txt {
		font-size: 3vw;
		margin-right: 0;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_title .smart_living_lease_content_01_accordion_01_title_arrow {
		border-top: solid 1px #000;
		border-left: solid 1px #000;
		width: 2.333vw;
		height: 2.333vw;
		position: absolute;
		top: calc(3.333vw - 2.333vw);
		right: 22vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_title.active .smart_living_lease_content_01_accordion_01_title_arrow {
		top: calc(3.333vw - 2.333vw + 1.75vw);
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content {
		margin-top: 3.667vw;
		padding: 0;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_block{
		margin-top: 6vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_block_title{
		font-size: 3.199vw;
		margin-bottom: 2vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_block_dl{
		font-size: 3.199vw;
		display: block;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_block_list{
		font-size: 3.199vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_txt_01 {
		font-size: 2.333vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_txt_02 {
		margin-top: 2.333vw;
		flex-direction: column;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_txt_02 .smart_living_lease_content_01_accordion_01_content_txt_02_01 {
		width: calc(100% - 2px);
		height: calc(5.667vw - 2px);
		font-size: 2.333vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_txt_02 .smart_living_lease_content_01_accordion_01_content_txt_02_02 {
		width: 100%;
		font-size: 2.333vw;
		margin-top: 1.333vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_txt_02 .smart_living_lease_content_01_accordion_01_content_txt_02_02.type_01 > span span:nth-of-type(1) {
		width: 15vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_txt_02 .smart_living_lease_content_01_accordion_01_content_txt_02_02.type_01 > span span:nth-of-type(2) {
		width: 2.667vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_txt_02 .smart_living_lease_content_01_accordion_01_content_txt_02_02.type_01 > span span:nth-of-type(3) {
		width: calc(100% - 15vw - 2.667vw);
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_accordion_01 .smart_living_lease_content_01_accordion_01_content .smart_living_lease_content_01_accordion_01_content_txt_03 {
		font-size: 2.333vw;
		margin-top: 3.333vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 {
		width: calc(100% - 6vw);
		margin: 8vw auto 0 auto;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_txt_01 {
		height: calc(11.667vw - 4px);
		font-size: 4.667vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list {
		padding: 2.833vw 0 5.5vw 0;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list::before {
		top: 5.5vw;
		left: 9.167vw;
		width: 0.833vw;
		height: calc(100% - 30vw);
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_num {
		width: calc(100% - 7.666vw);
		justify-content: center;
		align-items: flex-end;
		flex-direction: column;
		margin-top: 2.667vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_num:last-of-type {
		margin-top: 3.667vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_num .smart_living_lease_content_01_flow_01_list_num_txt_01 {
		width: 100%;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_num .smart_living_lease_content_01_flow_01_list_num_txt_02 {
		width: 65vw;
		font-size: 3.333vw;
		line-height: 1.3;
		margin-top: 3.167vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc {
		width: calc(80vw - 4px);
		margin-top: 2.5vw;
		padding: 6vw 4.333vw 6.333vw 3.5vw;
		border-radius: 2.5vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_txt_01 {
		width: 64.667vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list {
		width: 100%;
		margin-top: 2.167vw;
		flex-wrap: wrap;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li {
		height: 56.333vw;
		padding-top: 12vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(n + 3) {
		margin-top: 5.833vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li .smart_living_lease_content_01_flow_01_list_desc_list_txt_02 {
		font-size: 2.667vw;
		line-height: 1.375;
		margin-top: 2.167vw;
		padding: 0 2.5vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li .smart_living_lease_content_01_flow_01_list_desc_list_img {
		bottom: 2.5vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(1) {
		width: 47.3%;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(2) {
		width: 52.7%;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(3) {
		width: 50%;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(4) {
		width: 50%;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(1) .smart_living_lease_content_01_flow_01_list_desc_list_txt_01 {
		width: 36.733vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(2) .smart_living_lease_content_01_flow_01_list_desc_list_txt_01 {
		width: 40.733vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(3) .smart_living_lease_content_01_flow_01_list_desc_list_txt_01 {
		width: 38.833vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(4) .smart_living_lease_content_01_flow_01_list_desc_list_txt_01 {
		width: 35.167vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(1) .smart_living_lease_content_01_flow_01_list_desc_list_img {
		width: 28.333vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(2) .smart_living_lease_content_01_flow_01_list_desc_list_img {
		width: 33vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(3) .smart_living_lease_content_01_flow_01_list_desc_list_img {
		width: 31.667vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc .smart_living_lease_content_01_flow_01_list_desc_list li:nth-of-type(4) .smart_living_lease_content_01_flow_01_list_desc_list_img {
		width: 30.333vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_list .smart_living_lease_content_01_flow_01_list_desc_txt_02 {
		font-size: 2.333vw;
		margin-top: 3.5vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_txt_02 {
		font-size: 2.667vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_flow_01 .smart_living_lease_content_01_flow_01_txt_02.first{
		margin-top: 4vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 {
		width: 80vw;
		margin: 10vw auto 0 auto;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_txt_01 {
		height: 8.333vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_txt_01 img {
		width: 47.333vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_desc:nth-of-type(1) {
		margin-top: 1.667vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_desc {
		flex-direction: column;
		margin-top: 2.333vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_desc .smart_living_lease_content_01_table_01_desc_title {
		width: 100%;
		height: 8.333vw;
		min-height: auto;
		font-size: 3.333vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_desc .smart_living_lease_content_01_table_01_desc_txt_wrap {
		width: 100%;
		padding: 2.833vw 0 0 0;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_desc .smart_living_lease_content_01_table_01_desc_txt_wrap .smart_living_lease_content_01_table_01_desc_txt_01 {
		font-size: 2.667vw;
		line-height: 1.5;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_desc .smart_living_lease_content_01_table_01_desc_txt_wrap .smart_living_lease_content_01_table_01_desc_txt_02 {
		font-size: 2.667vw;
		line-height: 1.5;
		margin-top: 2.667vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_desc .smart_living_lease_content_01_table_01_desc_txt_wrap .smart_living_lease_content_01_table_01_desc_txt_03 {
		font-size: 2.333vw;
		margin-top: 3vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_desc .smart_living_lease_content_01_table_01_desc_txt_wrap .smart_living_lease_content_01_table_01_desc_txt_04 {
		font-size: 2.667vw;
		line-height: 1.5;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_desc .smart_living_lease_content_01_table_01_desc_txt_wrap .smart_living_lease_content_01_table_01_desc_txt_04 span:nth-of-type(1) {
		display: block;
		margin-right: 0.5vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_table_01 .smart_living_lease_content_01_table_01_txt_02 {
		font-size: 3.333vw;
		margin-top: 4.666vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 {
		width: 86.667vw;
		margin: 14.667vw auto 0 auto;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_txt_01 {
		height: calc(16.667vw - 4px);
		font-size: 4.667vw;
		text-align: center;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_accordion:last-of-type {
		border-bottom: none;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_accordion .smart_living_lease_content_01_faq_01_accordion_title {
		padding: 2.833vw 0;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_accordion .smart_living_lease_content_01_faq_01_accordion_title .smart_living_lease_content_01_faq_01_accordion_title_num {
		height: 6.333vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_accordion .smart_living_lease_content_01_faq_01_accordion_title .smart_living_lease_content_01_faq_01_accordion_title_txt {
		font-size: 3.667vw;
		line-height: 1.454;
		margin-left: 5vw;
		padding-right: 9.833vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_accordion .smart_living_lease_content_01_faq_01_accordion_content {
		width: 78.333vw;
		margin: 0 0 5vw auto;
		padding: 4.333vw 4.833vw;
		border-radius: 1.667vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_accordion .smart_living_lease_content_01_faq_01_accordion_content .smart_living_lease_content_01_faq_01_accordion_content_txt_01 {
		font-size: 3.333vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_accordion .smart_living_lease_content_01_faq_01_accordion_content .smart_living_lease_content_01_faq_01_accordion_content_txt_02 {
		font-size: 2.333vw;
		line-height: 1.428;
		margin-top: 3vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_accordion .smart_living_lease_content_01_faq_01_accordion_title::before {
		top: 4.667vw;
		right: 1.5vw;
		border-bottom: solid 2px #006934;
		border-right: solid 2px #006934;
		width: 2.333vw;
		height: 2.333vw;
	}
	.smart_living_lease_content_01_wrap .smart_living_lease_content_01 .smart_living_lease_content_01_faq_01 .smart_living_lease_content_01_faq_01_accordion .smart_living_lease_content_01_faq_01_accordion_title.active::before {
		top: 5.5vw;
	}
}
/*-----------------------------------------------------------------------------------------
// #smart_living_lease_contact_wrap
-----------------------------------------------------------------------------------------*/
.smart_living_lease_contact_wrap {
	background-color: #efefef;
	padding: 88px 0;
	display: flex;
	justify-content: center;
}
.smart_living_lease_contact_wrap .smart_living_lease_contact_box {
	width: 640px;
	background-color: #fff;
	padding: 26px 0 34px 0;
	border: 3px solid #006934;
	border-radius: 14px;
}
.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_txt_01 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.333;
	color: #006934;
	text-align: center;
	width: 580px;
	border-bottom: 2px solid #006934;
	margin: 0 auto;
	padding-bottom: 18px;
}
.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_tel_box {
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin-top: 18px;
	padding-left: 56px;
	box-sizing: border-box;
}
.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_tel_box .smart_living_lease_contact_tel_link_icon {
	width: 72px;
}
.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_tel_box .smart_living_lease_contact_tel_box_txt_box {
	margin-left: 19px;
}
.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_tel_box .smart_living_lease_contact_tel_box_txt_box .smart_living_lease_contact_tel_box_txt_box_link_01 .smart_living_lease_contact_tel_box_txt_box_link_01_num {
	width: 426px;
}
.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_tel_box .smart_living_lease_contact_tel_box_txt_box .smart_living_lease_contact_tel_box_txt_box_txt {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.428;
	margin-top: 10px;
}
.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_mail_box {
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin-top: 24px;
	padding-left: 56px;
	box-sizing: border-box;
}
.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_mail_box .smart_living_lease_contact_mail_link_icon {
	width: 72px;
}
.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_mail_box .smart_living_lease_contact_mail_box_link {
	width: 420px;
	height: 64px;
	background-color: #006934;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 32px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	position: relative;
	margin-left: 19px;
}
.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_mail_box .smart_living_lease_contact_mail_box_link::before {
	content: "";
	position: absolute;
	bottom: 50%;
	right: 32px;
	transform: translateY(50%);
	width: 24px;
	height: 12px;
	background-image: url(../../img/nav_link_arrow_02.png);
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.smart_living_lease_contact_wrap {
		padding: 10.667vw 0;
	}
	.smart_living_lease_contact_wrap .smart_living_lease_contact_box {
		width: 86.667vw;
		padding: 3vw 0 4.667vw 0;
		border: 2px solid #159447;
		border-radius: 1.896vw;
	}
	.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_txt_01 {
		font-size: 3.25vw;
		width: 78.542vw;
		border-bottom: 1px solid #159447;
		padding-bottom: 2.8vw;
	}
	.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_tel_box {
		margin-top: 3.667vw;
		padding-left: 7.5vw;
	}
	.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_tel_box .smart_living_lease_contact_tel_link_icon {
		width: 9.75vw;
	}
	.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_tel_box .smart_living_lease_contact_tel_box_txt_box {
		margin-left: 2.5vw;
	}
	.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_tel_box .smart_living_lease_contact_tel_box_txt_box .smart_living_lease_contact_tel_box_txt_box_link_01 .smart_living_lease_contact_tel_box_txt_box_link_01_num {
		width: 57.612vw;
	}
	.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_tel_box .smart_living_lease_contact_tel_box_txt_box .smart_living_lease_contact_tel_box_txt_box_txt {
		font-size: 2.333vw;
		margin-top: 1vw;
	}
	.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_mail_box {
		margin-top: 4vw;
		padding-left: 7.5vw;
	}
	.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_mail_box .smart_living_lease_contact_mail_link_icon {
		width: 9.75vw;
	}
	.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_mail_box .smart_living_lease_contact_mail_box_link {
		width: 63.542vw;
		height: 8.667vw;
		border-radius: 4.333vw;
		font-size: 3.333vw;
		margin-left: 2.5vw;
	}
	.smart_living_lease_contact_wrap .smart_living_lease_contact_box .smart_living_lease_contact_mail_box .smart_living_lease_contact_mail_box_link::before {
		right: 3.333vw;
		width: 3.099vw;
		height: 1.388vw;
	}
}
/*-----------------------------------------------------------------------------------------
// smart_living_lease_foot_content_wrap
-----------------------------------------------------------------------------------------*/
.smart_living_lease_foot_content_wrap {
	width: 940px;
	padding: 116px 0 22px 0;
	margin: 0 auto;
}
.smart_living_lease_foot_content_wrap .smart_living_lease_foot_content_link_01 {
	width: 760px;
	height: 100px;
	margin: 0 auto;
	background-color: #6eba44;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.smart_living_lease_foot_content_wrap .smart_living_lease_foot_content_link_01::before {
	content: "";
	position: absolute;
	bottom: 50%;
	right: 24px;
	transform: translateY(50%);
	width: 36px;
	height: 18px;
	background-image: url(../../img/nav_link_arrow_02.png);
	background-size: cover;
}
.smart_living_lease_foot_content_wrap .smart_living_lease_foot_content_link_01 span {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.smart_living_lease_foot_content_wrap {
		width: 93.25vw;
		padding: 11vw 0 2vw 0;
	}
	.smart_living_lease_foot_content_wrap .smart_living_lease_foot_content_link_01 {
		width: 100%;
		height: 16.667vw;
		border-radius: 1.667vw;
	}
	.smart_living_lease_foot_content_wrap .smart_living_lease_foot_content_link_01 span {
		font-size: 5vw;
	}
	.smart_living_lease_foot_content_wrap .smart_living_lease_foot_content_link_01::before {
		right: 3.167vw;
		width: 6.6vw;
		height: 3vw;
	}
}
/*-----------------------------------------------------------------------------------------
// その他共通設定
-----------------------------------------------------------------------------------------*/
/* .accordion_content,
.accordion_content_example {
	display: none !important;
} */
/*-----------------------------------------------------------------------------------------
// common
-----------------------------------------------------------------------------------------*/
@media (min-width:321px) {
	.hidden-xxs-up {
		display: none !important
	}
}
@media (max-width:320px) {
	.hidden-xxs-down {
		display: none !important
	}
}
@media (min-width:415px) {
	.hidden-xs-up {
		display: none !important
	}
}
@media (max-width:575.98px) {
	.hidden-xs-down {
		display: none !important
	}
}
@media (min-width:576px) {
	.hidden-sm-up {
		display: none !important
	}
}
@media (max-width:800.98px) {
	.hidden-sm-down {
		display: none !important
	}
}
@media (min-width:801px) {
	.hidden-md-up {
		display: none !important
	}
}
@media (max-width:1080.98px) {
	.hidden-md-down {
		display: none !important
	}
}
@media (min-width:1081px) {
	.hidden-lg-up {
		display: none !important
	}
}
@media (max-width:1199.98px) {
	.hidden-lg-down {
		display: none !important
	}
}
@media (min-width:1200px) {
	.hidden-xl-up {
		display: none !important
	}
}
.hidden-xl-down {
	display: none !important
}
@media print {
	body {
		zoom: 1;
		-webkit-print-color-adjust: exact;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
	}
	.page_breaker {
		page-break-after: always;
	}
	.page_breaker_before {
		page-break-before: always;
	}
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	/* @pageの指定いらないかも */
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}
	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}

.content_note_box .content_note_select_box li {
	letter-spacing: 0.05em;
	position: relative;
	text-align: justify;
}
.content_note_box .content_note_select_box li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
.content_note_box .content_note_select_text {
	position: relative;
}
.content_note_box .content_note_select_text::before {
	position: absolute;
	content: "";
	left: 0;
	background-image: url(../../img/arrow_icon_right_blue.png);
	background-size: cover;
	z-index: 1;
}
.content_note_box .content_note_select_text a {
	color: #0068B4;
	line-height: 1;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
	.content_note_outer {
		width: 686px;
		padding: 18px 18px;
	}
	.content_note_box.plan_in .content_note_outer {
		margin-bottom: 0;
	}
	.content_note_box .content_note_select_box li {
		font-size: 12px;
		line-height: calc(21/12);
		padding-left: 6px;
	}
	.content_note_box .content_note_select_text {
		padding-left: 20px;
		font-size: 12px;
		margin-top: 8px;
	}
	.content_note_box .content_note_select_text::before {
		top: 1px;
		width: 14px;
		height: 14px;
	}
	.content_note_box .content_note_select_text a {
		font-size: 12px;
	}
	.content_note_box.plan_in {
		margin-top: 55px;
		margin-bottom: 40px;
	}
	.content_note_box.plan_in .content_note_outer {
		margin-bottom: 0;
		width: 670px;
	}
	.content_note_box.plan_in.ver01 {
		margin-top: 22px;
	}
	.content_note_box.plan_in.ver02 {
		margin-top: 55px;
	}
}
@media screen and (max-width: 767px) {
	.content_note_outer {
		box-sizing: border-box;
		padding: 5.13vw;
	}
	.content_note_outer.note_mt_20 {
		margin-top: 3.166vw;
	}
	.content_note_outer.note_mt_30 {
		margin-top: 4.749vw;
	}
	.content_note_box {
		padding: 0 5.714vw 0 5.714vw;
		position: relative;
		/* z-index: 10; */
	}
	.content_note_box .content_note_select_box li {
		padding-left: 1.5vw;
		font-size: 2.742vw;
		line-height: 1.545;
	}
	.content_note_box .content_note_select_text {
		padding-left: 3.5vw;
		font-size: 2.742vw;
		margin-top: 2.5vw;
	}
	.content_note_box .content_note_select_text::before {
		top: 2px;
		width: 12px;
		height: 12px;
	}
	.content_note_box.plan_in {
		padding-top: 7.7vw;
		padding-bottom: 0;
	}
}

.price_note{
	margin: 20px auto 40px;
	background-color: #fff;
	/* width: 726px; */
}
.price_note_title{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #E30113;
	text-align: center;
	padding: 18px;
	position: relative;
	cursor: pointer;
	transition: opacity 0.5s;
}
.price_note_title:hover{
	opacity: .7;
}
.price_note_title:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	width: 20px;
	height: 2px;
	background-color: #fff;
}
.price_note_title:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 49px;
	transform: translateY(-50%);
	width: 2px;
	height: 20px;
	background-color: #fff;
	transition: opacity 0.3s;
}
.price_note_header.active .price_note_title:after{
	opacity: 0;
}
.price_note_body{
	border-style: none solid solid solid;
	border-color: #E30113;
	border-width: 2px;
	padding: 18px;
}
.price_note_dl:not(:last-child){
	margin-bottom: 24px;
}
.price_note_dl dt{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	padding-left: 1em;
	text-indent: -1em;
}
.price_note_dl dt:before{
	content: "●";
}
.price_note_dl dd{
	font-size: 12px;
}
.price_note_dl_text{
	line-height: calc(21/12);
	text-align: justify;
}
.price_note_dl_link{
	padding-left: 20px;
	font-size: 12px;
	margin-top: 8px;
	position: relative;
}
.price_note_dl_link a{
	color: #0068B4;
	line-height: 1;
	letter-spacing: 0.05em;
}
.price_note_dl_link:before{
	position: absolute;
	content: "";
	left: 0;
	background-image: url(../../img/arrow_icon_right_blue.png);
	background-size: cover;
	z-index: 1;
	top: 1px;
	width: 14px;
	height: 14px;
}

@media screen and (max-width: 767px) {
	.price_note{
		width: auto;
		margin: 0 auto;
	}
	.price_note_title{
		font-size: 3.199vw;
		padding: 3.199vw;
	}
	.price_note_title:before{
		right: 4.285vw;
		width: 4.285vw;
		height: 0.428vw;
	}
	.price_note_title:after{
		right: 6.1vw;
		width: 0.428vw;
		height: 4.285vw;
	}
	.price_note_body{
		padding: 5.13vw;
	}
	.price_note_dl:not(:last-child){
		margin-bottom: 5.484vw;
	}
	.price_note_dl dt{
		font-size: 3.199vw;
		line-height: 1.545;
		margin-bottom: 1.371vw;
	}
	.price_note_dl dd{
		font-size: 2.742vw;
		line-height: 1.545;
	}
	.price_note_dl_link{
		padding-left: 3.5vw;
		font-size: 2.742vw;
		margin-top: 2.5vw;
	}
	.price_note_dl_link:before{
		top: 2px;
		width: 12px;
		height: 12px;
	}
}
