.lifeinfo {
	margin: 80px auto 0;
	max-width: 1240px;
	width: calc(100% - 40px);
}

.lifeinfo__tit {
	text-align: center;
	font-size: 18px;
	line-height: 1.7;
	margin: 0 0 80px;
}

.lifeinfo__tit span {
	font-size: 38px;
	line-height: 1;
	display: block;
	color: #94adab;
	font-weight: 700;
	margin-bottom: 7px;
}

.lifeinfo__nav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 20px;
}

.lifeinfo__nav li {
	width: calc((100% - 112px) / 7);
	padding: 20px 0;
	line-height: 1;
	text-align: center;
	cursor: pointer;
}

.lifeinfo__nav li {
	font-size: 13px;
	color: #275147;
}

.lifeinfo__nav li:nth-of-type(1) {
	border-bottom: 3px solid #275147;
}

.lifeinfo__nav li:nth-of-type(2) {
	border-bottom: 3px solid #275147;
}

.lifeinfo__nav li:nth-of-type(3) {
	border-bottom: 3px solid #275147;
}

.lifeinfo__nav li:nth-of-type(4) {
	border-bottom: 3px solid #275147;
}

.lifeinfo__nav li:nth-of-type(5) {
	border-bottom: 3px solid #275147;
}

.lifeinfo__nav li:nth-of-type(6) {
	border-bottom: 3px solid #275147;
}

.lifeinfo__nav li:nth-of-type(7) {
	border-bottom: 3px solid #275147;
}

.lifeinfo__nav li:nth-of-type(1).active,
.lifeinfo__nav li:nth-of-type(1):hover {
	background: #275147;
	color: #ffffff;
}

.lifeinfo__nav li:nth-of-type(2).active,
.lifeinfo__nav li:nth-of-type(2):hover {
	background: #275147;
	color: #ffffff;
}

.lifeinfo__nav li:nth-of-type(3).active,
.lifeinfo__nav li:nth-of-type(3):hover {
	background: #275147;
	color: #ffffff;
}

.lifeinfo__nav li:nth-of-type(4).active,
.lifeinfo__nav li:nth-of-type(4):hover {
	background: #275147;
	color: #ffffff;
}

.lifeinfo__nav li:nth-of-type(5).active,
.lifeinfo__nav li:nth-of-type(5):hover {
	background: #275147;
	color: #ffffff;
}

.lifeinfo__nav li:nth-of-type(6).active,
.lifeinfo__nav li:nth-of-type(6):hover {
	background: #275147;
	color: #ffffff;
}

.lifeinfo__nav li:nth-of-type(7).active,
.lifeinfo__nav li:nth-of-type(7):hover {
	background: #275147;
	color: #ffffff;
}

.lifeinfo__map iframe {
	width: 100%;
	border: none;
}

.lifeinfo__list li {
	border-bottom: 1px solid #cccccc;
	padding: 10px 0 10px 5px;
	position: relative;
	line-height: 1.3;
	font-size: 13px;
	display: flex;
	justify-content: flex-start;
}

.lifeinfo__list .num {
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background: #123360;
	color: #ffffff;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
}

.lifeinfo__list span {
	display: block;
	font-size: 12px;
}

.lifeinfo__tab {
	display: none;
}

.lifeinfo__list .num {
	background: #275147;
	margin-right: 10px;
}

.lifeinfo__list li p:nth-of-type(2) {
	display: flex;
	justify-content: space-between;
	width: 85%;
}

@media screen and (min-width: 768px) {
	.lifeinfo__tabWrap {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.lifeinfo__map {
		width: 68.5%;
	}

	.lifeinfo__map iframe {
		height: 1193px;
	}

	.lifeinfo__list {
		width: 31.5%;
	}
}

@media screen and (max-width: 767px) {
	.lifeinfo {
		margin: 80px auto 0;
	}

	.lifeinfo__tit {
		margin: 0 0 30px;
		font-size: 14px;
	}

	.lifeinfo__tit span {
		font-size: 30px;
	}

	.lifeinfo__nav {
		justify-content: flex-start;
	}

	.lifeinfo__nav li {
		width: calc(50% - 2px);
		margin-bottom: 4px;
		font-size: min(3.2vw, 14px);
	}

	.lifeinfo__nav li:not(:nth-of-type(2n)) {
		margin-right: 4px;
	}

	.lifeinfo__map {
		margin: 0 0 10px;
	}

	.lifeinfo__map iframe {
		height: 100vw;
		max-height: 600px;
	}

}