@charset "UTF-8";

.contact-tel,
.contact-time {
    text-align: center;
}

.contact-tel {
    font-size: 18px;
}

.contact-tel b {
    color: #ea6e93;
    font-size: 35px;
    font-weight: bold;
}

.contact-time {
    font-size: 14px;
    margin-bottom: 30px;
}

.wrap article.contact table {
    width: 100%;
    margin: 50px auto;
}

.wrap article.contact table th,
.wrap article.contact table td {
    padding: 15px;
    border: 1px solid #DDD;
    border-collapse: collapse;
}

.wrap article.contact table th {
    background: #e6f8f9;
    text-align: left;
    width: 28%;
    vertical-align: top;
    font-size: 18px;
    padding: 20px 10px;
}

.wrap article.contact table th span,
.hissu {
    background: #e4007f;
    color: #FFF;
    display: inline-block;
    margin-right: 20px;
    padding: 2px 14px;
    border-radius: 4px;
    font-weight: normal;
    font-size: 14px;
}

.wrap article.contact table textarea,
.wrap article.contact table [type="text"],
.wrap article.contact table [type="email"],
.wrap article.contact table [type="tel"] {
    background: #fafafa;
    border: 1px solid #b5b5b5;
    width: 100%;
    padding: 10px;
    font-size: 1.2em;
}

.wrap article.contact table [type="text"],
.wrap article.contact table [type="tel"] {
    width: 200px;
    margin-right: 15px;
}
.wrap article.contact table address-area {
    width: 90%;
    margin-right: 15px;
}

.wrap article.contact table [type="email"] {
    width: 360px;
    margin-right: 15px;
}

.wrap article.contact table [type="checkbox"] {
    padding: 8px;
    position: absolute;
    top: 3px;
    margin-left: -10px;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    background: #fafafa;
    width: 10px;
    height: 10px;
    box-shadow: none;
    -webkit-appearance: none;
    position: relative;
}
.wrap article.contact table [type="checkbox"]:checked::before {
    position: absolute;
    content: "";
    left: 4px;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #4b94bd;
    border-bottom: 3px solid #4b94bd;
    transform: rotate(45deg);
}

.wrap article.contact table label.name-l {
    display: inline-block;
}

.checkbox01-input input[type="checkbox"] {
    display: none;
}

.checkbox01-input label {
    cursor: pointer;
}

.wpcf7-list-item-label {
    position: relative;
    padding-left: 14px;
}

.wpcf7-list-item-label:before {
    content: '';
    position: absolute;
}

