@charset "UTF-8";

#send_form input[type="text"],
#send_form input[type="tel"],
#send_form input[type="email"],
#send_form input[type="textarea"] {
    color: #000000;
}

#send_form .contact__form-box label:hover,
#send_form .contact__form-textbox label:hover {
    cursor: default;
}

#send_form #contact__submitbtn:hover {
    cursor: pointer!important;
}

#contact__form-box-input__mailcheck {
    flex-direction: column;
}

#email_check_error {
    display: block;
    color: #ff0000;
    font-size: 1.4rem;
    margin: 0 15px;
    text-align: left;
    align-self: flex-start;
    position: relative;
    top: 5px;
}

/* プライバシーポリシー */
#contactform-privacy {
    display: block;
    font-size: 62.5%;
    margin: 0 auto 20px auto;
    line-height: 2.0;
}

#privacy-text {
    width: 100%;
    max-width: 600px;
    height: 400px;
    margin: 0 auto 30px auto;
    padding: 30px;
    color: #000000;
    background-color: #ffffff;
    font-size: 1.2rem;
    overflow-y: scroll;
}

#privacy-text h2 {
    margin: 0 0 1.0em 0;
}

#privacy-text h3 {
    margin: 1.0em 0;
}

#privacy-text ul {
    list-style-type: disc;
    margin-left: 2.0rem;
}

#privacy-text address {
    font-style: normal;
    margin-bottom: 1.0em;
}

.contact__form-checkbox {
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
    text-align: center;
    font-size: 1.4rem;
}

.contact__form-checkbox input[type="checkbox"] {
    display:inline-block;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    width: 2.0rem;
    height: 2.0rem;
    margin-bottom: -5px;
    margin-right: 10px;
    cursor: pointer;
}

.contact__form-checkbox input[type="checkbox"]:checked::before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: 3px solid rgba(0, 0, 0, 0.7);
    border-left: 3px solid rgba(0, 0, 0, 0.7);
    content: "";
    display: inline-block;
    position: absolute;
    width: 1em;
    height: 0.6em;
    margin: 0.5em 0 0 2px;
}


/*
#contactform-privacy .contact__form-checkbox input[type="checkbox"] {
    display: none;
}

#contactform-privacy .contact__form-checkbox input[type="checkbox"] + span {
    cursor: pointer;
    display: inline-block;
    margin: 0 0.2em 0;
    padding: 0 0 0 1.2em;
    position: relative;
}

#contactform-privacy .contact__form-checkbox input[type="checkbox"] + span::before {
    -webkit-transform: translateY(-50%);
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    content: "";
    display: block;
    height: 1.4rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.4rem;
}

#contactform-privacy .contact__form-checkbox input[type="checkbox"] + span::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    border-bottom: 3px solid rgba(0, 0, 0, 0.7);
    border-left: 3px solid rgba(0, 0, 0, 0.7);
    content: "";
    display: block;
    height: 0.6em;
    left: 0;
    margin-top: -0.2em;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.3s ease 0s;
    width: 1em;
}

#contactform-privacy .contact__form-checkbox input[type="checkbox"]:checked + span::after {
    opacity: 1;
}
*/