/****************************************

    /* 共通設定

*****************************************/

input,
select,
textarea,
img,
th,
td {
    vertical-align: middle;
}


body{
    font-family: "M PLUS Rounded 1c", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

html{
    font-size: 62.5%;
}

img{
    max-width: 100%;
    height: auto;
    border: none;
}

h2{
    margin: 0;
}

h3{
    margin: 0;
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none; /* ドットや番号を非表示に */
}
li {
    margin: 0;
    padding: 0;
}

main{
    overflow: hidden;
}


/* ■ Wrap
----------------------------- */

.wrap {
    width: 690px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 800px) {

    .wrap {
        width: 95%;
    }

}

/****************************************

    /* header

*****************************************/

header {
    text-align: center;
    background: #4E988E;
    padding: 10px 0;
}

header img {
    width: 220px;
    display: block;
    margin: 0 auto;
    padding: 1rem;
}

@media screen and (max-width: 800px) {

    header img{
        width: 120px;
        display: block;
        margin: 0 auto;
        padding: 0;
    }

}


/****************************************

    /* FV

*****************************************/

.fv{
    background: linear-gradient(to bottom, #4E988E, #ECF3F2);
}

.fv img{
    display: block;
    margin: 0 auto;
}

.pc{
    display: block !important;
}
.sp{
    display: none !important;
}

@media screen and (max-width: 800px) {
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
}

/****************************************

    /* cta

*****************************************/
.cta{
    background-color: #4E988E;
    padding: 3rem 0 3rem;
}

.cta a{
    color: #333;
    display: block;
    width: auto;
    height: auto;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    background-color: #F3BD00;
    margin: 0 auto;
    position: relative;
    top: 0;
    border-radius: 5px;
    box-shadow: 2px 4px 0px #7C6100;
    padding: 3rem;
    position: relative;
    z-index: 0;
}

.cta a ::after {
    display: block;
    content: "";
    background-image: url(../images/transition_mark.png);
    background-size: contain;
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    top: 40%;
    right: 20px;
}

.cta span{
    font-size: 4.8rem;
}

.cta img{
    display: block;
    width: 90%;
    margin: 0 0 -2.2rem 0;
    position: relative;
    z-index: 1;
}

.cta-box{
    position: relative;
}

@media screen and (max-width: 800px) {

    .cta a{
        display: block;
        width: 100%;
        font-size: 1.6rem;
        padding: 1em 0;
    }

    .cta a ::after{
        display: block;
        content: "";
        background-image: url(../images/transition_mark.png);
        background-size: contain;
        width: 2rem;
        height: 2rem;
        position: absolute;
        top: 34%;
        right: 20px;
    }

    .cta span{
        font-size: 2.4rem;
    }

    .cta img{
        display: block;
        width: 90%;
        margin: 0 0 -1.1rem 0;
    }
}

/****************************************

    /* merit

*****************************************/

.merit{
    background-color: #F9F7F2;
    padding: 3rem 0 3rem;
}

.merit h2 {
    font-size: 2.8rem;
    text-align: center;
    padding: 1rem;
}

.head-border {
    display: flex;
    align-items: center;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #2E5B55;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}


.six{
    font-size: 4rem;
    color: #2E5B55;
}

.green{
    font-size: 2.8rem;
    color: #2E5B55;
}

.container{
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between; 
    gap: 10px;
    flex-direction: row; 
    margin-top: 2rem;
}

.flex-image{
    flex: 0 1 calc(33.33% - 10px);
    max-width: 100%;
    height: auto;
    width: 30%;
}

@media screen and (max-width: 800px) {
    .merit h2 {
        font-size: 1.8rem;
        text-align: center;
        padding: 1rem;
    }

    .six{
        font-size: 3.2rem;
        color: #2E5B55;
    }
    
    .green{
        font-size: 1.8rem;
        color: #2E5B55;
    }

    .container{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0px;
    }

    .flex-image{
        flex:0 1 calc(52% - 8px);
        max-width: 50%;
        height: auto;
    }
}

/****************************************

    /* question

*****************************************/

.question{
    background-color: #FFFFFF;
    padding: 3rem 0 3rem;
    position: relative;
}

.question span{
    font-size: 3.6rem;
}

.fukidashi-01 {
    position: relative;
    width: 60%;
    padding: 3rem;
    border: 2px solid #F9F7F2;
    border-radius: 15px;
    background-color: #F9F7F2;
    font-size: 2.4rem;
    text-align: left;
    box-shadow: 2px 4px 2px #EAE5D9;
}

.fukidashi-01::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    background-color: #F9F7F2
}

.fukidashi-01::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #F9F7F2 #F9F7F2 transparent transparent;
    background-color: #F9F7F2;
    rotate: 135deg;
    translate: -50%;
    box-shadow: 4px 0px 2px #EAE5D9;
}

.fukidashi-02 {
    position: relative;
    width: 60%;
    left: 30%;
    padding: 3rem;
    border: 2px solid #F9F7F2;
    border-radius: 15px;
    background-color: #F9F7F2;
    margin: 2rem 0rem;
    font-size: 2.4rem;
    box-shadow: 2px 4px 2px #EAE5D9;
}

.fukidashi-02::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    background-color: #F9F7F2;
    rotate: 135deg;
    translate: -50%;
}
.fukidashi-02::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #F9F7F2 #F9F7F2 transparent transparent;
    background-color: #F9F7F2;
    rotate: 135deg;
    translate: -50%;
    box-shadow: 4px 0px 2px #EAE5D9;
}

