.ansvivoPage .mainImg {
    background-image: url(../img/ansvivo/main_img.jpg);
}
.ansvivoBox {
	padding-bottom: 121px;
	position: relative;
}
.ansvivoBox .content {
	position: relative;
}
.ansvivoBox .bg01 {
	position: absolute;
	top: 240px;
	right: -80px;
}
.ansvivoBox .bg02 {
	position: absolute;
	bottom: -61px;
	left: 40px;
	z-index: 2;
}
.ansvivoBox h3 {
    text-align: center;
    margin-bottom: -30px;
    position: relative;
    z-index: 1;
}
.ansvivoBox h3 span {
    display: inline-block;
    font-size: 2.8rem;
    color: white;
    letter-spacing: 0.1em;
    border-radius: 10px;
    padding: 7px 30px 11px;
    background-color: #8CC220;
}
.ansvivoBox .anshomePhoto img {
	border-radius: 30px;
	width: 100%;
}
.ansvivoPage .ansvivoBox .ansvivoTxt .ttl {
    text-align: center;
    margin: -6px 0 12px;
    font-size: 2.8rem;
    font-weight: bold;
    color: #8CC220;
}
.ansvivoBox .ansvivoTxt {
    margin: -100px auto 0;
    background-color: white;
    max-width: 1000px;
    position: relative;
    z-index: 1;
    padding: 41px 50px 30px;
    border-radius: 30px;
    box-sizing: border-box;
}
.ansvivoPage .ansvivoBox .ansvivoTxt p.text {
    margin-bottom: 81px;
    line-height: 2;
    font-size: 2rem;
    font-weight: bold;
    max-width: 700px;
    margin: 30px auto;
}
.ansvivoBox:after {
    width: 100%;
    height: calc(100% - 278px);
    background-color: #F5FAE8;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}
.continuationBox dt {
    font-size: 1.8rem;
    color: #F08200;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 5px;
    line-height: 2;
}
.continuationBox dd {
    line-height: 2;
    margin-bottom: 22px;
}
.continuation p.txt {
    margin-bottom: 81px;
    line-height: 2;
    text-align: center;
    font-weight: bold;
}
.featuresUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5rem
}
.featuresUl strong {
    font-size: 1.8rem;
    margin-bottom: 10px;
    display: block;
    color: #F08200;
    padding: 0 5px;
    line-height: 1.6;
}



@media all and (max-width: 896px) {
	.ansvivoBox h3 {
		margin-left: 10px;
		margin-right: 10px;
	}
	.ansvivoBox h3 span {
		font-size: 2rem;
	}
	.ansvivoBox .anshomePhoto img {
		border-radius: 15px;
	}
	.ansvivoBox .ansvivoTxt {
		margin-top: -30px;
		border-radius: 15px;
		padding: 20px;
	}
    .ansvivoPage .ansvivoBox .ansvivoTxt p.text {
        font-size: 1.6rem;
    }
	.ansvivoBox .bg01 {
		display: none;
	}
	.ansvivoBox .bg02 {
		width: 80px;
	}
	.ansvivoPage .ansvivoBox .ansvivoTxt .ttl {
		font-size: 2rem;
		line-height: 1.5;
		margin: 0 -10px 10px;
	}
	.ansvivoPage .ansvivoBox .ansvivoTxt .textList {
		padding-right: 0;
		font-size: 1.6rem;
	}
    .continuation p.txt {
        line-height: 2;
        text-align: left;
        font-weight: normal;
    }
    .featuresUl strong {
        font-size: 1.6rem;
        margin-bottom: 10px;
        display: block;
        color: #F08200;
        padding: 0 5px;
        line-height: 1.6;
    }
    .featuresUl {
        margin-bottom: 10rem;
    }
}