﻿.top {
    background-color: #0c449b !important
}

@media screen and (max-width: 650px) {
    .top {
        height: 140px !important;
        margin-bottom: 60px !important;
    }
}

.top h1 {
    text-align: center;
    padding-top: 80px !important
}

@media screen and (max-width: 650px) {
    .top h1 {
        padding-top: 40px !important
    }
}

.top h1 span {
    width: auto !important;
    background-color: transparent !important;
    line-height: 80px
}

@media screen and (max-width: 650px) {
    .top h1 span {
        width: 100% !important
    }
}

@media screen and (max-width: 650px) {

    .entry-content {
        margin-top: -60px !important
    }
}

.sec {
    margin: 0 auto 60px !important
}

.title01 {
    margin-bottom: 45px !important
}

section#remote_inquiries01 p:first-child {
    margin-bottom: 15px
}

section#remote_inquiries01>div div:last-child {
    width: 70%;
    margin: 30px 0 0;
    max-width: 500px
}

@media screen and (max-width: 650px) {
    section#remote_inquiries01>div div:last-child {
        width: 100%;
        margin: 30px auto 0
    }
}

section#remote_inquiries01>div div:last-child a:hover {
    opacity: .7
}

section#remote_inquiries01>div div:last-child p {
    margin-top: 5px
}

p#inquiries_Tel {
    margin-bottom: 15px
}

p#inquiries_Daihyo_Fax>span,
p#inquiries_Telinfo>span {
    display: block;
    margin: 5px 0
}

p#inquiries_Daihyo_Fax {
    margin: 30px 0 0
}

div#remote_inquiries02 {
    margin-top: 15px
}

div#remote_inquiries02 ul {
    margin-top: 5px
}

.d-block .required {
    color: #fff;
    background-color: #ac1a00;
    font-family: inherit;
    font-display: swap;
    font-weight: 700;
    font-size: 12px;
    padding: 0 5px 2px;
    margin: 0 2px;
}



.sec_form {
    margin: 30px auto 45px
}

.sec_form dt {
    font-weight: 400;
}

form {
    margin: 0 auto 120px
}

h3 {
    margin-bottom: 15px
}

h4 {
    margin-bottom: 0;
    font-weight: 400;
}

dt {
    margin-bottom: 15px
}

.form_items {
    margin-bottom: 30px !important
}

.form_items .required {
    font-weight: 700;
}

.form_items dt {
    margin-bottom: 0;
}

.form_items dt p {
    margin-top: 40px;
    margin-bottom: 0;
}

.radio {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 650px) {
    form .radio {
        display: block
    }
}

.radio input[type="radio"] {
    /* display: none ; */
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.radio input[type="radio"]:checked+label {
    background: #012e57;
    border: 1px solid #012e57;
    color: #fff
}

.radio-label {
    display: block;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    transition: 0.5s;
    border: 1px solid #000;
    line-height: 3.5em
}

.radio-label:hover {
    background-color: #0c449b;
    border: 1px solid #0c449b;
    color: #fff
}

.radio-item {
    width: 30%
}

@media screen and (max-width: 650px) {
    form .radio-item {
        width: 80%;
        margin: 0 auto 25px
    }
}

textarea {
    width: 100%;
    display: block;
    height: 150px;
    margin-top: 10px;
    resize: vertical;
    border: 1px solid #717171;
    border-radius: 2px;
    font-family: inherit;
    font-display: swap;
    padding: 10px
}

input:-ms-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder,
input::placeholder {
    color: #c0c0c0
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    display: inline-block;
    border: 1px solid #717171;
    border-radius: 2px;
    padding: 5px;
    line-height: 1.5em
}

@media screen and (max-width: 650px) {

    input[type="text"],
    input[type="email"],
    input[type="tel"] {
        line-height: 1.8em
    }
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
textarea:active {
    box-shadow: 0 0 1px #de8175;
    border: 1px solid #de8175 !important;
    background: #fffeed;
    outline-offset: -999px
}

.required span:after {
    content: "必須";
    color: #fff;
    background-color: #ac1a00;
    font-family: inherit;
    font-display: swap;
    font-weight: 700;
    font-size: 12px;
    padding: 0 5px 2px;
    margin-left: 5px;
}

.sub_label {
    width: 100%;
}

.sub_label .inline p {
    display: flex;
    justify-content: flex-start;
}

@media screen and (max-width: 650px) {
    .sub_label .inline p {
        display: block;
    }
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
    #namearea label {
        display: block
    }
}

#namearea label:first-child {
    margin-right: 30px
}

@media screen and (max-width: 650px) {
    #namearea label:first-child {
        margin-bottom: 30px
    }
}

input {
    width: 590px
}

@media screen and (max-width: 650px) {
    input {
        width: 300px
    }
}

input.sh {
    width: 280px
}

@media screen and (max-width: 650px) {
    input.sh {
        width: 300px
    }
}

#caution {
    margin-top: 60px;
    font-weight: 100;
    color: #696969
}

#caution ul li p {
    margin-bottom: 0;
}

#caution ul li a {
    display: inline;
    color: #696969;
    border-bottom: 1px solid #696969
}

#form_submit p {
    margin-top: 60px;
    text-align: center;
}

#form_submit input[type="submit"],
#form_submit input[type="button"] {
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
    font-family: inherit;
    font-display: swap;
    font-size: 100%;
    font-weight: 700;
    border: none;
    width: 280px;
    height: 70px;
}

#form_submit input[type="submit"]::-webkit-search-decoration,
#form_submit input[type="button"]::-webkit-search-decoration {
    display: none
}

#form_submit input[type="submit"]:focus,
#form_submit input[type="button"]:focus {
    outline-offset: -2px
}

#form_submit input[type="submit"] {
    padding: 0;
    vertical-align: middle;
    line-height: 1;
    background: #59760b;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.49);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s
}

#form_submit input[type="submit"]:hover {
    box-shadow: none;
    -webkit-transform: translateY(3px) translateX(3px);
    transform: translateY(3px) translateX(3px);
    box-shadow: none;
    cursor: pointer;
    background: #2f4003;
    color: rgba(255, 255, 255, 0.5)
}

#form_submit input[type="submit"]::-webkit-search-decoration {
    display: none
}

#form_submit input[type="submit"]:focus {
    outline-offset: -2px
}