@charset "UTF-8";
/* 明朝体 Web font */
/* opacity: 0.3 */
/* ブレイクポイント設定 */
/* デフォルト 375px ~ 575px */
/* 374px 以下で適用 */
/* 576px ~ 767px で適用 */
/* 768px ~ 959px で適用 */
/* 960px 以上で適用 */
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top {
    max-width: 998px;
    margin: 0 auto;
  }
}
.inheritance-of-leasehold-top__title {
  color: #00664b;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN", "Noto Serif JP", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
  letter-spacing: 2.2px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__title {
    font-size: 44px;
  }
}
.inheritance-of-leasehold-top__title-area {
  padding: 30px 20px 0;
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__title-area {
    padding: 0;
    margin-top: 60px;
  }
}
.inheritance-of-leasehold-top__title-wrap {
  border-bottom: 2px solid #cce8dd;
}
.inheritance-of-leasehold-top__subtitle {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.inheritance-of-leasehold-top__subtitle-sp {
  padding: 20px 20px 40px;
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__subtitle-sp {
    display: none;
  }
}
.inheritance-of-leasehold-top__subtitle-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__subtitle-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 48px auto 80px;
  }
}
.inheritance-of-leasehold-top__section-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__section-title {
    margin-bottom: 40px;
  }
}
.inheritance-of-leasehold-top__card {
  margin: 20px 20px 40px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    margin-bottom: 40px;
  }
}
.inheritance-of-leasehold-top__card-img img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__card-img {
    width: 519px;
  }
  .inheritance-of-leasehold-top__card-img img {
    width: 519px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.inheritance-of-leasehold-top__card-contents {
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__card-contents {
    width: 480px;
    padding: 34px 39px 34px 40px;
  }
}
.inheritance-of-leasehold-top__card-title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__card-title {
    font-size: 24px;
  }
}
.inheritance-of-leasehold-top__card-text {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin: 20px auto;
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__card-text {
    font-size: 17px;
  }
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__card-first {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__card-second {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__card-third {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__card-fourth {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__introduction {
    margin-bottom: 80px;
  }
}
.inheritance-of-leasehold-top__introduction-card-first {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__introduction-card-first {
    margin-bottom: 0;
  }
}
.inheritance-of-leasehold-top__introduction-card-second {
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__introduction-card-second {
    margin-bottom: 0;
  }
  .inheritance-of-leasehold-top__introduction-card-second div {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.inheritance-of-leasehold-top__introduction-card-button {
  width: 600px;
  margin: 0 auto;
}
.inheritance-of-leasehold-top__introduction-card-button-wrap {
  display: none;
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__introduction-card-button-wrap {
    display: block;
    background-color: rgba(204, 232, 221, 0.2980392157);
    padding: 40px 0;
  }
}
.inheritance-of-leasehold-top__glossary {
  margin-top: 50px;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__glossary {
    padding: 0;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__glossary-contents-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 32px;
  }
}
.inheritance-of-leasehold-top__glossary-button {
  margin: 20px auto 50px;
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__glossary-button {
    margin: 0;
    width: 400px;
    margin: 0 auto;
    margin-top: 50px;
  }
}
.inheritance-of-leasehold-top__others-phrase {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__others-phrase {
    margin-bottom: 80px;
  }
}
.inheritance-of-leasehold-top__others-phrase-card {
  margin: 20px;
  padding: 20px;
  background-color: rgba(204, 232, 221, 0.2980392157);
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__others-phrase-card {
    margin: 0 auto 40px;
    padding: 40px;
  }
}
.inheritance-of-leasehold-top__others-phrase-card-title {
  color: #00664b;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: 2px;
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__others-phrase-card-title {
    font-size: 24px;
  }
}
.inheritance-of-leasehold-top__others-phrase-card-text {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__others-phrase-card-text {
    font-size: 17px;
  }
}
.inheritance-of-leasehold-top__others-phrase-card-last {
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__others-phrase-card-last {
    margin-bottom: 0;
  }
}
.inheritance-of-leasehold-top__consultation-sp {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__consultation-sp {
    display: none;
  }
}
.inheritance-of-leasehold-top__consultation-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .inheritance-of-leasehold-top__consultation-pc {
    display: block;
    margin-bottom: 80px;
  }
}