/* parking.css */


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


/*==== tenants (pc view) ==== */	

	#box_contents_lower.for_tenants {
		
	}
	
	#box_contents_lower.for_tenants div.box_lead:first-child {
	}

	#box_contents_lower.for_tenants div.box_lead:first-child>p {
		margin-top: 1em;
	}
	
	
#box_contents_lower.for_tenants section[id^="sec_"] {
	margin-top: 104px;
}

#box_contents_lower.for_tenants section>.inner {
	
}

#box_contents_lower.for_tenants section[id^="sec_"] h3 {
	text-align: center;
	display: inline-block;
	font-weight: 500;
	font-size: 2rem;
	position: relative;
	z-index: 0;
	margin: 0;
	position: relative;
	padding-bottom: 30px;
}

#box_contents_lower.for_tenants section[id^="sec_"] h3::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 00px;
	height: 6px;
	background-color: #ecee14;
	left: 50%;
	width: 110px;
	margin-left: -50px;
}

#box_contents_lower.for_tenants section[id^="sec_"] .inner_header {
	text-align: center;
}


.box_ck_points {
	margin-top: 48px;
	text-align: center;
}

.entry-content .box_ck_points>h4 {
	display: inline-block;
	background-color: #0d2d94;
	color: #fdff55;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.5;
	font-feature-settings: "palt" 1;
	letter-spacing:0.01em;
	padding: 0.6em 1.2em 0.6em 1.2em;
	margin: 0;
}

.box_ck_points ul.checks {
	display: flex;
	justify-content: center;
	margin-top: 36px;
}

.box_ck_points ul.checks+h4 {
	margin-top: 54px;
}

#box_contents_lower .box_ck_points>h4+p {
	margin-top: 0.8em;
}

.box_ck_points ul.checks li {
	width: calc((80% - 32px * 2) / 3);
	margin-left: 16px;
	margin-right: 16px;
}

.entry-content .box_ck_points ul.checks li h5 {
	font-size: 1.5rem;
	line-height: 1.2;
	color: #24559f;
	border: 2px solid #0d2d94;
	font-weight: 500;
	border-radius: 6px;
	padding: 0.6em;
	margin: 0;
}

#box_contents_lower .box_ck_points ul.checks li h5+p {
	margin-top: 18px;
	text-align: left;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.6;
}

#sec_24h_callcenter>.inner,
#sec_cancel_parking>.inner {
	margin: 0 auto;
	width: auto;
	background-color: #f9f9f6;
	padding: 64px 0 101px 0;
}

#sec_cancel_parking .inner_header+p {
	text-align: center;
}

#sec_cancel_parking p.btn_arrow {
	text-align: center;
}

/**/

#sec_water_troubles {
	
}


#sec_water_troubles p>a {
	text-decoration: underline;
	color: #151cbc;
}

#sec_water_troubles p small {
	color: #666;
}



/**/

#sec_24h_callcenter {
	
}

div.box_sample {
	text-align: center;
	margin-top: 42px;
}


div.box_sample>figure {
	display: inline-block;
	width: 524px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 12px;
}

div.box_sample>figure+h5 {
	font-weight: 500;
	margin: 0;
	margin-top: 14px;
}

div.box_sample>figure+h5>a {
	color: #0d2d94;
	text-decoration: underline;
}


#box_contents_lower div.box_sample>figure+h5+p {
	margin-top: 0.6em;
	line-height: 1.7;
	font-size: 0.9375rem;
}

div.box_notice {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 36px;
}

#box_contents_lower div.box_notice p {
	font-size: 0.8125rem;
	line-height: 1.8;
	margin: 0;
	color: #777;
}


/**/


/*==== for tenants (sp view) ==== */	

@media screen and (max-width: 480px) {
	/*mq-start*/
	
#box_contents_lower.for_tenants {
	width: 88vw;
}

#box_contents_lower.for_tenants section[id^="sec_"] {
	margin-top: 62px;
}


#box_contents_lower.for_tenants section[id^="sec_"] h3 {
	font-size: 6.25vw;
}



.box_ck_points ul.checks {
	display: block;
	margin-top: 24px;
}

.box_ck_points ul.checks li {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 32px;
}


.entry-content .box_ck_points ul.checks li h5 {
	font-size: 4.6875vw;
}


#sec_24h_callcenter>.inner,
#sec_cancel_parking>.inner {
	padding: 48px 0 64px 0;
}


div.box_sample {

}

div.box_sample>figure {
	width: 80vw;
	border-radius:8px;
}

#box_contents_lower div.box_sample>figure+h5+p {
	margin-top: 0.8em;
	font-size: 4.0625vw;
}

#box_contents_lower div.box_sample>figure+h5+p br {
	display: none;
}

div.box_notice {
	width: 100%;

}


#box_contents_lower div.box_notice p {
	font-size: 3.125vw;

}



	/*mq-end*/
	
}
























/*  */