.red {
  color: #E24649; }

.sec_form {
  max-width: 768px;
  margin: 0 auto 80px;
  overflow: hidden; }

@media (min-width: 768px) {
  .sec_form {
    margin-top: 10px; } }
h2.ttl_st {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 12px;
  background-color: #004e98;
  color: #FFFFFF;
  letter-spacing: 1px; }

.form_wrap {
  padding: 0 !important; }

.form_top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  padding: 10px 15px; }
  .form_top ._img {
    max-width: 120px;
    width: 30%; }
    .form_top ._img img {
      width: 100%; }
  .form_top .project {
    width: 65%;
    border: solid 1px #000000;
    border-radius: 15px;
    padding: 15px; }
    .form_top .project p {
      font-size: 14px;
      line-height: 1.6; }

.arrow_box {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding: 12px 15px;
  border: 1px solid #999999;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: .5px;
  border-radius: 10px; }
  .arrow_box p {
    margin-bottom: 0; }

.item_wrap {
  margin-bottom: 12px; }

.item_title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
  background-color: #DFF2FC;
  margin-bottom: 12px; }

.form_wrap .form-label.item_title {
  justify-content: center;
  align-items: center; }

.form_wrap .form-label .requ {
  font-size: 11px;
  font-weight: bold;
  padding: 2px 6px 0;
  margin-left: 14px; }

.form_wrap .form-label .any {
  font-size: 11px;
  font-weight: bold;
  padding: 2px 6px 0;
  margin-left: 14px; }

.cadform_area .form-select {
  height: 48px; }
.cadform_area .form-control:not(textarea) {
  height: 48px; }
.cadform_area .form-control.simple {
  background-color: #FFFFFF; }
.cadform_area .form-select.simple option {
  padding-top: .5rem;
  padding-bottom: .5rem; }
  .cadform_area .form-select.simple option:selcted {
    background-color: rgba(0, 0, 0, 0.1); }
.cadform_area .form-check {
  padding-left: inherit; }
.cadform_area .form-check-inline {
  margin-right: 0; }
.cadform_area .btn-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #ced4da;
  background-color: #FFFFFF;
  height: 48px;
  width: 124px;
  color: inherit; }
.cadform_area .btn-check:checked + .btn-secondary {
  background-color: #B3C8E4;
  color: inherit;
  font-weight: bold; }

select {
  -webkit-appearance: none;
  appearance: none; }

.container::before {
  border-bottom: 4.5px solid #FFFFFF;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 10px;
  width: 0; }

.container::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #FFFFFF;
  content: "";
  position: absolute;
  right: 9px;
  top: 21px;
  width: 0; }

.required_item {
  position: fixed;
  bottom: 20px;
  right: 10px;
  border: solid 2px #E24649;
  border-radius: 4px;
  background-color: #E46467;
  color: #FFFFFF;
  font-size: 14px;
  padding: .6em 1.5em; }

footer {
  margin-bottom: 0; }

.form_wrap .btn-secondary {
  padding: 0.375rem 0.75rem; }

.form-check-wrap {
  display: flex;
  align-items: center;
  gap: 10px; }

.form-check-input {
  margin-top: 0;
  width: 2rem;
  height: 2rem; }

.form_wrap .form-label {
  margin-bottom: 12px; }

p.caption {
  font-size: 14px;
  line-height: 1.3; }

.form_wrap .btn_back {
  width: 150px;
  height: 50px;
  padding: 0;
  font-size: 18px; }

.form_wrap .btn-orange {
  width: 250px;
  height: 50px;
  padding: 0;
  font-size: 18px; }

.form_wrap.confirm_wrap .btn-orange {
  width: 200px; }

.form_wrap.confirm_wrap .btn_back {
  width: 100px; }

.form_wrap .btn_row {
  display: flex;
  justify-content: center;
  align-items: center; }

.arrow_box p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 15px;
  word-break: break-all; }

.arrow_box p strong {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2; }

span.bg_b {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 4px;
  padding: 4px 10px 2px;
  background-color: #004e98;
  color: #FFFFFF;
  border-radius: 4px; }

@media (max-width: 767px) {
  .form_wrap table.tbl_confirm tr td:first-child {
    padding: .4rem 1rem .2rem; }

  .form_wrap table.tbl_confirm tr td:last-child {
    padding: .2rem 1rem .4rem; } }
select.multi {
  width: 100%; }

.ms-offscreen {
  bottom: 0; }

.ms-choice {
  color: #212529;
  height: 48px !important;
  line-height: 48px !important;
  font-size: 16px;
  border: 1px solid #ced4da; }

.ms-drop ul > li {
  padding: 0 12px;
  border-bottom: 1px solid #eee; }

.ms-drop ul > li label {
  padding: 10px 0 10px 24px;
  font-size: 16px; }

.ms-drop input[type="checkbox"] {
  margin-left: 0;
  left: 0; }

.ms-choice > span.placeholder {
  color: #212529;
  cursor: default;
  background-color: transparent;
  opacity: 1; }
