@charset "UTF-8";

.inner_600 {
    max-width: 600px;
    margin: 0 auto;
}
.po_re {
    position: relative;
}
.cv_line_btn {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}
.contact-area  {
    padding: 20px 0;
}
.contact-area p {
    font-size: 18px;
    text-align: center;
    color: #3c3c3c;
    line-height: 2;
}
@media screen and (max-width: 599px) {
    .contact-area p {
        font-size: 3vw;
    }
}
.contact-area a {
    font-size: 18px;
    text-align: center;
    color: #568ea1;
    line-height: 2;
}
@media screen and (max-width: 599px) {
    .contact-area a {
        font-size: 3vw;
    }
}
.copy-area {
    font-size: 11px;
    text-align: center;
    padding: 10px 0;
    background-color: #616161;
    color: #fff;
}