@charset "utf-8";

/* topWrap */
.topWrap{
	background-attachment: fixed;
	aspect-ratio: 1920/1080;
	background-image: url(../images/top/siteBg.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.pageWrap{
	background-color: #d6d7d5;
	padding-bottom: 80px;
}

/* title */
.title{
	padding: 50px 0;
	background-image: url(../images/top/contentBg01.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}
.ttlWrap{
	color: #fff;
}
.ttlWrap h2{
	font-family: "Libre Baskerville", serif;
	font-size: 2.5em;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 10px;
}
.ttlWrap h2 span.logo{
	display: inline-block;
	width: 100px;
	margin-left: 5em;
}
.ttlWrap p{
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
}
.under500{
	display: none;
}
@media (max-width:1200px){
	.ttlWrap h2{
		font-size: 2.25em;
	}
	.ttlWrap h2 span.logo{
		width: 90px;
	}
}
@media (max-width:1024px){
	.ttlWrap h2{
		font-size: 2em;
	}
	.ttlWrap h2 span.logo{
		width: 80px;
	}
}
@media (max-width:500px){
	.under500{
		display: block;
	}
	.ttlWrap h2 span.logo{
		margin-top:0.5em;
		margin-left: 0em;
	}
}

/* securitySystem_wrap */
.securitySystem_wrap{
	width:1100px;
	margin: 0 auto;
	margin-bottom: 80px;
	text-align: center;
}
.securitySystem>.txtWrap{
	text-align: center;
	margin-bottom: 50px;
}
.securitySystem>.txtWrap>p{
	font-size: 1em;
	line-height: 2;
}
.securitySystem_wrap>.txtBox{
	margin-bottom: 20px;
}
.securitySystem_wrap>.txtBox>h3{
	font-family: "Noto Sans JP", serif; 
	font-size: 1.15em;
	font-weight: 500;
	color: #56747d;
	margin-bottom: 10px;
}
.securitySystem_wrap>.txtBox>p{
	font-size: 1em;
	line-height: 1.6;
}
.securitySystem_wrap>.imgBox{
	width: 700px;
	margin: 0 auto;
}
.under1200{
	display: none;
}
@media (max-width:1200px){
	.securitySystem_wrap{
		width:90%;
	}
	.securitySystem_wrap>.imgBox{
		width: 65%;
	}
	.under1200{
		display: block;
	}
}
@media (max-width:768px){
	.securitySystem_wrap{
		margin-bottom: 50px;
	}
	.js-scrollable img{
		width: 125%;
	}
}
@media (max-width:500px){
	.securitySystem_wrap>.imgBox{
		width: 90%;
	}
	.js-scrollable img{
		width: 150%;
	}
	.under500{
		display: block;
	}
}

/* comfortContent_row */
.comfortContent_row ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.comfortContent_row ul li{
	width: 31%;
	margin-bottom: 20px;
}
.comfortContent_row ul li:last-of-type{
	margin-bottom: 0px;
}
.comfortContent_row ul li .imgBox{
	margin-bottom: 10px;
}
.comfortContent_row ul li .txtBox h3{
	font-family: "Noto Sans JP", serif; 
	font-size: 1em;
	font-weight: 500;
	color: #56747d;
	margin-bottom: 5px;
}
.comfortContent_row ul li .txtBox p{
	font-size: 0.9em;
	line-height: 1.6;
}
.comfortContent_row ul li .txtBox p.notice{
	font-size: 0.75em;
	margin-top: 5px;
}
.meritPoint_wrap{
	padding: 50px;
	box-sizing: border-box;
	border: 2px solid #76b5d5;
}
.meritPoint_wrap>.txtBox{
	text-align: center;
	margin-bottom: 20px;
}
.meritPoint_wrap>.imgBox{
	margin-bottom: 20px;
}
.meritPoint_wrap>.txtBox>h4{
	font-family: "Noto Sans JP", serif; 
	font-size: 1.1em;
	font-weight: 500;
	color: #56747d;
	margin-bottom: 10px;
}
.meritPoint_wrap>.txtBox>p{
	font-size: 1em;
	line-height: 1.6;
}
.meritPoint_wrap>.pointRow>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.meritPoint_wrap>.pointRow>ul>li{
	width: 48%;
	padding-left: 0.5em;
	box-sizing: border-box;
	border-left:3px solid #76b5d5;
	margin-bottom: 20px;
}
.meritPoint_wrap>.pointRow>ul>li:last-of-type{
	margin-bottom: 0px;
}
.meritPoint_wrap>.pointRow>ul>li>.txtBox>h5{
	font-family: "Noto Sans JP", serif; 
	font-size: 1em;
	font-weight: 500;
	color: #56747d;
	margin-bottom: 5px;
}
.meritPoint_wrap>.pointRow>ul>li>.txtBox>p{
	font-size: 1em;
	line-height: 1.6;
}
.txtBox p.notice{
	font-size: 0.75em;
	padding-top: 5px;
}
.imgNotice{
	font-size: 0.6em;
	position: absolute;
	right: 3px;
	bottom: 3px;
}
.imgNotice.white{
	color: #fff;
}
@media (max-width:1200px){
	.comfortContent_row ul{
		width:90%;
	}
}
@media (max-width:768px){
	.comfortContent_row ul{
		margin-bottom: 50px;
	}
	.comfortContent_row ul li{
		width: 48%;
	}
	.comfortContent_row ul li:nth-of-type(15){
		margin-bottom: 0;
	}
}

/* deliveryBox_wrap */
.deliveryBox_wrap{
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 80px;
	padding: 50px;
	box-sizing: border-box;
	background-color: #fff;
}
.deliveryBox_wrap>.titleWrap>h3{
	font-family: "Noto Sans JP", serif; 
	font-size: 1.1em;
	font-weight: 500;
	color: #fff;
	background-color: #56747d;
	padding: 0.25em 0;
	text-align: center;
	margin-bottom: 20px;
}
.deliveryBox_wrap>.txtWrap{
	text-align: center;
	margin-bottom: 20px;
}
.deliveryBox_wrap>.txtWrap>h4{
	font-family: "Noto Sans JP", serif; 
	font-size: 1.25em;
	font-weight: 500;
	color: #56747d;
	margin-bottom: 10px;
}
.deliveryBox_wrap>.txtWrap>p{
	font-size: 1em;
	line-height: 1.6;
}
.deliveryBox_wrap>.txtWrap>p.em{
	font-size: 1.15em;
	font-weight: 600;
	color: #56747d;
	margin-bottom: 10px;
}
.deliveryBox_wrap>.mainImg_wrap{
	margin-bottom: 20px;
}
.deliveryBox_wrap>.mainImg_wrap>.imgBox{
	margin-bottom: 5px;
}
.deliveryBox_wrap>.mainImg_wrap>.txtBox>h4{
	font-family: "Noto Sans JP", serif; 
	font-size: 1em;
	font-weight: 500;
	color: #56747d;
	margin-bottom: 5px;
}
.deliveryBox_wrap>.mainImg_wrap>.txtBox>p{ 
	font-size: 0.9em;
}
.deliveryBox_wrap>.pointRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.deliveryBox_wrap>.pointRow>.pointBox{
	width: 31%;
}
.deliveryBox_wrap>.pointRow>.pointBox>.imgBox{
	margin-bottom: 5px;
}
.deliveryBox_wrap>.pointRow>.pointBox>.txtBox>h4{
	font-family: "Noto Sans JP", serif; 
	font-size: 1em;
	font-weight: 500;
	color: #56747d;
	margin-bottom: 5px;
}
.deliveryBox_wrap>.pointRow>.pointBox>.txtBox>p{
	font-size: 0.9em;
}
.deliveryBox_wrap>.pointRow>.pointBox>.txtBox>p.notice{
	font-size: 0.75em;
}
@media (max-width:1200px){
	.deliveryBox_wrap{
		width:90%;
	}
}
@media (max-width:900px){
	.deliveryBox_wrap{
		padding: 30px;
	}
}
@media (max-width:768px){
	.deliveryBox_wrap{
		margin-bottom: 50px;
	}
	.deliveryBox_wrap>.pointRow>.pointBox{
		width: 48%;
		margin-bottom: 20px;
	}
	.deliveryBox_wrap>.pointRow>.pointBox:last-of-type{
		margin-bottom: 0px;
	}
}
@media (max-width:500px){
	.deliveryBox_wrap{
		padding: 20px;
	}
}

/* placementWrap */
.placementWrap{
	width: 1100px;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
	margin-bottom: 80px;
	background-color: #fff;
}
.placementWrap>.contentRow{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.placementWrap>.contentRow>.imgBox,
.placementWrap>.contentRow>.txtBox{
	width: 48%;
}
.placementWrap>.contentRow>.txtBox>h4{
	font-family: "Noto Sans JP", serif; 
	font-size: 1em;
	font-weight: 500;
	color: #56747d;
	margin-bottom: 5px;
}
.placementWrap>.contentRow>.txtBox>h4>span{
	font-family: "Noto Sans JP", serif; 
	font-size: 1.5em;
	font-weight: 500;
	color: #56747d;
}
.placementWrap>.contentRow>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.8;
}
@media (max-width:1200px){
	.placementWrap{
		width: 90%;
	}
}
@media (max-width:900px){
	.placementWrap{
		padding: 30px;
	}
}
@media (max-width:768px){
	.placementWrap{
		margin-bottom: 50px;
	}
	.placementWrap>.contentRow>.imgBox,
	.placementWrap>.contentRow>.txtBox{
		width: 100%;
	}
	.placementWrap>.contentRow>.imgBox{
		margin-bottom: 20px;
	}
}
@media (max-width:500px){
	.placementWrap{
		padding: 20px;
	}
}

/* insurance_wrap */
.insurance_wrap{
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 80px;
	padding: 50px;
	box-sizing: border-box;
	background-color: #fff;
}
.insurance_wrap>.titleWrap>h3{
	width: 400px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.insurance_wrap>.txtWrap{
	margin-bottom: 20px;
}
.insurance_wrap>.txtWrap>h4{
	font-family: "Noto Sans JP", serif; 
	font-size: 1em;
	font-weight: 500;
	color: #56747d;
	border-left: 3px solid #56747d;
	padding-left: 0.5em;
	margin-bottom: 10px;
}
.insurance_wrap>.txtWrap>p{
	font-size: 0.9em;
	line-height: 1.6;
	margin-bottom: 10px;
}
.insurance_wrap>.txtWrap>p.notice{
	font-size: 0.75em;
	margin-bottom: 0px;
}
.insurance_wrap>.pointRow>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.insurance_wrap>.pointRow>ul>li{
	width: 31%;
	text-align: center;
	font-family: "Noto Sans JP", serif; 
	font-size: 0.9em;
	line-height: 1.6;
	font-weight: 500;
	color: #56747d;
	background-color: #dcdfe2;
	padding: 1em 0;
}
@media (max-width:1200px){
	.insurance_wrap{
		width:90%;
	}
}
@media (max-width:900px){
	.insurance_wrap{
		padding: 30px;
	}
	.insurance_wrap>.titleWrap>h3{
		width: 40%;
	}
}
@media (max-width:768px){
	.insurance_wrap{
		margin-bottom: 50px;
	}
	.insurance_wrap>.titleWrap>h3{
		width: 300px;
	}
	.insurance_wrap>.pointRow>ul{
		justify-content: center;
	}
	.insurance_wrap>.pointRow>ul>li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10px;
	}
	.insurance_wrap>.pointRow>ul>li:nth-of-type(2){
		margin-right: 0px;
	}
	.insurance_wrap>.pointRow>ul>li:last-of-type{
		margin-right: 0px;
		margin-bottom: 0px;
	}
}
@media (max-width:500px){
	.insurance_wrap{
		padding: 20px;
	}
	.insurance_wrap>.titleWrap>h3{
		width: 70%;
	}
	.insurance_wrap>.pointRow>ul>li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/* management_wrap */
.management_wrap{
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 80px;
	padding: 50px;
	box-sizing: border-box;
	background-color: #fff;
}
.management_wrap>.txtRow{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.management_wrap>.txtRow>.txtBox{
	width: 48%;
}
.management_wrap>.pointRow>ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.management_wrap>.pointRow>ul>li{
	width: 31%;
}
.management_wrap>.txtRow>.txtBox>h4{
	font-family: "Noto Sans JP", serif; 
	font-size: 1em;
	font-weight: 500;
	color: #56747d;
	margin-bottom: 5px;
}
.management_wrap>.txtRow>.txtBox>h4>span{
	font-family: "Noto Sans JP", serif; 
	font-size: 0.75em;
	font-weight: 500;
	color: #56747d;
}
.management_wrap>.txtRow>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.6;
}
.management_wrap>.txtRow>.txtBox>p.notice{
	font-family: "Noto Sans JP", serif;
	font-size: 0.75em;
	text-align: right;
}
.management_wrap>.pointRow>ul>li{
	margin-bottom: 20px;
}
.management_wrap>.pointRow>ul>li:nth-of-type(4),
.management_wrap>.pointRow>ul>li:nth-of-type(5),
.management_wrap>.pointRow>ul>li:last-of-type{
	margin-bottom: 0px;
}
.management_wrap>.pointRow>ul>li>h5{
	font-family: "Noto Sans JP", serif; 
	font-size: 0.9em;
	font-weight: 500;
	color:#fff;
	background-color: #56747d;
	text-align: center;
	padding: 0.25em 0;
}
@media (max-width:1200px){
	.management_wrap{
		width:90%;
	}
}
@media (max-width:900px){
	.management_wrap{
		padding: 30px;
	}
	.insurance_wrap>.titleWrap>h3{
		width: 40%;
	}
}
@media (max-width:768px){
	.management_wrap{
		margin-bottom: 50px;
	}
	.management_wrap>.pointRow>ul>li{
		width: 48%;
	}
}
@media (max-width:500px){
	.management_wrap{
		padding: 20px;
	}
	.management_wrap>.txtRow>.txtBox{
		width: 100%;
	}
	.management_wrap>.txtRow>.txtBox:first-of-type{
		margin-bottom: 10px;
	}
}

/* guarantee_wrap */
.multiply{
	mix-blend-mode: multiply;
}
.guarantee_wrap{
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.guarantee_wrap>.titleWrap{
	background-color: #005858;
}
.guarantee_wrap>.titleWrap>h3{
	width: 300px;
	margin: 0 auto;
	padding: 1em 0;
}
.guarantee_wrap>.contentBox{
	background-color: #efeaba;
	padding:50px;
	box-sizing:border-box;
}
.guarantee_wrap>.contentBox>.txtBox{
	margin-bottom: 20px;
}
.guarantee_wrap>.contentBox>.txtBox>h4{
	font-size: 1.25em;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: center;
}
.guarantee_wrap>.contentBox>.txtBox>p{
	font-size: 1em;
	line-height: 1.6;
}
.guarantee_wrap>.contentBox>.imgRow{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.guarantee_wrap>.contentBox>.imgRow>p{
	width: 48%;
}
.guarantee_wrap>.contentBox>.imgRow>p>span{
	font-size: 0.75em;
}
@media (max-width:1200px){
	.guarantee_wrap{
		width:90%;
	}
}
@media (max-width:900px){
	.guarantee_wrap>.contentBox{
		padding: 30px;
	}
	.guarantee_wrap>.titleWrap>h3{
		width: 40%;
	}
}
@media (max-width:768px){
	.guarantee_wrap{
		margin-bottom: 50px;
	}
	.guarantee_wrap>.contentBox>.imgRow{
		justify-content: center;
	}
	.guarantee_wrap>.contentBox>.imgRow>p{
		width: 80%;
	}
	.guarantee_wrap>.contentBox>.imgRow>p:first-of-type{
		margin-bottom: 20px;
	}
}
@media (max-width:500px){
	.guarantee_wrap>.contentBox{
		padding: 20px;
	}
	.guarantee_wrap>.titleWrap>h3{
		width: 50%;
	}
	.guarantee_wrap>.contentBox>.imgRow>p{
		width: 90%;
	}
}

/* system_wrap */
.system_wrap{
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.system_wrap>.titleWrap{
	background-color: #1d2087;
	padding: 1em 0;
	border: 2px solid #1d2087;
}
.system_wrap>.contentRow{
	padding: 50px;
	border: 2px solid #1d2087;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.system_wrap>.titleWrap>h3{
	width: 500px;
	margin: 0 auto;
}
.system_wrap>.contentRow>.pointBox,
.system_wrap>.contentRow>.txtBox{
	width: 48%;
}
.system_wrap>.contentRow>.pointBox>p{
	font-family: "Noto Sans JP", serif; 
	font-size: 1em;
	font-weight: 500;
	color:#1d2087;
	text-align: center;
	border: 2px solid #1d2087;
	padding: 1em 0;
}
.system_wrap>.contentRow>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.6;
}
@media (max-width:1200px){
	.system_wrap{
		width:90%;
	}
}
@media (max-width:900px){
	.system_wrap>.contentRow{
		padding: 30px;
	}
	.system_wrap>.titleWrap>h3{
		width: 60%;
	}
}
@media (max-width:768px){
	.system_wrap>.contentRow>.pointBox,
	.system_wrap>.contentRow>.txtBox{
		width: 100%;
	}
	.system_wrap>.contentRow>.pointBox{
		margin-bottom: 20px;
	}
}
@media (max-width:500px){
	.system_wrap>.contentRow{
		padding: 20px;
	}
	.system_wrap>.titleWrap>h3{
		width: 70%;
	}
	.insurance_wrap>.pointRow>ul>li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/* internet_wrap */
.internet_wrap{
	width: 1100px;
	margin: 0 auto;
	border: 3px solid #56747d;
	background-color: #fff;
	padding: 50px;
	box-sizing: border-box;
	margin-bottom: 80px;
}
.internet_wrap>.titleWrap>h3{
	font-size: 1.25em;
	font-weight: 400;
	text-align: center;
	color: #56747d;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.internet_wrap>.titleWrap>h3>span{
	display: inline-block;
}
.internet_wrap>.titleWrap>h3>span:first-of-type{
	width: 100px;
	margin-right:0.5em;
}
.internet_wrap>.txtBox,
.internet_wrap>.imgBox{
	margin-bottom: 20px;
}
.internet_wrap>.txtBox>h4,
.internet_wrap>.imgRow>h4{
	font-family: "Noto Sans JP", serif; 
	font-size: 1em;
	font-weight: 500;
	color: #56747d;
	text-align: center;
	margin-bottom: 20px;
}
.internet_wrap>.txtBox>p{
	font-size: 1em;
	text-align: center;
	margin-bottom: 20px;
}
.internet_wrap>.txtBox>p.notice{
	font-size: 0.75em;
	text-align: left;
	margin-bottom: 0px;
}
.internet_wrap>.imgRow>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.internet_wrap>.imgRow>ul>li{
	margin-bottom: 20px;
}
.internet_wrap>.imgRow>ul>li>h5{
	font-family: "Noto Sans JP", serif; 
	font-size: 1em;
	font-weight: 500;
	padding: 0.5em 0;
	text-align: center;
	color: #fff;
	background-color: #56747d;
	margin-bottom: 5px;
}
.internet_wrap>.imgRow>ul>li>p.notice,
.internet_wrap>.imgRow>p.notice{
	font-size: 0.75em;
	margin-top: 5px;
}
.internet_wrap>.imgRow>ul>li:first-of-type,
.internet_wrap>.imgRow>ul>li:nth-of-type(2){
	width: 48%;
}
.internet_wrap>.imgRow>ul>li:last-of-type,
.internet_wrap>.imgRow>ul>li:nth-of-type(3),
.internet_wrap>.imgRow>ul>li:nth-of-type(4){
	width: 31%;
	margin-bottom: 0;
}
@media (max-width:1200px){
	.internet_wrap{
		width:90%;
	}
}
@media (max-width:900px){
	.internet_wrap{
		padding: 30px;
	}
}
@media (max-width:768px){
	.internet_wrap>.titleWrap>h3{
		flex-direction: column;
	}
	.system_wrap>.contentRow>.pointBox,
	.system_wrap>.contentRow>.txtBox{
		width: 100%;
	}
	.system_wrap>.contentRow>.pointBox{
		margin-bottom: 20px;
	}
}
@media (max-width:500px){
	.internet_wrap{
		padding: 20px;
	}
	.system_wrap>.titleWrap>h3{
		width: 70%;
	}
	.insurance_wrap>.pointRow>ul>li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/* neighborhoodAssociation_wrap */
.neighborhoodAssociation_wrap{
	width: 1100px;
	margin: 0 auto;
	background-color: #fff;
	padding: 50px;
	box-sizing: border-box;
}
.neighborhoodAssociation_wrap>.titleWrap>h3{
	font-size: 1.25em;
	font-weight: 400;
	text-align: center;
	color: #56747d;
	margin-bottom: 20px;
}
.neighborhoodAssociation_wrap>.titleWrap>h3>span{
	font-size: 1.25em;
	display: inline-block;
}
.neighborhoodAssociation_wrap>.txtBox>p{
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 20px;
}
.neighborhoodAssociation_wrap>.txtBox>p:first-of-type{
	font-size: 1.1em;
	text-align: center;
}
.neighborhoodAssociation_wrap>.addressBox{
	margin-bottom: 20px;
}
.neighborhoodAssociation_wrap>.addressBox>h4{
	font-size: 1.1em;
	font-weight: 400;
}
.neighborhoodAssociation_wrap>.addressBox>p{
	font-size: 1em;
}
.neighborhoodAssociation_wrap>.addressBox>p>a{
	transition: 0.5s all;
}
.neighborhoodAssociation_wrap>.addressBox>p>a:hover,
.neighborhoodAssociation_wrap>.addressBox>p>a:active{
	color: #74101c;
	transition: 0.5s all;
}
.neighborhoodAssociation_wrap>.siteLink_row{
	width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.neighborhoodAssociation_wrap>.siteLink_row>p{
	width: 48%;
	padding: 20px;
	box-sizing: border-box;
}
.neighborhoodAssociation_wrap>.siteLink_row>p:first-of-type{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
}
.neighborhoodAssociation_wrap>.siteLink_row>p:last-of-type{
	background-color: #fff;
}
@media (max-width:1200px){
	.neighborhoodAssociation_wrap{
		width:90%;
	}
	.neighborhoodAssociation_wrap>.siteLink_row{
		width: 70%;
	}
}
@media (max-width:900px){
	.neighborhoodAssociation_wrap{
		padding: 30px;
	}
}
@media (max-width:768px){
	.neighborhoodAssociation_wrap>.siteLink_row>p{
		width: 100%;
	}
	.neighborhoodAssociation_wrap>.siteLink_row>p:first-of-type{
		margin-bottom: 10px;
	}
}
@media (max-width:500px){
	.neighborhoodAssociation_wrap{
		padding: 20px;
	}
	.neighborhoodAssociation_wrap>.siteLink_row{
		width: 80%;
	}
}