@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@1,300&display=swap');

/* font-family: 'Barlow', sans-serif; */

/*font-family: fot-rodin-pron,sans-serif;
font-weight: 600;
font-style: normal;*/

/*  */

.es-container,
body:not(#home) #content {
	max-width: 1114px;
	width: 1114px;
	padding-left: 0;
	padding-right: 0;
}

section[id^="tenant_"] a {
	color: #e40f8c;
	text-decoration: underline;
}

a:hover {
	transition: all 0.15s ease-in;
	opacity: 0.8;
}

p[class^='btn_sq_'] {
	display: inline-block;
}

p[class^='btn_sq_'] a {
	color: #020202;
	
}

/*  */

#cnav {
	text-align: center;
	margin-bottom: 3em;
}

#cnav li {
	display: inline-block;
}

#cnav li a {
	font-size: 1.125rem;
	font-weight: bold;
	display: block;
	margin: 0 1em;
}

/*  */

#box_ttl {
	text-align: left;
	position: relative;
}

#box_ttl h2 {
	font-size: 1.5rem;
	text-align: left;
	background-color: #e91b77;
	color: #fff;
	position: relative;
	padding: 0.8em 1.0em;
	margin-bottom: 0;
	line-height: 1.48;
}

#box_ttl h2:after {
	/*display: none;*/
	content: '';
	display: block;
	width: 580px;
	height: 90px;
	background-color: #222;
	position: absolute;
	right: 0;
	bottom: -90px;
	margin: 0;
}

#box_ttl h3 {
	/*background-color: #222;*/
	color: #fff;
	/*color: #222;*/
	font-family: 'Barlow', sans-serif;
	font-style: italic!important;
	font-size: 3.375rem;
	/*display: inline-block;*/
	margin-left: auto;
	float: right;
	padding: 0.0em 5.3em 0.2em 0.6em;
	position: relative;
	z-index: 9999;
}

#box_ttl h3 span {
	color: #e91b77;
	font-style: italic!important;
}

#box_ttl figure {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9999;
	
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	z-index: 9;
}

#box_ttl figure img[src$="fig_tennants_01.jpg"] {
	/*position: relative;*/
	/*z-index: 9;*/
}

#box_ttl figure img[src$="fig_tennants_02.jpg"] {
	margin-left: -180px;
	margin-top: -80px;
}

#box_ttl figure img[src$="fig_tennants_03.png"] {
	position: absolute;
	right: 70px;
	bottom: -90px;
}

#box_ttl figure figcaption {
	font-size: 2.375rem;
	font-family: 'Barlow', sans-serif;
	font-style: italic!important;
	line-height: 1.2;
	position: absolute;
	left: -280px;
	bottom: -50px;
}

#box_ttl h3 + p {
	font-size: 1.125rem;
	margin-top: 2.5em;
	margin-left: 0.2em;
	line-height: 1.8;
	margin-bottom: 0;
}


/*  */

section[id^="tenant_"] {
/*	border-top: 0.5em solid #e91b77;
	margin-top: 4em;*/
	margin-top: 0.5em;
	padding-top: 6em;
	text-align: center;
	position: relative;
}

section[id^="tenant_"] h3 {
	font-size: 2rem;
	position: relative;
	display: inline-block;
	padding-left: 40px;
	margin-bottom: 1em;
}

section[id^="tenant_"] h3:before {
	content: '';
	display: block;
	background-image: url(https://www.heya-collection.com/wp-content/uploads/sites/518/2021/11/fig_owner_09.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size:100% auto;
	width: 27px;
	height: 30px;
	position: absolute;
	top: 8px;
	left: 0;
}

section[id^="tenant_"] h3 + p {
	font-size: 1rem;
	text-align: left;
	line-height: 1.8;
}

/*  */

#tenant_contact {
	margin-top: 7em;
}

#tenant_contact h3 + p {
	text-align: center;
}

#inner_contact {
	background-color: #f7f7f6;
	border-radius: 1em;
	overflow: hidden;
	padding-bottom: 2.2em;
}

#list_contact {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	text-align: center;
	
	margin: 4em 4em 3.2em;
}

