.c-contact {
  overflow: visible !important;
  padding-block-start: 150px;
  color: #474747;
}
#indexVisual .c-tel {
  margin-block-start: 65px;
}
#indexVisual .c-form__head {
  margin-block-start: 65px;
}

.c-form input[type="checkbox"] {
  margin-top: 5px;
}

.c-form--large {
  inline-size: min(1140px, 100%);
}

@media screen and (max-width: 767px) {
  .c-form {
    padding: 0 16px;
  }
}
@media screen and (max-width: 719px) {
  table {
    width: 100% !important;
  }
}

.c-form.box {
  padding: 0;
}
.c-form .seminarform th {
  width: auto;
  text-align: center;
  vertical-align: middle;
  min-width: 205px;
  background-color: #ebf4ff;
}
.c-from__agree {
  padding-block: 35px 110px;
}
.c-from__agree a {
  color: #1887e8;
}

.c-from__agree .submit {
  width: 100% !important;
  height: auto !important;
  display: inline-block;
  padding: 1rem 0.5rem;
  max-width: 230px;
  margin: 0 auto;
  border: none;
  background-color: #1887e8;
  color: #fff;
  border-radius: 100vw;
  text-align: center;
  margin-block-start: 35px;
  cursor: pointer;
  transition: 0.3s ease;
}

.c-from__agree .submit:hover {
  background-color: #fff;
  color: #1887e8;
  outline: solid 3px #1887e8;
}

.c-form sup {
  color: red;
}

.c-form__head--user {
  margin-block-start: 65px;
}

.c-form .seminarform {
  width: 95%;
}
.c-form .seminarform tr {
  border: solid 1px #96b9ff;
}
.c-form .seminarform th {
  border: solid 1px #96b9ff;
  height: inherit;
}
.c-form .seminarform td {
  border: none;
  height: inherit;
  padding: 25px 20px 25px 48px;
}

.c-form .check_box {
  background-color: #ebf4ff;
  border: none;
}
.c-form .check_box__item {
  width: calc(100% / 3 - 20px);
}
@media screen and (max-width: 719px) {
  .c-form .check_box__item {
    width: 100%;
  }
}

.c-form table.userform {
  margin-block-start: 35px;
  border: none;
  padding: 10px 30px;
  background-color: #ebf4ff;
  width: 100%;
}

.c-form table.userform tbody {
  padding: 10px 30px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-form table.userform tbody {
    padding: 20px;
  }
}
.c-form .userform td {
  border: none;
}
.c-form .userform th {
  width: 100%;
  border: none;
  background-color: transparent;
}

.c-field {
  display: flex;
}

.c-tablelike--seminar {
  margin: 0 auto;
  width: 95%;
}
.center {
  text-align: center;
}

.c-tablelike--seminar .c-row {
  display: flex;
  /* grid-template-columns: 120px 1fr; */
  border-top: 1px solid #b8d3ea;
}
.c-tablelike--seminar .c-row:first-child {
  border-top: none;
}

.c-tablelike--seminar .c-th {
  background: #dfeefb;
  padding: 12px 10px;
  font-weight: 600;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #b8d3ea;
}
.c-tablelike--seminar .c-td {
  padding: 12px 14px;
}

.c-form .userform input[type="text"],
.c-form .userform input[type="email"],
.c-form .userform textarea,
.c-form .userform select {
  width: 100% !important;
  box-sizing: border-box;
}
.classroom input {
  width: 100% !important;
}

.userform {
}
.user {
  width: 100%;
}
.userform tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.userform td {
  flex-grow: 1;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .userform td {
    width: 100% !important;
  }
}

.c-form .user input[type="text"],
.c-form .user input[type="email"],
.c-form .user textarea,
.c-form .user select {
  width: 100% !important;
  box-sizing: border-box;
}

.address {
  margin: 0;
}
.address td {
  display: flex;
  gap: 14px;
}

@media screen and (max-width: 767px) {
  .address td {
    flex-direction: column;
  }
}
.address .number {
  width: 200px !important;
}
.address input[type="button"] {
  color: #fff;
  margin-top: 0;
  border: none;
  width: 170px !important;
  flex-shrink: 0;
  background-color: #898d91;
}

.sample th {
  display: flex;
}

@media screen and (max-width: 767px) {
  .sample th {
    flex-direction: column;
  }
}

.address__text {
  width: 50%;
  float: left;
}
#contact .address__text {
  width: 100%;
  clear: both;
}

.tel {
  width: 50%;
  float: left;
}

#contact .tel {
  float: none;
  width: 100%;
}
#shiryo .tel {
  float: none;
  width: 50%;
}

.e-mail {
  width: 50%;
  float: left;
}

.confirm-email {
  float: left;
  width: 50%;
}

.question {
  clear: both;
}
#contact input[type="text"],
#contact input[type="number"],
#contact input[type="email"] {
  width: 100%;
}

#shiryo input[type="number"] {
  width: 100%;
}

#shiryo .check_box {
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 719px) {
  #shiryo .check_box {
    flex-direction: column;
  }
}
#shiryo .check_box input[type="text"] {
  width: 242px !important;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .address__text {
    width: 100%;
    float: left;
  }
  .tel {
    width: 100%;
    clear: both;
  }
  .e-mail {
    width: 100%;
    clear: both;
  }

  .confirm-email {
    width: 100%;
  }
}
