/*-------------------------------------------------
FORM PAGE

new_car_button
-------------------------------------------------*/
.new_car_button {
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.new_car_button .bt {
  width: 49%;
  max-width: 500px;
  margin: 0px auto;
  padding: 0px;
  display: block;
  clear: none;
}

.new_car_button .bt input {
  width: 100%;
  color: #003057;
  font-size: 16px;
  margin: 0px !important;
  padding: 10px 0px 10px 0px !important;
  text-decoration: none;
  border: 1px solid #003057;
  background-color: #fff;
  display: block;
}

.bt input:hover {
  color: #fff !important;
  background-color: #003057 !important;
  font-size: 16px;
  padding-top: 16px;
  padding-right: 30px;
  padding-bottom: 16px;
  padding-left: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width: 600px) {
  .new_car_button {
    text-align: center;
    margin: 0px;
    padding: 0px 0px 20px 0;
  }

  .new_car_button .bt {
    width: 48%;
    margin: 0px;
    padding: 0px;
    display: block;
    clear: none;
  }

  .new_car_button .bt input {
    width: 100%;
    color: #003057;
    font-size: 10px;
    line-height: 16px;
    margin: 0px !important;
    padding: 10px 0px 10px 0px !important;
    text-decoration: none;
    border: 1px solid #003057;
    background-color: #fff;
    display: block;
  }
}

/*-------------------------------------------------
FORM PAGE

FORM CAR NAME
-------------------------------------------------*/
#item_title.form-title {
  display: block;
  font-size: 20px !important;
  color: #003057 !important;
  padding: 0px !important;
  margin-top: 40px !important;
  margin-right: 0px !important;
  margin-bottom: 20px !important;
  margin-left: 0px !important;
  text-align: left !important;
}

/*-------------------------------------------------
FORM PAGE

TSBLE
-------------------------------------------------*/

#class_table {
  border-top: solid 1px #003057;
  border-left: solid 1px #003057;
  border-right: solid 1px #003057;
  margin: 0% auto 5% auto;
  padding: 0px;
  width: 100%;
  border-spacing: 0px !important;
  border-collapse: 0px !important;
}

#class_table td {
  text-align: left;
  margin: 0%;
  padding: 1.3% 2% 1.3% 2%;
  font-size: 14px;
  border-bottom: 1px solid #003057;
  line-height: 20px;
  width: 75%;
}

#class_table th {
  text-align: left;
  margin: 0%;
  padding: 1.3% 0% 1.3% 2%;
  font-size: 14px;
  line-height: 20px;
  color: #003057;
  border-bottom: 1px solid #003057;
  border-right: 1px solid #999;
  width: 25%;
  font-weight: normal;
}

.class_rogo {
  width: 185px;
  margin: 0%;
  padding: 0%;
  font-size: 0px !important;
}

.class_rogo img {
  max-width: 185px;
  width: 100%;
  margin: 0%;
  padding: 0%;
}

.class_button_1,
.class_button_2 {
  width: 100px;
  height: 100px;
  margin: 0% !important;
  padding: 0% !important;
  font-size: 0px !important;
}

.class_button_1 a {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0% !important;
  padding: 0% !important;
  font-size: 0px !important;
}

.class_button_2 a {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0% !important;
  padding: 0% !important;
  font-size: 0px !important;
}

.cate_bt_stay {
  font-size: 12px;
}

.input_40 {
  width: 60px;
}

.input_260 {
  width: 380px;
}

.input_400 {
  width: 90%;
  height: 70px;
}

input::-ms-clear {
  visibility: hidden;
}

@media screen and (max-width: 600px) {
  .input_260 {
    width: 95%;
  }
}

/*-------------------------------------------------
FORM PAGE

FORM TEXT
-------------------------------------------------*/
.icon_must {
  color: #fff;
  background-color: #f00;
  font-size: 10px;
  float: right;
  padding-top: 0px;
  padding-right: 3px;
  padding-bottom: 0px;
  padding-left: 3px;
  margin-right: 10px;
}

.icon_must_sp {
  color: #fff;
  background-color: #f00;
  font-size: 10px;
  padding-top: 2px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 3px;
  margin-left: 5px;
}

/*-------------------------------------------------
FORM PAGE

FORM SP
-------------------------------------------------*/
.table_form_pc {
  display: inline;
}

.table_form_sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .table_form_pc {
    display: none;
  }

  .table_form_sp {
    display: inline;
  }
}

/*-------------------------------------------------
FORM PAGE

FORM PRIVACY TEX
-------------------------------------------------*/
#privacy_text {
  font-size: 13px;
  line-height: 20px;
  padding: 0% 0% 5% 0%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#privacy_text a {
  font-size: 15px;
  line-height: 40px;
  color: #003057;
  font-weight: bold;
  text-decoration: underline;
}

/*-------------------------------------------------
FORM PAGE

FORM BUTTON
-------------------------------------------------*/
#item_button_box {
  width: 100%;
  margin: 4% 0% 0% 0%;
}

#item_button_box .box {
  width: 48%;
  max-width: 580px;
}

#item_button_box img {
  width: 100%;
  max-width: 580px;
}

#item_box_color {
  background-color: #ececec;
  margin: 4% 0% 0% 0%;
  position: relative;
}

/*-------------------------------------------------
FORM PAGE

FORM END
-------------------------------------------------*/

#end_text {
  font-size: 16px;
  line-height: 30px;
  padding: 0% 5% 5% 5%;
  margin: 0% 0% 0% 0%;
  text-align: center;
}

#end_text h1 {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin: 0px;
  padding: 0px 0px 40px 0px;
}

/*-------------------------------------------------
FORM datepicker
-------------------------------------------------*/
#datepicker {
  width: 20px !important;
  height: 20px !important;
  border: 0px !important;
  background: url(icon_calendar.png) center no-repeat;
  font-size: 0px;
  line-height: 20px !important;
  padding: 0px !important;
  margin: 0px !important;
}

/*-------------------------------------------------
チェックボックス縦並び
-------------------------------------------------*/
.check-layout-display span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