#list_contact li {
	text-align: center;
	
}

#list_contact li p {
	font-weight: bold;
	font-size: 1.25rem;
	min-height: 3em;
	min-width: 10em;
	height: 3em;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#list_contact li p span {
	position: relative;
	display: inline-block;
	z-index: 9;
}

#list_contact li p span:after {
	content: '';
	display: block;
	/*width: 13em;*/
	width: 100%;
	height: 0.4em;
	background-color: #f3fa2e;
	position: absolute;
	left: -0.2em;
	bottom: 0;
	z-index: -1;
}

#list_contact li figure {
	width: 182px;
	height: 182px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	
	margin-top: 1.4em;
}

#list_contact li figure img {
	width: auto;
	min-height: 100%;
	max-width: initial;
	position: absolute;
	top: 0;
	left: 0;
}

#list_contact li:nth-child(1) figure img {
	top: -43%;
	left: -50%;
}
#list_contact li:nth-child(2) figure img {
	top: -5%;
	left: -56%;
}
#list_contact li:nth-child(3) figure img {
	top: -15%;
	left: -64%;
}
#list_contact li:nth-child(4) figure img {
	top: -2%;
	left: -20%;
}

#inner_contact p.btn_sq_inq {
	display: inline-block;
}

/*  */

#tenant_flow figure img {
	border-radius: 1em;
}

#box_flow {
	
}

#li_flow {
	width: 1000px;
	margin: 7em auto 0;
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	flex-direction: row;
	flex-wrap: wrap;
}

#li_flow > li {
	background-color: #f7f7f6;
	width: 474px;
	padding-top: 3.2em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1.8em;
	margin-bottom: 6.6em;
}

#li_flow > li:last-child {
	width: 100%;
	padding-bottom: 5em;
}

#li_flow li h4 {
	color: #e91b77;
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 0.26em;
}

#li_flow li h4:before {
	content: '!';
	font-size: 2.5rem;
	line-height: 1.6em;
	color: #fff;
	background-color: #e91b77;
	display: block;
	width: 1.6em;
	height: 1.6em;
	position: absolute;
	left: calc(50% - 0.8em);
	top: -2.1em;
}

#li_flow li h4 + p {
	color: #e91b77;
	font-size: 1.125rem;
	position: relative;
	padding-bottom: 2em;
}

#li_flow li h4 + p:after {
	content: '';
	display: block;
	width: 4em;
	height: 0.3em;
	background-color: #e91b77;
	position: absolute;
	left: calc(50% - 2em);
	bottom: 0;
}

#li_flow li h4 + p + p {
	text-align: left;
	font-size: 1em;
	line-height: 1.8;
}

#li_flow li h4 + p + p small {
	/*font-size: 0.8em;*/
}

#li_flow p.btn_sq_inq {
	
}

div.box_inq {
	
}

div.box_inq p:nth-child(1) {
	font-size: 0.875rem;
	margin-bottom: 0em;
}

div.box_inq p:nth-child(2) {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	color: #888888;
	font-size: 2.75rem;
	margin-bottom: 1em;
}

div.box_inq p:nth-child(2) a {
	color: #e91b77;
	font-size: 1.1em;
	text-decoration: none;
}

div.box_inq p:nth-child(2) span {
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif!important;
	display: block;
	font-size: 0.875rem;
	color: #000000;
}

/*  */

#li_flow li:last-child h5 {
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px solid #acacac;
	padding-bottom: 0.2em;
}

#flow_inner {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-direction: row;
	margin-top: 3em;
}

#flow_inner li {
	
}

#flow_inner li h6 {
	font-size: 1.25rem;
	background-color: #e91b77;
	color: #fff;
	display: inline-block;
	padding: 0.4em 1.2em;
}

#flow_inner li p {
	max-width: 24em;
	line-height: 1.6;
}

/*  */

#li_flow div.inner {
	/*border: 0.6em solid #fff;*/
	border-top: 0.4em solid #fff;
	border-bottom: 0.4em solid #fff;
	
/*	column-count: 2;
	column-fill:balance;
	column-fill:auto;*/
	
	display: flex;

}

