/* Contact */

#contact_side {
    float: left;
    /* position: sticky;
    top: 120px; */
    width: 35%;
    width: 30%;
}
#contact_steels {
    margin-bottom: 3em;
}
#contact_steels h3 {
    margin-bottom: 1.5em;
    font-size: 1.15em;
    font-weight: 500;
    line-height: 1.2em;
    color: #00a2e7;
}
#contact_steels dt {
    margin-bottom: 1em;
    font-weight: 500;
    line-height: 1.2em;
}
#contact_steels dd:not(:last-of-type) {
    margin-bottom: 1.5em;
}
#contact_steels li {
    float: left;
    margin-bottom: 0.5em;
    line-height: 1.2em;
    font-size: 0.9em;
    font-size: 0.85em;
}
#contact_steels li:not(:last-of-type)::after {
    margin: 0 0.5em;
    content: '/';
    color: #ccc;
}
#contact_summary {
    margin-bottom: 2em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #e4e4e4;
}
#contact_summary p {
    font-size: 1.05em;
    line-height: 2em;
}
#contact_direct {
    margin-bottom: 3em;
}
#contact_direct a {
    display: block;
    position: relative;
    padding-left: 70px;
    padding-left: 55px;
    padding-left: 75px;
    text-decoration: none;
}
#contact_direct a::before {
    position: absolute;
    top: 50%;
    top: 48%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 35px;
    height: 58px;
    width: 50px;
    height: 84px;
    background: url(../images/common/icon_tel.png) no-repeat center / 100%;
}
#contact_direct h3 {
    margin-bottom: 0.5em;
    font-size: 1.15em;
    font-size: 0.85em;
    font-size: 1.07em;
    line-height: 1.2em;
}
#contact_direct h4 {
    position: relative;
    margin-bottom: 0;
    font-size: 1.4em;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.2em;
    color: #00a2e7;
    text-decoration: none;
}
#contact_direct p {
    font-size: 0.85em;
    font-size: 0.7em;
    font-size: 0.8em;
}
#contact_main {
    float: right;
    width: 60%;
}
#field_photo {
    display: flex;
    align-items: top;
    gap: 10px;
    padding: 10px 0;
    position: relative;
}
#field_photo input[type=file],
#field_photo .mw-wp-form_file {
    display: none !important;
}
/* #field_photo label {
    position: relative;
    padding: 0.5em 1.5em;
    width: 155px;
    text-align: center;
    background: #f4f4f4;
    border-radius: 3px;
    cursor: pointer;
} */
 #field_photo label {
    display: flex;
    flex-direction: column;
 }
#field_photo .label_inner {
    order: 0;
    padding: 0.5em 1.5em;
    width: 155px;
    width: 220px;
    text-align: center;
    background: #f4f4f4;
    border-radius: 3px;
    cursor: pointer;
}
#field_photo label .error {
    order: 1;
}
#field_photo label .mw-wp-form_file,
#field_photo label .mwform-file-file,
#field_photo label .mwform-file-delete {
    display: none !important;
}
.field_photo_status {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-top: 0.5em;
    width: calc(100% - 230px);
    color: #999999;
    overflow: hidden;
}
.field_photo_delete {
    position: absolute;
    right: 0;
    display: block;
    display: none;
    width: 23px;
    height: 23px;
    background: url(../images/common/icon_close.png) no-repeat center / 100%;
    cursor: pointer;
}

/* Sent */

.sent_heading {
    /* margin-bottom: 3.5em;
    padding-bottom: 3.5em;
    border-bottom: 1px solid #f4f4f4; */
    margin-bottom: 3em;
    text-align: center;
}
.sent_heading h3.title {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #00a2e7;
}
.sent_heading h4 {
    font-size: 1.1em;
    line-height: 2.2em;
}
.sent_contact {
    padding: 2.5em 3em;
    margin-bottom: 3em;
    margin: 0 auto;
    width: 70%;
    background: #f4f4f4;
    border-radius: 10px;
    overflow: hidden;
}
.sent_contact li {
    float: left;
    width: 48%;
    text-align: center;
}
.sent_contact li .label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
    font-weight: 500;
}
.sent_contact li a {
    font-size: 1.3em;
    color: #00a2e7 !important;
    text-decoration: underline;
}
.sent_contact li:nth-of-type(even) {
    float: right;
}
#sent .more {
    text-align: center;
}

@media screen and (max-width: 1057px) and (min-width: 751px) {
    
    #contact_direct a {
        padding-left: 60px;
    }
    #contact_direct a::before {
        width: 40px;
        height: 67px;
    }
    #contact_direct h3 {
        font-size: 0.9em;
    }
    #contact_direct h4 {
        font-size: 1.5em;
        letter-spacing: 0;
    }
    #contact_direct p {
        font-size: 0.7em;
        letter-spacing: 0;
    }
    
}