.merit {
  padding: 70px 0 50px;
  background: rgba(104, 164, 224, 0.2);
}
@media only screen and (max-width: 719px) {
  .merit {
    padding: 55px 0 50px;
  }
}
.merit .c-ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 719px) {
  .merit .c-ttl {
    margin-bottom: 24px;
    text-align: left;
    padding: 0 15px;
  }
}
.merit .c-ttl + .c-txt {
  max-width: 660px;
  margin: 0 auto 42px;
}
@media only screen and (max-width: 719px) {
  .merit .c-ttl + .c-txt {
    margin-bottom: 22px;
    padding: 0 15px;
  }
}
.merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.merit__item {
  width: 24%;
  background: #fff;
  border-radius: 7px;
  padding: 25px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media only screen and (max-width: 719px) {
  .merit__item {
    width: 100%;
    padding: 20px;
    margin-bottom: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .merit__item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 720px) {
  .merit__item .in {
    display: contents;
  }
}
@media only screen and (max-width: 719px) {
  .merit__item .in {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 70px);
    padding-left: 14px;
  }
}
.merit__item .ttl {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 7px;
  width: 100%;
}
@media only screen and (max-width: 719px) {
  .merit__item .ttl {
    font-size: 14px;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
    text-align: left;
  }
}
.merit__item .img {
  max-width: 80px;
  margin: 0 auto 13px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 719px) {
  .merit__item .img {
    max-width: 70px;
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.merit__item .ttl {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.merit__item .c-txt {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media only screen and (max-width: 719px) {
  .merit__item .c-txt {
    font-size: 10px;
  }
}
.merit__item .c-txt a {
  text-decoration: underline;
}

.faq {
  padding: 95px 0 120px;
}
@media only screen and (max-width: 719px) {
  .faq {
    padding: 45px 0 60px;
  }
}
.faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.faq__ttl {
  width: 26.5%;
  padding-right: 20px;
}
@media only screen and (max-width: 719px) {
  .faq__ttl {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
.faq__link {
  margin-top: 55px;
}
@media only screen and (max-width: 719px) {
  .faq__link {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7px;
  }
}
.faq__link li {
  margin-bottom: 14px;
}
@media only screen and (max-width: 719px) {
  .faq__link li {
    margin-bottom: 0;
  }
}
.faq__link li:last-child {
  margin-bottom: 0;
}
.faq__link li a {
  font-size: 14px;
  letter-spacing: 0.08em;
  display: inline-block;
  padding: 5px 13px 6px;
  line-height: 1;
  background: var(--color-secondary);
  border-radius: 9999px;
}
@media only screen and (max-width: 719px) {
  .faq__link li a {
    font-size: 12px;
  }
}
.faq__list {
  width: 73.5%;
}
@media only screen and (max-width: 719px) {
  .faq__list {
    width: 100%;
  }
}
.faq__block {
  margin-bottom: 35px;
}
.faq__block:last-child {
  margin-bottom: 0;
}
.faq__stl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.16em;
  border-bottom: 1.49px solid #020033;
  padding-bottom: 10px;
  line-height: 1;
}
@media only screen and (max-width: 719px) {
  .faq__stl {
    font-size: 14px;
    letter-spacing: 0.14em;
  }
}
.faq__item {
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0;
}
.faq__item .q {
  cursor: pointer;
  position: relative;
}
.faq__item .q .ico {
  width: 20px;
  height: 20px;
  background: var(--color-secondary);
  position: absolute;
  right: 10px;
  top: 0;
  border-radius: 50%;
}
.faq__item .q .ico:before {
  content: "";
  background: var(--color-primary);
  width: 1px;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.faq__item .q .ico:after {
  content: "";
  background: var(--color-primary);
  width: 9px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq__item .q p {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 500;
  letter-spacing: 0.16em;
  padding: 0 40px 0 22px;
  position: relative;
  line-height: 1.3;
}
@media only screen and (max-width: 719px) {
  .faq__item .q p {
    font-size: 13px;
    line-height: 1.5;
  }
}
.faq__item .q p:before {
  content: "Q.";
  font-size: 16px;
  color: var(--color-primary);
  font-family: var(--font-roboto);
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 1px;
  line-height: 1.3;
}
@media only screen and (max-width: 719px) {
  .faq__item .q p:before {
    top: -1px;
  }
}
.faq__item .q.active .ico:before {
  opacity: 0;
}
.faq__item .a {
  display: none;
}
.faq__item .a .c-txt {
  padding-top: 13px;
}
@media only screen and (max-width: 719px) {
  .faq__item .a .c-txt {
    font-size: 12px;
    padding-left: 22px;
    padding-top: 10px;
  }
}
.faq__item .a .c-txt a {
  text-decoration: underline;
}