#li_flow div.inner div {
	/*height: 100%;*/
	width: 50%;
	height: 10em;
	flex-grow: 1;
	
	display: inline-flex;
	justify-content: center;
	/*align-items: center;*/
	flex-direction: column;
	border-left: 0.2em solid #fff;
	border-right: 0.2em solid #fff;
	
	
}

#li_flow div.inner div:nth-child(1) {
	border-left: 0.4em solid #fff;
}
#li_flow div.inner div:nth-child(2) {
	border-right: 0.4em solid #fff;
}

#li_flow div.inner div p {
	margin-bottom: 0;
}

#download {
	text-align: left;
	background-image: url(https://www.heya-collection.com/wp-content/uploads/sites/518/2021/11/icon_pdf.jpg);
	background-position: 4.6em 3.2em;
	background-repeat: no-repeat;
	padding-left: 9em;
}

#download h6 {
	color: #e91b77;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 600;
	margin-bottom: 0;
}

#download a {
	color: #020202;
	font-weight: bold;
	display: block;
	margin-bottom: 0.2em;
}

#add {
	text-align: left;
	padding-left: 6em;
	
}

#add h6 {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 0.0em;
	margin-left: 4.6em;
}

#add p {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 600;
	font-size: 1.25rem;
	margin: 0.3em 0;
}

#add a,
#add span {
	margin-left: 0.2em;
}

#add span {
	color: #e91b77;
}

/*  */

div.get_reader {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	margin-top: 3em;
}

div.get_reader p {
	text-align: left;
	margin-bottom: 0;
	line-height: 1.6;
	margin-left: 1.2em;
}

div.get_reader a:hover img {
	transition: 0.3s;
}

/*  */

#tenant_inq h3 + p {
	font-size: 1.125em;
}

#tenant_inq figure {
	overflow: hidden;
	border-radius: 1em;
	width: 60%;
	height: 22em;
	margin: 3em auto 0;
}

#tenant_inq figure img {
	width: 100%;
	height: auto;
	margin-top: -6.8em;
}

/*  */

#inner_inq {
	margin-top: 4em;
}

#list_inq {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	flex-direction: row;
	flex-wrap: wrap;
	
}

#list_inq > li {
	width: 30%;
	background-color: #f7f7f6;
	margin-bottom: 3em;
	padding: 0 1.4em 2.4em;
}

#list_inq > li:nth-child(2) {
	width: 65%;
	padding: 0 2.0em;
}

#list_inq li h4 {
	font-size: 0.9375rem;
	background-color: #e91b77;
	display: inline-block;
	color: #fff;
	padding: 0.6em 1.0em;
	font-weight: bold;
	position: relative;
	top: -1.2em;
	margin-bottom: 0;
	min-width: 8em;
}

#list_inq > li:last-child h4 {
	background-color: #333333;
}

#list_inq li h5 {
	color: #e91b77;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.3;
	/*margin-top: -0.4em;*/
	font-feature-settings: "palt";
	position: relative;
	padding-bottom: 1.0em;
}

#list_inq > li:nth-child(2) h5 {
	margin-bottom: 1.6em;
}

#list_inq li h5 span {
	font-size: 0.7em;
	display: block;
	margin-top: 0.4em;
}

#list_inq > li:nth-child(5) h5 span {
	display: inline-block;
	margin-left: 0.4em;
}

#list_inq li h5:after {
	content: '';
	display: block;
	background-color: #e91b77;
	width: 3em;
	height: 0.2em;
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: calc(50% - 1.5em);
}

#list_inq li h5 + p {
	text-align: left;
	font-size: 0.875rem;
	line-height: 1.6;
}

ul.list_contact {
	margin-left: 0;
	margin-top: 1.6em;
}

ul.list_contact li > p {
	font-size: 0.9375rem;
	margin-bottom: 0.6em;
	font-weight: bold;
}

ul.list_contact li a {
	color: #222;
	text-decoration: none;
}

#list_inq > li:last-child p.tel,
ul.list_contact li p.tel {
	font-size: 1.18rem;
	font-weight: bold;
	margin-bottom: 0;
}