.question img {
    width: 58%;
    position: absolute;
    right: 65%;
    top: 49%;
}


@media screen and (max-width: 800px) {
    .question span{
        font-size: 2.4rem;
    }

    .fukidashi-01 {
        position: relative;
        width: 70%;
        padding: 12px 16px;
        border: 2px solid #F9F7F2;
        border-radius: 4px;
        background-color: #F9F7F2;
        font-size: 1.6rem;
    }
    .fukidashi-01::before {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 15px;
        height: 15px;
        box-sizing: border-box;
        background-color: #F9F7F2;
        rotate: 135deg;
        translate: -50%;
    }
    .fukidashi-01::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 50%;
        width: 15px;
        height: 15px;
        box-sizing: border-box;
        border: 2px solid;
        border-color: #F9F7F2 #F9F7F2 transparent transparent;
        background-color: #F9F7F2;
        rotate: 135deg;
        translate: -50%;
    }

    .fukidashi-02 {
        position: relative;
        width: 55%;
        left: 35%;
        padding: 12px 16px;
        border: 2px solid #F9F7F2;
        border-radius: 4px;
        background-color: #F9F7F2;
        margin: 2rem 0rem;
        font-size: 1.6rem;
    }

    .fukidashi-02::before {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 15px;
        height: 15px;
        box-sizing: border-box;
        background-color: #F9F7F2;
        rotate: 135deg;
        translate: -50%;
    }
    .fukidashi-02::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 50%;
        width: 15px;
        height: 15px;
        box-sizing: border-box;
        border: 2px solid;
        border-color: #F9F7F2 #F9F7F2 transparent transparent;
        background-color: #F9F7F2;
        rotate: 135deg;
        translate: -50%;
    }

    .question img {
        width: 38%;
        position: absolute;
        right: 68%;
        top: 50%;
    }
}
    

    @media screen and (max-width: 437px) {
        .question img {
            width: 65%;
            position: absolute;
            right: 50%;
            top: 50%;
        }
        }

/****************************************

    /* debt-explain

*****************************************/

.debt-explain{
    background-color: #FFFFFF;
    padding: 3rem 0 3rem;
}

.debt-explain h2 {
    font-size: 2.8rem;
    text-align: center;
    padding: 1rem;
}

.illustration{
    width: 80%;
    display: flex;
    justify-content: center;
    position: relative;
    top: 50%;
    left: 15%;
    margin-top: 2rem;
}
.debt-explain p{
    font-size: 1.8rem;
    margin-top: 4rem;
    text-align: left;
    line-height: 3rem;
}

