@charset "UTF-8";

/* main-common
-------------------------------*/

main section {
    margin-left: 15px;
    margin-right: 15px;
}

main section.Tit_box {
    background: url(../../images/contact/main.jpg) no-repeat center 50%;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
}


/* main
-------------------------------*/

main .telbox .tel a {
    font-family: 'Crimson Text', serif;
}

main .telbox .tel {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

main .telbox .lead {
    margin-bottom: 10px;
}

main .telbox .tel a .t {
    font-size: 40px;
    background: url(/images/common/tel.svg) no-repeat left bottom;
    background-size: 22px auto;
    padding: 4px 0 4px 24px;
    display: block;
}

main .form_wrap .lead {
    margin: 30px 0 0;
}

main dd .selectbox {
    overflow: hidden;
    width: 95%;
    text-align: center;
}

main dd .selectbox select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

main dd .selectbox .selectbox select::-ms-expand {
    display: none;
}

main dd .selectbox {
    position: relative;
    border-radius: 3px;
}

form#mail_form .selectbox select {
    padding: 10px !important;
    margin-top: 0;
    color: #295319;
}

main dd .selectbox::before {
    position: absolute;
    top: 1em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #3f9034;
    pointer-events: none;
    transition: 0.3s;
}

main dd .selectbox select {
    padding: 8px 38px 8px 8px;
    font-size: 16px;
    background: #c9dfc1;
}

main dd .selectbox {
    transition: 0.3s;
}

main dd .selectbox:hover::before {
    top: 0.8em;
}

form#mail_form .caution {
    color: #de606f;
    font-size: 14px;
    margin-bottom: 10px;
}