ul.list_contact li p.tel span {
	font-size: 0.9em;
	display: inline-block;
	margin-top: -2.0em;
	margin-right: 0.4em;
	font-feature-settings: "palt";
}

#list_inq > li:last-child p.tel {
	font-size: 2.0rem;
	text-align: center;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
}

#list_inq > li:last-child p.tel a {
	text-decoration: none;
	color: #000000;
}

#list_inq > li:last-child p.tel + p {
	font-size: 0.8125rem;
}

#list_inq > li:last-child p.link,
ul.list_contact li p.link {
	line-height: 1;
	margin-top: 0.8em;
	margin-bottom: 0;
}

#list_inq > li:last-child p.link a,
ul.list_contact li p.link a {
	display: inline-block;
	font-size: 0.75rem;
	color: #fff;
	background-color: #222;
	padding: 0.8em 1.6em;
	border-radius: 1.8em;
	text-decoration: none;
	
}

#list_inq > li:last-child p.link a:hover,
ul.list_contact li p.link a:hover {
	transform:scale(1.1);
}

#list_inq > li:nth-child(2) .list_contact {
	column-count: 3;
	/*margin-bottom: 2em;*/
	margin-top: 3em;
	clear: both;
}

#list_inq > li:nth-child(2) .list_contact li {
	padding-top: 1em;
	padding-bottom: 0.4em;
}

#list_inq > li:nth-child(2) .list_contact li:nth-child(2) {
	border-left: 1px solid #acacac;
	border-right: 1px solid #acacac;
}

#list_inq > li:nth-child(2) .list_contact li p:nth-child(1) {
	font-size: 1.125rem;
	margin-bottom: 0.4em;
}

#list_inq > li:nth-child(2) .list_contact li p:nth-child(1) span {
	font-size: 0.8em;
	display: block;
}

#list_inq > li:nth-child(2) h5 + img {
	float: left;
	margin-right: 1.8em;
}

#list_inq > li:nth-child(2) h5 + img + p {
	font-size: 0.875rem;
	text-align: left;
	line-height: 1.8;
}


#list_inq > li:nth-child(3) .list_contact li:nth-child(1) {
	border-bottom: 1px solid #b6b6b5;
	padding-bottom: 1.4em;
	margin-bottom: 1.6em;
}

#list_inq > li:last-child p.link + img {
	margin-top: 3em;
}

#list_inq > li:nth-child(4) img {
	margin-top: 1.6em;
}

/*  */

#tenant_inq + h4 {
	text-align: center;
	font-size: 1.75rem;
	font-weight: bold;
	margin-top: 1em;
	position: relative;
	padding-bottom: 3em;
	margin-bottom: 0;
}

#tenant_inq + h4:after {
	content: '';
	display: block;
	width: 4em;
	height: 0.2em;
	background-color: #e91b77;
	position: absolute;
	left: calc(50% - 2em);
	bottom: 0;
}

/*  */