.y-marker{
    font-size: 1.8rem;
    color: #333;
    background: linear-gradient(transparent 50%, #F3BD00 50%);
}

.fukidashi-05 {
    position: relative;
    width: 50%;
    padding: 2rem;
    border: 2px solid #F9F7F2;
    border-radius: 15px;
    background-color: #F9F7F2;
    font-size: 1.6rem;
    text-align: left;
    box-shadow: 2px 4px 2px #EAE5D9;
    left: 41%;
    margin-top: 10rem;
}

.aim-man img {
    width: 39%;
    position: absolute;
    right: 65%;
    top: 80%;
}

@media screen and (max-width: 560px) {
    .debt-explain h2 {
        font-size: 1.8rem;
        text-align: center;
        padding: 1rem;
    }
    
    .head-border span{
        font-size: 2.4rem;
        color: #2E5B55;
    }

    .debt-explain p{
        font-size: 1.6rem;
        margin-top: 4rem;
        text-align: left;
        line-height: 3rem;
    }

    .y-marker{
        font-size: 1.8rem;
        color: #333;
        background: linear-gradient(transparent 50%, #F3BD00 50%);
    }

    .aim-man img {
        width: 50%;
        position: absolute;
        top: 75%;
        right: 55%;
    }
}
    @media screen and (max-width: 440px) {
    .fukidashi-05 {
        position: relative;
        width: 50%;
        padding: 2rem;
        border: 2px solid #F9F7F2;
        border-radius: 15px;
        background-color: #F9F7F2;
        font-size: 1.6rem;
        text-align: left;
        box-shadow: 2px 4px 2px #EAE5D9;
        left: 35%;
        margin-top: 0rem;
    }

    .aim-man img {
        width: 50%;
        position: absolute;
        top: 80%;
        right: 55%;
    }
    .y-marker{
        font-size: 1.6rem;
        color: #333;
        background: linear-gradient(transparent 50%, #F3BD00 50%);
    }
}



/****************************************

    /* success

*****************************************/

.success{
    background-color: #F9F7F2;
    padding: 3rem 0 3rem;
}

.success h2 {
    font-size: 2.8rem;
    text-align: center;
    padding: 1rem;
}

.success span{
    font-size: 3.6rem;
    color: #2E5B55;
}

.small{
    font-size: 1.2rem;
    text-align: right;
}

@media screen and (max-width: 800px) {
    .success h2 {
        font-size: 1.8rem;
        text-align: center;
        padding: 1rem;
    }
    
    .success span{
        font-size: 2.4rem;
        color: #2E5B55;
    }

    .small{
        font-size: 0.85rem;
        margin-right: 1.5rem;
    }
    
}

/****************************************

    /* review

*****************************************/


.review{
    background-color: #FFFFFF;
    padding: 3rem 0 3rem;
}

.review h2 {
    font-size: 2.8rem;
    text-align: center;
    padding: 1rem;
}

.h2-span{
    font-size: 3.6rem;
    color: #2E5B55;
}

.fukidashi-03 {
    position: relative;
    width: fit-content;
    padding: 12px 16px;
    border: 3px solid #2E5B55;
    border-radius: 15px;
    line-height: 3rem;
    margin-top: 1.5rem;
    font-size: 1.8rem;
    background: #FFFFFF;
}

.fukidashi-03::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    background-color: #ffffff; /* 背景色と同じ色を指定 */
    rotate: 135deg;
    translate: -50%;
}
.fukidashi-03::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #2E5B55 #2E5B55 transparent transparent;
    rotate: 135deg;
    translate: -50%;
}


.fukidashi-04 {
    position: relative;
    padding: 12px 16px;
    border: 3px solid #2E5B55;
    background-color: #2E5B55;
    line-height: 3rem;
    margin: 1rem;
    font-size: 1.8rem;
    color: #FFFFFF;
}

.fukidashi-04::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    background-color: #2E5B55;
    rotate: 135deg;
    translate: -50%;
}
.fukidashi-04::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #2E5B55 #2E5B55 transparent transparent;
    rotate: 135deg;
    translate: -50%;
}

.container-review{
    border: 3px solid #2E5B55;
    margin-top: 2rem;
    height: auto;
}

.profile-container{
    display: flex;
    margin-top: 1.5rem;
    flex-grow: 2;
}

.container-review img{
    position: relative;
    top: 1rem;
    left: 1rem;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid;
}


