@charset "UTF-8";

.modify-image li{
	width: 21.5rem;
	height: 7.3rem;
	line-height: 7.3rem;
	text-align: center;
	border-radius: 8px;
	background: #f6f6f6;
	font-size: 1.4rem;
	color: #999;
	margin-bottom: 1.1rem;
	cursor: pointer;
}
.modify-image li.selected{
	background: #eee8e3;
	color: #ad9788;
}
.modify-image li span{
	vertical-align: middle;
    display: inline-block;
    width: 14.5rem;
    text-align: left;
}
.modify-image li:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 2.2rem;
}
.house .modify-image li:first-child:before{
	width: 2.2rem;
	height: 2.3rem;
	background: url(../images/businessSegments/house-01.png);
	background-size: cover;
}
.house .modify-image li:first-child.selected:before{
	background: url(../images/businessSegments/house-01__seletced.png);
	background-size: cover;
}
.house .modify-image li:nth-child(2):before{
	width: 2.35rem;
	height: 2.05rem;
	background: url(../images/businessSegments/house-02.png);
	background-size: cover;
}
.house .modify-image li:nth-child(2).selected:before{
	background: url(../images/businessSegments/house-02__selected.png);
	background-size: cover;
}
.house-content{
	margin: 2.5rem 0;
}
.house-content p{
	font-size: 0.8rem;
	color: #888;
	text-indent: 2em;
	margin-bottom: 2.5rem;
}
.house .map-img{
	width: 52.45rem;
	margin-bottom: 2.5rem;
}
.house .timeline,
.education .timeline,
.medical .timeline{
	display: none;
}
.house .timeline.active,
.education .timeline.active,
.medical .timeline.active{
	display: block;
}

.education .modify-image li:first-child:before{
	width: 1.95rem;
	height: 1.95rem;
	background: url(../images/businessSegments/education-01.png);
	background-size: cover;
}
.education .modify-image li:first-child.selected:before{
	width: 1.5rem;
	height: 1.95rem;
	background: url(../images/businessSegments/education-01__selected.png);
	background-size: cover;
}
.education .modify-image li:nth-child(2):before{
	width: 2.55rem;
	height: 1.7rem;
	background: url(../images/businessSegments/education-02.png);
	background-size: cover;
}
.education .modify-image li:nth-child(2).selected:before{
	width: 2.55rem;
	height: 1.7rem;
	background: url(../images/businessSegments/education-02__selected.png);
	background-size: cover;
}
.education .modify-image li:nth-child(3):before{
	width: 2.6rem;
	height: 2.6rem;
	background: url(../images/businessSegments/education-03.png);
	background-size: 2.6rem 2.6rem;
}
.education .modify-image li:nth-child(3).selected:before{
	width: 2.5rem;
	height: 2rem;
	background: url(../images/businessSegments/education-03__selected.png);
	background-size: 2.5rem 2rem;
}
.travel .house-content p{
	float: left;
	width: 23.8rem;
	line-height: 2;
}
.travel .house-content img{
	width: 25.1rem;
}

.medical .modify-image li:first-child:before{
	width: 2.15rem;
	height: 2.15rem;
	background: url(../images/businessSegments/medical-01.png);
	background-size: cover;
}
.medical .modify-image li:first-child.selected:before{
	background: url(../images/businessSegments/medical-01__selected.png);
	background-size: cover;
}
.medical .modify-image li:nth-child(2):before{
	width: 1.65rem;
	height: 2.4rem;
	background: url(../images/businessSegments/medical-02.png);
	background-size: cover;
}
.medical .modify-image li:nth-child(2).selected:before{
	background: url(../images/businessSegments/medical-02__selected.png);
	background-size: cover;
}
.medical .modify-image li:nth-child(3):before{
	width: 1.95rem;
	height: 2.65rem;
	background: url(../images/businessSegments/medical-03.png);
	background-size: cover;
}
.medical .modify-image li:nth-child(3).selected:before{
	background: url(../images/businessSegments/medical-03__selected.png);
	background-size: cover;
}
.medical .modify-image li:nth-child(4):before{
	width: 2.35rem;
	height: 1.95rem;
	background: url(../images/businessSegments/medical-04.png);
	background-size: cover;
}
.medical .modify-image li:nth-child(4).selected:before{
	background: url(../images/businessSegments/medical-04__selected.png);
	background-size: cover;
}









