@charset "UTF-8";
/* CSS Document */
/*20190705form css*/

body{
 -webkit-appearance: none; 
}

.form_tbl table {
    width: 100%;
    border: none;
}
.form_tbl th {
    display: block;
    width: 100%;
    border: none!important;
    color: #000;
    font-size: 16px;
    background: #e3e3e3;
    margin-bottom: 6px;
    border-radius: 8px 8px 0 0;
}
.form_tbl td {
    display: block;
    width: 100%;
    border: none!important;
    margin-bottom: 13px;
    margin-top: -10px;
}
.form_tbl input, select, textarea {
    text-indent: 1em;
    padding: 12px 0;
    width: 100%;
}

.form_tbl input#tel {
    text-indent: 1em;
    padding: 12px 0;
    width: 27%;
}
.form_tbl input#zip {
    text-indent: 1em;
    padding: 10px 0;
    width: 30%;
}
.form_tbl input#date1 {
    text-indent: 1em;
    padding: 10px 0;
    width: 37%;
}
.form_tbl input#time1 {
    text-indent: 1em;
    padding: 10px 0;
    width: 37%;
}
.form_tbl input, select, textarea {
    border: 1px solid #d5d5d5;
    background-color: #fff;
    border-radius: 5px;
    font-size: 15px;
}
.form_tbl input.radio {
    width: inherit;
}
label span.must {
    font-size: 70%;
    margin-left: 10px;
    color: #fff;
    background: rgb(255 67 67);
    padding: 4px 10px 5px;
    font-size: 13px;
    margin-bottom: 2px;
    border-radius: 15px;
}
.submitbtn {
    text-align: center;
    margin-top: 20px;
}
input[type=submit] {
    width: auto !important;
    padding: 15px 30px 12px 12px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: #0080db;
    border-radius: 42px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    font-size: 20px;
    font-weight: bold;
    -webkit-appearance: none;
}
.backbtn {
    width: auto !important;
    padding: 12px 22px 12px 22px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: #0080db;
    border-radius: 42px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
    text-shadow: 0 1px 0 rgb(0 0 0 / 20%);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin:0 35%;
    margin-top:40px;
}
@media only screen and (max-width: 640px){
    .backbtn {
    width: auto !important;
    padding: 12px 22px 12px 22px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: #0080db;
    border-radius: 42px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
    text-shadow: 0 1px 0 rgb(0 0 0 / 20%);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin:0 20%;
    margin-top:20px;
}
}
}
.backbtn a:visited {
    color: #fff;
}
.backbtn a:link {
    color: #fff;
}

.policy{
    height: 250px;
    overflow-y: scroll;
    border: 1px solid #666;
    padding: 10px;
}
.privacy_btn{
    display: block;
    text-align: center;
    margin: 15px auto;
    font-weight: bold;
}
.privacy_btn input[type=checkbox]{
    width:20px !important;
}
.bd {
    border-bottom: solid 2px #000;
    margin-top: 10px;
}
.form_rei {
    color: #a7a7a7;
    font-size: 14px;
    margin-left: 15px;
    margin-top: -27px!important;
}
@media screen and (min-width:640px){ 
    .br-sp { 
        display: none; 
    } 
}     
@media screen and (max-width: 640px) { 
    .br-pc { display:none; 
        
    } 
.form_tbl input#date1 {
    text-indent: 0.1em;
    padding: 10px 0;
    width: 37%;
}
.form_tbl input#time1 {
    text-indent: 0.1em;
    padding: 10px 0;
    width: 37%;
}
}

.date-time td {
    padding-left: -5px;
}
