/* company */
.company tr {
    border-bottom: 1px solid #b5b1b1;
}

.company th,
.company td {
    padding: 24px 0;
    border: none;
}

.company th {
    width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {

    .company th,
    .company td {
        width: 100%;
        display: block;
    }

    .company th {
        width: 100%;
    }

    .company td {
        padding-top: 0;
    }
}



.contact-form-label {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", sans-serif;
    width: 100%;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 5px;
}

.contact-form-text,
.contact-form-mail,
.contact-form-tel,
.contact-form-dropdown {
    width: 100% !important;
    height: 40px !important;
    background: #f2f2f2 !important;
    border: none;
    border-bottom: solid 1px #222;
    border-radius: 0;
    margin: 0 0 20px 0;
    padding: 0 20px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", sans-serif;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 0;
    color: #111;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-form-textarea {
    width: 100% !important;
    height: 140px !important;
    background: #f2f2f2 !important;
    border: none;
    border-bottom: solid 1px #222;
    border-radius: 0;
    margin: 0 0 20px 0;
    padding: 20px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", sans-serif;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 0;
    color: #111;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-form-file {
    margin: 0 0 20px 0;
}

.contact-form-required {
    background: #e03b3b;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    padding: 2px 5px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: top;
}

.contact-form-submit {
    height: 60px;
    width: 310px;
    margin: 10px auto -30px auto;
    opacity: .7;
    background: #2082d7 !important;
    border: none;
    border-radius: 4px;
    line-height: 1;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}