@charset "UTF-8";
/*====================================

  ■メディアクエリ

=====================================*/
/*====================================

  ■変数　　※文字色、背景色など使い回せるもののみ使用

=====================================*/
.fieldgroup.req .mfc-tag {
  margin: 0 0 0 10px;
  padding: 0;
  background: 0 0;
}

.fieldgroup.req .mfc-tag:before {
  font-size: 15px;
  content: "※";
  color: #c30b1e;
}

.only-omega .omega-hidden {
  display: none;
}

.mfc-tag {
  font-size: 15px;
  margin: 0 0 0 10px;
  padding: 0;
  color: #c30b1e;
  background: 0 0;
}

textarea::-webkit-input-placeholder {
  color: #bbb;
}

textarea::-moz-placeholder {
  color: #bbb;
}

textarea:-ms-input-placeholder {
  color: #bbb;
}

textarea::-ms-input-placeholder {
  color: #bbb;
}

textarea::placeholder {
  color: #bbb;
}

textarea:-ms-input-placeholder {
  color: #bbb;
}

textarea::-webkit-input-placeholder {
  color: #bbb;
}

input::-webkit-input-placeholder {
  color: #bbb;
}

input::-moz-placeholder {
  color: #bbb;
}

input:-ms-input-placeholder {
  color: #bbb;
}

input::-ms-input-placeholder {
  color: #bbb;
}

input::placeholder {
  color: #bbb;
}

input:-ms-input-placeholder {
  color: #bbb;
}

input::-webkit-input-placeholder {
  color: #bbb;
}

select {
  color: #bbb;
}

select option {
  color: #000;
}

select option:first-child {
  display: none;
}

select.value_selected {
  color: #000;
}

form section {
  padding: 40px 0;
}

form input[type=checkbox] + label {
  display: inline-block;
}

form #agreement {
  padding: 0 15px;
}

form #agreement ul {
  width: 100%;
  margin: 20px 0;
  padding: 10px 10px 10px 30px;
  background: #ebebeb;
}

form #agreement input[type=submit] {
  max-width: 480px;
  margin: auto auto 20px;
}

form #agreement input[type=button] {
  max-width: 480px;
  margin: auto auto 20px;
}

form #agreement button {
  max-width: 480px;
  margin: auto auto 20px;
}

form #agreement a {
  color: #000;
}

form #agreement a:active {
  color: #000;
}

form #agreement a:focus {
  color: #000;
}

form #agreement a:hover {
  color: #000;
}

form #agreement a:visited {
  color: #000;
}

.mf-formfield-root {
  border-bottom: none;
}

.mf-formfield-root .fieldgroup {
  border-top: 1px solid #d9d9d9;
}

.mf-formfield-root .fieldgroup + dd {
  border-top: 1px solid #d9d9d9;
}

#name dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#name dd input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#name dd input:first-of-type {
  margin-right: 20px;
}

.join_date + dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.join_date + dd > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
}

.join_date + dd > div + div {
  margin-left: 20px;
}

.trial_datetime + dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trial_datetime + dd > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
}

.trial_datetime + dd > div + div {
  margin-left: 20px;
}

.child_birthday + dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.child_birthday + dd > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 33%;
}

.child_birthday + dd > div + div {
  margin-left: 20px;
}

select#child_birth_year {
  height: 57px;
}

select#child_birth_month {
  height: 57px;
}

select#child_birth_date {
  height: 57px;
}

.address + dd .address_pref {
  display: inline-block;
  width: auto;
  margin-bottom: 20px;
}

#about {
  padding: 6rem 2rem;
  background: #d2eefa;
  background-color: #d3eefb;
}

#about > * {
  padding-right: 0;
  padding-left: 0;
}

#about > span {
  font-size: 20px;
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #000;
  background-color: #fff74a;
}

#about > h2 {
  text-align: center;
}

#about .note {
  font-size: 12px;
}

#about .buttons {
  text-align: center;
}

#about .btn {
  margin-top: 4rem;
}

#description_course {
  padding: 0 0 30px;
  background-color: #d3eefb;
}

#description_course ul {
  padding: 0 15px;
}

#description_course .mfc-item {
  width: 100%;
  padding: 20px 30px 40px;
  border: none;
  background-color: #fff;
}

