/*--- テーブル ---*/
table.c-table,
.o-entry-content table {
  width: 100%;
  margin-bottom: 0.5rem;
}
table.c-table th,
table.c-table td,
.o-entry-content table th,
.o-entry-content table td {
  padding: 1rem 0.75rem;
  border-width: 1px 0;
  border-style: solid;
  border-color: #a5a5a5;
  background-color: #ffffff;
  vertical-align: middle;
}
@media only screen and (max-width: 39.9375rem){
  table.c-table th,
  table.c-table td,
  .o-entry-content table th,
  .o-entry-content table td {
    border-width: 1px 0 0 0;
  }
  .o-entry-content table tr:last-child td{
    border-width: 1px 0;
  }
}

table.c-table th,
.o-entry-content table th {
  font-weight: bold;
  text-align: left;
}

/* .o-entry-content table.c-table--th-15per th { width: 15% !important; }
.o-entry-content table.c-table--th-20per th { width: 20% !important; }
.o-entry-content table.c-table--th-25per th { width: 25% !important; }
.o-entry-content table.c-table--th-33per th { width: 33.33333% !important; }
.o-entry-content table.c-table--th-50per th { width: 50% !important; }
.o-entry-content table.c-table--th-66per th { width: 66.66666% !important; }
.o-entry-content table.c-table--th-75per th { width: 75% !important; }
.o-entry-content table.c-table--th-100px th { width: 100px !important; }
.o-entry-content table.c-table--th-150px th { width: 150px !important; }
.o-entry-content table.c-table--th-200px th { width: 200px !important; }
.o-entry-content table.c-table--th-250px th { width: 250px !important; } */
.o-entry-content table.c-table--th-300px th { width: 300px; }

/* .o-entry-content table.c-table--th-15per td,
.o-entry-content table.c-table--th-20per td,
.o-entry-content table.c-table--th-25per td,
.o-entry-content table.c-table--th-33per td,
.o-entry-content table.c-table--th-50per td,
.o-entry-content table.c-table--th-66per td,
.o-entry-content table.c-table--th-75per td,
.o-entry-content table.c-table--th-100px td,
.o-entry-content table.c-table--th-150px td,
.o-entry-content table.c-table--th-200px td,
.o-entry-content table.c-table--th-250px td,*/
.o-entry-content table.c-table--th-300px td { width: auto; }

@media only screen and (max-width: 39.9375rem){
  .o-entry-content table.c-table--th-300px th,
  .o-entry-content table.c-table--th-300px td{
    width: 100%;
    display: block;
    margin-top: -1px;
  }
}
.o-entry-content table.c-table--th-300px td input{
  width: 100%;
}
table.c-table2 th {
  padding: 1rem 0.75rem;
  border-width: 1px 0;
  border-style: solid;
  border-color: #a5a5a5;
  background-color: #F2F2F2;
  vertical-align: middle;
}

/*--- お問い合わせ ---*/
th.c-form-require:after {
  content: '必須';
  padding: 0.25rem 0.5rem;
  text-align: center;
  background-color: #e73956;
  color: #ffffff;
  font-size: 0.75rem;
  float: right;
}
.mw_wp_form_confirm th.c-form-require:after {
  display: none;
}
.c-btn {
  margin: 2px;
  padding: 0.5rem 1.25rem;
  background-color: var(--color-black);
  border: 1px solid var(--color-black);
  border-radius: 0;
  color: var(--color-white);
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  line-height: inherit;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 300ms 0s ease;
  overflow: hidden;
}
@media (min-width: 40em) {
  .c-btn {
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
  }
}
.c-btn--block {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  display: block;
}
.c-btn--primary{
  display: inline-block;
  width: 100%;
  height: 3.75rem;
  background-color: #1a1840;
  color: #ffffff;
  cursor: pointer;
}
.contact-form-memo {
  font-size: 0.9rem;
  line-height: 1.5;
  border: 4px solid #F2F2F2;
  padding: 1rem;
  margin: 2rem 0;
}
a.c-link {
  text-decoration: underline;
  color: #226baf;
}
/*--- ぶら下げ ---*/
.u-text--hanging {
  padding-left: 1em;
  text-indent: -1em;
}
/*-------------------------------
  MW WP Form
-------------------------------*/
.mwform-tel-field input {
  width: 5.5em !important;
}

.mw_wp_form .horizontal-item {
  margin-right: 0.75rem;
  margin-left: 0 !important;
  display: inline-block;
}

/* 入力画面でのみ非表示 */
.mw_wp_form_input .hidden_on_input {
  display: none;
}
/* 入力画面でのみ表示 */
.mw_wp_form_input .show_on_input {
  display: block;
}
/* 確認画面でのみ非表示 */
.mw_wp_form_confirm .hidden_on_confirm {
  display: none;
}
/* 確認画面でのみ表示 */
.mw_wp_form_confirm .show_on_confirm {
  display: block;
}
/* 完了画面でのみ非表示 */
.mw_wp_form_complete .hidden_on_complete {
  display: none;
}
/* 完了画面でのみ表示 */
.mw_wp_form_complete .show_on_complete {
  display: block;
}
@media only screen and (max-width: 39.9375rem) {
  .mw_wp_form .horizontal-item {
    display: block;
    margin-left: 0 !important;
  }
}
