@charset "UTF-8";
.p-basic {
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-basic {
    padding-bottom: 15rem;
    margin-top: -17rem;
  }
}

.p-basic__item {
  border-left: 1px solid #2f3134;
  background: #fff;
  padding: 3rem 2.75rem 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-basic__item {
    display: flex;
    justify-content: space-between;
    padding: 4rem 4rem 4rem 5.1rem;
  }
}
.p-basic__item + .p-basic__item {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-basic__item + .p-basic__item {
    margin-top: 5rem;
  }
}

.p-basic__item_img {
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-basic__item_img {
    width: 36.4%;
  }
}
.p-basic__item_img img {
  aspect-ratio: 11/8;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-basic__item_title {
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 2rem;
  margin: 3rem 0 1.5rem;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-basic__item_title {
    font-size: 3.4rem;
    padding-bottom: 3.5rem;
    margin: 3rem 0 2rem;
  }
}
.p-basic__item_title::before {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background: #2f3134;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-basic__item_title::before {
    width: 6rem;
  }
}

.p-basic__item_contents {
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-basic__item_contents {
    width: 57.9%;
  }
}
.p-basic__item_contents dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.8rem 0.7rem;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-basic__item_contents dl {
    width: 47%;
    padding: 1.8rem 1.5rem;
    border-top: none;
  }
}
.p-basic__item_contents dl dt {
  opacity: 0.6;
  min-width: 8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-basic__item_contents dl dt {
    min-width: 10rem;
  }
}
.p-basic__item_contents dl dd {
  border-left: 1px solid #ccc;
  flex: 1;
  padding-left: 1.5rem;
  word-break: auto-phrase;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-basic__item_contents dl dd {
    padding-left: 3rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-basic__item_contents_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
  }
}
.p-basic__item_contents_row:first-of-type {
  border-top: none;
}
.p-basic__item_contents_row:first-of-type dl:first-of-type {
  border-top: none;
}

.p-insurance {
  padding: 7rem 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-insurance {
    padding: 14.6rem 0 0;
  }
}

.p-insurance__title {
  margin-bottom: 6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-insurance__title {
    margin-bottom: 8rem;
  }
}

.p-care {
  padding: 7rem 0 10rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-care {
    padding: 15rem 0 10rem;
  }
}

.p-care__text {
  border: 1px solid #2f3134;
  padding: 2.5rem 2rem 2.5rem;
  margin: 3rem 0 5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-care__text {
    padding: 6.5rem 5rem 6.6rem;
    margin: 4.2rem 0 8rem;
  }
}
.p-care__text ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-care__text ul li {
  position: relative;
  padding-left: 1.5em;
}
.p-care__text ul li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.p-care__table {
  max-width: 80rem;
  margin: 0 auto;
}