#description_course .mfc-item .mfc-title {
  font-size: 18px;
  text-align: center;
}

#description_course .mfc-item .mfc-title span {
  color: #1ba1e6;
}

#description_course .mfc-item .mfc-title a {
  text-decoration: underline;
}

#description_course .mfc-item .mfc-title a:hover {
  opacity: 0.6;
}

#description_course .mfc-item .mfc-text {
  margin-top: 20px;
}

#contact_form section {
  padding-top: 0;
  padding-top: 2rem;
  background-color: #ecf7fc;
}

#contact_form section h2 {
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
}

#contact_form section .form-note p + p {
  padding-top: 0;
}

#contact_form section .type_entry {
  display: table;
  width: 100%;
}

#contact_form section .type_entry > input[type=radio] {
  display: none !important;
}

#contact_form section .type_entry > input[type=radio] + label {
  font-size: 20px;
  position: relative;
  display: table-cell;
  width: 50%;
  padding: 30px 0;
  text-align: center;
  color: #1ba1e6;
  background-color: #fff;
}

#contact_form section .type_entry > input[type=radio]:checked + label {
  color: #fff;
  background-color: #1ba1e6;
}

#contact_form section .type_entry > input[type=radio]:checked + label:after {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  padding: 1rem;
  content: "";
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  background: #1ba1e6;
}

#contact_form section > div > .mfc-paragraph-001-001-2 {
  padding: 30px 15px 0;
}

#contact_form section dl {
  padding: 30px 15px 20px;
}

#contact_form section dl + dl {
  padding: 0 15px 20px;
}

#contact_form section dl dt {
  padding: 0;
  background-color: #ecf7fc;
}

#contact_form section dl dt span {
  vertical-align: top;
}

#contact_form section dl dt .mfc-tag {
  vertical-align: top;
  background: none;
  padding: 0;
}

#contact_form section dl dt.fieldgroup.req .mfc-tag:before {
  display: inline-block;
  padding: 14px 19px;
  content: "";
  vertical-align: top;
  background: url("/wp/wp-content/themes/aiq/img/ico_required.svg") left center/contain no-repeat;
}

#contact_form section dl dd {
  padding: 20px 0;
}

#contact_form section dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

#contact_form section dl dd ul li {
  position: relative;
  width: 100%;
}

#contact_form section dl dd ul li:not(:last-child) {
  margin-right: 10px;
}

#contact_form section dl input[type=text] {
  font-size: 17px;
  min-height: 57px;
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
}

#contact_form section dl input[type=password] {
  font-size: 17px;
  min-height: 57px;
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
}

#contact_form section dl input[type=email] {
  font-size: 17px;
  min-height: 57px;
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
}

#contact_form section dl input[type=tel] {
  font-size: 17px;
  min-height: 57px;
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
}

#contact_form section dl select {
  font-size: 17px;
  min-height: 57px;
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
  background: url("../img/ico_select.svg") no-repeat right 5px center/12px 21.6px, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#fff));
  background: url("../img/ico_select.svg") no-repeat right 5px center/12px 21.6px, linear-gradient(to bottom, #fff 0, #fff 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contact_form section dl textarea {
  font-size: 17px;
  min-height: 57px;
  min-height: 200px;
  resize: vertical;
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
}

#contact_form section dl .address + dd > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

#contact_form section dl .address + dd > div:last-of-type {
  margin-bottom: 0;
}

#contact_form section dl .address + dd > div span {
  width: 80px;
  margin-right: 15px;
}

#contact_form section dl .address + dd > div span.autoConfirmVal {
  width: auto;
}

#contact_form section dl .fieldgroup.join_course + dd ul {
  display: block;
  width: 100%;
}

#contact_form section dl .fieldgroup.join_course + dd ul li {
  display: inline-block;
  width: auto;
}

#contact_form section dl .fieldgroup.join_course + dd ul li:not(:last-child) {
  margin-right: 10px;
}

#contact_form section dl [class^=temp_hide_time] {
  display: none;
}

#contact_form section dl input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

#contact_form section dl input[type=checkbox] + label {
  line-height: 30px;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px;
  padding: 0 1em 0 28px;
}

#contact_form section dl input[type=checkbox] + label:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 2px #eee inset;
  box-shadow: 0 0 5px 2px #eee inset;
}

