@charset "UTF-8";
/*----------------------------------------
  clearfix
----------------------------------------*/
/*----------------------------------------
  相続準備3 相続財産の評価
----------------------------------------*/
/* リード文
-----------------------------*/
/* 相続税の対象
-----------------------------*/
.p-item02 {
  text-align: center;
}

.p-item02__lead {
  margin-top: 60px;
}

.p-item02__lead a {
  display: block;
  color: var(--proBlue);
}

.p-item02__lead a:hover {
  text-decoration: underline;
}

.p-item02__sttl {
  color: var(--proBlue);
  font-size: 1.25em;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.p-item02__sec01 {
  margin-top: 60px;
}

.p-item02__sec02 {
  margin-top: 60px;
}

.p-item02__sec03 {
  margin-top: 60px;
  padding: 40px 15px;
  border: 2px solid var(--proBlue);
  border-radius: 15px;
}

@media screen and (min-width: 769px), print {
  .p-item02__lead a {
    display: inline;
  }
  .p-item02__sec03 {
    padding: 40px;
    border: 4px solid var(--proBlue);
    border-radius: 20px;
  }
}

/*課税財産・控除財産リスト*/
.p-property {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-property__item {
  display: flex;
  flex-direction: column;
  width: 36.52%;
  margin: 40px 15px 0;
}

.p-property__item .ttl {
  order: 2;
  margin-top: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-property__item .txt {
  order: 3;
  margin-top: 10px;
}

.p-property__item .icon {
  order: 1;
}

@media screen and (min-width: 769px), print {
  .p-property {
    justify-content: space-between;
  }
  .p-item02__sec02 .p-property {
    max-width: 536px;
    margin: 0 auto;
  }
  .p-property__item {
    width: 168px;
    margin: 40px 0 0;
  }
}

/*計算例*/
.p-example__ttl {
  margin-bottom: 40px;
}

.p-example__ttl span {
  display: block;
  color: var(--proBlue);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.25em;
}

.p-example__04 {
  margin-bottom: -90px;
}

@media screen and (min-width: 769px), print {
  .p-example {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-example__ttl {
    text-align: left;
  }
  .p-example__ttl span {
    display: inline;
    margin-right: 10px;
  }
  .p-example__02 {
    margin-top: 0 !important;
  }
  .p-example__03 {
    width: 100%;
  }
  .p-example__03 img {
    width: 315px !important;
  }
  .p-example__04 {
    width: 100%;
  }
  .p-example__04 img {
    width: 342px !important;
  }
}

/* 相続税の目安
-----------------------------*/
.p-item03 {
  max-width: 720px;
  margin: 0 auto;
}

.p-item03 .c-ttl_2 {
  text-align: center;
}

/*タブ*/
.p-tab {
  display: flex;
  margin-top: 80px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 2px solid var(--proBlue);
}

.p-tab li {
  flex-basis: 50%;
  display: flex;
}

.p-tab button {
  position: relative;
  flex-grow: 1;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  background: var(--proBlue_light2);
  font-weight: bold;
  font-size: 0.875em;
  line-height: 1.78;
}

.p-tab button::before {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/materials/baikyaku-souzoku-ic-arw01_230331.svg) center center/contain no-repeat;
}

.p-tab button.is-current {
  background: var(--proBlue);
  color: #ffffff;
  cursor: default;
}

.p-tab button.is-current::before {
  display: none;
}

/*タブパネル*/
.p-tabpanel {
  display: none;
  margin: 20px -15px 20px 0;
}

.p-tabpanel.is-current {
  display: block;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .p-item03 {
    margin-top: -250px;
  }
  .p-tabpanel {
    margin: 20px 0;
  }
}

/* 相続税の算出方法
-----------------------------*/
.p-item04 {
  text-align: center;
}

.p-item04 .m-general-fig__one .col {
  margin-top: 60px;
}
