@charset "utf-8";

/* -------------------- ALL -------------------- */
body {
    background-color: #F8F8F8;
}

.wrapper {
    width: 900px;
    margin: 0 auto;
}

.section-title {
    width: 90%;
    margin: 0 auto 40px auto;
}

@media screen and (max-width: 900px) {
    .wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .section-title {
        margin: 0 auto 20px auto;
    }
}


/* -------------------- HEADER -------------------- */
#header {
    padding: 10px 60px;
    background-color: #fff;
    /* FLEX */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header h1,
#header div {
    width: 200px;
}

@media screen and (max-width: 600px) {
    #header {
        padding: 10px 20px;
    }

    #header h1,
    #header div {
        width: 150px;
    }
}



/* -------------------- FV -------------------- */
#fv {
    padding: 0 120px 60px;
    /* BACK GROUND */
    background-image: url(../images/suisui-fv-back.png);
    background-position: center 80px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 600px) {
    #fv {
        padding: 0 0 20px;
        background-position: center 20px;
    }

}



/* -------------------- POINTS / SYSTEM -------------------- */
#points-sistem .campaign {
    margin-bottom: 20px;
}

#points-sistem {
    padding: 80px 0;
    /* BACK GROUND */
    background-image: url(../images/suisui-dod-back.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#points-sistem .points {
    margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
    #points-sistem {
        padding: 20px 0 40px;
    }

    #points-sistem .points {
        margin-bottom: 40px;
    }
}


/* -------------------- CVA -------------------- */
#cva {
    position: relative;
}

#cva .cv-btn {
    position: absolute;
    width: 55%;
    top: 20%;
    right: 0;
    left: 0;
    margin: auto;
}



/* -------------------- FLOW -------------------- */
#flow-item-top {
    padding: 80px 0;
    /* BACK GROUND */
    background-color: #fff;
}

#flow-item-top .flow {
    margin-bottom: 80px;
}

#flow-item-top .flow div:nth-of-type(1) {
    margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
    #flow-item-top {
        padding: 40px 0 20px 0;
    }

    #flow-item-top .flow {
        margin-bottom: 40px;
    }

    #flow-item-top .flow div:nth-of-type(1) {
        margin-bottom: 40px;
    }
}

#flow-item-bottom {
    padding: 80px 0;
    /* BACK GROUND */
    background-image: url(../images/suisui-dod-back.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#flow-item-bottom .flow {
    margin-bottom: 80px;
}

#flow-item-bottom .flow div:nth-of-type(1) {
    margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
        #flow-item-bottom {
            padding: 40px 0;
    }
}

/* -------------------- Q&A -------------------- */
#qa {
    padding: 80px 0 120px;
    /* BACK GROUND */
background-color: #fff;
}

@media screen and (max-width: 600px) {
    #qa {
        padding: 40px 0;
    }
}

/* -------------------- FOOTER -------------------- */
#footer {
    color: #000;
    background-color: #fff;
    padding: 40px 0;
    border-top: #209597 3px solid;
}

#footer div {
    width: 300px;
    margin: 0 auto 40px auto;
}

#footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

#footer ul li a {
    padding: 0 10px;
    color: #000;
}

#footer ul li a:hover {
    opacity: .7;
}

#footer p {
    text-align: center;
}

#footer ul li {
    border-left: solid 2px #000;
}

#footer ul li:last-child {
    border-right: solid 2px #000;
}

#footer ul li>a {
    color: #000;
    padding: 10px 20px;
}

@media screen and (max-width: 600px) {
    #footer div {
        width: 150px;
        margin: 0 auto 20px auto;
    }

    #footer ul {
        margin-bottom: 20px;
    }

}





.title_text_c{
    margin:10px auto;
    text-align: center;
}
.title_text_c h2{
    font-size:28px;
    text-align: center;
}

ul.service li{
    text-align: left;
    padding:20px 10px;
    box-sizing: border-box;
    font-size:16px;
    border-bottom:1px solid #209597;
}
ul.service li h3{
    font-size:20px;
}
ul.company li{
    text-align: left;
    padding:20px 10px;
    box-sizing: border-box;
    font-size:16px;

    border-bottom:1px solid #209597;
}
ul.company li h3{
    font-size:20px;
}
.pp{
    text-align: left;
    padding:20px 10px;
    box-sizing: border-box;
    font-size:16px;

    border-bottom:1px solid #209597;
}
.pp h3{
    font-size:20px;

}
.btn_f3{
    color:blue;
}
@media screen and (max-width: 600px) {
    #footer div {
        width: 150px;
        margin: 0 auto 20px auto;
    }

    #footer ul {
        margin-bottom: 20px;
        flex-direction: column;
    }
    #footer ul li{
        border-left:none !important;

    }

}