#contact_form section dl input[type=checkbox] + label:after {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  width: 10px;
  height: 18px;
  margin: -11px 0 0;
  padding: 0;
  content: "";
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  border-right: 4px solid #333;
  border-bottom: 4px solid #333;
}

#contact_form section dl input[type=checkbox]:checked + label:after {
  opacity: 1;
}

#contact_form section dl input[type=checkbox][disabled] label {
  color: #aaa;
}

#contact_form section dl input[type=checkbox][disabled] label:before {
  cursor: not-allowed;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}

#contact_form section dl input[type=checkbox][disabled] + label {
  color: #aaa;
}

#contact_form section dl input[type=checkbox][disabled] + label:before {
  cursor: not-allowed;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}

#contact_form section dl input[type=radio] {
  position: absolute;
  opacity: 0;
}

#contact_form section dl input[type=radio] + label {
  font-size: 16px;
  position: relative;
  display: block;
  width: 100%;
  padding: 11px 11px 11px 19px;
  text-align: center;
  vertical-align: middle;
  color: #000;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  background-color: #fff;
}

#contact_form section dl input[type=radio] + label:before {
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  width: 22px;
  height: 22px;
  margin: -10px 0 0;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ddd;
  border-radius: 11px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 2px #eee inset;
  box-shadow: 0 0 5px 2px #eee inset;
}

#contact_form section dl input[type=radio] + label:after {
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  width: 14px;
  height: 14px;
  margin: -6px 0 0 4px;
  padding: 0;
  content: "";
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  border-radius: 7px;
  background-color: #0a3e86;
}

#contact_form section dl input[type=radio]:checked + label {
  color: #0a3e86;
  border: 1px solid #0a3e86;
}

#contact_form section dl input[type=radio]:checked + label:after {
  opacity: 1;
}

#contact_form section dl input[type=radio][disabled] label {
  color: #aaa;
}

#contact_form section dl input[type=radio][disabled] label:before {
  cursor: not-allowed;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}

#contact_form section dl input[type=radio][disabled] + label {
  color: #aaa;
}

#contact_form section dl input[type=radio][disabled] + label:before {
  cursor: not-allowed;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}

#contact_form section dl.kids_enq {
  display: none;
}

#contact_form section dl.kids_enq.is-selected-kids {
  display: block;
}

#contact_form section dl.kids_enq ul {
  display: block;
  width: 100%;
}

#contact_form section dl.kids_enq ul li {
  display: inline-block;
  width: auto;
}

#contact_form section dl.kids_enq ul li:not(:last-child) {
  margin-right: 10px;
}

#contact_form section .button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 40px 15px;
}

#contact_form section .button_wrap input {
  max-width: 460px;
  margin: 0 auto 20px;
  border-radius: 30px;
}

#contact_form section .button_wrap input.autoConfirmBack {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#contact_form section .button_wrap input.submit {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#contact_form section .autoConfirmBack {
  background: #9c9c9c;
}

#entry_form section {
  padding-top: 0;
  background-color: #ecf7fc;
}

#entry_form section h2 {
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
}

#entry_form section .form-note p.mfc-paragraph-001-001-2 + p.mfc-paragraph-001-001-2 {
  padding-top: 0;
}

#entry_form section .type_entry {
  display: table;
  width: 100%;
}

#entry_form section .type_entry > input[type=radio] {
  display: none !important;
}

#entry_form section .type_entry > input[type=radio] + label {
  font-size: 20px;
  position: relative;
  display: table-cell;
  width: 50%;
  padding: 30px 0;
  text-align: center;
  color: #1ba1e6;
  background-color: #fff;
}

#entry_form section .type_entry > input[type=radio]:checked + label {
  color: #fff;
  background-color: #1ba1e6;
}

#entry_form section .type_entry > input[type=radio]:checked + label:after {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  padding: 1rem;
  content: "";
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  background: #1ba1e6;
}

#entry_form section > div > .mfc-paragraph-001-001-2 {
  padding: 30px 15px 0;
}

#entry_form section dl {
  padding: 30px 15px 0;
}

#entry_form section dl + dl {
  padding: 0 15px;
}

#entry_form section dl dt {
  padding: 0;
  background-color: #ecf7fc;
}

#entry_form section dl dt span {
  vertical-align: top;
}

