@charset "UTF-8";
/* ======================================================================
 main
====================================================================== */
main {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 50px;
  }
}

article {
  padding-bottom: 78px;
}
@media screen and (max-width: 768px) {
  article {
    padding-bottom: 34px;
  }
}
article.seminor {
  padding-bottom: 16px;
}
article.seminor_detail {
  padding-bottom: 28px;
}
@media screen and (max-width: 768px) {
  article.seminor_detail {
    padding-bottom: 10px;
  }
}
article.complete {
  height: 417px;
}
@media screen and (max-width: 768px) {
  article.complete {
    height: 320px;
  }
}
article.old {
  padding-bottom: 47px;
}
@media screen and (max-width: 768px) {
  article.old {
    padding-bottom: 20px;
  }
}

/* ----------------------------------------------------------------------
 seminor
---------------------------------------------------------------------- */
.table_seminor tbody tr th {
  text-align: center;
  padding: 10px 0 9px;
}
@media screen and (max-width: 768px) {
  .table_seminor tbody tr th {
    text-align: left;
    padding: 8px 10px;
  }
}
.table_seminor tbody tr th:first-of-type {
  width: 118px;
}
@media screen and (max-width: 1080px) {
  .table_seminor tbody tr th:first-of-type {
    width: auto;
    min-width: 54px;
  }
}
.table_seminor tbody tr th:last-of-type {
  width: 84px;
}
.table_seminor tbody tr td {
  text-align: center;
  padding: 8px 8px 7px 11px;
}
@media screen and (max-width: 768px) {
  .table_seminor tbody tr td {
    text-align: left;
  }
}
.table_seminor tbody tr td .btn {
  display: inline-block;
  width: 64px;
  padding: 4px 0 2px;
  border-radius: 3px;
  background: #f7804c;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .table_seminor tbody tr td .btn {
    width: 200px;
    border-radius: 4px;
    font-size: 17px;
    padding: 5px 0;
  }
}
.table_seminor tbody tr td .btn.closed {
  background: #d6d3d1;
  pointer-events: none;
}
.table_seminor tbody tr:first-of-type th {
  font-size: 16px;
  background: #4d67a0;
  color: #FFF;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .table_seminor tbody tr:first-of-type th {
    font-size: 13px;
    padding: 10px;
  }
}
.table_seminor tbody tr:first-of-type th > h4 {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .table_seminor tbody tr:nth-of-type(n + 3) {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .table_seminor tbody tr:nth-of-type(n + 3) th, .table_seminor tbody tr:nth-of-type(n + 3) td {
    position: relative;
  }
  .table_seminor tbody tr:nth-of-type(n + 3) th::before, .table_seminor tbody tr:nth-of-type(n + 3) td::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #9ba7c6 2px, transparent 2px);
    background-repeat: repeat-x;
    background-size: 4px 1px;
    top: 0;
    left: 0;
  }
}
.table_seminor tbody tr:nth-of-type(n + 3) + tr {
  border: none;
}
.table_seminor tbody tr:nth-of-type(n + 3) + tr th, .table_seminor tbody tr:nth-of-type(n + 3) + tr td {
  position: relative;
}
.table_seminor tbody tr:nth-of-type(n + 3) + tr th::before, .table_seminor tbody tr:nth-of-type(n + 3) + tr td::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #9ba7c6 2px, transparent 3px);
  background-repeat: repeat-x;
  background-size: 5px 1px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .table_seminor tbody tr:nth-of-type(5) + tr {
    border-top: 1px solid #99a8c6;
  }
}
@media screen and (max-width: 768px) {
  .table_seminor tbody tr:nth-of-type(5) + tr th::before, .table_seminor tbody tr:nth-of-type(5) + tr td::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .table_seminor tbody tr:nth-of-type(4n + 5) td {
    text-align: center;
    padding: 12px 0 13px;
  }
}
.table_seminor.closed tbody tr:first-of-type th > h4::before {
  content: '申込み受付終了';
  display: inline-block;
  background: #da0235;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 6px 2px 7px;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}
@media screen and (max-width: 768px) {
  .table_seminor.closed tbody tr:first-of-type th > h4::before {
    font-size: 10px;
    padding: 2px 4px 1px 5px;
    margin-right: 0;
    transform: scale(0.8);
  }
}

/* ----------------------------------------------------------------------
 seminor_old
---------------------------------------------------------------------- */
.h4_seminor_old {
  border-bottom: none;
  font-size: 16px;
  color: #25417b;
  background: #d0d9ed;
  padding: 13px 19px 12px;
  margin: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .h4_seminor_old {
    margin: 25px 0 15px;
    font-size: 15px;
    padding: 11px 10px 10px;
  }
}

.h401 {
  margin: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .h401 {
    margin: 20px 0 15px;
  }
}

.table_seminor_old {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .table_seminor_old {
    overflow-x: auto;
  }
}
.table_seminor_old tbody {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table_seminor_old tbody {
    table-layout: auto;
  }
}
.table_seminor_old tbody tr th {
  background: #4d67a0;
  color: #FFF;
  vertical-align: middle;
  padding: 9px 9px 10px;
  min-width: auto;
}
.table_seminor_old tbody tr td {
  padding: 9px 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .table_seminor_old tbody tr td {
    vertical-align: top;
  }
}
.table_seminor_old tbody tr td:nth-last-of-type(-n + 2) {
  width: 130px;
  padding: 9px 8px;
}
@media screen and (max-width: 1130px) {
  .table_seminor_old tbody tr td:nth-last-of-type(-n + 2) {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .table_seminor_old tbody tr td:first-of-type {
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .table_seminor_old tbody tr td:nth-of-type(2) {
    vertical-align: middle;
  }
}

.table_test {
  margin: 30px 0;
  border: 1px solid #25417b;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.table_test th, .table_test td {
  padding: 20px;
  border: 1px solid #25417b;
}
.table_test tbody {
  width: 100%;
}

.table_seminor_old_02 {
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .table_seminor_old_02 tr th {
    min-width: auto;
    background: #4d67a0;
    color: #FFF;
    border-left: 1px solid #99a8c6;
    text-align: left;
    vertical-align: top;
  }
}
@media screen and (max-width: 768px) {
  .table_seminor_old_02 tr th[rowspan] {
    width: 50px;
    min-width: auto;
    vertical-align: top;
  }
}
@media screen and (max-width: 768px) {
  .table_seminor_old_02 tr td {
    padding: 10px 7px;
  }
}
@media screen and (max-width: 768px) {
  .table_seminor_old_02 tr td:first-of-type {
    vertical-align: middle;
  }
}

@media screen and (max-width: 768px) {
  .table01 {
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------------------------------
 seminor_detail
---------------------------------------------------------------------- */
.h4_seminor_detail {
  border-bottom: none;
  padding: 0;
  margin: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .h4_seminor_detail {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.p_seminor_detail_01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p_seminor_detail_01 {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p_seminor_detail_02 {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .0em;
    margin-bottom: 20px;
  }
}

.p_seminor_detail_red {
  color: #ff1919;
  letter-spacing: 0;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p_seminor_detail_red {
    font-size: 12px;
    line-height: 1.5;
  }
}

.table_seminor_detail_01 {
  margin: 20px 0 50px;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .table_seminor_detail_01 {
    margin: 10px 0 35px;
    table-layout: fixed;
  }
}
.table_seminor_detail_01 tbody tr th {
  background: #4d67a0;
  color: #FFF;
  width: 135px;
  text-align: left;
  padding: 14px 17px;
}
@media screen and (max-width: 768px) {
  .table_seminor_detail_01 tbody tr th {
    width: 67px;
    min-width: auto;
    padding: 11px 10px;
    border: none;
  }
}
.table_seminor_detail_01 tbody tr td {
  text-align: left;
  padding: 14px 18px 14px 20px;
}
@media screen and (max-width: 768px) {
  .table_seminor_detail_01 tbody tr td {
    padding: 11px 10px;
  }
}

.table_seminor_detail_02 {
  margin: 20px 0;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .table_seminor_detail_02 {
    margin: 15px 0;
  }
}
.table_seminor_detail_02 tbody tr th {
  background: #4d67a0;
  color: #FFF;
  text-align: left;
  padding: 14px 17px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .table_seminor_detail_02 tbody tr th {
    text-align: left;
    vertical-align: top;
    padding: 8px 11px;
    min-width: auto;
    width: 65px;
  }
}
.table_seminor_detail_02 tbody tr th.wide {
  width: 320px;
}
.table_seminor_detail_02 tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 14px 18px 14px 20px;
}
@media screen and (max-width: 768px) {
  .table_seminor_detail_02 tbody tr td {
    text-align: left;
    vertical-align: top;
    padding: 8px 11px;
  }
}
.table_seminor_detail_02 tbody tr td.wide {
  text-align: left;
}
.table_seminor_detail_02 tbody tr td.red {
  color: #ff1919;
  font-weight: bold;
}

.btn_seminor_detail {
  text-align: center;
  margin-bottom: 30px;
}
.btn_seminor_detail > a {
  display: inline-block;
  background: #464443;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 21px 0;
  width: 300px;
  text-decoration: none;
  position: relative;
}

.seminer_form > a {
  display: inline-block;
  background: #464443;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 21px 0;
  width: 300px;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 768px) {
  .btn_seminor_detail > a {
    font-size: 12px;
    width: 270px;
    padding: 19px 0;
  }
}
.btn_seminor_detail > a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .btn_seminor_detail > a::after {
    width: 8px;
    height: 8px;
    right: 40px;
  }
}

/* ----------------------------------------------------------------------
 seminor_apply
---------------------------------------------------------------------- */
.hr_seminor_apply {
  margin: 20px 0;
  border-color: #e4e1e1;
}
@media screen and (max-width: 768px) {
  .hr_seminor_apply {
    margin: 17px 0;
  }
}

.p_seminor_apply {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p_seminor_apply {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 14px;
    margin-top: 0;
  }
}
.p_seminor_apply.error {
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .p_seminor_apply.error {
    margin-bottom: 14px;
  }
}
.p_seminor_apply.comfirm {
  margin: 28px 0;
}
@media screen and (max-width: 768px) {
  .p_seminor_apply.comfirm {
    margin: 20px 0;
  }
}

.p_result_seminor_apply {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_result_seminor_apply {
    margin-bottom: 22px;
  }
}

.p_error_seminor_apply {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.8;
  color: #fc364e;
  border: 1px solid #fc364e;
  padding: 18px 23px;
  margin-bottom: 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p_error_seminor_apply {
    font-size: 13px;
    line-height: 1.5;
    padding: 11px 12px 11px 15px;
  }
}

.p_asterisk_seminor_apply {
  font-size: 12px;
  line-height: 2;
  font-weight: normal;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p_asterisk_seminor_apply {
    font-size: 11px;
    line-height: 1.6;
  }
}

.ttl_group_seminor_apply {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ttl_group_seminor_apply {
    margin-bottom: 8px;
    display: inline-block;
    position: relative;
  }
}

.h3_seminor_apply {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .h3_seminor_apply {
    font-size: 15px;
  }
}
.h3_seminor_apply.required::after {
  content: '必須';
  display: inline-block;
  background: #fc364e;
  color: #FFF;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: normal;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .h3_seminor_apply.required::after {
    font-size: 11px;
    margin-left: 0;
    position: relative;
    bottom: 2px;
  }
}

.span_asterisk {
  font-size: 12px;
  font-weight: normal;
  margin-left: 14px;
}
@media screen and (max-width: 768px) {
  .span_asterisk {
    display: inline-block;
    margin-left: 0;
    margin-top: 8px;
    margin-bottom: 4px;
  }
}

.span_error_seminor_apply {
  font-weight: bold;
  font-size: 14px;
  color: #fc364e;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .span_error_seminor_apply {
    position: absolute;
    top: calc(50% - 2px);
    right: -122px;
    margin-left: 0;
    transform: translateY(-50%);
  }
}

.select_seminor_apply {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .select_seminor_apply {
    margin-bottom: 12px;
    width: 100%;
  }
}
/* .select_seminor_apply::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 6px solid #000;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
} */
.select_seminor_apply > select {
  width: 260px;
  border: 1px solid #e4e1e1;
  border-radius: 5px;
  padding: 11px 14px;
  font-size: 14px;
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}
@media screen and (max-width: 768px) {
  .select_seminor_apply > select {
    width: 100%;
    padding: 15px 12px;
  }
}
.select_seminor_apply > select::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}
.select_seminor_apply.error > select {
  border-color: #fc364e;
  background: #fdedef;
}

.select_table {
  margin-bottom: 14px;
}
.select_table tr td {
  font-size: 14px;
  padding: 5px 0;
}
.select_table tr td:first-of-type {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .select_table tr td:first-of-type {
    padding-right: 14px;
  }
}
@media screen and (max-width: 768px) {
  .select_table tr td:last-of-type {
    width: 245px;
  }
}
.select_table tr td > .select_seminor_apply {
  margin-bottom: 0;
}

.radio_seminor_apply {
  font-size: 14px;
}
.radio_seminor_apply + .radio_seminor_apply {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .radio_seminor_apply + .radio_seminor_apply {
    margin-left: 15px;
  }
}
.radio_seminor_apply > input {
  position: relative;
  top: -3px;
}

.text_seminor_apply {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 450px;
  border: 1px solid #e4e1e1;
  border-radius: 5px;
  padding: 11px 14px;
  font-size: 14px;
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}
.text_seminor_apply::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}
@media screen and (max-width: 768px) {
  .text_seminor_apply {
    width: 100%;
    padding: 15px 12px;
  }
}
.text_seminor_apply::placeholder {
  color: #bdbdbd;
}
.text_seminor_apply.error {
  border-color: #fc364e;
  background: #fdedef;
}

.btn_wrapper_seminor_apply {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .btn_wrapper_seminor_apply {
    margin-top: 20px;
  }
}

.button_seminor_apply_01 {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .button_seminor_apply_01 {
    margin-top: 25px;
  }
}
.button_seminor_apply_01 > button {
  width: 300px;
  background: #25417b;
  color: #FFF;
  padding: 20px 0;
  font-size: 14px;
  font-weight: bold;
  border: none;
  position: relative;
  transition: all .3s;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .button_seminor_apply_01 > button {
    width: 100%;
    font-size: 15px;
    padding: 19px 0 20px;
  }
}
.button_seminor_apply_01 > button::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .button_seminor_apply_01 > button::after {
    right: 37px;
  }
}
.button_seminor_apply_01 > button:hover {
  opacity: .7;
}

