input[type=number].form__field,
input[type=text].form__field,
input[type=password].form__field,
input[type=email].form__field {
  font-size: 16px;
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 8px;
  border-radius: 4px;
}

.privacy_text_box {
    width: 100%
}

.privacy_text_box .privacy_text_inner {
    height: 180px;
    margin: 30px auto;
    padding: 30px;
    overflow-y: scroll;
    border: 1px solid #ccc
}

.list_service > * .desc .text {
  width: 100%;
}

.search_seminar__tab {
    grid-template-columns: 1fr 1fr 1fr;
}

.common_table {
  width: 100%;
  margin: 0 auto 20px auto;
}
.common_table thead th {
  background-color: #f6f6f7;
  padding: 15px;
  border: solid 1px #ccc;
  line-height: 1.5;
  font-weight: bold;
  vertical-align: middle;
}
.common_table tbody th {
  background-color: #f6f6f7;
  padding: 15px;
  border: solid 1px #ccc;
  line-height: 1.5;
}
.common_table tbody td {
  padding: 15px;
  border: solid 1px #ccc;
  line-height: 1.5;
}
.common_table tbody td.center {
  text-align: center;
}
.common_table tfoot th {
  background-color: #f6f6f7;
  padding: 15px;
  border: solid 1px #ccc;
  line-height: 1.5;
  font-weight: bold;
  text-align: right;
}
.common_table tfoot td {
  text-align: center;
  padding: 15px;
  border: solid 1px #ccc;
  line-height: 1.5;
  font-weight: bold;
}
.common_table tfoot td span {
  color: #f00;
}

.common_table input[type=number],
.common_table input[type=text],
.common_table input[type=password],
.common_table input[type=email] {
  font-size: 16px;
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 8px;
  border-radius: 4px;
}

.common_table select {
  width: 200px;
  height: 30px;
  padding: 5px 0;
  margin: 0 0 10px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  appearance: auto;
}

.common_table textarea {
  width: 100%;
}


.mw_wp_form button[type=submit],
.mw_wp_form input[type=submit] {
  border: 2px solid #1D479D;
  color: #FFF;
  background-color: #1D479D;
  transition: opacity 0.25s ease-out;
  width: 33.33%;
  min-width: 200px;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  text-decoration: none;
  height: 48px;
  border-radius: 24px;
  cursor:pointer;
}
.mw_wp_form .btn-control {
  text-align: center;
  position: relative;
    padding-bottom: 1em;
}
.mw_wp_form .text-center {
  text-align: center;
}

.mw_wp_form_confirm .agree_privacy{
  display: none;
}
.mw_wp_form_complete .agree_privacy{
  display: none;
}
.mw_wp_form .btn-control p {
  display: inline-block;
}

.aligncenter,
.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright,
.alignright {
  float: right;
  margin-left: 10px;
}
.alignleft,
.alignleft {
  float: left;
  margin-right: 10px;
}


.wisywig h2 {
  background-color: #1d479d;
  color: #ffffff;
  font-weight: bold;
}
.wisywig h3 {
  color: #000000;
  background-color: transparent;
  border-left: solid 5px #1d479d;
}

.btn.btn__blue a{
  color: #FFF;
  text-decoration:none;
}
.btn.btn__blue--skelton a{
  color: #9D1D1D;
  text-decoration:none;
}
.btn.btn__red a{
  color: #FFF;
  text-decoration:none;
}
.btn.btn__red--skelton a{
  color: #9D1D1D;
  text-decoration:none;
}
.btn.btn__orange a{
  color: #FFF;
  text-decoration:none;
}
.btn.btn__orange--skelton a{
  color: #9D1D1D;
  text-decoration:none;
}

@media screen and (max-width: 640px){
  .list_category_index__description {
      grid-template-columns: 1fr 1px;
  }
  .list_category_index__description .txt {
    grid-area: 2/1/3/2;
  }
}

.list_product__headding__title .detail {
    grid-template-columns: 7em 1fr;
}

.list_service > * .service_item > a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.wisywig > * {
    margin-top: 23px;
}

.search_seminar__tab > * a {
    font-size: 13px;
}

.wisywig ul > *, .wisywig ol > * {
    margin-left: 1.8em;
}

