/*************************************************

jugyouin-common-connection

*************************************************/
.jugyouin-common-connection {
  background-color: #fff;
}

/* material
---------------------------------------*/
/*************************************************

jt-check

*************************************************/
.jt-check-title {
  color: #ec4e78;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .jt-check-title {
    font-size: 2rem;
  }
}

.jt-check-subtitle {
  margin-bottom: 1.5rem;
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .jt-check-subtitle {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 374px) {
  .jt-check-subtitle {
    font-size: 1.3rem;
  }
}
.jt-check-subtitle strong {
  color: #ec4e78;
}
.jt-check-subtitle span {
  text-decoration: underline;
}

.jt-check-wide {
  max-width: 63rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .jt-check-wide {
    margin: 0 1.7rem;
  }
}

.jt-check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.3rem;
}
@media screen and (max-width: 767px) {
  .jt-check-list {
    gap: 1rem 1.4rem;
  }
}

.jt-check-list__item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 1.15rem);
  padding: 2rem 1.7rem;
  background-color: #fff;
  border: #000 solid 0.2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .jt-check-list__item {
    width: calc(50% - 0.7rem);
    padding: 1rem 0.7rem;
  }
}
.jt-check-list__item.is-wide {
  width: 100%;
}
.jt-check-list__item.is-wide .jt-check-list__head {
  min-height: 0;
}
.jt-check-list__item.is-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.jt-check-list__head {
  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;
  width: 100%;
  min-height: 7.5rem;
}
@media screen and (max-width: 767px) {
  .jt-check-list__head {
    min-height: 4rem;
  }
}

.jt-check-list__box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.5rem;
  aspect-ratio: 1/1;
  border: #ec4e78 solid 0.3rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .jt-check-list__box {
    width: 2.4rem;
    border-width: 0.2rem;
    border-radius: 0.2rem;
  }
}
@media screen and (max-width: 374px) {
  .jt-check-list__box {
    width: 1.8rem;
  }
}
.jt-check-list__box::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 70%;
  padding-bottom: 34%;
  border-left: #ec4e78 solid 0.4rem;
  border-bottom: #ec4e78 solid 0.4rem;
  -webkit-transform: translate(-50%, -70%) rotate(-45deg);
          transform: translate(-50%, -70%) rotate(-45deg);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .jt-check-list__box::before {
    border-width: 0.2rem;
  }
}

.jt-check-list__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jt-check-list__title {
    width: calc(100% - 3.4rem);
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 374px) {
  .jt-check-list__title {
    width: calc(100% - 2.4rem);
    font-size: 1.3rem;
  }
}
.jt-check-list__title.is-gray {
  color: #3a3a3a;
}
.jt-check-list__title.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .jt-check-list__title.is-flex {
    font-size: 2.5rem;
  }
}
.jt-check-list__title.is-flex small {
  display: block;
  margin-top: 0.2em;
  font-size: 0.7em;
}
.is-03 .jt-check-list__title {
  font-size: 3.3rem;
}
.is-03 .jt-check-list__title > * {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .is-03 .jt-check-list__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 374px) {
  .is-03 .jt-check-list__title {
    font-size: 1.6rem;
  }
}
.is-03 .jt-check-list__title .in-small {
  font-size: 96%;
}
.jt-check-list__title .is-flex-label {
  white-space: nowrap;
}
.jt-check-list__title .is-flex-text {
  text-align: left;
}
.jt-check-list__title .is-flex-text small {
  font-size: 0.8em;
}
.jt-check-list__title .in-color {
  color: #ec4e78;
}
.jt-check-list__title .in-color2 {
  color: #717171;
}
.jt-check-list__title strong {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
}

.jt-check-list__item_inner {
  display: block;
}

.jt-check-list__img {
  width: 100%;
  line-height: 0;
  text-align: center;
}

.jt-check-list__text01 {
  max-width: 50.75rem;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .jt-check-list__text01 {
    font-size: 1.1rem;
  }
}

.jt-check-list__text02 {
  display: block;
  font-size: 1.45rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .jt-check-list__text02 {
    font-size: 1.1rem;
  }
}

.jt-check-cap {
  margin-top: 1.4rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .jt-check-cap {
    margin-top: 0.7rem;
    font-size: 1.2rem;
  }
}