@charset "UTF-8";
/* CSS Document */
select {
  -webkit-appearance: none;
  appearance: none;
}

input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="checkbox"] {
  position: relative;
  width: 1.1em;
  height: 1.1em;
  border: 1px solid #484848;
    background-color: #fff;
    margin-right: 0.5em;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0.03em;
  left: 0.3em;
  transform: rotate(50deg);
  width: 0.4em;
  height: 0.8em;
  border-right: 2px solid #484848;
  border-bottom: 2px solid #484848;
  content: '';
}

#form input[type="text"],#form input[type="email"],#form input[type="tel"],#form input[type="file"],#form textarea {
    background-color: #ececec;
    font-size: 1.6rem;
    border: none;
    padding: 1em 2em;
    border-radius: 0.3em;
    width: 100%;
}
#form .box3 input[type="text"],#form .box3 input[type="email"],#form .box3 input[type="tel"],#form .box3 input[type="file"],#form .box3 textarea{
    background-color: #fff;
}

#form label{
    margin-right: 0.5em;
}

#form input.shot{
    width: 8em;
    padding: 1em;
}
#form input.midd{
    width: 12em;
    padding: 1em;
}
#form input.mr1{
    margin-right: 1em;
}
#form .ml1{
    margin-left: 0.5em;
}
#form .mr15{
    margin-right: 1.5em;
}

#form .selectbox{
    position: relative;
display: inline-block;
}
#form .subject .selectbox{
    width: 100%;
    color: #fff;
}
#form .selectbox::after{
    content: "▼";
    position: absolute;
right: 2.6em;
  top: 0.7em;
}
#form .subject .selectbox::after{right: 0.6em;}

#form select{
    background-color: #fff;
    font-size: 1.6rem;
    border: none;
    padding: 1em 2em;
    border-radius: 0.3em;
}
#form .subject select{
    background-color: #4b4b4b;
    color: #fff;
    width: 100%;
}
#form select.tani{
    padding: 1em;
    width: 6em;
    margin: 0 2em 0 0.5em;
}
#form select.nisugata{
    margin-right: 2em;
}

#form .btn{
    padding-top: 2em;
}
#form .btn.kakunin{
    text-align: center;
}
#form .btn input,#form .btn button{
    border: none;
    background-color: #494949;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    width: 15em;
    padding: 1em 0;
    border-radius: 0.5em;
}
#form .btn input.btnback{
    background-color: #8a8a8a;
}
#form .btn input:hover,#form .btn button:hover{
    background-color: #0075c2;
}

.value1, .value2, .value3, #span, #data {
  display: none;
}
.is_active {
  display: block;
}
.vbox3{}
.vbox3 dt{
    display: none;
}
.vbox3 dd{
    text-align: center;
}
#form .vbox3 label{  margin-right: 0;}

.formTable th{
    padding: 1em 1em 0 0;
}
.formTable td{
    padding: 1em 0 0 0;
}

@media only screen and (max-width: 768px) {
    
#form input.shot{
    width: 5em;
    padding: 1em;
}
#form input.midd{
    width: 12em;
    padding: 1em;
}
#form label{
    display: inline-block;
    margin-right: 0.5em;
}
    #form label input[type="text"]{
        margin-top: 0.4em;
    }

#form select.nisugata{
}
    #form .btn input{
        width:  100%;
    }
    form .btn{
        padding-bottom: 3em;
    }
.vbox3 dd{
    text-align: left;
}
    .formTable{
        width: 100%;
    }
    .formTable th,.formTable td{
        display: block;
        width: 100%;
    }
.formTable th{
    padding: 1.5em 0 0.5em 0;
}
.formTable td{
    padding: 0;
}
    #form .btn input{
        margin-top: 0.5em;
    }
    
}