.sum-marker {
    font-size: 1.6rem;
    color: #333;
    background: linear-gradient(transparent 50%, #F3BD00 50%);
}

.sum{
    font-size: 3rem;

}

.name {
    font-size: 1.6rem;
    flex: 35 1 calc(20% - 10px);
    text-align: center;
    margin-top: 2rem;
}

.debt-container{
    flex: 50 calc(50% - 10px);
}

.before-debt {
    background-color: #B9B6B6;
    width: 20%;
    padding: 0.9rem;
    border-radius: 5px;
    font-size: 1.4rem;
    height: fit-content;
    text-align: center;
}

.after-debt {
    background-color: #F3BD00;
    width: 20%;
    padding: 0.9rem;
    border-radius: 5px;
    font-size: 1.4rem;
    height: fit-content;
    text-align: center;
}

.profile-item{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.profile-num{
    margin: 1rem;
}

.review-text {
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
}



@media screen and (max-width: 800px) {
    .review h2 {
        font-size: 1.8rem;
        text-align: center;
        padding: 1rem;
    }
    
    .h2-span{
        font-size: 2.4rem;
        color: #2E5B55;
    }
    .fukidashi-03 {
        position: relative;
        width: fit-content;
        padding: 12px 16px;
        border: 3px solid #2E5B55;
        border-radius: 15px;
        line-height: 3rem;
        margin-top: 3rem;
        font-size: 1.6rem;
    }

    .fukidashi-03::before {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 15px;
        height: 15px;
        box-sizing: border-box;
        background-color: #ffffff; /* 背景色と同じ色を指定 */
        rotate: 135deg;
        translate: -50%;
    }
    .fukidashi-03::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 50%;
        width: 15px;
        height: 15px;
        box-sizing: border-box;
        border: 2px solid;
        border-color: #2E5B55 #2E5B55 transparent transparent;
        rotate: 135deg;
        translate: -50%;
    }
    }

    .fukidashi-04 {
        position: relative;
        padding: 12px 16px;
        border: 3px solid #2E5B55;
        background-color: #2E5B55;
        line-height: 3rem;
        margin-top: 1.5rem;
        font-size: 1.6rem;
        text-align: center;
    }

    .fukidashi-04::before {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 15px;
        height: 15px;
        box-sizing: border-box;
        background-color: #2E5B55;
        rotate: 135deg;
        translate: -50%;
    }

    .fukidashi-04::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 50%;
        width: 15px;
        height: 15px;
        box-sizing: border-box;
        border: 2px solid;
        border-color: #2E5B55 #2E5B55 transparent transparent;
        rotate: 135deg;
        translate: -50%;
    }
    

    .marker {
        font-size: 1.8rem;
        color: #333;
        background: linear-gradient(transparent 50%, #F3BD00 50%);
    }

    .container-review img{
        position: relative;
        top: 1rem;
        left: 1rem;
        width: 80px;
        height: 80px;
    }

    .name {
        font-size: 1.2rem;
        flex: 100 1 calc(25% - 10px);
        line-height: 2.4rem;
    }

    .debt-container{
        flex: 50 calc(50% - 10px);
    }

    .before-debt {
        background-color: #B9B6B6;
        width: 20%;
        padding: 0.9rem;
        border-radius: 5px;
        font-size: 1rem;
        height: fit-content;
        text-align: center;
    }

    .after-debt {
        background-color: #F3BD00;
        width: 20%;
        padding: 0.9rem;
        border-radius: 5px;
        font-size: 1rem;
        height: fit-content;
        text-align: center;
    }

    .profile-item{
        display: flex;
        width: 200%;
    }

    .profile-num{
        margin: 1rem;
    }

    .review-text {
        width: 80%;
        margin: 0 auto;
        font-size: 1.6rem;
        margin-bottom: 3rem;
        margin-top: 3rem;
    }

    .sum{
        font-size: 2rem;
    
    }


/****************************************

    /* phone

*****************************************/

.phone{
    background-color: #EAE5D9;
    padding: 3rem 0 3rem;
}

.phone img {
    max-width: 75%;
    justify-content: center;
    position: relative;
    top: 50%;
    left: 15%;
}


/****************************************

    /* form

*****************************************/

.form{
    background-color: #F9F7F2;
    padding: 3rem 0 3rem;
}

.form-title {
    position: relative;
}

.form-pop img {
    width: 90%;
    display: block;
    margin: 2rem;
}

.second30{
    width: 40%;
    display: block;
    margin: 0 auto;
}

.check-container {
    display: block;
    margin: 0 auto;
    width: 50%;
    padding: 3rem;
}

.check-item {
    display: flex;
    justify-content: flex-start;
}

.check-icon{
    width: 30px;
    height: 30px;
    margin: 8px;
}

.check-text{
    font-size: 2.4rem;
    color: #333;
    line-height: 0.5rem;
}

.form-lady {
    position: absolute;
    width: 45%;
    left: 60%;
    top: 60%;
}

@media screen and (max-width: 800px) {
    .check-text{
        font-size: 1.6rem;
        color: #333;
        line-height: 0.5rem;
    }

    .check-icon{
        width: 20px;
        height: auto;
        margin: 8px;
    }

    .check-container {
        display: block;
        margin: 0 auto;
        width: 80%;
    }
}


/****************************************

    /* slider-form

*****************************************/

#mail_form {
    background-color: #fff;
    border: #000 solid 3px;
    border-radius: 20px;
    padding: 2rem 1rem;
}

