body {
  background-color: #fff;
}

.mw_wp_form .requiredField {
  font-size: 14px;
  font-size: 1.42857vw;
  color: #e95383;
}

@media screen and (min-width: 980px) {
  .mw_wp_form .requiredField {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .mw_wp_form .requiredField {
    font-size: 14px;
  }
}

.mw_wp_form input, .mw_wp_form textarea {
  border-radius: 4px;
  border: thin solid #cccccc;
  line-height: 1.8;
  padding: 4px 8px;
  margin-bottom: 0.5em;
  box-sizing: border-box;
}

.mw_wp_form input:focus, .mw_wp_form textarea:focus {
  border-color: #888888;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 768px) {
  .mw_wp_form input, .mw_wp_form textarea {
    width: 100%;
    margin-right: 0;
  }
}

.mw_wp_form input[name="submitBack"] {
  background-color: #CCC;
  color: #666;
  width: 35%;
}

.mw_wp_form .mwform-radio-field.horizontal-item {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.4em;
}

.mw_wp_form .mwform-radio-field.horizontal-item + .horizontal-item {
  margin-left: 0;
}

.mw_wp_form select[name="menu-prefecture"] {
  width: 12em;
  height: 1.8em;
  margin-bottom: 0.4em;
}

.mw_wp_form.mw_wp_form_confirm .input-label {
  display: none;
}

.wpcf7 input.wpcf7-text,
.wpcf7 textarea {
  border-radius: 4px;
  border: thin solid #cccccc;
  line-height: 1.8;
  padding: 4px 8px;
  box-sizing: border-box;
}

.wpcf7 input.wpcf7-text:focus,
.wpcf7 textarea:focus {
  border-color: #888888;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 768px) {
  .wpcf7 input.wpcf7-text,
  .wpcf7 textarea {
    width: 100%;
    margin-right: 0;
  }
}

.wpcf7 input[name="text-postalcode1"],
.wpcf7 input[name="text-postalcode2"] {
  width: 5em;
}

.wpcf7 input[name="tel-1"],
.wpcf7 input[name="tel-2"],
.wpcf7 input[name="tel-3"] {
  width: 4em;
}

.wpcf7 select[name="menu-prefecture"] {
  width: 12em;
  height: 1.8em;
  margin-bottom: 0.4em;
}

.wpcf7 input[name="text-address-city"],
.wpcf7 input[name="text-address-area"],
.wpcf7 input[name="text-address-others"] {
  margin-bottom: 0.4em;
}

.wpcf7 .subject-class .wpcf7-list-item {
  display: block;
}

.wpcf7 textarea[name="your-message"] {
  width: 100%;
  margin-bottom: 0.4em;
}

.wpcf7 .note {
  font-size: 14px;
  font-size: 1.42857vw;
  color: #333;
}

@media screen and (min-width: 980px) {
  .wpcf7 .note {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .wpcf7 .note {
    font-size: 14px;
  }
}

.wpcf7 .requiredField {
  font-size: 14px;
  font-size: 1.42857vw;
  color: #e95383;
}

@media screen and (min-width: 980px) {
  .wpcf7 .requiredField {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .wpcf7 .requiredField {
    font-size: 14px;
  }
}

.wpcf7 .wpcf7-mail-sent-ok {
  display: none !important;
}

input[type="submit"] {
  display: block;
  font-size: 20px;
  font-size: 2.04082vw;
  width: 50%;
  margin: 1.5em auto;
  background: #e95383;
  color: #FFF;
  border: none;
  border-radius: 40px;
  line-height: 3em;
}

@media screen and (min-width: 980px) {
  input[type="submit"] {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  input[type="submit"] {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  input[type="submit"] {
    width: 90%;
  }
}

input.wpcf7-previous {
  display: block;
  font-size: 16px;
  font-size: 1.63265vw;
  width: 15%;
  margin: 2em auto -1.5em;
  background: #cccccc;
  color: #FFF;
  border: none;
  border-radius: 30px;
  line-height: 3em;
  height: 3em;
}

@media screen and (min-width: 980px) {
  input.wpcf7-previous {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  input.wpcf7-previous {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  input.wpcf7-previous {
    width: 30%;
  }
}

.inquiry {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 990px) {
  .inquiry {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry {
    margin-left: 5.33333%;
    margin-right: 5.33333%;
  }
}

.inquiry .inquiry__inquiry-box {
  background: #FFF;
  border-radius: 6px;
  margin-bottom: 23px;
  padding: 40px 4.69388% 40px 2.95918%;
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__inquiry-box {
    padding: 30px 4.49102% 30px;
    margin-bottom: 18px;
  }
}

.inquiry .inquiry__inquiry-box__head {
  margin-bottom: 24px;
}

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

.inquiry .inquiry__inquiry-box__head__texts {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__inquiry-box__head__texts {
    width: 100%;
  }
}

.inquiry .inquiry__inquiry-box__head__texts__title {
  font-size: 30px;
  font-size: 3.06122vw;
  font-weight: bold;
  color: #e95383;
  line-height: 1.5;
  margin-bottom: 22px;
}

@media screen and (min-width: 980px) {
  .inquiry .inquiry__inquiry-box__head__texts__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__inquiry-box__head__texts__title {
    font-size: 30px;
  }
}

.inquiry .inquiry__inquiry-box__head__texts__title small {
  font-size: 14px;
  font-size: 1.42857vw;
  line-height: 1.4;
}

@media screen and (min-width: 980px) {
  .inquiry .inquiry__inquiry-box__head__texts__title small {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__inquiry-box__head__texts__title small {
    font-size: 14px;
  }
}

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

.inquiry.thankyou .inquiry__inquiry-box__head__texts__title,
.inquiry.thankyou .inquiry__inquiry-box__head__texts__text {
  text-align: center;
}

.inquiry .inquiry__inquiry-box__head__texts__text {
  font-size: 16px;
  font-size: 1.63265vw;
  line-height: 1.625;
}

@media screen and (min-width: 980px) {
  .inquiry .inquiry__inquiry-box__head__texts__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__inquiry-box__head__texts__text {
    font-size: 16px;
  }
}

.inquiry .inquiry__inquiry-box__row {
  padding: 24px 0 0;
  border-top: #efefef solid 1px;
}

.inquiry .inquiry__inquiry-box__row__label {
  font-size: 18px;
  font-size: 1.83673vw;
  font-weight: bold;
  color: #e95383;
  float: left;
  width: 22.65193%;
}

@media screen and (min-width: 980px) {
  .inquiry .inquiry__inquiry-box__row__label {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__inquiry-box__row__label {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__inquiry-box__row__label {
    float: none;
    width: 100%;
    margin-bottom: 22px;
    display: block;
  }
}

.inquiry .inquiry__inquiry-box__row__inputs,
.inquiry .inquiry__inquiry-box__row__selects {
  float: right;
  width: 75.13812%;
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__inquiry-box__row__inputs,
  .inquiry .inquiry__inquiry-box__row__selects {
    float: none;
    width: 100%;
  }
}

.inquiry .inquiry__inquiry-box__row__input {
  float: left;
  font-size: 16px;
  font-size: 1.63265vw;
  margin-right: 36px;
  margin-bottom: 24px;
}

@media screen and (min-width: 980px) {
  .inquiry .inquiry__inquiry-box__row__input {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__inquiry-box__row__input {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__inquiry-box__row__input {
    margin-right: 0;
  }
  .inquiry .inquiry__inquiry-box__row__input:nth-child(3n + 1) {
    clear: none;
  }
}

.inquiry .inquiry__inquiry-box__row__select {
  margin-bottom: 24px;
}

.inquiry .inquiry__footer {
  text-align: center;
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__footer {
    margin: 20px auto 40px;
  }
}

.inquiry .inquiry__footer__button {
  color: #fff;
  background-color: #fff;
  background-color: #e95383;
  font-size: 16px;
  font-size: 1.63265vw;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  border-radius: 25px;
  box-sizing: border-box;
  padding: "16px 54px";
  width: 23.67347%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 980px) {
  .inquiry .inquiry__footer__button {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__footer__button {
    font-size: 16px;
  }
}

.inquiry .inquiry__footer__button::after {
  content: " ";
  background: url("../images/icon_arrow_right_white_s.svg") no-repeat center center;
  background-size: 9px 12px;
  width: 9px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__footer__button {
    width: 85.97015%;
  }
}

.inquiry .inquiry__list-item {
  width: 100%;
  margin: 0 0 5px;
  font-size: 14px;
  font-size: 1.42857vw;
  position: relative;
}

@media screen and (min-width: 980px) {
  .inquiry .inquiry__list-item {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item {
    margin-bottom: 10px;
  }
}

.inquiry .inquiry__list-item::after {
  content: " ";
  background: url("../images/icon_arrow_right_pink_s.svg") no-repeat center center;
  background-size: 7px 10px;
  width: 7px;
  height: 10px;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -3px;
}

.inquiry .inquiry__list-item__anchor {
  background-color: #eee;
  border-radius: 36px;
  color: #333;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.6em 1.8em 0.6em 1.6em;
  margin-top: 22px;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__anchor {
    border-radius: 18px;
  }
}

.inquiry .inquiry__list-item__text-wrap {
  display: table;
}

.inquiry .inquiry__list-item__headline {
  display: table-cell;
  vertical-align: middle;
  padding-right: 1em;
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__headline {
    display: block;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__text {
    display: block;
  }
}

.inquiry .inquiry__list-item__tag-common {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #7775b4;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .inquiry .inquiry__list-item__tag-common {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-common {
    font-size: 12px;
  }
}

.inquiry .inquiry__list-item__tag-common::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #7775b4;
  position: absolute;
  left: -13px;
  top: 0;
}

.inquiry .inquiry__list-item__tag-common::after {
  content: " ";
  background: url("../images/tag_category_common.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-common {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .inquiry .inquiry__list-item__tag-common::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .inquiry .inquiry__list-item__tag-common::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.inquiry .inquiry__list-item__tag-child {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #ff936d;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .inquiry .inquiry__list-item__tag-child {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-child {
    font-size: 12px;
  }
}

.inquiry .inquiry__list-item__tag-child::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #ff936d;
  position: absolute;
  left: -13px;
  top: 0;
}

.inquiry .inquiry__list-item__tag-child::after {
  content: " ";
  background: url("../images/tag_category_child.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-child {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .inquiry .inquiry__list-item__tag-child::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .inquiry .inquiry__list-item__tag-child::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.inquiry .inquiry__list-item__tag-preschool {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #ff936d;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .inquiry .inquiry__list-item__tag-preschool {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-preschool {
    font-size: 12px;
  }
}

.inquiry .inquiry__list-item__tag-preschool::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #ff936d;
  position: absolute;
  left: -13px;
  top: 0;
}

.inquiry .inquiry__list-item__tag-preschool::after {
  content: " ";
  background: url("../images/tag_category_preschool.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-preschool {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .inquiry .inquiry__list-item__tag-preschool::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .inquiry .inquiry__list-item__tag-preschool::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.inquiry .inquiry__list-item__tag-primary-school {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #ffb541;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .inquiry .inquiry__list-item__tag-primary-school {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-primary-school {
    font-size: 12px;
  }
}

.inquiry .inquiry__list-item__tag-primary-school::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #ffb541;
  position: absolute;
  left: -13px;
  top: 0;
}

.inquiry .inquiry__list-item__tag-primary-school::after {
  content: " ";
  background: url("../images/tag_category_primary-school.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-primary-school {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .inquiry .inquiry__list-item__tag-primary-school::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .inquiry .inquiry__list-item__tag-primary-school::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.inquiry .inquiry__list-item__tag-elementary {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #ffb541;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .inquiry .inquiry__list-item__tag-elementary {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-elementary {
    font-size: 12px;
  }
}

.inquiry .inquiry__list-item__tag-elementary::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #ffb541;
  position: absolute;
  left: -13px;
  top: 0;
}

.inquiry .inquiry__list-item__tag-elementary::after {
  content: " ";
  background: url("../images/tag_category_elementary.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-elementary {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .inquiry .inquiry__list-item__tag-elementary::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .inquiry .inquiry__list-item__tag-elementary::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.inquiry .inquiry__list-item__tag-junior-high-school {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #51bb66;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .inquiry .inquiry__list-item__tag-junior-high-school {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-junior-high-school {
    font-size: 12px;
  }
}

.inquiry .inquiry__list-item__tag-junior-high-school::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #51bb66;
  position: absolute;
  left: -13px;
  top: 0;
}

.inquiry .inquiry__list-item__tag-junior-high-school::after {
  content: " ";
  background: url("../images/tag_category_junior-high-school.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-junior-high-school {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .inquiry .inquiry__list-item__tag-junior-high-school::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .inquiry .inquiry__list-item__tag-junior-high-school::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.inquiry .inquiry__list-item__tag-junior {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #51bb66;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .inquiry .inquiry__list-item__tag-junior {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-junior {
    font-size: 12px;
  }
}

.inquiry .inquiry__list-item__tag-junior::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #51bb66;
  position: absolute;
  left: -13px;
  top: 0;
}

.inquiry .inquiry__list-item__tag-junior::after {
  content: " ";
  background: url("../images/tag_category_junior.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-junior {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .inquiry .inquiry__list-item__tag-junior::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .inquiry .inquiry__list-item__tag-junior::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.inquiry .inquiry__list-item__tag-high-school {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #4eccdf;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .inquiry .inquiry__list-item__tag-high-school {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-high-school {
    font-size: 12px;
  }
}

.inquiry .inquiry__list-item__tag-high-school::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #4eccdf;
  position: absolute;
  left: -13px;
  top: 0;
}

.inquiry .inquiry__list-item__tag-high-school::after {
  content: " ";
  background: url("../images/tag_category_high-school.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-high-school {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .inquiry .inquiry__list-item__tag-high-school::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .inquiry .inquiry__list-item__tag-high-school::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.inquiry .inquiry__list-item__tag-high {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #4eccdf;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .inquiry .inquiry__list-item__tag-high {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-high {
    font-size: 12px;
  }
}

.inquiry .inquiry__list-item__tag-high::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #4eccdf;
  position: absolute;
  left: -13px;
  top: 0;
}

.inquiry .inquiry__list-item__tag-high::after {
  content: " ";
  background: url("../images/tag_category_high.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-high {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .inquiry .inquiry__list-item__tag-high::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .inquiry .inquiry__list-item__tag-high::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}

.inquiry .inquiry__list-item__tag-util {
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #efefef;
  font-size: 14px;
  font-size: 1.42857vw;
  text-align: center;
  position: relative;
  margin: 0 28px 0 14px;
  color: #e95383;
}

@media screen and (min-width: 980px) {
  .inquiry .inquiry__list-item__tag-util {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-util {
    font-size: 12px;
  }
}

.inquiry .inquiry__list-item__tag-util::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 28px;
  border-radius: 100% 0 0 100% / 50%;
  background: #efefef;
  position: absolute;
  left: -13px;
  top: 0;
}

.inquiry .inquiry__list-item__tag-util::after {
  content: " ";
  background: url("../images/tag_category_util.svg") no-repeat center center;
  background-size: 16px 28px;
  width: 16px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .inquiry .inquiry__list-item__tag-util {
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
  .inquiry .inquiry__list-item__tag-util::before {
    width: 8px;
    height: 20px;
    left: -7px;
  }
  .inquiry .inquiry__list-item__tag-util::after {
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    right: -10px;
  }
}


.inquiry__list .inquiry__faq dl dt,
.inquiry__list .inquiry__faq dl dd{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.inquiry__list .inquiry__faq dl dt {
  background-color: #e95383;
  border-radius: 5px;
}
.inquiry__list .inquiry__faq dl dd {
  margin: 10px 0 30px;
}
.inquiry__list .inquiry__faq .inquiry__q .ttx,
.inquiry__list .inquiry__faq .inquiry__a .ttx {
  width: 88%;
}
.inquiry__list .inquiry__faq .inquiry__q .ttx {
  font-size: 18px;
  color: #fff;
  padding: 6px 0 4px 16px;
}
.inquiry__list .inquiry__faq .inquiry__a .ttx {
  padding: 8px 0 5px 16px;
}
.inquiry__list .inquiry__faq .inquiry__q .icon,
.inquiry__list .inquiry__faq .inquiry__a .icon {
  width: 3%;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0 5px 10px;
}
.inquiry__list .inquiry__faq .inquiry__q .icon {
  color: #fff;
}
.inquiry__list .inquiry__faq .inquiry__a .icon {
  color: #e95383;
}