@charset "utf-8";
/*------------------------------------------------------------
	residents
------------------------------------------------------------*/
.pageTitle {
	background-image: url(../img/residents/page_img.jpg);
}
/* sec01 */
#main .sec01 {
	padding-bottom: 14rem;
	margin-top: -0.2rem;
}
#main .sec01 .ttl {
	margin-bottom: 2.9rem;
	font-weight: 700;
	font-size: 3.6rem;
	letter-spacing: 0.1em;
}
#main .sec01 p {
	line-height: 2;
	letter-spacing: 0.1em;
}
#main .sec01 .note {
	margin-bottom: 9.6rem;
	padding-left: 1.5rem;
	text-indent: -1.5rem;
}
#main .sec01 .text01 {
	margin: -1.8rem 0 3.4rem;
}
#main .sec01 .comTableBox01 {
	margin-bottom: 8rem;
}
#main .sec01 .comTableBox01 table td {
	width: 25%;
}
#main .sec01 .comTableBox01 table thead td {
	color: #333;
}
#main .sec01 .text02 {
	margin: -2rem 0 0.7rem;
}
#main .sec01 .tel {
	margin-bottom: 1.2rem;
}
#main .sec01 .tel a {
	padding-left: 4.1rem;
	font-size: 4rem;
	display: inline-block;
	color: #003B94;
	letter-spacing: 0;
	background: url(../img/common/icon21.png) no-repeat left top 3rem / 3.7rem;
}
#main .sec01 .dotList li {
	padding-left: 1.3rem;
	text-indent: -1.3rem;
	letter-spacing: 0.1em;
	line-height: 2;
}
@media all and (max-width: 896px) {
	#main .sec01 {
		padding-bottom: 5rem;
		margin-top: 0;
	}
	#main .sec01 .ttl {
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
	}
	#main .sec01 p {
		line-height: 2;
		letter-spacing: 0.1em;
	}
	#main .sec01 .note {
		margin-bottom: 4rem;
	}
	#main .sec01 .text01 {
		margin-bottom: 2rem;
	}
	#main .sec01 .comTableBox01 {
		margin-bottom: 4rem;
	}
	#main .sec01 .tel {
		margin-bottom: 0.5rem;
	}
	#main .sec01 .tel a {
		font-size: 2.5rem;
		line-height: 1.2;
		background-size: 2.8rem auto;
		background-position: left center;
	}
	#main .sec01 .comTableBox01 table td::before {
		color: #333;
	}
}
/* sec02 */
#main .sec02 {
	margin-bottom: -6rem;
	padding: 14rem 0 21rem;
	border-radius: 6rem 6rem 0 0;
	background-color: #EDF3FB;
}
#main .sec02 .comLinkList {
	margin-bottom: 7.9rem;
}
#main .sec02 .comLinkList a:hover {
	opacity: 0.7;
}
#main .sec02 .comTextList {
	margin-bottom: 0;
}
#main .sec02 .comTextBox {
	margin-bottom: 6rem;
}
#main .sec02 .comTextBox:last-of-type {
	margin-bottom: 12rem;
}
#main .sec02 .headLine03 {
	margin-bottom: 2.4rem;
}
#main .sec02 .text {
	margin-bottom: 5.3rem;
	letter-spacing: 0.1em;
}
#main .sec02 .comLink02 a {
	font-size: 1.6rem;
}
@media all and (min-width: 897px) {
	#main .sec02 .headLine04 {
		padding-bottom: 2.4rem;
		font-size: 2.4rem;
	}
}
@media all and (max-width: 896px) {
	#main .sec02 {
		margin-bottom: -3rem;
		padding: 5rem 0 8rem;
		border-radius: 3rem 3rem 0 0;
	}
	#main .sec02 .comTextBox {
		margin-bottom: 3rem;
	}
	#main .sec02 .comTextBox:last-of-type {
		margin-bottom: 3rem;
	}
	#main .sec02 .headLine03 {
		margin-bottom: 2.4rem;
	}
	#main .sec02 .text {
		margin-bottom: 2rem;
	}
	#main .sec02 .comLink02 {
		text-align: left;
	}
	#main .sec02 .comLink02 a {
		font-size: 1.6rem;
	}
}