/* ---------------------------
 * 共通
--------------------------- */
body {
  /* background-color: unset; */
  background-color: #F7F7F7;
}
.p-subpageMv__title,
.c-title24, .c-title24--brown, .c-title32,
.c-tableC_item .main_title,
.c-tableC_item .content .sub_title,
.c-progress ul li,
.sponsorship_application_container__form dt,
.c-transparentBtn__txt,
.p-seminar_entry dt,
.p-contact dt,
.c-whiteBtn.-contact a, .c-whiteBtn.-contact button, .c-whiteBtn.-contact input{
  color: #2D70CB;
}
.p-subpageMv__title {
  text-shadow: 0px 0px 12px #fff
}
.c-orangeBtn a,
.c-orangeBtn button,
.c-orangeBtn input[type=submit],
.c-formRadio__label .radio::after,
.c-progress ul li.active {
  background-color: #2D70CB;
}
.c-progress ul li.active::after {
  border-left:  24px solid #2D70CB;
}
.c-transparentBtn a, .c-transparentBtn button, .c-transparentBtn input[type=submit],
.c-whiteBtn a, .c-whiteBtn button, .c-whiteBtn input[type=submit],
.c-orangeBtn button {
  border-color:  #2D70CB;
}

.p-subpageMv {
  background: url(../img/low_mv_img.jpg) center center / cover;
}

.mx900 {
  max-width: 900px;
  width: 90%;
  margin: auto;
}

.btn_wrap {
  margin-top: 50px;
}

.blue_btn {
  display: block;
  width: 280px;
  margin: auto;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  border-radius: 5px;
}

.form_item {
  display: flex;
  align-items: stretch;
}
.form_item .head_box {
  background-color: #D6D6D6;
  width: 300px;
}
.form_item .element_box {
  background-color: #F7F7F7;
  width: calc(100% - 300px);
}
.form_container {
  padding-top: 10rem;
}
.p-contact__form.form_container {
  margin: 0;
  padding: 0;
}
.form_container dt {
  color: #2D70CB;
}

.flex_box {
  margin-top: 20px;
}

.clone_wrapper {
  border-bottom: 1px solid;
    padding: 20px;
}

.payment-branch_bank ul li {
  margin: 0;
}
.payment-branch_bank ul li.head_text {
  font-size: 15px;
  margin: 25px;
}
.form_container h3 {
  margin-bottom: 1.2rem;
}

.alert-danger {
  background-color: red;
  color: white;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment_method_bank {
      display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.payment_method_bank dl {
  width: 48%;
}


@media (max-width:480px) {
  .application_type_input.sub_input_box .c-formInput{
    width: 100%;
  }
  .clone_wrapper {
    padding: 7px;
  }
  #breakdown .clone_box,
  #totalAmount {
    text-align: right;
  }
  .payment-branch_bank ul li.head_text {
    margin: 20px 0;
  }
  .payment_method_bank dl {
    width: 100%;
  }
}