.button_seminor_apply_02 {
  text-align: center;
}
.button_seminor_apply_02 > button {
  width: 300px;
  background: #25417b;
  color: #FFF;
  padding: 18px 0 17px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  position: relative;
  transition: all .3s;
  text-align: center;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .button_seminor_apply_02 > button {
    width: 180px;
    font-size: 15px;
    padding: 19px 0 20px;
    margin-left: 15px;
  }
}
.button_seminor_apply_02 > button::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .button_seminor_apply_02 > button::after {
    right: 20px;
  }
}
.button_seminor_apply_02 > button:hover {
  opacity: .7;
}

.button_seminor_apply_03 {
  text-align: center;
}
.button_seminor_apply_03 > button {
  width: 200px;
  background: #b4b5b5;
  color: #FFF;
  padding: 18px 0 17px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  position: relative;
  transition: all .3s;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .button_seminor_apply_03 > button {
    width: 140px;
    font-size: 15px;
    padding: 19px 0 20px;
  }
}
.button_seminor_apply_03 > button::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .button_seminor_apply_03 > button::after {
    left: 17px;
  }
}
.button_seminor_apply_03 > button:hover {
  opacity: .7;
}

.button_seminor_apply_04 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .button_seminor_apply_04 {
    margin-top: 30px;
  }
}
.button_seminor_apply_04 > button {
  width: 300px;
  background: #FFF;
  color: #25417b;
  padding: 17px 0 16px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  position: relative;
  transition: all .3s;
  text-align: center;
  border: 1px solid #25417b;
}
@media screen and (max-width: 768px) {
  .button_seminor_apply_04 > button {
    width: 180px;
    font-size: 15px;
    padding: 18px 0 19px;
  }
}
.button_seminor_apply_04 > button::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #25417b;
  border-right: 2px solid #25417b;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .button_seminor_apply_04 > button::after {
    right: 17px;
  }
}
.button_seminor_apply_04 > button:hover {
  opacity: .7;
}

