@charset "utf-8";

/**
 * Content
 */
.index .title h2 {
    font-size: 1.8rem;
    text-align: center;
}

.index .content .flex {
    margin-bottom: 3rem;
}

.index .content .flex:nth-last-of-type(1) {
    margin-bottom: 0;
}

.index .content .flex .img {
    position: relative;
    margin-bottom: 1rem;
}

.index .content .flex .txt .cap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0.5rem;
}

.index .content .flex .txt .cap p {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #F4F4F4;
    font-size: 1.3rem;
    background-color: #14592E;
}

.index .content .flex .txt .cap h2 {
    padding-left: 1rem;
    font-size: 1.8rem;
}

.index .content .flex .txt > p {
    margin-bottom: 1rem;
}

@media all and (min-width: 500px) {

    .index .title h2 {
        font-size: 2.2rem;
    }

    .index .content .flex {
        margin-bottom: 4.5rem;
    }

    .index .content .flex .img {
        margin-bottom: 1.5rem;
    }

    .index .content .flex .txt .cap h2 {
        font-size: 2.2rem;
    }

    .index .content .flex .txt > p {
        margin-bottom: 1.5rem;
    }

}

@media all and (min-width: 1000px) {

    .index .title h2 {
        font-size: 2.6rem;
    }

    .index .content .flex {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 6rem;
    }

    .index .content .flex:nth-of-type(even) {
        flex-direction: row-reverse;
    }

    .index .content .flex .img,
    .index .content .flex .txt {
        width: 50%;
    }

    .index .content .flex .img {
        margin-bottom: 0;
    }

    .index .content .flex:nth-of-type(odd) .txt {
        padding-left: 4rem;
    }

    .index .content .flex:nth-of-type(even) .txt {
        padding-right: 4rem;
    }

    .index .content .flex .txt .cap h2 {
        font-size: 2.6rem;
    }

    .index .content .flex .txt > p {
        margin-bottom: 2rem;
    }

    .index .content .flex .txt .link-s {
        margin: 0;
    }

}
