@charset "UTF-8";

.fair_top {
    padding: 80px 0 80px;
}

@media (min-width: 540px) {
    .fair_top {
        padding: 145px 0 110px;
    }
}

.fair_top h2 {
    margin-bottom: 65px;
}

@media (min-width: 540px) {}

.fair_document {
    padding: 80px 0 40px;
    text-align: center;
}

.fair_document h3 {
    margin-bottom: 45px;
    font-size: 18px;
    font-family: "GothicBBBPr5", sans-serif;
    color: rgb(75, 75, 75);
    line-height: 1.7;
    text-align: center;
    width: 80%;
    margin: 0 auto 45px;
}

@media (min-width: 540px) {
    .fair_document {
        padding: 140px 0 40px;
        text-align: center;
    }

    .fair_document h3 {
        font-size: 20px;
        width: auto;
    }
}

.fair_request {
    position: relative;
}

.fair_04 {
    width: 1100px;
    padding: 6px;
    border: 1px solid #bca380;
    background-color: #ece5dc;
}

.circle {
    width: 0%;
    padding: 9%;
    border-radius: 50%;
    background-color: rgba(98, 63, 27, 0.7);
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
}

@media (min-width: 540px) {
    .circle {
        top: 11%;
    }
}

@media (min-width: 1100px) {
    .circle {
        top: 8%;
        padding: 0;
        width: 215px;
        height: 215px;
    }
}

.circle p {
    font-size: 12px;
    font-family: "GothicBBBPr5", sans-serif;
    color: rgb(255, 255, 255);
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -.5em 0 0;
    width: 100%;
}

@media (min-width: 540px) {
    .circle p {
        top: 46%;
        font-size: 18px;
        letter-spacing: 10px;
    }
}

@media (min-width: 1100px) {
    .circle p {
        font-size: 26px;
    }
}