@charset "utf-8";
.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both; overflow:hidden;}
.txtCenter {
	text-align: center!important;
}
.flexWrapCenter {
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
.flexSpacearound {
	-webkit-justify-content:space-around;
	justify-content:space-around;
}
.flexSpacebetween {
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.flexStart {
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}
.alias-view {
	background: #fff;
}
.addColor {
	color: #f00;
}

section header.pageTitle h2 {
	font-size: 144%;
	font-weight: 700;
	width: 100%;
}
/*stepArea*/
.stepArea {
	background: #fff;
	padding: 4% 2%;
	margin-bottom: 1%;
}
.stepArea .stepArea_ttl {
	width: 9%;
	padding-top: 1%;
}
.stepArea .stepArea_ttl img {
	width: 100%;
}
.stepArea .stepArea_text {
	width: 87%;
	line-height: 1.6;
}
.stepArea .stepArea_text .stepArea_text_ttl {
	font-size: 20px;
    font-weight: 700;
	margin-bottom: 1%;
}

.stepArea .stepArea_photo {
	width: 691px;
	display: block;
	background: #D8EBF5;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	padding: 2% 2%;
	margin: 3% 0;
}
.stepArea .stepArea_photo .stepArea_photo_ttl {
	color: #1A86B8;
	font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.5%;
}
.stepArea .stepArea_photo .stepArea_photo_ttl span {
	padding-left: 4%;
	background: url(../../img/living/icon_home.png) no-repeat center left;
	background-size: 18px;
}
.stepArea .stepArea_photo .stepArea_photo_img {
	margin-bottom: 2%;
}
.stepArea .stepArea_photo .stepArea_photo_img ul {
	
}
.stepArea .stepArea_photo .stepArea_photo_img ul li {
	width: 32.6%;
}
.stepArea .stepArea_photo .stepArea_photo_img ul li img {
	width: 100%;
}
.stepArea .stepArea_photo .stepArea_photo_img ul li:not(:last-of-type) {
	margin-right: 1%;
}
.stepArea .stepArea_photo .stepArea_photo_text {
	margin-bottom: 2%;
}
.stepArea .stepArea_photo .stepArea_photo_link {
	background: #fff;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	padding: 2% 3%;
}
.stepArea .stepArea_photo .stepArea_photo_link ul {
}
.stepArea .stepArea_photo .stepArea_photo_link ul li { 
	padding-left: 4%;
	background: url(../../img/living/icon_icon01.png) no-repeat center left;
	background-size: 18px;
}
.stepArea .stepArea_photo .stepArea_photo_link ul li:not(:last-of-type) {
	margin-bottom: 1%;
}

/*living_contact*/
.living_contact {
	width: 48%;
    float: right;
	background: #fff;
    border: 2px solid #DCD2B7;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	padding: 3% 4%;
    margin-top: 2%;
}
.living_contact .living_contact_ttl {
	font-size: 15px;
    font-weight: 700;
    margin-bottom: 2%;
}
.living_contact .living_contact_address {
	
}
.living_contact .living_contact_address a {
	color: #000;
}
.living_contact .living_contact_address ul {
	
}
.living_contact .living_contact_address ul li {
	font-size: 14px;
}

@media screen and (max-width:750px) {
	.living_contact {
		width: auto;
		float: unset;
	}
	.stepArea .stepArea_photo {
		width: auto;
	}
	.stepArea .stepArea_photo .stepArea_photo_ttl span {
		    padding-left: 8%;
	}
	.stepArea .stepArea_photo .stepArea_photo_link ul li {
		    padding-left: 8%;
	}
}