@media print, screen and (min-width: 601px) {
    .dn-pc {
        display: none !important
    }
}

@media screen and (max-width: 600px) {
    .dn-sp {
        display: none !important
    }
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

@media only screen and (max-width: 600px) {
    .contact h1 {
        text-align: center;
        font-size: 21px
    }
}
.contact__flow--img {
    display: none;
}

.contact__flow--img__item {
    display: inline-block;
    list-style: none
}

@media only screen and (max-width: 600px) {
    .contact__flow--img__item {
        width: 32%
    }
}

@media print,
screen and (min-width: 601px) {
    .contact__main {
        padding: 0 106px
    }
}

.contact__main__txt {
    padding-bottom: 30px;
    border-bottom: solid 1px #025C90;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.3;
    letter-spacing: .25em
}

.contact__main table {
    width: 100%;
    margin-top: 25px
}

@media print,
screen and (min-width: 601px) {
    .contact__main table {
        width: 750px;
        margin-top: 40px
    }
}

.contact__main table tbody {
    display: block
}

.contact__main table tbody tr {
    padding-bottom: 25px;
    letter-spacing: 2.1px
}

@media only screen and (max-width: 600px) {
    .contact__main table tbody tr {
        display: block;
        letter-spacing: 0.2px
    }

    .contact__main table tbody tr:first-child th .required {
        float: right !important
    }

    .contact__main table tbody tr:nth-child(3) th .required {
        float: right !important
    }
}

.contact__main table tbody tr:first-child {
    display: block
}

.contact__main table tbody tr:first-child th {
    display: block;
    width: 100%
}

.contact__main table tbody tr:first-child th .required {
    margin-left: 10px;
    float: none;
    position: static;
}

.contact__main table tbody tr:first-child td {
    display: block;
    width: 100%
}

.mw_wp_form_confirm table tbody tr:first-child td {
    font-size: 20px;
}

.contact__main table tbody tr:nth-child(2) {
    display: block
}

.contact__main table tbody tr:nth-child(2) th {
    display: block;
    font-size: 14px;
    font-weight: 200;
    width: 100%
}

.contact__main table tbody tr:nth-child(2) td {
    display: block;
    font-size: 14px;
    font-weight: 200;
    width: 100%
}

.contact__main table tbody tr:nth-child(3) {
    display: block
}

.contact__main table tbody tr:nth-child(3) th {
    display: block;
    width: 100%
}

.contact__main table tbody tr:nth-child(3) th .required {
    margin-left: 10px;
    float: none;
    position: static;
}

.contact__main table tbody tr:nth-child(3) td {
    display: block;
    width: 100%
}

.contact__main table tbody tr th {
    font-size: 16px;
    padding: 15px 0;
    position: relative
}
@media all and (-ms-high-contrast: none) {
    .contact__main table tbody tr th {
        text-align: left;
    }
}


@media print,
screen and (min-width: 601px) {
    .contact__main table tbody tr th {
        width: 165px;
        vertical-align: top;
    }
}

@media only screen and (max-width: 600px) {
    .contact__main table tbody tr th {
        display: block
    }
}

.contact__main table tbody tr th .subtxt {
    font-size: 12px;
    font-weight: 200
}

.contact__main table tbody tr th .required {
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #f7921e;
    color: #f7921e;
    padding: 6px 12px;
    float: right;
    position: absolute;
    top: 22%;
    right: 0
}

@media print,
screen and (min-width: 601px) {
    .contact__main table tbody tr th .required {
        margin-right: 12px
    }
}

@media print,
screen and (min-width: 601px) {
    .contact__main table tbody tr td {
        width: 585px;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 600px) {
    .contact__main table tbody tr td {
        display: block
    }
}

.contact__main table tbody tr td input {
    background: unset;
    border: 1px solid #bfbfbf;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.7px;
    padding-left: 15px;
    border-radius: 0
}

.contact__main table tbody tr td input[type="checkbox"] {
    display: none
}

.contact__main table tbody tr td input[type="checkbox"] + label {
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px
}

.mw_wp_form_confirm table tbody tr td input[type="checkbox"] + label {
 padding-left: 0;
}

.contact__main table tbody tr td input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color: #585753
}

.mw_wp_form_confirm table tbody tr td input[type="checkbox"] + label::before {
    display: none;
}

.contact__main table tbody tr td input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 9px;
    margin-top: -10px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #585753
}

.mw_wp_form_confirm table tbody tr td input[type="checkbox"] + label::after {
    display: none !important;
}

.contact__main table tbody tr td textarea {
    background: unset;
    border: 1px solid #bfbfbf
}

.contact__main table tbody tr td textarea:focus::placeholder {
    color: transparent;
}

.contact__main table tbody tr td input:focus::placeholder {
    color: transparent;
}

.contact__main table tbody tr td textarea::placeholder {
    color: #909090;
}

.contact__main table tbody tr td input::placeholder {
    color: #909090;
}

