@charset "UTF-8";
/*------- color -------*/
/* layout/_header 等で使用 */
/* デメリット見出し・inheritance-mdbox --demerit 等 */
/*------- mixin -------*/
.page-inheritance .inheritance-worries__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25vw;
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-worries__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4.27vw 2.67vw;
  }
}
.page-inheritance .inheritance-worries__item {
  width: calc((100% - 3.75vw) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-worries__item {
    width: calc((100% - 2.67vw) / 2);
  }
}
.page-inheritance .inheritance-worries__item__bubble {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 6.77vw;
  padding: 0.83vw 0.73vw 1.04vw;
  border-radius: 1.25vw;
  background-color: #f0de78;
  font-size: 0.94vw;
  line-height: 1.5555555556;
  text-align: center;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  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;
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-worries__item__bubble {
    min-height: 32vw;
    padding: 3.2vw 2.67vw 4.27vw;
    border-radius: 3.73vw;
    font-size: 3.73vw;
    line-height: 1.5714285714;
  }
}
.page-inheritance .inheritance-worries__item__bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.73vw;
  width: 1.35vw;
  height: 0.94vw;
  background: #f0de78;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-worries__item__bubble::after {
    bottom: -2.67vw;
    width: 4.27vw;
    height: 3.2vw;
  }
}
.page-inheritance .inheritance-worries__item__img {
  width: 5.73vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: auto;
  padding-top: 0.83vw;
  margin-left: auto;
  margin-right: auto;
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-worries__item__img {
    width: 19.2vw;
    padding-top: 3.2vw;
  }
}
.page-inheritance .inheritance-mdbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.67vw;
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-mdbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.73vw;
  }
}
.page-inheritance .inheritance-mdbox__item {
  width: calc((100% - 1.67vw) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.83vw;
  overflow: hidden;
  background-color: #fff;
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-mdbox__item {
    width: 100%;
    border-radius: 2.67vw;
  }
}
.page-inheritance .inheritance-mdbox__item.--merit {
  border: 0.16vw solid #008c32;
}
.page-inheritance .inheritance-mdbox__item.--merit .inheritance-mdbox__item__title {
  background-color: #008c32;
}
.page-inheritance .inheritance-mdbox__item.--merit .inheritance-mdbox__item__list li::before {
  background-color: #008c32;
}
.page-inheritance .inheritance-mdbox__item.--demerit {
  border: 0.16vw solid #e74c3c;
}
.page-inheritance .inheritance-mdbox__item.--demerit .inheritance-mdbox__item__title {
  background-color: #e74c3c;
}
.page-inheritance .inheritance-mdbox__item.--demerit .inheritance-mdbox__item__list li::before {
  background-color: #e74c3c;
}
.page-inheritance .inheritance-mdbox__item__title {
  min-height: 3.75vw;
  padding: 0.73vw 0.94vw;
  color: #fff;
  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;
  font-size: 1.67vw;
  text-align: center;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-mdbox__item__title {
    min-height: 11.73vw;
    padding: 2.13vw 2.67vw;
    font-size: 5.33vw;
  }
}
.page-inheritance .inheritance-mdbox__item__list {
  width: 100%;
  padding: 1.15vw 1.25vw 1.35vw;
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-mdbox__item__list {
    padding: 3.2vw 2.67vw 3.73vw;
  }
}
.page-inheritance .inheritance-mdbox__item__list li {
  padding-left: 1.25vw;
  font-size: 0.94vw;
  line-height: 1.6666666667;
  position: relative;
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-mdbox__item__list li {
    padding-left: 3.73vw;
    font-size: 3.73vw;
    line-height: 1.5714285714;
  }
}
.page-inheritance .inheritance-mdbox__item__list li::before {
  content: "";
  width: 0.36vw;
  height: 0.36vw;
  border-radius: 50%;
  position: absolute;
  top: 0.63vw;
  left: 0.31vw;
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-mdbox__item__list li::before {
    width: 1.33vw;
    height: 1.33vw;
    top: 2.13vw;
    left: 0.53vw;
  }
}
.page-inheritance .inheritance-mdbox__item__list li:nth-child(n+2) {
  margin-top: 0.52vw;
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-mdbox__item__list li:nth-child(n+2) {
    margin-top: 1.6vw;
  }
}
.page-inheritance .inheritance-case__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 2.5vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.25vw;
  border-radius: 0.63vw;
  background-color: #008c32;
  color: #fff;
  font-size: 1.46vw;
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-case__title {
    min-height: 8.53vw;
    padding: 0 3.73vw;
    border-radius: 1.6vw;
    font-size: 4.8vw;
  }
}
.page-inheritance .inheritance-case__text {
  font-size: 0.94vw;
  line-height: 1.6666666667;
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-case__text {
    font-size: 3.73vw;
    line-height: 1.7142857143;
  }
}
.page-inheritance .inheritance-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.35vw;
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-case__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.67vw;
  }
}
.page-inheritance .inheritance-case__list__item {
  width: calc((100% - 1.35vw) / 2);
  border: 0.16vw solid #008c32;
  border-radius: 0.83vw;
  background-color: #fff;
  padding: 0.94vw 1.04vw 1.15vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.04vw;
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-case__list__item {
    width: 100%;
    border-width: 0.53vw;
    border-radius: 2.67vw;
    padding: 2.67vw 2.67vw 3.2vw;
    gap: 2.67vw;
  }
}
.page-inheritance .inheritance-case__list__item__person {
  width: 8.33vw;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-case__list__item__person {
    width: 21.87vw;
  }
}
.page-inheritance .inheritance-case__list__item__person p {
  margin-top: 0.42vw;
  color: #008c32;
  font-size: 1.15vw;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-case__list__item__person p {
    margin-top: 1.07vw;
    font-size: 3.73vw;
  }
}
.page-inheritance .inheritance-case__list__item__price {
  color: #008c32;
  font-size: 1.46vw;
  line-height: 1.4285714286;
  text-align: center;
  width: 100%;
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-case__list__item__price {
    font-size: 4.8vw;
    line-height: 1.4444444444;
  }
}
.page-inheritance .inheritance-case__list__item__price b {
  font-size: 1.2857142857em;
}
@media not all and (min-width: 782px) {
  .page-inheritance .inheritance-case__list__item__price b {
    font-size: 1.3333333333em;
  }
}
/*# sourceMappingURL=inheritance.css.map */