@media screen and (max-width: 599px) {
	
	.entry-content > * {
        padding-left: 5vw;
        padding-right:5vw
    }
	
	.es-container, body:not(#home) #content {
		width: 100%;
	}
	
	/*  */
	
	#cnav {
		margin-bottom: 0.4em;
		width: 100vw;
		margin-left: -5vw;
	}
	
	#cnav li {
		margin-bottom: 1em;
	}
	
	#cnav li a {
		font-size: 4.0625vw;
		/* 13px */
	}
	
	/*  */
	
	p[class^='btn_sq_'] {
		font-size: 3.4375vw;
	}
	
	/*  */

	#box_ttl {
		width: 100vw;
		margin-left: -5vw;
	}
	
	#box_ttl h2 {
		font-size: 4.0625vw;
		/* 13px */
		padding-right: 34vw;
		line-height: 1.4;
	}
	
	#box_ttl h2:after {
		display: none;
	}

	#box_ttl figure {
		width: 30vw;
		top: 4vw;
		right: 4vw;
		z-index: 99;
	}
	
	#box_ttl figure figcaption {
		display: none;
	}
	
	#box_ttl figure img[src$="fig_tennants_02.jpg"] {
		margin-left: 0;
		margin-top: 0;
	}

	#box_ttl figure img[src$="fig_tennants_03.png"] {
		width: 10vw;
		height: auto;
		right: 0vw;
		bottom: auto;
		top: 36vw;
	}

	#box_ttl h3 {
		font-size: 6.25vw;
		background-color: #222;
		padding: 0.6em 4vw;
		line-height: 1;
		float: none;
		z-index: 9;
	}

	#box_ttl h3 + p {
		font-size: 4.0625vw;
		margin: 2vw 3vw;
	}

	#box_ttl h3 + p br:nth-child(4),
	#box_ttl h3 + p br:nth-child(2) {
		display: none;
	}
	
	/*  */
	section[id^="tenant_"] {
		padding-top: calc(100vw * 0.19 );
	}
	section[id^="tenant_"] h3 {
		/*width: 100%;*/
		font-size: 5.3125vw;
		/*text-align: left;*/
		padding-left: 10vw;
	}
	
	section[id^="tenant_"] h3:before {
		width: 7vw;
		height: calc(7vw * 1.111111111111111);
		background-size: 100% auto;
		top: 0;
	}

	/*  */
	#tenant_contact {
		margin-top: 0;
	}
	
	/*  */
	#inner_contact {
		
	}
	
	#list_contact {
		margin: 2em 1.6em 1.2em;
		flex-wrap: wrap;
	}
	
	#list_contact li {
		width: 50%;
		width: 34vw;
	}
	
	#list_contact li p{
		font-size: 3.125vw;
		/* 10px */
		min-width: 34vw;
		width: 100%;
	}
	
	#list_contact li figure {
		width: 34vw;
		height: 34vw;
		margin-top: 0.6em;
		margin-bottom: 6vw;
	}
	
	#list_contact li figure img {
		min-height: 34vw;
	}
	#list_contact li:nth-child(1) figure img {
		height: 46vw;
		top: -40%;
		left: -40%;
	}
	#list_contact li:nth-child(2) figure img {
		height: 40vw;
		top: -5%;
		left: -66%;
	}
	#list_contact li:nth-child(3) figure img {
		height: 44vw;
		top: -26%;
		left: -84%;
	}
	#list_contact li:nth-child(4) figure img {
		top: -2%;
		left: -30%;
	}
	
	/*  */

	#tenant_inq h3 + p,
	section[id^="tenant_"] h3 + p {
		font-size: 3.75vw;
		text-align: left;
		line-height: 1.8;
	}
	
	/*  */
	
	#li_flow {
		width: 100%;
	}
	
	#li_flow > li {
		width: 100%;
		margin-bottom: 3.8em;
		padding-left: 1em;
		padding-right: 1em;
	}
	
	#li_flow li h4 {
		font-size: 6.25vw;
		/* 20px */
		line-height: 1.2;
		font-feature-settings: "palt";
	}
	
	#li_flow li h4:before {
		font-size: 8.75vw;
		/* 28px */
	}
	
	#li_flow li h4 + p {
		font-size: 4.375vw;
		/* 14px */

	}
	
	#li_flow li h4 + p + p {
		font-size: 4.0625vw;
		/* 13px */
	}
	
	/*  */
	
	div.box_inq p:nth-child(1) {
		font-size: 3.125vw;
/* 10px */
	}
	
	div.box_inq p:nth-child(2) {
		font-size: 9.375vw;
		/* 30px */
		padding-top: 0.2em;
	}
	
	div.box_inq p:nth-child(2) span {
		padding-top: 0.4em;
		font-size: 3.125vw;
		/* 10px */
	}
	
	#li_flow li:last-child h5 {
		font-size: 6.25vw;
		/* 20px */
	}
	
	#flow_inner {
		margin-left: 0;
	}
	
	#flow_inner li {
		width: calc(50% - 1em);
	}

	#flow_inner li h6 {
		width: 100%;
		font-size: 4.375vw;
		/* 14px */
		font-size: 3.75vw;
		/* 12px */
		line-height: 1.3;
		
		min-height: 3.4em;
	}
	
	#flow_inner li:nth-child(1) h6 {
		padding-top: 1em;
	}

	#flow_inner li p {
		max-width: initial;
		width: 100%;
		font-size: 3.75vw;
		/* 12px */
		text-align: left;
	}
	
	#li_flow div.inner {
		display: block;
	}
	
	#li_flow div.inner div {
		width: 100%;
		height: auto;
		border: none;
		padding: 1.4em 1.8em;
	}
	
	#li_flow div.inner div:nth-child(1) {
		border-right: 0.4em solid #fff;
		border-bottom: 0.4em solid #fff;
	}
	#li_flow div.inner div:nth-child(2) {
		border-left: 0.4em solid #fff;
	}
	
	#li_flow #download {
		padding-left: 17vw;
		background-size:10vw auto;
		background-position: 4vw 1.8em;
		padding-right: 0;
	}
	
	#download h6 {
		font-size: 4.0625vw;
		/* 13px */
		
	}
	
	#li_flow div.inner div p {
		font-size: 3.75vw;
		/* 12px */
	}
	
	#li_flow #add {
		padding: 1.0em 1.0em;
	}
	
	#add h6 {
		font-size: 4.6875vw;
		/* 15px */
		margin: 0 auto 0;
	}
	
	#li_flow div.inner #add p {
		font-size: 4.6875vw;
		/* 15px */
		margin-bottom: 0.4em;
		text-align: center;
	}
	
	div.get_reader {
		display: block;
	}
	
	div.get_reader a {
		display: block;
	}
	
	div.get_reader p {
		margin-left: 0;
		font-size: 3.75vw;
		/* 12px */
		margin-top: 1.4em;
	}
	
	div.get_reader p br {
		display: none;
	}
	
	/*  */
	
	#tenant_inq figure {
		width: auto;
		height: auto;
		
	}
	
	#tenant_inq figure img {
		margin-top: -14vw;
	}
	
	/*  */
	
	#list_inq {
		display: block;
	}
	
	#list_inq > li {
		width: 100%;
	}
	
	#list_inq li h4 {
		font-size: 3.4375vw;
		/* 11px */
	}
	
	#list_inq li h5 {
		font-size: 4.375vw;
		/* 14px */

	}
	
	#list_inq li h5 + p {
		font-size: 3.125vw;
		/* 10px */
	}
	
	ul.list_contact li > p {
		font-size: 3.75vw;
		/* 12px */
	}
	
	#list_inq > li:last-child p.tel, ul.list_contact li p.tel {
		font-size: 5.3125vw;
		/* 17px */
	}
	
	#list_inq > li:last-child p.link a, ul.list_contact li p.link a {
		font-size: 3.75vw;
		/* 12px */
	}
	
	#list_inq > li:nth-child(2) {
		width: 100%;
		padding-bottom: 2.4em;
	}
	
	#list_inq > li:nth-child(2) h5 + img {
		margin-right: 0;
		margin-bottom: 1em;
	}
	
	#list_inq > li:nth-child(2) .list_contact {
		column-count: 1;
		margin-top: 1em;
	}
	
	#list_inq > li:nth-child(2) .list_contact li:nth-child(2) {
		border-left: none;
		border-right: none;
		border-top: 1px solid #acacac;
		border-bottom: 1px solid #acacac;
		margin-top: 1em;
		padding-top: 1em;
		padding-bottom: 1.6em;
		margin-bottom: 1em;
	}
	
	#list_inq > li:nth-child(2) .list_contact li p:nth-child(1) {
		font-size: 5vw;
		/* 16px */
	}
	
	#list_inq > li:last-child p.link, ul.list_contact li p.link {
		margin-top: 1.4em;
	}
	
	ul.list_contact li p.tel span {
		/*margin-right: 0;*/
	}
	
	ul.list_contact li p.tel a {
		/*display: block;*/
		font-size: 6.25vw;
		/* 20px */
	}
	
	#list_inq > li:last-child p.tel {
		font-size: 8.75vw;
		/* 28px */
	}
	
	#list_inq > li:last-child p.tel a {
		font-size: 1.1em;
	}
	
	/*  */
	
	#tenant_inq + h4 {
		font-size: 5vw;
		padding-bottom: 2.2em;
		margin-bottom: 3em;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}



































































/*  */

