@charset "UTF-8";
h3,
h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 3px 10px;
    background: #222;
    color: #fff;
    font-size: 1rem;
}

.check-tx {
    padding-right: 20px;
}

.select-pdr15 {
    display: inline-block;
    padding-right: 15px;
}

.mgb10-xxs-sm {
    margin-bottom: 10px;
}

.job-detail {
    width: 100%;
}

.job-name {
    padding: 0 0 0 18px;
    font-weight: bold;
    font-size: .875rem;
}

.attention {
    padding-top: 5px;
    font-size: .813rem;
}

.pl-18 {
    padding-left: 18px;
}

form#mailformpro {
    padding: 0 0;
}

input[type="text"],
textarea {
    width: 100%;
}

input.zip[type="text"] {
    display: inline-block;
    margin-left: 10px;
    width: auto;
    width: 100px;
}

input[type="text"],
input[type="number"],
select,
textarea {
    margin-bottom: 10px;
    border: solid 1px #ccc;
}

select.area,
select.graduation {
    display: block;
}

.zipcode-link {
    font-size: .75rem;
}

.w-70 {
    width: 70%!important;
}

.w-xxs100-md50,
.w-xxs100-md60 {
    width: 100%!important;
}

.w-100 {
    width: 100%!important;
}

textarea.w100-h150 {
    width: 100%!important;
    height: 130px!important;
}

input,
button,
select,
textarea {
    font-size: 1rem;
}

.error,
.attention {
    padding-bottom: 8px;
}

dl.form-data {
    margin-bottom: 0;
}

dl.form-data dt {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    width: auto;
    width: 100%;
    background: #eee;
    text-align: left;
    font-size: 0.688rem;
}

dl.form-data dd {
    padding-bottom: 15px;
}

.required-mark {
    padding-left: 5px;
    color: #F02828;
}

.send-bt,
.back-bt {
    display: block;
    margin: 15px auto 30px;
    padding: 10px 20px;
    max-width: 470px;
    width: 80%;
    border: solid 3px #28A0DC;
    text-align: center;
    font-weight: bold;
    font-size: 0.875rem;
    font-size: 1.313rem;
    cursor: pointer;
    -webkit-appearance: button;
}

.send-bt {
    background-color: transparent;
    background-image: url(/img/common/ico-arrow@2x.png);
    background-position: calc(100% - 10px) center;
    background-size: 18px 17px;
    background-repeat: no-repeat;
}

.back-bt {
    background-color: transparent;
    background-image: url(/img/common/ico-arrow-left@2x.png);
    background-position: 10px center;
    background-size: 18px 17px;
    background-repeat: no-repeat;
}

table#mfp_confirm_table {
    margin: 30px 0;
    width: 100%;
    border-bottom: solid 1px #ccc;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
    padding: 5px 10px;
    font-size: 0.688rem;
}

table#mfp_confirm_table tr.mfp_colored {
    background-color: #fff;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
    display: block;
    width: 100%;
}

table#mfp_confirm_table tr th {
    background-color: #ccc;
}

.thanks-title {
    margin: 60px 0 20px;
    font-weight: bold;
    font-size: 1rem;
}

@media (min-width: 576px) {
    .thanks-title {
        font-size: 1.25rem;
    }
}

@media (min-width: 768px) {
    .job-name {
        padding: 0 0 5px 18px;
        font-size: 1.125rem;
    }
    .attention-pb {
        padding-bottom: 20px;
    }
    dl.form-data dt {
        font-size: 0.875rem;
    }
}

@media (min-width: 992px) {
    .w-xxs100-md50 {
        width: 50%;
    }
    .w-xxs100-md60 {
        width: 60%;
    }
    .job-name {
        padding: 0 0 5px 18px;
        font-size: 1.313rem;
    }
    .attention-pb {
        padding-bottom: 48px;
    }
    dl.form-data {
        overflow: hidden;
        margin-top: 10px;
        border-bottom: 1px dotted #aaa;
    }
    dl.form-data-line {
        border-top: 1px dotted #aaa;
    }
    dl.form-data dt {
        float: left;
        margin: 0 0 0;
        padding: 10px 10px 10px 10px;
        width: 270px;
        border-top: 1px dotted #aaa;
        background: transparent;
        font-size: 1.125rem;
    }
    dl.form-data dt:first-child {
        border-top: none;
    }
    .form-data-inner {
        display: block;
        padding-top: 10px;
        padding-left: 20px;
        min-height: 55px;
        border-left: solid #ccc 1px;
    }
    dl.form-data dd {
        margin: 0 0 0 270px;
        padding: 10px 10px 10px 10px;
        min-height: 70px;
        border-top: 1px dotted #aaa;
    }
    dl.form-data dt:first-child+dd {
        border-top: none;
    }
    table#mfp_confirm_table tr th {
        display: table-cell;
        padding-left: 5px;
        width: 270px;
        background: transparent;
    }
    table#mfp_confirm_table tr td {
        display: table-cell;
        width: auto;
    }
    table#mfp_confirm_table tr th {
        background-color: #ccc;
    }
    table#mfp_confirm_table tr th,
    table#mfp_confirm_table tr td {
        padding: 10px 0;
        font-size: 1rem;
    }
    table#mfp_confirm_table tr th {
        background-color: transparent;
    }
}

@media (min-width: 1230px) {}