#entry_form section dl dt .mfc-tag {
  vertical-align: top;
}

#entry_form section dl dt.fieldgroup.req .mfc-tag:before {
  display: inline-block;
  padding: 14px 19px;
  content: "";
  vertical-align: top;
  background: url("/wp/wp-content/themes/aiq/img/ico_required.svg") left center/contain no-repeat;
}

#entry_form section dl dd {
  padding: 20px 0;
}

#entry_form section dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

#entry_form section dl dd ul li {
  position: relative;
  width: 100%;
}

#entry_form section dl dd ul li:not(:last-child) {
  margin-right: 10px;
}

#entry_form section dl input[type=text] {
  font-size: 17px;
  min-height: 57px;
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
}

#entry_form section dl input[type=password] {
  font-size: 17px;
  min-height: 57px;
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
}

#entry_form section dl input[type=email] {
  font-size: 17px;
  min-height: 57px;
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
}

#entry_form section dl input[type=tel] {
  font-size: 17px;
  min-height: 57px;
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
}

#entry_form section dl select {
  font-size: 17px;
  min-height: 57px;
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
  background: url("../img/ico_select.svg") no-repeat right 5px center/12px 21.6px, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#fff));
  background: url("../img/ico_select.svg") no-repeat right 5px center/12px 21.6px, linear-gradient(to bottom, #fff 0, #fff 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#entry_form section dl textarea {
  font-size: 17px;
  min-height: 57px;
  min-height: 200px;
  resize: vertical;
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
}

#entry_form section dl .address + dd > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

#entry_form section dl .address + dd > div:last-of-type {
  margin-bottom: 0;
}

#entry_form section dl .address + dd > div span {
  width: 80px;
  margin-right: 15px;
}

#entry_form section dl .address + dd > div span.autoConfirmVal {
  width: auto;
}

#entry_form section dl .fieldgroup.join_course + dd ul {
  display: block;
  width: 100%;
}

#entry_form section dl .fieldgroup.join_course + dd ul li {
  display: inline-block;
  width: auto;
}

#entry_form section dl .fieldgroup.join_course + dd ul li:not(:last-child) {
  margin-right: 10px;
}

#entry_form section dl [class^=temp_hide_time] {
  display: none;
}

#entry_form section dl input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

#entry_form section dl input[type=checkbox] + label {
  line-height: 30px;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px;
  padding: 0 1em 0 28px;
}

#entry_form section dl input[type=checkbox] + label:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 2px #eee inset;
  box-shadow: 0 0 5px 2px #eee inset;
}

#entry_form section dl input[type=checkbox] + label:after {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  width: 10px;
  height: 18px;
  margin: -11px 0 0;
  padding: 0;
  content: "";
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  border-right: 4px solid #333;
  border-bottom: 4px solid #333;
}

#entry_form section dl input[type=checkbox]:checked + label:after {
  opacity: 1;
}

#entry_form section dl input[type=checkbox][disabled] label {
  color: #aaa;
}

#entry_form section dl input[type=checkbox][disabled] label:before {
  cursor: not-allowed;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}

#entry_form section dl input[type=checkbox][disabled] + label {
  color: #aaa;
}

#entry_form section dl input[type=checkbox][disabled] + label:before {
  cursor: not-allowed;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}

#entry_form section dl input[type=radio] {
  position: absolute;
  opacity: 0;
}

#entry_form section dl input[type=radio] + label {
  font-size: 16px;
  position: relative;
  display: block;
  width: 100%;
  padding: 11px 11px 11px 19px;
  text-align: center;
  vertical-align: middle;
  color: #000;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  background-color: #fff;
}

#entry_form section dl input[type=radio] + label:before {
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  width: 22px;
  height: 22px;
  margin: -10px 0 0;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ddd;
  border-radius: 11px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 2px #eee inset;
  box-shadow: 0 0 5px 2px #eee inset;
}

#entry_form section dl input[type=radio] + label:after {
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  width: 14px;
  height: 14px;
  margin: -6px 0 0 4px;
  padding: 0;
  content: "";
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  border-radius: 7px;
  background-color: #0a3e86;
}

#entry_form section dl input[type=radio]:checked + label {
  color: #0a3e86;
  border: 1px solid #0a3e86;
}