.input01 {
  margin-bottom: 10px;
}

.input02 {
  margin-bottom: 5px;
}

.input03 {
  margin-bottom: 10px;
}

.input04 {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .input05 {
    margin-bottom: 8px;
  }
}

.p01 {
  margin-bottom: 25px;
}

.p02{
  margin-bottom: 30px;
}

.opt_in_mail {
  margin-bottom: 20px;
}

.mail_lead {
  margin-bottom: 10px;
}

.result01, .result02, .result03 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .result01, .result02, .result03 {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .result04, .result05, .result06, .result07 {
    margin-bottom: -3px;
  }
}

form .radio_wrapper {
  display: flex;
  align-items: center;
}
form .radio_wrapper label {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0!important;
}
.mw_wp_form .vertical-item + .vertical-item label {
  margin-left: 30px;
}
.btn_wrapper_seminor_apply input{
  width: 300px;
  background: #25417b;
  color: #FFF;
  padding: 20px 0;
  font-size: 14px;
  font-weight: bold;
  border: none;
  position: relative;
  transition: all .3s;
  text-align: center;
}
.mw_wp_form_confirm .btn_wrapper_seminor_apply input{
  margin-left: 20px;
}
.btn_wrapper_seminor_apply input::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.error input {
  border-color: #fc364e;
  background: #fdedef;
}
.select_table.error select {
  border-color: #fc364e;
  background: #fdedef;
}
.mw_wp_form_error .error span {
  display: inline;
  font-weight: bold;
  font-size: 14px;
  color: #fc364e;
  margin-left: 16px;
}
.mw_wp_form_error .error br {
  display: none;
}
.mw_wp_form_error .error .span_asterisk {
  display: none;
}
.select_seminor_apply .error {
  display: none!important;
}
.mw_wp_form_error p input + .error {
  display: none!important;
}
.form_mail_container .error {
  display: none!important;
}
.mw_wp_form_confirm .form_mail_container {
  margin-bottom: 30px;
}

.mw_wp_form_confirm .h3_seminor_apply.required::after {
  display: none;
}
.mw_wp_form_confirm .span_asterisk {
  display: none;
}
.mw_wp_form_confirm .p_asterisk_seminor_apply {
  display: none;
}
.mw_wp_form_confirm .select_seminor_apply br {
  display: none;
}
.mw_wp_form_confirm .ttl_group_seminor_apply + p {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 30px;
}
.mw_wp_form_confirm .backButton {
  width: 200px;
  background: #b4b5b5;
  color: #FFF;
  padding: 18px 0 17px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  position: relative;
  transition: all .3s;
  text-align: center;
}
.ttl_group_seminor_apply p br {
  display: none;
}

@media screen and (max-width: 768px) {
  .btn_wrapper_seminor_apply input {
      width: 100%;
      font-size: 15px;
      padding: 19px 0 20px;
  }
  .mw_wp_form_error .error {
    width: auto;
  }
  .mw_wp_form_error .ttl_group_seminor_apply {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
}

.seminar_price{
  margin-bottom: 20px;
}

.invoice_message{
  margin-bottom: 30px;
}

.input-no-show {
  display: none;
}