@media screen and (max-width: 719px) {
  .p-syuroKeizoku .p-spFv {
    padding-top: 4rem;
  }
}
.p-syuroKeizoku .p-anchorBifferences {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (min-width: 720px) {
  .p-syuroKeizoku .p-anchorBifferences {
    padding-top: 7.4rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroKeizoku .p-anchorBifferences {
    padding-top: 5.4rem;
  }
}
.p-syuroKeizoku .p-anchorBifferences-item {
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1.5rem;
  background-color: #1ca987;
  padding: 3rem 0 3.3rem;
  position: relative;
}
.p-syuroKeizoku .p-anchorBifferences-item:nth-of-type(2) {
  background-color: #95be1f;
}
.p-syuroKeizoku .p-anchorBifferences-item:nth-of-type(2) .p-anchorBifferences-balloon {
  color: #95be1f;
  background-image: url("/assets/img/new/syuro_shien/ikou_keizoku/balloon02.svg");
}
.p-syuroKeizoku .p-anchorBifferences-item::before {
  content: "";
  background: url(/assets/img/new/common/ic_arrow_wh_b.svg) no-repeat bottom center/100% auto;
  position: absolute;
  width: 1.5rem;
  height: 0.9rem;
  bottom: 1.5rem;
  right: 0;
  left: 0;
  margin: auto;
}
.p-syuroKeizoku .p-anchorBifferences-balloon {
  color: #1ca987;
  text-align: center;
  background-image: url("/assets/img/new/syuro_shien/ikou_keizoku/balloon01.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 13rem;
  height: 3.4rem;
  position: absolute;
  top: -1.4rem;
  right: 0;
  left: 0;
  margin: auto;
}
.p-syuroKeizoku .p-anchorBifferences-text {
  font-size: 1.6rem;
  line-height: 150%;
  text-align: center;
}
.p-syuroKeizoku .p-differences {
  padding-bottom: 6rem;
}
.p-syuroKeizoku .p-differencesSec {
  overflow: hidden;
}
.p-syuroKeizoku .p-differencesSec .m-heading5 {
  line-height: 150%;
}
.p-syuroKeizoku .p-differencesTable {
  background-color: #fff;
  border: 0.1rem solid #dadada;
  width: 100%;
}
.p-syuroKeizoku .p-differencesTable tr {
  width: 100%;
}
.p-syuroKeizoku .p-differencesTable th, .p-syuroKeizoku .p-differencesTable td {
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  padding: 1.5rem 1rem 1.4rem 1.4rem;
  vertical-align: middle;
}
.p-syuroKeizoku .p-differencesTable th {
  width: 11.4rem;
}
.p-syuroKeizoku .p-differencesTable td {
  border-left: 0.1rem solid #dadada;
}
.p-syuroKeizoku .p-differencesTable thead {
  color: #fff;
  background-color: #1ca987;
  font-weight: 700;
  text-align: center;
}
.p-syuroKeizoku .p-differencesTable tbody {
  text-align: left;
}
.p-syuroKeizoku .p-differencesTable tbody tr {
  border-top: 0.1rem solid #dadada;
}
.p-syuroKeizoku .p-differencesTable tbody tr:nth-of-type(even) {
  background-color: #fbfbfb;
}
.p-syuroKeizoku .p-differencesTable.--variation1 td {
  width: calc(100% - 11.4rem);
}
.p-syuroKeizoku .p-differencesTable.--variation2 thead {
  background-color: #95be1f;
}
.p-syuroKeizoku .p-differencesTable.--variation2 td {
  width: calc((100% - 11.4rem) / 2);
}
/*# sourceMappingURL=ikou_keizoku.css.map */