@charset "UTF-8";
/*****************************************************
	Volnewmer module style
*/

.volnewmer {
    line-height: 1.4;
    color: #383838;
    font-size: 14px;
    letter-spacing: -1px;
}
.volnewmer .sec1 {
    text-align: center;
    color: #fff;
    padding-top: 400px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    min-height: 683.5px;
}
.volnewmer .sec1 img {
    width: 100%;
    max-width: 308.5px;
}
.volnewmer .sec1 .item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin: 30px auto 0;
    font-size: 22px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 400px;
}
.volnewmer .sec1 .__item {
    width: 135px;
    height: 135px;
    font-size: 18px;
    display: table;
    border: 2px solid transparent;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), 
    -webkit-gradient(linear, left bottom, left top, from(#611831),  to(#6c4953));
    background-image: -o-linear-gradient(#000, #000), 
    -o-linear-gradient(bottom, #611831 0%,  #6c4953 100%);
    background-image: linear-gradient(#000, #000), 
    linear-gradient(to top, #611831 0%,  #6c4953 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
} 
.volnewmer .sec1 .__item p {
    display: table-cell;
    vertical-align: middle;
}

.volnewmer .sec2 {
    padding: 80px 0 130px;
    background-color: #f9f4f6;
}
.volnewmer .sec2 .cont-top {
    text-align: center;
    margin-top: 40px;
}
.volnewmer .sec2 .cont-top .cont-img {
    position: relative;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    max-width: 360px;
    margin: auto;
}
.volnewmer .sec2 .cont-top .cont-img .img1 {
    max-width: 136.5px;
}
.volnewmer .sec2 .cont-top .cont-img .img2 {
    position: absolute;
    top: 65%;
    left: 17%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 99px;
}
.volnewmer .sec2 .cont-top .cont-txt {
    padding: 100px 0 150px;
    max-width: 400px;
    margin: -95px auto 0;
}
.volnewmer .sec2 .cont-top .cont-txt > h4 {
    font-size: 18px;
    font-weight: 700;
    color: #d7226f;
    height: 75px;
    line-height: 75px;
    max-width: 129px;
    margin: auto;
}
.volnewmer .sec2 .cont-top .cont-txt > p {
    max-width: 360px;
    margin: auto;
}
.volnewmer .sec2 .cont-top .cont-txt > p > b {
    font-weight: 700;
}
.volnewmer .sec2 .cont-bottom {
    background-color: #fff;
    border-radius: 15px;
    margin: -30px 1rem 0;
    padding: 15px 20px;
}
.volnewmer .sec2 .cont-bottom > ul {
    max-width: 400px;
    margin: auto;
}
.volnewmer .sec2 .cont-bottom > ul > li {
    padding: 13px 0;
    border-bottom: 1px solid #E7E7E7;
}
.volnewmer .sec2 .cont-bottom > ul > li:last-of-type {
    border: none;
}
.volnewmer .sec2 .cont-bottom > ul > li > img {
    vertical-align: middle;
    max-width: 14px;
    display: inline-block;
    margin-right: 7px;
}
.volnewmer .sec2 .cont-bottom > ul > li > b {
    color: #D7226F;
    font-weight: 700;
}

.volnewmer .sec3 {
    padding: 80px 0 130px;
    background-color: #fff;
}
.volnewmer .sec3 .cont-txt {
    margin: 30px 0 50px;
    text-align: center;
    font-size: 20px;
}
.volnewmer .sec3 .cont-txt > img {
    width: 100%;
    max-width: 265px;
}
.volnewmer .sec3 .cont-txt > b {
    font-weight: 700;
    color: #D7226F;
}
.volnewmer .sec3 .item-wrap {
    text-align: center;
    position: relative;
}
.volnewmer .sec3 .item-wrap .__item {
    margin-bottom: 100px;
    background-color: #F9F9F9;
}
.volnewmer .sec3 .item-wrap .__item:last-of-type {
    margin-bottom: 0;
}
.volnewmer .sec3 .item-wrap .__item > h3 {
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
}
.volnewmer .sec3 .item-wrap .__item.step1 > h3 {
    background-color: #eb6fa3;
}
.volnewmer .sec3 .item-wrap .__item.step2 > h3 {
    background-color: #e2518c;
}
.volnewmer .sec3 .item-wrap .__item.step3 > h3 {
    background-color: #d82370;
}
.volnewmer .sec3 .item-wrap .__item > figure {
    padding: 40px 0;
}
.volnewmer .sec3 .item-wrap .__item > figure > img {
    -webkit-transform: translateX(8px);
        -ms-transform: translateX(8px);
            transform: translateX(8px);
    max-width: 130px;
}
.volnewmer .sec3 .item-wrap figcaption {
    margin-top: 10px;
    font-size: 18px;
}
.volnewmer .sec3 .icon1 {
    position: absolute;
    top: 31%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(90deg);
        -ms-transform: translate(-50%, 50%) rotate(90deg);
            transform: translate(-50%, 50%) rotate(90deg);
}
.volnewmer .sec3 .icon2 {
    position: absolute;
    left: 50%;
    bottom: 30.5%;
    -webkit-transform: translate(-50%, 50%) rotate(90deg);
        -ms-transform: translate(-50%, 50%) rotate(90deg);
            transform: translate(-50%, 50%) rotate(90deg);
}