@charset "utf-8";

.sub_page h2 {
    font-size: 18px;
    text-align: center;
}

.contact_inro p {
    text-align: left;
}

.inner-section {
    padding: 0 6%;
}

.sub_page h3 {
    text-align: center;
    margin: 0 0 1em;
    font-size: 20px;
    color: #008E59;
    border-bottom: dotted 1px;
}

.contact_tel .tel {
    text-align: center;
}

.contact_tel .tel a {
    position: relative;
    font-size: 24px;
    color: #555555;
    letter-spacing: 4.8px;
}

.contact_tel .tel a::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -33px;
    display: block;
    width: -moz-available;
    height: 1em;
    background-image: url(../images/common/icon_foot_tel.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 33px;
}

#form {
    margin: 3em 0 0;
}

/*600px以上*/
@media screen and (min-width: 600px) {
    .contact_inro p {
        text-align: center;
    }