  @charset "utf-8";

.keyVisual{
	margin-bottom: 60px;
	position: relative;
}
.keyVisual img{
	width: 100%;
}
.keyVisual .btn{
    position: absolute;
    right: 4%;
    bottom: 1.0%;
    display: block;
    width: 25%;
    color: #fff;
    background: #003F98;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.1vw;
    font-weight: 700;
    transition: 0.3s;
}

.lifesolution-hd01{
	font-size: clamp(2.3rem, 0.621rem + 2.612vw, 3rem);
	margin-bottom: 20px;
}

.detail_container + .detail_container{
	margin-top: 130px
}

.detail_container > .content{
	max-width: 970px
}


.detail_container .txt{
	line-height: 2.77;
	font-size: 1.8rem;
	font-weight: 500;
}

.detail_container figure{
	margin-top: 30px;
}
.detail_container figure img{
	width: 100%;
}

.lifesolution-link{
	max-width: 863px;
	width: calc(100% - 40px);
	margin: 190px auto 0;
}
.lifesolution-link a{
	display: block;
	width: 100%;
	background: #177F9C;
	border-radius: 71px;
	color: #fff;
	text-decoration: none;
	font-size: clamp(1.8rem, 0.165rem + 2.672vw, 3rem);
	font-weight: 700;
	transition: 0.3s;
	border: solid 2px #177F9C;
	line-height: 71px;
}
.lifesolution-link a:hover{
	background: #fff;
	color: #177F9C;
}
.lifesolution-link a br{
	display: none;
}

.detail_container.sec04 .flexBox{
	max-width: 950px;
	margin: 0 auto;
	justify-content: space-between;
}
.detail_container.sec04 .flex_item figure{
	text-align: center;
	font-size: 18px;
}
.detail_container.sec04 .flex_item figure img{
	width: auto;
	margin-bottom: 15px;
}
.anker {
	padding-top: 80px;
	margin-top: -80px;
}
@media screen and (max-width: 1023px){
	.detail_container + .detail_container {
		margin-top: 65px;
	}
	.lifesolution-hd01{
		margin-bottom: 20px;
	}
	.lifesolution-link{
		margin: 100px auto 0;
	}
}
@media screen and (max-width: 767px){
	.detail_container .txt{
		line-height: 2;
	}
	.detail_container .txt br{
		display: none;
	}
	.detail_container.sec04 .flexBox{
		display: block;
		width: 80%;
	}
	.detail_container.sec04 .flex_item figure{
		font-size: 16px;
	}
	.detail_container.sec04 .flex_item figure img{
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 480px){
	.lifesolution-link a{
		line-height: 1.2;
		padding: 20px 10px;
	}
	.lifesolution-link a br{
		display: inline-block;
	}
}
