@charset "UTF-8";
body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}
.panel-default {
  background-color: #FBFBFB;
}
.panel-default >.panel-heading {
  background-color: #002C6F;
  color: #FFFFFF;
  padding: 17px 15px;
}
.title-left {
  width: 150px;
}
.title-center {
  width: 400px;
  font-size: 24px;
  text-align:center;
  padding-top: 5px;
}
.title-right {
  font-weight: normal;
  font-size: 12px;
  width: 150px;
  line-height: 1.5;
}
h3 {
  color: #000000;
  font-size: 20px;
  text-align: center;
}
.attention {
  color: #FF0000;
  padding: 0;
  padding-left:170px;
  font-size: 13px;
  margin-top: -12px;
  margin-bottom: 13px;
}
.attention01 {
  color: #939393;
  padding: 0;
  padding-left:0;
  font-size: 16px;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 13px;
}
.attention02 {
  color: #939393;
  padding: 5px;
  font-size: 16px;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 13px;
  border: 1px solid #000000;
}
.attention03 {
  color: #FF0000;
  padding: 0;
  padding-left:0;
  font-size: 16px;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 13px;
}
span.black {
  color: #000000;
}
label {
  color: #000000;
  font-size: 18px;
  font-weight: normal;
}
label span.require {
  color: #FFFFFF;
  font-size: 12px;
  top: 132px;
  left: 156px;
  width: 30px;
  height: 18px;
  background: #FF0000;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.order-md-1 div.form_open {
  display: block;
  width: 640px;
  height: 31px;
  background-color: #959EA7;
  margin-left: 60px;
}
div.form_open p {
  padding-left: 20px;
  padding-top: 6px;
  color: #FFF;
  font-size: 14px;
}
div.form_additional {
  display: display;
  margin-bottom: 20px;
}
div.form_additional_box {
  display: none;
  width: 640px;
  margin-left: 60px;
  color: #fff;
  background-color: #959EA7;
  padding-bottom: 0;
}
div.form_additional_box label {
  color: #fff;
}
div.form_additional_box hr {
  width: 95%;
}
div.form_additional_box .title {
  margin-left: 0px;
  padding: 15px 10px 10px;
}
div.form_additional_box .title label {
  margin-left: 25px;
  font-size: 14px;
  font-weight: normal;
}
div.form_additional_box div.form_half {
  padding: 0;
  width: 230px;
}
.form_open p {
  position: relative;
}
.form_open span.circle {
  background-color:#3B4043;
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 2px;
  right: 20px;
}
.form_open span.toggle-btn {
  display: block;
  position: relative;
  top: -11px;
  right: 25px;
}
.form_open span.toggle-btn::before,
.form_open span.toggle-btn::after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  right: 0px;
  top:   0px;
  transform: translateY(-50%);
}
.form_open span.toggle-btn::after {
  background: #fff;
  transform: translateY(-50%) rotate(90deg);
}
.form_open span.toggle-btn.active::after {
  transform: rotate(0);
}
span.title_notice {
  width: 200px;
  font-size: 9px;
  display: block;
  position: absolute;
  top: 38px;
  color: #939393;
}
input[name="user_is_travel"] {
  width: 20px;
  height: 20px;
  margin-top: 20px;
}