#entry_form section dl input[type=radio]:checked + label:after {
  opacity: 1;
}

#entry_form section dl input[type=radio][disabled] label {
  color: #aaa;
}

#entry_form section dl input[type=radio][disabled] label:before {
  cursor: not-allowed;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}

#entry_form section dl input[type=radio][disabled] + label {
  color: #aaa;
}

#entry_form section dl input[type=radio][disabled] + label:before {
  cursor: not-allowed;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}

#entry_form section dl.kids_enq {
  display: none;
}

#entry_form section dl.kids_enq.is-selected-kids {
  display: block;
}

#entry_form section dl.kids_enq.is-selected-kids.mf-formfield-root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#entry_form section dl.kids_enq ul {
  display: block;
  width: 100%;
}

#entry_form section dl.kids_enq ul li {
  display: inline-block;
  width: auto;
}

#entry_form section dl.kids_enq ul li:not(:last-child) {
  margin-right: 10px;
}

#entry_form section dl.kids_enq .kids_enq_nodisplay {
  display: none !important;
}

#entry_form section dl.kids_enq .kids_enq_description {
  width: 100% !important;
  padding-left: 0 !important;
}

#entry_form section dl.kids_enq .kids_agreement_nodisplay {
  display: none !important;
}

#entry_form section dl.kids_enq .kids_agreement {
  width: 100% !important;
}

#entry_form section dl.kids_enq .kids_agreement .kids_agreement_title {
  margin-bottom: 2rem;
  text-align: center;
}

#entry_form section dl.kids_enq .kids_agreement .kids_agreement_description {
  margin-bottom: 2rem;
  padding: 1rem;
  color: #000;
  background: #fff;
}

#entry_form section dl.kids_enq .kids_agreement .kids_agreement_check {
  margin-top: 2rem;
  text-align: center;
}

#entry_form section dl dt.kids_budget_only_exam {
  display: none !important;
}

#entry_form section dl dt.kids_budget_only_exam + dd {
  display: none !important;
}

#entry_form section dl dt.kids_budget_only_exam.is-selected-exam {
  display: block !important;
}

#entry_form section dl dt.kids_budget_only_exam.is-selected-exam + dd {
  display: block !important;
}

#entry_form section dl .omega-hidden {
  display: none !important;
}

#entry_form section .button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 40px 15px;
}

#entry_form section .button_wrap input {
  max-width: 460px;
  margin: 0 auto 20px;
  border-radius: 30px;
}

#entry_form section .button_wrap input.autoConfirmBack {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#entry_form section .button_wrap input.submit {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#entry_form section .autoConfirmBack {
  background: #9c9c9c;
}

#entry_form h2 {
  display: block;
}

#entry_form h2.inserted-title {
  display: none;
}

#entry_form span.inserted-text {
  display: inline;
}

#contact_form.display-confirm .confirm-hide {
  display: none;
}

#contact_form.display-confirm dl dt {
  position: relative;
  padding-left: 1rem;
}

#contact_form.display-confirm dl dt:before {
  position: absolute;
  top: 0.9em;
  left: 0.1em;
  padding: 0.3em;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  background: #000;
}

#contact_form.display-confirm dl dd ul {
  display: block;
}

#contact_form.display-confirm dl dd ul li:not(:last-child) {
  display: block;
  width: auto;
  margin-right: 0 !important;
}

#contact_form.display-confirm dl dd ul li:last-child {
  display: block;
  width: auto;
  margin-right: 0 !important;
}

#entry_form.display-confirm .confirm-hide {
  display: none;
}

#entry_form.display-confirm dl dt {
  position: relative;
  padding-left: 1rem;
}

#entry_form.display-confirm dl dt:before {
  position: absolute;
  top: 0.9em;
  left: 0.1em;
  padding: 0.3em;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  background: #000;
}

#entry_form.display-confirm dl dd ul {
  display: block;
}

#entry_form.display-confirm dl dd ul li:not(:last-child) {
  display: block;
  width: auto;
  margin-right: 0 !important;
}

#entry_form.display-confirm dl dd ul li:last-child {
  display: block;
  width: auto;
  margin-right: 0 !important;
}

#entry_form.display-confirm dl.kids_enq .kids_agreement_nodisplay {
  display: block !important;
}