.q {
    display: flex;
}

.q img {
    width: 79px;
    height: 79px;
    margin-right: 1rem;
}

.q-note {
    font-size: 12px;
}

.q-note-red {
    font-size: 12px;
    color: #EB2400;
}

.bubble {
    background-color: #F2EDED;
    padding: 1rem;
    position: relative;
    width: 70%;
    margin-top: 2rem;
    margin-left: 0.5rem;
}

.bubble::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -15px;
    border: 5px solid transparent;
    border-right: 10px solid #F2EDED;
}

.bubble-green {
    background-color: #4E988E;
    padding: 1rem;
    position: relative;
    margin-top: 2rem;
    margin-left: 0.5rem;
}

.bubble-green::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -15px;
    border: 5px solid transparent;
    border-right: 10px solid #4E988E;
}

.bubble-green p {
    color: #fff;
}

.btn-form dt {
    display: none;
}

#mail_form .btn-form input {
    display: none;
}

#mail_form .btn-form label {
    display: block;
    width:140px;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    text-decoration: none;
    border: 1px solid #2E5B55;
    background: #4E988E;
    padding: 3rem 0;
    top: 0;
    border-radius: 10px;
    box-shadow: 0 3px 0 #2E5B55;
    margin: 0.5rem 0;
    box-sizing: border-box;
}

.btn-form dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    gap: 1.8rem;
    padding-bottom: 1rem;
}

.btn-form p {
    box-sizing: border-box;
    margin: 0;
}

.btn-form dl {
    margin-top: 4rem;
}

.btn-form .btn-form_03 p {
    margin: 0;
}

.btn-hidden {
    opacity: 0;
}

.flex {
    display: block;
}

#mail_form select, #mail_form textarea,
#mail_form input {
    border: 1px solid #2E5B55;
    box-shadow: 0 3px 0 #2E5B55;
    border-radius: 10px;
    min-height: 40px;
    padding: 1rem;
    background-color: transparent;
    display: block;
    width: 100%;
    font-size: 1.6rem;
    box-sizing: border-box;
}

#mail_form textarea {
    min-height: 60px;
}
.send dd {
    margin: 0 auto;
}

.send dl {
    margin: 2rem 1rem 0 1rem;
}

.form-contents {
    font-size: 16px;
    width: 100%;
    margin: 3rem auto;
}

.send-btn {
    background-color: #1FA200;
    color: #fff;
    box-shadow: 0 3px 0 #2E5B55;
    width: 80%;
    height: 5rem;
    border-radius: 50px;
    font-size: 15px;
}

.submitWrap {
    margin: 0 auto;
    margin-top: 3rem;
    text-align: center;
}

.error {
    font-size: 0.6em;
    color: #EB2400;
}

.error-box {
    border: 1px solid #FF0000;
    box-shadow: 0 3px 0 #FF0000;
}

.must {
    background: #EB2400;
    color: #fff;
    font-size: 0.7em;
    padding: 0.1em 0.4em;
    border-radius: 2px;
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.any {
    background: #999;
    color: #fff;
    font-size: 0.7em;
    padding: 0.1em 0.4em;
    border-radius: 2px;
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.send-btn:hover {
    top: 7px;
    box-shadow: 0 1px 0 #072;
    transition-duration: .3s;
}

.back-text {
    margin-left: 2rem;
    padding-top: 0.8rem;
    font-size: 10px;
    text-decoration:underline solid #2E5B55;
    color: #2E5B55;

}
@media screen and (min-width: 800px) {

    #mail_form {
        margin-top: 5rem;
    }

    .q {
        justify-content: center;

    }
    .q img {
        width: 100px;
        height: 100px;
        margin-right: 1rem;
    }

    .bubble {
        width: 50%;
    }

    .btn-form {
        width: 65%;
        margin: 0 auto;
    }
}

/****************************************

    /* footer

*****************************************/

footer {
    font-size: 11px;
    font-weight: lighter;
    text-align: center;
    padding: 1em 0;
    background-color: #4E988E;
}

footer a {
    display: inline-block;
    margin: 0 1em;
    text-decoration: none;
    color: #fff;
}
