@charset "utf-8";


/* �e�[�u���g */
.sl_table_border, .sl_cell_resv_none, .sl_cell_resv_none2, .sl_cell_resv_notyet, .sl_cell_resv_exist, .sl_cell_resv_mente {
    border-style: solid;
    border-width: 1px;
    border-color: #70828C;
}

input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{
-webkit-appearance: none;
margin:0;
}
input[type="number"]{
-moz-appearance:textfield;
}

textarea {

    width: 100%;
    height: 200px;
    line-height: normal;
    
    
}

.usfor{
  padding: 10px 10px;
  margin-top: 10px;
  background-color: #fff;
}

.form_button2 {
  background-color: #645746 !important;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  opacity: 0.5;
}

/* �`�F�b�N�{�b�N�X02 */
input[type=checkbox] {
    display: none;
}
.checkbox02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    opacity: 1;
}

.checkbox02:hover {
    color:red;
}

.checkbox02::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox02::after {
    border-right: 6px solid red;
    border-bottom: 3px solid red;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
input[type=checkbox]:checked + .checkbox02::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox02::after {
    opacity: 1;
}

input[type=checkbox]:checked + .checkbox02 {
    color:red;
    opacity: 1;
}

.checkbox03 {
    box-sizing: border-box;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    opacity: 0.3;
}

.checkbox03::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox03::after {
    border-right: 6px solid red;
    border-bottom: 3px solid red;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
input[type=checkbox]:checked + .checkbox03::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox03::after {
    opacity: 1;
}

input[type=checkbox]:checked + .checkbox03 {
    color:red;
    opacity: 1;
}

input[type=radio] {
    display: none;
}
.radio02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}

.radio02:hover {
    color:red;
}

.radio02::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radio02::after {
    background: red;
    border-radius: 50%;
    content: '';
    display: block;
    height: 8px;
    left: 10px;
    margin-top: -3px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 8px;
}
input[type=radio]:checked + .radio02::before {
    border-color: #666;
}
input[type=radio]:checked + .radio02::after {
    opacity: 1;
}

input[type=radio]:checked + .radio02 {
    color:red;
    opacity: 1;
}

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

.form_button2 {
  background-color: #645746 !important;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  opacity: 0.5;
}



}