#entry_form.display-confirm dl.kids_enq .kids_agreement .kids_agreement_description,
#entry_form.display-confirm dl.kids_enq .kids_agreement .kids_agreement_title {
  display: none;
}

#entry_form.display-confirm dl.kids_enq .kids_agreement .kids_agreement_check {
  margin-top: 0;
  text-align: left;
}

.btn-contact {
  font-size: 16px;
  font-weight: 700;
  width: 220px;
  margin-top: 1rem;
  text-align: center;
  color: #000;
  border: none;
  background-color: #fff74a;
}

.btn-arrow:after {
  position: absolute;
  top: 16px;
  right: 20px;
  content: url("../img/ico_arrow.svg");
}

main > br {
  display: none;
}

#main-visual[data-insert=true] {
  display: none;
}

#entry_form[data-insert=true] section {
  padding-top: 0;
  background-color: #404040;
}
#entry_form[data-insert=true] section .contact_type_check {
  color: #ffffff;
}
#entry_form[data-insert=true] section .contact_type_check a {
  color: #ffffff;
}

#entry_form[data-insert=true] section .type_entry {
  display: none !important;
}

#entry_form[data-insert=true] section dl .trial_course {
  display: none !important;
}

#entry_form[data-insert=true] section dl .trial_course + dd {
  display: none !important;
}

#entry_form[data-insert=true] section dl dt {
  padding: 5px 0 0;
  color: #fff;
  background-color: transparent;
}

#entry_form[data-insert=true] section dl dt span {
  display: inline-block;
  vertical-align: top;
}

#entry_form[data-insert=true] section dl dt .mfc-tag {
  vertical-align: top;
}

#entry_form[data-insert=true] section dl dd {
  padding: 20px 0;
}

#entry_form[data-insert=true] section dl dd label,
#entry_form[data-insert=true] section dl dd span {
  color: #fff;
}

#entry_form[data-insert=true] section dl input[type=text] {
  border: none;
}

#entry_form[data-insert=true] section dl input[type=password] {
  border: none;
}

#entry_form[data-insert=true] section dl input[type=email] {
  border: none;
}

#entry_form[data-insert=true] section dl input[type=tel] {
  border: none;
}

#entry_form[data-insert=true] section dl input[type=radio] + label {
  color: #000;
  border-radius: 0;
}

#entry_form[data-insert=true] section dl select {
  border: none;
}

#entry_form[data-insert=true] section dl textarea {
  min-height: 200px;
  resize: vertical;
  border: none;
}

#entry_form[data-insert=true] section dl .button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 0 15px;
}

#entry_form[data-insert=true] section dl .button_wrap input {
  max-width: 480px;
  margin: 0 auto 20px;
}

#entry_form[data-insert=true] section dl .button_wrap input.autoConfirmBack {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#entry_form[data-insert=true] section dl .button_wrap input.submit {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#entry_form[data-insert=true] section dl.kids_enq .kids_agreement .kids_agreement_title {
  color: #fff;
}

#entry_form[data-insert=true] section h2 {
  padding: 5rem 0 3rem;
  text-align: center;
  color: #fff;
}

#entry_form[data-insert=true] section .form-note p {
  color: #fff;
}

#entry_form[data-insert=true] section .address dd > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

#entry_form[data-insert=true] section .address dd > div:last-of-type {
  margin-bottom: 0;
}

#entry_form[data-insert=true] section .address dd > div span {
  width: 90px;
  margin-right: 15px;
}

#entry_form[data-insert=true] section .address dd > div span.autoConfirmVal {
  width: auto;
}

#entry_form[data-insert=true] section .autoConfirmBack {
  background: #9c9c9c;
}

#entry_form[data-insert=true] section .button_wrap input.submit {
  text-align: center;
  color: #000;
  border: none;
  background-color: #fff74a;
}

#entry_form[data-insert=true] section .display-only-kids {
  display: none;
}

#entry_form[data-insert=true] p:not(.mfc-tag) {
  color: #fff;
}

#entry_form[data-insert=true] h2 {
  display: none;
}

#entry_form[data-insert=true] h2.inserted-title {
  display: block;
}

#entry_form[data-insert=true] span.inserted-text {
  display: none;
}

#entry_form[data-insert=true] .form-note p + p {
  padding-top: 0;
}

