.row.boxes {
    flex-flow: row nowrap;
    background-color: #FCF0E5;
    padding: 60px 60px;
    margin: 20px 0 20px 0;
}

#content {
    width: 100%;
}

.frm {
    display: flex;
    box-sizing: border-box;
    flex: 0 0 60%;
    width: 60%;
    padding-right: 60px;
    border-right: 1px solid #E2E2E2;
    flex-flow: column;
}

.frm .ttl {
    display: flex;
    box-sizing: border-box;
    flex-flow: column;
    padding-bottom: 25px;
}


.frm .ttl h1 {
    color: var(--primary-color-txt);
    font-size: 35px;
    margin: 0;
    padding: 0 0 3px 0;
    white-space: nowrap;
}

.frm .ttl p {
    color: var(--primary-color-txt);
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.frm .tgh {
    display: flex;
    box-sizing: border-box;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
}

.form-group label {
    font-size: 14px;
    color: var(--primary-color-txt);
    display: inline-block;
}


.form-group .place {
    display: flex;
    width: 100%;
    padding-bottom: 15px;
}

.form-group .place input {
    font-size: 14px;
    color: black;
    border: 1px solid #5d5d5d;
    padding: 7px 20px;
    display: flex;
    flex-grow: 1;
    margin-top: 6px;
}


.tgh .form-group {
    flex: 0 0 calc(50% - 15px) !important;
    width: calc(50% - 15px) !important;
}

.form-group.required textarea {
    font-size: 14px;
    color: black;
    border: 1px solid #5d5d5d;
    padding: 7px 20px;
    display: flex;
    flex-grow: 1;
    margin-top: 6px;
}

.buttons {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    flex-flow: row nowrap;
    align-items: center;
    padding: 20px 0 0 0;
}

.buttons .pull-left p {
    font-size: 13px;
    color: #000;
}

.buttons .pull-right input {
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 40px 10px 40px;
    background-color: #8E5C2E;
    border: none;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    border-radius: 3px;
}

.buttons .pull-right input:hover {
    background-color: #7c532d;
}

.buttons .pull-right {
    position: relative;
}

.buttons .pull-right .inp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

#information-contact .inf {
    display: flex;
    box-sizing: border-box;
    flex: 0 0 40%;
    width: 40%;
    padding-left: 100px;
    flex-flow: column;
}

#information-contact .inf .ttl {
    display: flex;
    box-sizing: border-box;
    flex-flow: row wrap;
    padding-bottom: 30px;
}

#information-contact .inf .ttl a {
    flex: 0 0 50%;
    color: black;
    font-size: 26px;
    margin: 0;
    padding: 0 0 3px 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
}

.frm .text-danger {
    font-size: 14px;
    color: #ee0404;
}

#information-contact .inf .ttl a img {
    padding-right: 5px;
}

#information-contact .inf .ttl .map {
    color: black;
    font-size: 14px;
    margin: 0;
    padding: 10px 0 0 0 !important;
}

#information-contact .inf .ttl .map.p {
    padding: 6px 0 0 0 !important;
}

.more {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    flex-flow: column;
}

.more .cnt {
    display: flex;
    box-sizing: border-box;
    flex-flow: row nowrap;
    padding-bottom: 30px;
}

.more .cnt .l {
    display: flex;
    box-sizing: border-box;
    padding-right: 15px;
    align-items: flex-start;
    padding-top: 6px;
}

.more .cnt .r {
    display: flex;
    box-sizing: border-box;
    flex-flow: column;
}

.more .cnt .r span {
    font-size: 16px;
    color: black;
    padding: 0 0 5px;
    font-weight: 700;
    display: inline-block;
}

.more .cnt .r p {
    font-size: 14px;
    color: black;
    padding: 0;
    margin: 0;
}


.row.p {
    padding-bottom: 50px !important;
}

@media only screen and (max-width: 1140px) {
    #information-contact .inf {
        padding-left: 60px;
    }
}


@media only screen and (max-width: 1030px) {
    #information-contact .inf {
        flex: 0 0 50%;
        width: 50%;
        padding-left: 40px;
    }

    .row.boxes {
        padding: 60px 30px;
    }

    .frm {
        flex: 0 0 50%;
        width: 50%;
        padding-right: 40px;
    }

    .frm .tgh {
        flex-direction: column;
    }

    .tgh .form-group.required {
        flex: 0 0 100% !important;
        width: 100% !important;
    }

    .buttons {
        display: flex;
        box-sizing: border-box;
        justify-content: space-between;
        flex-flow: row nowrap;
        align-items: center;
        padding: 20px 0 0 0;
        flex-direction: column;
    }
}


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

    #information-contact .inf .ttl {
        flex-flow: column;
    }
    .row.boxes {
        flex-flow: row nowrap;
        padding: 30px 60px 30px 60px;
        display: flex;
        margin: 20px 0 20px 0;
        flex-flow: column;
    }

    .frm {
        display: flex;
        box-sizing: border-box;
        flex: 100%;
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
        border-right: none;
        border-bottom: 1px solid #E2E2E2;
        flex-flow: column;
    }

    #information-contact .inf {
        display: flex;
        box-sizing: border-box;
        flex: 100%;
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        flex-flow: column;
    }

}


@media only screen and (max-width: 500px) {
    .row.boxes {
        padding: 30px;
    }

    .frm .ttl h1 {
        font-size: 28px;
    }
}