.cantact_title {
    width: 100%;
    margin-top: 74px;
    margin-bottom: 63px;
}

.cantact_title>p {
    font-size: 23px;
    line-height: 50px;
    margin: auto;
    text-align: center;
    color: #FFCA11;
}

.cantact_title>p:last-child {
    width: 63px;
    height: 2px;
    background-color: #FFEE6F;
    margin-top: 10px;
}

.content_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    color: #FFCA11;
    text-align: center;
}

.tel {
    width: 1000px;
    margin: auto;
    height: 238px;
    text-align: center;
    background-color: #FFFADF;
    font-size: 30px;
    line-height: 60px;
    padding-top: 65px;
    margin-top: 26px;
    margin-bottom: 63px;
}

.tel>span {
    font-size: 23px;
}

.address {
    width: 1000px;
    margin: auto;
    height: 216px;
    text-align: center;
    background-color: #FFFADF;
    font-size: 25px;
    line-height: 41px;
    padding-top: 71px;
    margin-top: 26px;
    margin-bottom: 84px;
}

.social {
    width: 700px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 74px;
    margin-bottom: 83px;
}

.social>div {
    text-align: center;
    margin-bottom: 40px;
}

.social>div>p:last-child {
    font-size: 15px;
    line-height: 34px;
    margin-top: 18px;
}