@charset "UTF-8";

.module_potenza {
	word-break: keep-all;
}
.module_potenza .minframe {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 860px;
	margin: 0 auto;
}
.module_potenza .pg_padding {
	padding: 80px 0 130px;
}
.module_potenza .__point {
	color: #00898B;
	font-size: 20px;
	font-weight: 700;
}
.module_potenza .text-700 {
	font-weight: 700;
}

/* card-01 */
.module_potenza .card-01 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.module_potenza .card-01 .__title img {
    max-height: 22px;
}
.module_potenza .card-01 .item-inner {
    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;
}
.module_potenza .card-01 .item-wrap {
    margin-top: 35px;
}
.module_potenza .card-01 .item {
    width: 9rem;
    height: 9rem;
    background: #39c5c769;
    color: #fff;
    font-size: 17px;
    margin: 15px;
    border-radius: 50%;
    text-align: center;
    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;
}

/* card-02 */
.module_potenza .card-02 {
    background: #D1EDED;
}
.module_potenza .card-02 .sub-title {
    margin: 35px auto 40px;
    color: #515151;
    font-size: 17px;
    line-height: 1.5;
    max-width: 400px;
    padding: 0 5px;
}
.module_potenza .card-02 .cont {
    position: relative;
    background: #fff;
    padding: 35px 0;
}
.module_potenza .card-02 .cont.item-02 {
    margin: 100px 0;
}
.module_potenza .card-02 .cont > em {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 44px;
    height: 29px;
    display: inline-block;
    position: absolute;
    left: 50%;
}
.module_potenza .card-02 .cont .cont-arrow-01 {
    top: -15%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
}
.module_potenza .card-02 .cont .cont-arrow-02 {
    bottom: -15%;
    -webkit-transform: translate(-50%, 50%) rotate(90deg);
        -ms-transform: translate(-50%, 50%) rotate(90deg);
            transform: translate(-50%, 50%) rotate(90deg);
}
.module_potenza .card-02 .cont .cont-img img {
    max-height: 132px;
}
.module_potenza .card-02 .cont-txt {
    text-align: center;
}
.module_potenza .card-02 .cont-txt > span {
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
    font-family: 'Campton', Sans-serif;
    padding: 0.5rem 2rem;
    margin: 2rem 0 1rem;
}
.module_potenza .card-02 .cont-txt .step-01 {
    background: #A1DCDD;
}
.module_potenza .card-02 .cont-txt .step-02 {
    background: #6AD0D2;
}
.module_potenza .card-02 .cont-txt .step-03 {
    background: #00BFC2;
}
.module_potenza .card-02 .txt-inner {
    color: #515151;
    font-size: 15px;
}

/* card-03 */
.module_potenza .card-03 {
    background: #EEF5F5;
    padding-bottom: 130px;
    position: relative;
}
.module_potenza .card-03 .__right {
    background: -o-linear-gradient(76deg, #00cacd, #22E9D9);
    background: linear-gradient(14deg, #00cacd, #22E9D9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 450px;
}
.module_potenza .card-03 .cont-wrap {
    position: relative;
    z-index: 5;
}
.module_potenza .card-03 .cont-inner {
    margin-top: -25px;
}
.module_potenza .card-03 .cont {
    background: #fff;
    margin: 7px 0;
    padding: 2rem 10px;
    position: relative;
    text-align: center;
}
.module_potenza .card-03 .cont .title {
    font-size: 17px;
}
.module_potenza .card-03 .cont-txt {
    font-size: 15px;
    color: #2f2e2e;
    max-width: 400px;
    margin: 10px auto 0;
}
.module_potenza .card-03 .cont .icon-plus {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0D9C9E;
    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;
    position: absolute;
    left: 50%;
    top: -3px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.module_potenza .card-03 .cont .icon-plus img {
    max-width: 10px;
}
.module_potenza .card-03 .cont-img {
    text-align: center;
    padding-top: 80px;
}
.module_potenza .card-03 .cont-img img {
    max-height: 242px;
    -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
            transform: translateX(10%);
}
.module_potenza .card-03 .cont-img .txt {
    line-height: 1.3;
    color: #fff;
    font-size: 20px;
}
.module_potenza .card-03 .cont-img .txt b {
    font-weight: 700;
}

/* card-04 */
.module_potenza .card-04 {
    background: #F0F0F0;
}
.module_potenza .card-04 .cont-wrap {
    max-width: 400px;
    margin: 35px auto 0;
}
.module_potenza .card-04 .cont {
    -webkit-box-shadow: 5px 5px 16px #0000000f;
            box-shadow: 5px 5px 16px #0000000f;
}
.module_potenza .card-04 .cont.item-02 {
    margin: 20px 0;
}
.module_potenza .card-04 .cont-img img {
    width: 100%;
    vertical-align: bottom;
}
.module_potenza .card-04 .cont-txt {
    background: #fff;
    text-align: center;
    padding: 30px 0;
}
.module_potenza .card-04 .txt-inner {
    color: #2f2e2e;
    font-size: 17px;
    margin-top: 7px;
}