/**
 * page style
 */
.p-data-body {
  display: flex;
  flex-direction: column;
  gap: 5.5rem;
  padding: 12.7rem 0 10.6rem;
}
@media screen and (max-width: 767px) {
  .p-data-body {
    gap: 3rem;
    padding: 5.7rem 0 8.6rem;
  }
}
.p-data-body .items {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  padding: 2.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-data-body .items {
    gap: 1.5rem;
  }
}
.p-data-body .item {
  background: var(--light-blue);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  padding: 0 0 1.9rem;
  min-height: 12.7rem;
  width: 27.1rem;
}
@media screen and (max-width: 767px) {
  .p-data-body .item {
    width: 100%;
  }
}
.p-data-body .item.is-slider {
  background-color: #E4F3D8;
}
.p-data-body .item.is-hatch {
  background-color: #FFEFE9;
}
.p-data-body .item.is-other {
  background-color: #EBF1E7;
}
.p-data-body .item-head {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
.p-data-body .item .ttl {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  gap: 0.5rem;
  line-height: 1.4;
  text-align: center;
}
.p-data-body .item .sub {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}
.p-data-body .item .sub sup {
  display: inline-block;
  transform: translateY(0.3rem);
}
.p-data-body .item-btns {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  gap: 1.8rem;
}
.p-data-body .item-btns .btn-1, .p-data-body .item-btns .btn-2 {
  align-items: center;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  padding-bottom: 0.1rem;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
}
.p-data-body .item-btns .btn-1:hover, .p-data-body .item-btns .btn-2:hover {
  opacity: 1;
}
.p-data-body .item-btns .btn-1, .p-data-body .item-btns .btn-2 {
  background-color: white;
  border: 1px solid var(--black);
  font-size: 1.4rem;
  font-weight: 500;
  height: 2.9rem;
  width: 9.2rem;
}
@media screen and (max-width: 767px) {
  .p-data-body .item-btns .btn-1, .p-data-body .item-btns .btn-2 {
    width: 11.6rem;
  }
}
.p-data-body .item-btns .btn-1:hover, .p-data-body .item-btns .btn-2:hover {
  opacity: 0.8;
}
.p-data-body .item-btns .btn-2 {
  background: var(--black);
  color: white;
}
.p-data-body .note {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  padding: 1.3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-data-body .note {
    padding: 1.6rem 0 0;
  }
}

/*# sourceMappingURL=data.css.map */