.wpcf7-list-item-label:after {
    width: 12px;
    height: 7px;
    border: 2px solid #0dbac8;
    content: '';
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 6px;
    top: 6px;
    border-top: none;
    border-right: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.checkbox01-input input[type="checkbox"]:checked+.wpcf7-list-item-label:after {
    opacity: 1;
}

.checkbox01-parts {
    font-size: 18px;
}

.checkbox01-parts a {
    text-decoration: underline;
}

.checkbox01-parts a:hover {
    text-decoration: none;
}

span.wpcf7-list-item {
    margin-right: 20px!important;
    position: relative;
    margin-left: 20px!important;
}

.wrap article.contact table [type="date"] {
    background: #FFF;
    padding: 10px;
}

.wrap article.contact table textarea {
    height: 300px;
    width: 100%;
    box-sizing: border-box;
}

.wrap article.contact table select {
    position: relative;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 2px 15px 2px 5px;
    display: inline-block;
}

.wrap article.contact table label {
    display: inline-block;
    padding: 0;
}

.wrap article.contact table label span {
    display: inline-block;
    margin-left: 10px;
}

.wrap article.contact table td p {
    margin: 10px auto;
}

input[type="submit"] {
    cursor: pointer;
    display: block;
    padding: 25px 100px 25px 100px;
    font-weight: bold;
    margin: 80px auto 0;
    color: #FFF;
    background-color: #0dbac8;
    position: relative;
    text-align: center;
    font-size: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: none;
    border: none;
}

input[type="submit"]:hover {
    background-color: #0b8d98;
}

.thanks {
    margin: 100px auto 80px;
    text-align: center;
}

.thanks h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok,
.screen-reader-response,
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    font-size: 14px;
    line-height: 2;
    color: #e4007f;
    margin: 0 0 10px;
    display: block;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
    text-align: center;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .page-title {
        background: url(../img/common/bg_tit-contact-sp.jpg) no-repeat center center;
        background-size: 100%;
    }
    #content .inner {
        width: 90%;
        margin: 20px auto;
    }
    .attention {
        text-align: left;
        font-size: 14px;
    }
    .contact-tel {
        line-height: 1.2;
        font-size: 14px;
    }
    .contact-tel b {
        display: block;
    }
    .contact-time {
        margin-bottom: 10px;
    }
    .form {
        border-top: 1px solid #DDD;
    }
    .form [type="text"],
    .form [type="tel"] {
        width: 100%;
        margin: 0 0 10px 0;
        box-sizing: border-box;
    }
    .form [type="email"] {
        width: 100%;
        margin-right: 0px;
        box-sizing: border-box;
    }
    .form th span,
    .hissu {
        font-size: 12px;
        padding: 1px 8px;
        margin-right: 10px;
    }
    .form tr {
        padding: 10px 0;
        box-sizing: border-box;
        width: auto;
    }
    .form th,
    .form td {
        display: block;
        border: none;
    }
    .form th {
        width: 100%;
        font-size: 16px;
        border-top: 20px solid #FFF;
        padding: 10px;
    }
    .form td {
        border-bottom: 1px solid #DDD;
        padding: 20px 0;
        overflow: hidden;
    }
    .form label.label-birth {
        display: flex;
        flex-direction: column-reverse;
        float: left;
        padding: 0;
        margin: 0;
    }
    .form label.label-birth span {
        margin: 0;
    }
    .form label.label-birth select {
        display: block;
    }
    .form select {
        padding: 10px 36px;
        vertical-align: top;
    }
    input[type="submit"] {
        padding: 15px;
        margin: 30px auto 0;
        font-size: 18px;
        width: 100%;
        box-sizing: border-box;
       	-webkit-appearance: none;
        border-radius: 0;
        background: #0dbac8;
    }
    .form label.name-l {
        width: 100%;
        vertical-align: top;
    }
    .form .soudan label.name-l:nth-child(1) {
        width: 60%;
    }
    .form .soudan label.name-l:nth-child(2) {
        width: 30%;
    }
    .form label span {
        margin: 10px 0 0;
        display: block;
        width: 300px;
    }
    .form div:nth-child(2) {
        margin: 0 10px;
    }
    .form .radio-cs .wpcf7-form-control-wrap {
        display: block;
    }
    .form .radio-cs .wpcf7-list-item-label {
        margin-top: 0;
    }
    .checkbox01-parts {
        font-size: 14px;
    }
    .checkbox01-parts a {
        font-size: 16px;
        font-weight: bold;
    }
    p.txt-check {
        text-align: center;
    }
.wrap article.contact table {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    table-layout: fixed;
}

.wrap article.contact table th {
    width: auto;
}

span.wpcf7-form-control-wrap.email {
    display: block;
    margin: 0 0 14px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel {
    display: block;
}
.wrap article.contact table label span {
    display: block;
    margin: 0;
    width: auto;
}

.wrap article.contact table [type="text"], .wrap article.contact table [type="tel"] {
    width: 100%;
    margin: 0;
}

.wrap article.contact table [type="email"] {
    width: 100%;
    margin: 0;
}

span.wpcf7-list-item {
    display: block;
    position: relative;
    margin: 0 0 2em 2em!important;
}

.wrap article.contact table textarea {
    width: 100%;
}
.wrap article.contact table [type="checkbox"] {
    position: absolute;
    left: -8px;
    top: 4px;
    }

span.wpcf7-form-control-wrap {
    display: block;
    margin: 10px 0 20px;
}
}
/* max-width: 768px */