@charset "UTF-8";


/**/

#content-box {
    margin: auto;
    max-width: 1200px;
    width: 90%;
}

#content-box>* {
    background: #fff;
    margin-bottom: 5%;
    padding: 5%;
}

#content h2 {
    position: relative;
    text-align: center;
}

#content h2 img {
    background: #fff;
    position: relative;
}

#content h2::before {
    background: #1a1a1a;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
}

#content-row p {
    max-width: 600px;
    margin: 5% auto 3%;
}

.contact {
    text-align: center;
    margin-top: 4%;
}

.contact>* {
    display: table-cell;
    vertical-align: middle;
}

.contact>*:last-child {
    color: #e94c01;
    font-size: 26px;
    font-weight: bold;
    padding-left: 5px;
}

.contact img {
    vertical-align: middle;
}

#btn {
    margin: auto;
    max-width: 480px;
}


/**/

@media(max-width:600px) {

    .txt {
        text-align: left;
    }
    .contact>*:last-child {
        font-size: 14px;
        text-align: left;
    }

    #btn img {
        width: 25px;
    }

    #content-row p {
        font-size: 1.5rem;
    }
}