.contact__main table tbody tr td select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    background-image: url(../jpg/classifcation_ic04.jpg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center right 10px;
    border: 1px solid #bfbfbf
}

@media all and (-ms-high-contrast: none) {
    .contact__main table tbody tr td select {
        background-image: none;
    }
}


@media print,
screen and (min-width: 601px) {
    .contact__main table tbody tr td select {
        width: 283px
    }
}

@media print,
screen and (min-width: 601px) {
    .contact__main table tbody tr td .shortBox {
        width: 283px
    }
}

.contact__main table tbody tr td #checkbox {
    transform: scale(2);
    margin: -3px 21px 0 4px;
    border-radius: 0
}

.contact__main table tbody tr td .hyphen {
    font-size: 11px;
    margin-left: 20px;
    font-weight: 400
}

.contact__privacy {
    display: none;
}

.contact__privacy li {
    list-style: disc;
    font-size: 13px;
    letter-spacing: 0.9px;
    line-height: 1.7
}

.contact__privacy li a {
    color: #025c90
}

.contact__button {
    margin-top: 60px;
    text-align: center
}

.contact__button button {
    width: 260px;
    height: 50px;
    border: none;
    background-color: #025c90;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.7px
}

.contact__button button:hover {
    background-color: #025CC6;
    opacity: 0.8;
    transition: 0.5s all;
}

.contact__button button[disabled] {
    pointer-events: none;
    background-color: #808080;
    opacity: 0.5;
}

.contact-recaptcha { margin: 20px 0 15px; }

.custom-grecaptcha-response {
    display: none;
}

.mwform-error-message {
    font-size: 93%;
    color: #B70000;
    display: block;
    margin: 20px 0 15px;
}

.required:required,
input[type=email]:required,
input[type=email]:invalid,
input[type=tel]:invalid,
input[type=number]:invalid {
    color: #630015;
    border-color: #c20c33;
    background-color: #ffd9e1
}

.required:valid,
input[type=email]:valid,
input[type=email]:valid,
input[type=tel]:valid,
input[type=number]:valid {
    color: #333;
    border-color: #ccc;
    background: #fff
}

.result_top {
    margin-bottom: 20px
}

.result_top a {
    color: #000;
    text-decoration: none
}

.result_top .hit_count {
    font-size: 18px;
    margin-bottom: 10px
}

.result_top .nav-previous {
    float: left
}

.result_top .nav-next {
    float: right
}

.result_bottom {
    margin-bottom: 20px
}

.result_bottom a {
    color: #000;
    text-decoration: none
}

.result_bottom .hit_count {
    font-size: 15px;
    margin-bottom: 10px
}

.result_bottom .nav-previous {
    float: left
}

.result_bottom .nav-next {
    float: right
}

.contents__txt {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.mw_wp_form_input .contact_confirm {
    display: none !important;
}

.mw_wp_form_confirm .contact_input {
    display: none !important;
}

.address {
    margin-top: 4px;
}

.mw_wp_form_confirm .contact__button p {
    display: flex;
    width: 100%;
}

.backbtn {
    width: 260px;
    height: 50px;
    border: none;
    margin-right: 30px;
    background-color: #808080;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.backbtn:hover {
    background-color: #909090;
    opacity: 0.8;
}

.job {
    width: 100% !important;
}

.mw_wp_form_confirm .hyphen {
    display: none;
}

.mw_wp_form_input .cf-input{
    display: block !important;
}

.mw_wp_form_confirm .cf-confirm{
    display: block !important;
}

.mw_wp_form_complete .cf-thanks{
    display: block !important;
}

.contents__txt {
    display: none;
}

.mw_wp_form_complete .contents__txt{
    display: block !important;
}

.mw_wp_form_input .contact__privacy{
    display: block !important;
}

.mw_wp_form_confirm .contents__confirm{
    display: block !important;
}

.mw_wp_form_complete .contact__main{
    display: none !important;
}

html {
    min-height: 100%;
    position: relative;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.contents__confirm {
    display: none;
    font-size: 14px;
    letter-spacing: 0.9px;
    line-height: 1.7;
}

@media only screen and (max-width: 600px) {
    .contact__main table .e-mail {
        width: 100% !important;
    }
    footer {
        bottom: -50px;
    }
}

html {
    min-height: 100%;
    position: relative;
}

.contact footer {
    position: absolute;
    bottom: -100px;
    width: 100%;
}
.contact__main table tbody tr:nth-child(14) th span {
    margin-top: 25px;
}
.contact__main table tbody tr:nth-child(14) td p {
    text-align: center;
    margin-top: 25px;
}
.contact__main table tbody tr:nth-child(14) td p:first-child{
    font-weight: bold;
    font-size: 16px;
}
.contact__main table tbody tr:nth-child(14) td p:nth-child(2){
    margin-top: 20px;
}
.contact__main table tbody tr:nth-child(14) td input {
    height: inherit;
}