#entry_form.display-confirm[data-insert=true] section dt.fieldgroup + dd .label-zip {
  font-size: 12px;
  width: 65px;
  margin-right: 10px;
  padding: 3px 8px;
  color: #000;
  background-color: #fff;
}

#entry_form.display-confirm[data-insert=true] section dt.fieldgroup span {
  font-size: 12px;
  padding: 3px 8px;
  color: #000;
  background-color: #fff;
}

#entry_form.display-confirm[data-insert=true] dl dt:before {
  display: none;
}

#entry_form .mf-section-wrapper section dl.kids_enq .kids_agreement {
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#entry_form .mf-section-wrapper section dl.kids_enq .kids_agreement .kids_agreement_description {
  padding: 1rem 2rem;
}

#entry_form.display-confirm .mf-section-wrapper section dl.kids_enq .kids_agreement {
  width: 60% !important;
  padding-left: 15px !important;
}

#entry_form.display-confirm .mf-section-wrapper section dl.kids_enq .kids_agreement .kids_agreement_description {
  padding: 1rem 2rem;
}

/*================================================
フォームの説明セクション
================================================*/
#step {
  background: #f3ed5c;
}

#step h2 {
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
}

#step ul li {
  position: relative;
  padding: 2rem 1.5rem 1.5rem;
  background: #fff;
}

#step ul li:first-child {
  margin-top: 2rem;
}

#step ul li > div:first-child {
  position: absolute;
  bottom: 100%;
  left: 0;
}

#step ul li > div:first-child span {
  font-size: 0.8rem;
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  color: #fff;
  background: #231f20;
}

#step ul li > div:last-child h3 {
  margin-bottom: 1rem;
}

#step ul li:not(:last-child) {
  margin-bottom: 80px;
}

#step ul li:not(:last-child) > div:last-child {
  position: relative;
}

#step ul li:not(:last-child) > div:last-child .buttons {
  text-align: center;
}

#step ul li:not(:last-child) > div:last-child span::after {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  border-width: 20px 20px 0 20px;
  border-style: solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  background: 0 0;
}

.mf-section-wrapper #step {
  overflow: hidden;
  padding: 45px 0;
}

.mf-section-wrapper #step h2 {
  margin-bottom: 30px;
  padding: 0 0 90px;
}

.mf-section-wrapper #step ul li {
  position: relative;
}

.mf-section-wrapper #step ul li:not(:last-child) > div:last-child {
  position: static;
}

.mf-section-wrapper #step ul li:not(:last-child) > div:last-child span::after {
  display: none !important;
}

.mf-section-wrapper #step ul li:not(:last-child) > div:last-child span::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -13px;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  background: 0 0;
}

/*============================================
お問い合わせフォームへのリンク
============================================*/
.contactMove {
  padding: 25px 15px 8px;
  margin: 30px auto;
  max-width: 500px;
  background: #f4f5f6;
  border-radius: 10px;
}
.contactMove .contactMoveText {
  text-align: center;
  margin: 0 auto 20px;
}
.contactMove .buttons {
  text-align: center;
}
.contactMove .buttons .btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  max-width: 300px;
  margin-top: 1rem;
  text-align: center;
  color: #000;
  border: none;
  background-color: #fff74a;
  margin: 0 auto 18px;
  padding: 10px 10px;
  border-radius: 50px;
  font-size: 16px !important;
  position: relative;
  text-decoration: none;
}
.contactMove .buttons .btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  background-image: url(../img/ico_arrow.svg);
  background-position: center center;
  background-size: 100% auto;
  width: 14px;
  height: 8px;
}
.contactMove .buttons .btn:hover {
  opacity: 0.7;
}

/*============================================
同意チェック
============================================*/
.contact_type_check {
  border-top: 1px solid #d9d9d9;
  padding: 10px 0 0;
}
.contact_type_check .contact_type_check_inner {
  max-width: 430px;
  margin: auto;
}
.contact_type_check .checkbox_wrapper {
  margin: 10px auto;
  text-align: center;
}
.contact_type_check .checkbox_btn {
  text-align: center;
  font-size: 13px;
  margin: 25px auto 0;
}
.contact_type_check .checkbox_btn a {
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .contact_type_check .checkbox_btn a:hover {
    opacity: 0.7;
  }
}