


/* contact */
.bg-gray { background: #f1f1f1; padding: 35px 0; }
.bg-darkgray { background: #767676; padding: 35px 0; text-align: center; }
.bg-lightblue { background: #d9f6fe; padding: 35px 0; }
.contact {display: block;border-radius: 25px;}
.contact ul { display: block; }
.contact_are_bbtm{ border-bottom: 4px solid #c7c696;}
.contact ul li { display: flex; flex-wrap: wrap; width: 100%; align-items: center; }
.contact .title {display: block;padding: 12px;width: 30%;text-align: right;font-weight: 600;}
.contact .data { display: block; padding: 12px; width: 70%; text-align: left; }
.contact .data span { display: inline-block; padding: 4px 0; }
.contact .require {background: #ff0000;padding: 0 4px;display: inline-block;font-size: 13px;color: #fff;margin-left: 8px;border-radius: 5px;}
.contact .any {background: #ccc;padding: 0 4px;display: inline-block;font-size: 13px;color: #fff;margin-left: 8px;border-radius: 5px;}

.contact select{ min-width: 115px; -webkit-appearance:none; -moz-appearance:none;}
.contact select::-ms-expand{ display: none;}
.contact select.style-select{  background: url(../images/select-arrow.png) no-repeat right center #fff; padding-right: 18px; }

.input-default {padding: 8px;border: none;border-radius: 4px;background-color: #fff;border: 2px solid #FFF;display: inline-block;box-shadow: 0px 3px 0 #c7c696;}
.input-default:focus{ border:2px solid #000;}
input.short { width: 35%; }
input.medium { width: 45%; }
input.long, textarea.long { width: 60%; }

.contact select.medium { width: 45%; }

.checkbox-style .check-item{ background-color: #fff; display: inline-block; width: 24px; height: 24px; vertical-align : middle;  position: relative; top: -2px; margin-right: 5px;}
.checkbox-style input[type=checkbox]{ display:none }
.checkbox-style input[type=checkbox]:checked + .check-item{ background: url(../images/icon-check.png) no-repeat center #fff; }
.checkbox-style input[type=radio]{ display:none }
.checkbox-style input[type=radio]:checked + .check-item{ background: url(../images/icon-check.png) no-repeat center #fff; }

.checkbox-style .checkbox {margin-right: 1%;}

.checkbox label{display:inline-block;}

.select-style select {
    width: 100%;
    height: 50px;
    position: relative;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    border-bottom: 3px solid #c7c696;
    color: #000;
}
.select-style.medium { width: 45%; max-width:180px; }
.select-style {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.select-style::before {
    content: "";
    background: #0a0a0a;
    height: 47px;
    width: 44px;
    position: absolute;
    right: 0px;
    border-radius: 0 10px 10px 0;
    pointer-events: none;
    z-index: 2;
}

.select-style::after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 45%;
    right: 17px;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
    z-index: 3;
    
}

.errortxt,.errortxt2{font-weight: 600;color: #df0202;opacity: 0;height: 0;}

.is_error .errortxt,.is_error2 .errortxt2{ opacity: 1; height:auto;}
.is_error input[type='text'],
.is_error input[type='tel'],
.is_error2 input[type='tel'],
.is_error input[type='email'],
.is_error2 input[type='email']{
    border: 2px solid #df0202;
}
.is_error select{
    border: 2px solid #df0202;
    box-shadow: 0px 3px 0 #c7c696;
}
.is_error .select-style::before {
   top:2px;
}

.go_search{
    max-width: 300px;
    margin:auto;
    display:block;
    width: 90%;
}
.btn-confirm{
    display:flex;
    justify-content: center;
}
.btn-confirm .go_search{
    margin:0;
}
.btn-confirm .go_back{
    margin:0 15px 0 0;
    background-color: #ffffff;
    border: none;
    box-shadow: 0 3px 0 #000;
    color: #000;
    border: 3px solid #000;
    line-height: 50px;
    width:300px;
}




.text-callus { display: block; padding: 8px; text-align: center; color: #171717; font-weight: 700; font-size: 16px; }

.sp-only{ display: none;}
.pc-only{ display: inline-block;}
@media(max-width:991px) {
    .checkbox-style .checkbox { width: 45%; }
}


@media(max-width:768px) {
    input.short { width: 45%; }
    input.medium { width: 55%; }
    input.long, textarea.long { width: 70%; }
}

@media(max-width:767px) {
    .checkbox-style .checkbox { width: 100%; }
    .btn-confirm { display: block; background: #fff701; max-width: 320px; width: 95%; text-align: center; padding: 12px; margin:0 auto; border: 2px solid #000; font-size: 18px; font-weight: 600; box-shadow: 2px 2px 0px #70f4a5, inset 2px 2px 2px #fff; transition: all 0.3s; }
    .btn-confirm.harf { display: inline-block !important; max-width: 320px; width: 95%; margin:5px;}
    

}

@media(max-width:480px) {
    input.short { width: 55%; }
    input.medium { width: 100%; }
    input.long, textarea.long { width: 100%; }

    .pc-only{ display: none;}
    .sp-only{ display: inline-block;}
}

@media(max-width:460px) {
    .contact ul li { margin: 4px 0; }
    .contact .title,
    .contact .data { width: 100%; text-align: left; padding: 4px; font-size: 16px;}
    .contact .data { border-bottom: 1px dotted #666; padding-bottom: 14px; }
}