@charset "utf-8";


body {
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}

/* TABLE
--------------------------- */
#contact-section table {
    margin-bottom: 18px;
}
#contact-section table:last-of-type {
    margin-bottom: 35px;
}

/* TEXT
--------------------------- */
.table-ttl {
    font-size: 16px;
    margin: 0 0 5px 80px;
}

/* FORM
--------------------------- */
.input-middle {
    width: 380px;
}
.input-short {
    width: 252px;
}
.label-wrap label {
    margin: 3px 5px 3px 0;
    padding: 0 5px 0 0;
    display: inline-block;
    cursor: pointer;
}
.label-wrap label:hover {
    background: #fff7b5;
}
.label-wrap input {
    vertical-align: -3px;
}

#companyOwner {
    vertical-align: -2px;
}

#licenseNo {
    margin-bottom: 20px;
}

#needDocs-1,
#needDocs-2,
#needDocs-3,
#needDocs-5 {
    vertical-align: -3px;
}

#needDocs-4 {
    vertical-align: -2px;
}

/* CONTACT FOOT
--------------------------- */
.contact-foot {
    width: 790px;
    margin: auto;
}
.contact-foot__ttl {
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px;
}
.bank {
    margin: 0 0 38px;
}
.bank__ttl {
    background-color: #014099;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 16px;
    color    : #fff;
}
.bank__box {
    border: 1px solid #ccc;
    border-top: none;
    display        : flex;
    align-items    : center;
    justify-content: center;
    padding: 15px 0;
}
.bank__box p {
    line-height: 1.8;
    font-size: 16px;
}
.type-item {
    width: 37px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size  : 12px;
    font-weight: bold;
    color      : #fff;
    background-color: #f02727;
    border-radius: 3px;
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: 1px;
}
.check-item {
    margin: 15px 0 37px;
}
.check-item__check {
    vertical-align: -4px;
}
.contact-privacy {
    border: 1px solid #ccc;
    margin: 40px 0;
    padding: 18px 20px;
}

#contact-section h2 {
    margin-bottom: 20px;
}

/* SETTING
--------------------------- */
.center {
    text-align: center;
}
.text-blue { color: #2359a7;}
.text-red  { color: #da1a1a;}
.mgb7  { margin-bottom: 7px;}
.mgb22 { margin-bottom: 22px;}
.mgb32 { margin-bottom: 32px;}
.mgb34 { margin-bottom: 34px;}
.mgb35 { margin-bottom: 35px;}

#contact-section .notes p {
    font-size: 12px;
}

.retouch__bt {
    width: 150px;
    margin: auto;
    background: #aaa;
    border-radius: 20px;
}
    .retouch__bt a {
        padding: 10px 0;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        display: block;
        border-radius: 20px;
    }

.check__bottom {
    display: block;
}

#noSubmit {
    padding: 29px 24px 0;
    height: 49px;
}