@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
/*reset*/
html {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
main {
  counter-reset: section;
  font-size: 1rem;
}
figure {
  margin: 0;
  padding: 0;
}
figcaption {
  font-weight: bold;
}
figcaption:not(.no-marker)::before {
  content: "\025C6";
  padding-right: 5px;
  font-size: 0.8em;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
hr {
  height: 1px;
  margin: 0 0 30px 0;
}
sup {
  transform: translateY(-0.5em);
  font-size: 0.7em;
  padding: 0 2px;
}
wbr::before {
  content: "\200B";
}
@media screen and (max-width: 1199px) {
  .showTB {
    display: block !important;
  }
}
/*common style overwrite*/
.notes,
.notes_num {
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 14px;
}
.notes li {
  padding-left: 18px;
  margin-top: 5px;
  font-size: 14px;
}
.notes_num li {
  padding-left: 35px;
  margin-top: 5px;
  font-size: 14px;
}
.list_primary {
  margin-bottom: 0;
}
.hdg_A {
  font-size: 1.125rem;
  border-left: 6px solid #004831;
  letter-spacing: 0.025em;
  margin-bottom: 50px;
}
.hdg_B {
  font-size: 1.25rem;
  letter-spacing: 0.025em;
}
div.topicPath {
  width: 100%;
  max-width: 1084px;
}
.linkList_B {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  border-bottom: 1px solid #d0d0d0;
}
.f20:not(:root) {
  font-size: 1.25rem;
}
.f18:not(:root) {
  font-size: 1.125rem;
}
.f16:not(:root) {
  font-size: 1rem;
}
.normal:not(:root) {
  font-weight: normal;
}
.badge {
  padding: 4px 12px 6px;
  min-width: 180px;
  border-radius: 2em;
  font-size: 1rem;
  margin-bottom: 8px;
  text-align: center;
}
.badge.center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.box_point,
.inner .box_point {
  border-radius: 3px;
}
.list li {
  padding-left: 1.8em;
  margin-bottom: 0;
}
.list li + li {
  margin-top: 12px;
}
.list li::before {
  font-size: 0.9em;
  margin-top: 0px;
  margin-left: 0px;
  transform: translateY(-50%);
  left: 0;
  padding-top: 0px;
  height: 1.5em;
  width: 1.5em;
  border-radius: 10%;
}
.num-circle {
  font-size: 1em;
  height: 1.5em;
  width: 1.5em;
  display: inline-block;
  text-align: center;
  background: #004831;
  color: #fff;
  border-radius: 10%;
}
.hdg_icon-notice .icon_search {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1199px) {
  .box_point-8-10 > [class^="col_"] {
    margin-bottom: 0;
  }
  .box_point-8-10 > [class^="col_"] + [class^="col_"] {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .row_flex {
    display: block;
    overflow: hidden;
  }
}
/*追加*/
.word-break-all {
  word-break: keep-all;
}
.highlight {
  background: linear-gradient(0deg, #c4d700 0, #c4d700 5px, transparent 5px, transparent 100%);
}
.bg-white {
  background: #fff;
}
.bg-lightgray {
  background: rgba(0, 0, 0, 0.05);
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.align-end {
  align-self: flex-end;
}
.inner-block {
  padding: 25px 25px 40px;
  height: 100%;
}
.list_horizontal {
  display: flex;
  flex-wrap: wrap;
}
.list_horizontal li:not(:last-of-type) {
  padding-right: 1em;
}
.txt-vertical {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  box-sizing: content-box;
}
/*signboard */
.signboard {
  width: 100%;
  max-width: 982px;
  padding-top: 80px;
  margin-bottom: 100px;
}
.sbd__inner {
  display: flex;
  align-items: center;
  position: relative;
}
.sbd__ttl-block {
  width: 100%;
  position: relative;
  z-index: 10;
}
.sbd__ttl-block h1 {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 12px;
}
.sbd__ttl {
  font-size: 1.375rem;
  letter-spacing: 0.025em;
  justify-self: start;
  align-self: center;
}
.sbd__copy {
  font-size: 1.125rem;
  letter-spacing: 0.025em;
  padding-left: 15px;
  font-weight: normal;
  align-self: center;
}
.sbd__page-ttl {
  font-size: 2.25rem;
  letter-spacing: 0.025em;
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (max-width: 1199px) {
  .sbd__inner {
    padding: 0 4%;
  }
  .sbd__ttl-block h1 {
    display: block;
  }
  .sbd__ttl {
    display: block;
    border: 0;
  }
  .sbd__copy {
    font-size: 1rem;
    display: block;
    padding-left: 0;
    padding-top: 8px;
    width: calc(100% - 47vw);
  }
  .sbd__page-ttl {
    font-size: 2rem;
    display: inline-block;
    margin-top: 15px;
    padding-top: 5px;
    background: #fff;
  }
  .word-break-all {
    word-break: normal;
  }
}
@media screen and (max-width: 767px) {
  .signboard {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 0px;
  }
  .sbd__inner {
    display: block;
    position: relative;
    height: auto;
  }
  .sbd__ttl-block {
    z-index: 10;
    position: relative;
    padding: 20px 4vw 0;
    margin-top: 0;
    width: 100%;
  }
  .sbd__ttl-block h1 {
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
  }
  .sbd__ttl {
    font-size: 1.28rem;
    line-height: 1.66;
    padding-bottom: 7px;
  }
  .sbd__copy {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
    line-height: 1.3;
    word-break: keep-all;
  }
  .sbd__page-ttl {
    font-size: 1.92rem;
    font-weight: bold;
    line-height: 1.44;
    margin-top: 0;
    word-break: keep-all;
    background: none;
  }
  .hdg_A {
    margin-bottom: 30px;
  }
}

/*メインセクション*/
section[id^="section"] {
  background: #ffffff;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 100px;
}
section#section00 {
  background-color: #e3eced;
  padding: 40px 0 40px;
  letter-spacing: 0.025em;
}
#section00 h2 {
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
#section00 h2::after {
  content: "";
  display: block;
  background: #004831;
  width: 60px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
}
section[id^="section"] .inner {
  max-width: 982px;
  margin-bottom: 0;
}

.hdg-section {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 25px;
}
.hdg-section:not(.label-text) {
  counter-increment: section;
}
.hdg-section:not(.label-text)::before {
  content: counter(section, decimal-leading-zero);
  color: #007F51;
  font-family: roboto;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.42;
  padding-right: 10px;
}
.hdg-section span {
  font-size: 1.75rem;
  padding-left: 15px;
  border-left: 1px solid #333;
  letter-spacing: 0.05em;
}
.hdg-section span.before {
  font-weight: 500;
  font-size: 1.8rem;
  padding-right: 10px;
  padding-left: 0;
  border: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  section[id^="section"] {
    padding-bottom: 60px;
  }

  section.last-section {
    padding-bottom: 80px;
  }

  .hdg-section {
    flex-direction: column;
    line-height: 1.3;
  }

  .hdg-section span {
    display: block;
    width: 100%;
    font-size: 1.71rem;
    line-height: 1.25;
    letter-spacing: normal;
    border-top: 1px solid #333;
    border-left: none;
    padding: 10px 0 0;
  }

  .hdg-section:not(.label-text)::before {
    padding-left: 0;
    padding-bottom: 10px;
  }

  .hdg-section span.before {
    font-size: 1.4rem;
  }
}

/*テーブル*/
.normal-table {
  width: 100%;
  border-collapse: collapse;
}
.normal-table thead th {
  background-color: #596e58;
  color: #fff;
  padding: 3px 7px;
  text-align: center;
  font-size: 14px;
}
.normal-table thead th + th {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
.normal-table tbody tr {
  background: #fff;
}
.normal-table tbody tr.stripe {
  background: rgba(168, 154, 139, 0.2);
}
.normal-table tbody th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #ddd;
  padding: 3px 7px;
  font-size: 14px;
}
.normal-table tbody td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 3px 7px;
  text-align: center;
}
.normal-table td:empty {
  background-color: transparent;
  border: 0;
}
.tax-table {
  width: 100%;
  border-collapse: collapse;
}
.tax-table thead th {
  background-color: #61718f;
  color: #fff;
  padding: 3px 5px;
  text-align: center;
  font-size: 14px;
}
.tax-table thead th.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.tax-table thead th + th {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.tax-table thead td {
  background-color: #d7dce3;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 3px 5px;
  font-size: 14px;
}
.tax-table tbody tr {
  background: #fff;
}
.tax-table tbody th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #ddd;
  padding: 3px 7px;
  font-size: 14px;
}
.tax-table tbody td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 3px 7px;
  text-align: right;
}
.tax-table.f12 tbody td {
  font-family: Meiryo, sans-serif;
}
.tax-table td:empty {
  background-color: transparent;
  border: 0;
}
.tax-table caption {
  color: #004831;
  font-weight: bold;
  font-size: 1rem;
  padding: 0 0 6px;
  text-align: left;
}
.tax-table caption::before {
  content: "\25AA";
}

.tax-table td.emphasis {
  background: #fdd;
}
tr.emphasis,
col.emphasis {
  border: 2px solid #950d1b;
}
@media screen and (max-width: 1199px) {
  .table-scroll {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .table-scroll .fixed {
    position: sticky;
    left: 0;
    z-index: 10;
  }
  .tax-table tbody th {
    padding: 3px 5px;
    font-size: 13px;
  }
  .tax-table tbody td {
    padding: 3px 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .normal-table thead th {
    padding: 3px 5px;
    font-size: 13px;
  }
  .normal-table tbody td {
    text-align: left;
  }
  .table-scroll.normal-table tbody td {
    word-break: break-all;
    white-space: nowrap;
  }
}
/*ステップ*/
dl.steps dt {
  border: 1px solid #004831;
  display: flex;
  background: #fff;
}
span.step-num {
  background: #004831;
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5em;
  flex-shrink: 0;
}
dl.steps dt div {
  padding: 10px 14px;
}
dl.steps dt em {
  font-size: 1.5rem;
}
dl.steps dd {
  margin: 0;
  padding: 35px 0 45px 55px;
  background-image: url(/service/sozoku/hajimete-sozoku/01/images/step_arrow.svg);
  background-repeat: no-repeat;
  background-position: bottom left 10px;
}
dl.steps dd:last-of-type {
  background: none;
}
dl.steps dd div + div {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .right_tablet {
    margin-right: 0;
    margin-left: auto !important;
  }
}
@media screen and (max-width: 767px) {
  span.step-num {
    font-size: 1rem;
    width: 1em;
    padding: 0 20px;
    letter-spacing: 0.2em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  dl.steps dd {
    margin: 0;
    padding: 25px 0 35px 30px;
    background-position: bottom left 0px;
  }
  dl.steps dd img {
    margin: auto;
    display: block;
    min-width: 240px;
    max-width: 68vw;
  }
  dl.steps dd picture {
    margin: auto;
  }
  dl.steps dd:last-of-type {
    padding-left: 0;
  }
}

/*例えば*/
p.calc {
  font-size: 1.7rem;
}
.note-green {
  margin-top: 20px;
  background: rgba(147, 157, 86, 0.2);
  padding: 18px 25px;
}
.note-green p {
  font-size: 1.25rem;
}
.note-emphasis {
  border: 2px solid #950d1b;
  padding: 12px 24px;
  background: #fff;
}
.label-example {
  background: #004831;
  color: #fff;
  padding: 5px 10px;
  position: relative;
  white-space: nowrap;
}
.label-example::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 7px solid transparent;
  border-left: 10px solid #004831;
}
.example {
  display: flex;
  align-items: center;
}
.example p {
  margin-left: 20px;
  color: #004831;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  p.calc {
    font-size: 1.5rem;
  }
  .note-green {
    margin-top: 20px;
    padding: 14px 18px;
  }
  .note-green p {
    font-size: 1.125rem;
  }
  .example {
    align-items: flex-start;
    flex-direction: column;
  }
  .label-example {
    margin-bottom: 10px;
  }
  .label-example::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    border: 7px solid transparent;
    border-top: 10px solid #004831;
  }
  .example p {
    margin-left: 0;
  }
}

/*ページネイション*/
.paginate {
  width: 100%;
  padding: 40px 0 140px;
}
.paginate ul {
  max-width: 982px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
.paginate li {
  position: relative;
}
.paginate .prev {
  margin-right: auto;
}
.paginate .next {
  margin-left: auto;
}
.paginate .prev::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/icon_arrow_left.svg);
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.paginate .next::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/icon_arrow_right.svg);
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.paginate li a {
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .paginate ul {
    padding: 0 4vw;
    flex-wrap: wrap;
  }
  .paginate .prev {
    margin-left: 30px;
  }
  .paginate .next {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .paginate .prev {
    margin-left: 30px;
  }
  .paginate .next {
    margin-right: 30px;
  }
  .paginate .prev + .next {
    margin-top: 30px;
  }
}

/*宣伝エリア*/
.cv_section {
  margin-bottom: 100px;
}

.cv_section .inner {
  padding: 40px 0;
  max-width: 740px;
  margin-bottom: 0;
}

.cv_section h2 {
  margin-bottom: 50px;
}

.cv_section .cv_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cv_section .cv_flex .cv_img {
  width: 100%;
  max-width: 315px;
}

.cv_section .cv_flex .cv_text_box {
  width: 100%;
  max-width: 366px;
}

.cv_flex .cv_text_box .cv_text {
  margin-bottom: 30px;
}

.cv_flex .cv_text_box .cv_text .highlight {
  font-size: 1.375rem;
  line-height: 1.45;
}

.cv_flex .cv_text_box .btn-main {
  min-width: 366px;
  max-width: 366px;
}

.cv_flex .cv_text_box .cv_heading {
  font-size: 1.375rem;
}

@media screen and (max-width: 1199px) {
  .cv_section .inner {
    max-width: 982px;
    padding: 40px 8vw;
  }

  .cv_section .cv_flex {
    justify-content: center;
    gap: 0 50px;
    margin-left: -25px;
    margin-right: -25px;
  }

  .cv_section .cv_flex .cv_img {
    max-width: 370px;
  }

  .cv_section .cv_flex .cv_text_box {
    max-width: 370px;
  }

  .cv_flex .cv_text_box .btn-main {
    min-width: 370px;
    max-width: 370px;
  }
}

@media screen and (max-width: 767px) {
  .cv_section {
    margin-bottom: 70px;
  }

  .cv_section .cv_flex {
    flex-direction: column;
    margin: 0;
  }

  .cv_section h2 {
    font-size: 1.428rem;
    line-height: 1.45;
    margin-bottom: 20px;
  }

  .cv_section .cv_flex .cv_img {
    margin-bottom: 30px;
  }

  .cv_section .cv_flex .cv_text_box {
    text-align: center;
  }

  .cv_flex .cv_text_box .cv_text {
    line-height: 1.71;
    margin-bottom: 30px;
  }

  .cv_flex .cv_text_box .cv_text .highlight {
    font-size: 1.428rem;
    line-height: 1.2;
  }

  .cv_flex .cv_text_box .btn-main {
    min-width: 315px;
    max-width: 315px;
  }
}

.life_insurance_container {
  text-align: center;
}

.life_insurance_container .caption_text {
  color: #007F51;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px;
}

.life_insurance_container .life_insurance_list {
  width: 100%;
  max-width: 680px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.life_insurance_container .life_insurance_list .life_insurance_item {
  width: 100%;
  max-width: 180px;
}

.life_insurance_list .life_insurance_item .life_insurance_img {
  margin-bottom: 15px;
}

.life_insurance_list .life_insurance_item .life_insurance_text {
  font-weight: bold;
  line-height: 1.56;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .life_insurance_container .caption_text {
    font-size: 1.428rem;
    line-height: 1.7;
  }

  .life_insurance_container .life_insurance_list {
    flex-direction: column;
  }

  .life_insurance_container .life_insurance_list .life_insurance_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
    max-width: 100%;
  }

  .life_insurance_list .life_insurance_item .life_insurance_img {
    width: 100%;
    max-width: 38.1%;
  }

  .life_insurance_list .life_insurance_item .life_insurance_text {
    width: 100%;
    max-width: 52.384%;
    text-align: left;
  }
}



.ratio_box {
  display: flex;
  align-items: center;
  gap: 0 70px;
  background-color: #E8F5F6;
  border-radius: 15px;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.ratio_box .ratio_text {
  width: 100%;
  max-width: 620px;
}

.ratio_text .ratio_description .description_text {
  margin-bottom: 15px;
}

.ratio_text .ratio_question {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 15px;
}

.ratio_text .ratio_question .icon_img {
  width: 100%;
  max-width: 25px;
}

.ratio_text .ratio_question .ratio_question_text {
  color: #336BA9;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.44;
  margin-bottom: 0;
}

.ratio_text .ratio_description .source_text {
  font-size: 0.75rem;
  line-height: 2;
  margin-top: 10px;
}

.ratio_box .ratio_img {
  width: 100%;
  max-width: 168px;
}

.schedule_box {
  text-align: center;
}

.schedule_box .schedule_title {
  color: #007F51;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 10px;
}

.notes {
  margin-bottom: 40px;
}

.figure_scroll.img_scroll {
  width: 982px;
}

@media screen and (max-width: 767px){
  .ratio_box {
    flex-direction: column;
  }

  .ratio_box .ratio_text .ratio_question {
    align-items: flex-start;
  }

  .ratio_box .ratio_text,
  .ratio_box .ratio_text .ratio_description {
    display: contents;
  }

  .ratio_box .notes {
    order: 1;
  }

  .ratio_box .notes li{
    font-size: 0.857rem;
    line-height: 1.66;
    margin-right: 0;
    margin-left: 0;
  }

  .ratio_text .ratio_description .source_text {
    font-size: 0.857rem;
    line-height: 1.66;
    order: 2;
    margin-bottom: 0;
  }
}


.another_approach_box {
  background-color: #F5F9E6;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 50px;
}

.another_approach_box .caption_text {
  color: #004831;
  font-weight: bold;
  line-height: 1.5;
}

.another_approach_box .tax_amount_title .title_text {
  color: #004831;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.44;
  border-bottom: 2px solid #004831;
  padding-bottom: 10px;
}

.another_approach_box .tax_amount_title .speech-bubble {
  position: relative;
  top: 0;
  left: 0;
  width: 124px;
  background: #007F51;
  border: 1px solid #007F51;
  border-radius: 5px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.41;
  font-weight: bold;
  text-align: center;
  padding: 3px 2px;
}

.another_approach_box .tax_amount_title .speech-bubble::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 10px solid #007F51;
}

.another_approach_box .prerequisite {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.another_approach_box .prerequisite .list li::before {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.69;
  border-radius: 50%;
}

.inheritance_tax_amount .tax_amount_table {
  width: 100%;
  max-width: 590px;
  font-size: 0.875rem;
  line-height: 1.428;
  text-align: center;
}

.inheritance_tax_amount .tax_amount_table th {
  color: #004831;
  font-size: 0.9375rem;
  line-height: 1.4;
  border: 1px solid #004831;
  background-color: #cce5dc;
  padding: 5px 0;
}

.inheritance_tax_amount .tax_amount_table td {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 27px;
}

.inheritance_tax_amount .tax_amount_table .td-bold {
  font-weight: bold;
}

.solution_box .solution_hdg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  color: #fff;
  font-size: 1.43rem;
  font-weight: bold;
  line-height: 1.54;
  border-radius: 10px 10px 0 0;
  background-color: #009C74;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}

.solution_box .solution_hdg::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(/service/sozoku/life_insurance/images/icon_02.png);
  background-repeat: no-repeat;
}

.solution_box .solution_box_inner {
  border: 2px solid #009C74;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 20px 40px 40px;
}

.solution_box .solution_box_inner .solution_box_caption {
  color: #009C74;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}

.solution_box .solution_list {
  margin-bottom: 25px;
}

.solution_box .solution_list .solution_list_item {
  font-weight: bold;
  line-height: 1.5;
  list-style: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 10px;
}

.solution_box .solution_list .solution_list_item::marker {
  color: #009C74;
}

.solution_box .solution_box_inner .solution_img {
  width: 100%;
  max-width: 376px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .inheritance_tax_amount .scrollTable {
    overflow-x: initial;
  }
}

@media screen and (max-width: 749px) {
  .inheritance_tax_amount .scrollTable {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
  .solution_box .solution_box_inner {
    padding: 20px;
  }

  .solution_box .solution_list .solution_list_item {
    font-size: 1.14rem;
    line-height: 1.5;
  }

  .another_approach_box {
    padding: 30px 20px;
  }

  .another_approach_box .caption_text {
    font-size: 1.142rem;
    line-height: 1.5;
  }

  .another_approach_box .tax_amount_title .title_text {
    font-size: 1.28rem;
    line-height: 1.44;
    text-align: center;
  }

  .another_approach_box .tax_amount_title .speech-bubble {
    margin: 0 auto 15px;
  }

  .another_approach_box .prerequisite {
    flex-direction: column;
  }

  .another_approach_box .prerequisite .prerequisite_text {
    width: 100%;
  }

  .another_approach_box .prerequisite .list {
    margin-bottom: 20px;
  }

  .inheritance_tax_amount .tax_amount_table {
    width: 590px;
  }
}

.icon_book {
  background: url(/service/sozoku/gift_tax/images/icon_01.png) center center no-repeat;
  display: inline-block;
  width: 16px;
  height: 18px;
  vertical-align: middle;
  margin-right: 7px;
}

.icon_check_box {
  background: url(/service/sozoku/gift_tax/images/icon_02.png) center center no-repeat;
  display: inline-block;
  width: 29px;
  height: 27px;
}

.toggleboxCmn .toggleboxCmn__title {
  color: #004831;
  font-size: 1.25rem;
  line-height: 1.45;
}

.toggleboxCmn .commentary_text {
  font-size: 0.9375rem;
}

.important_notes_box {
  background-color: #f5f5f5;
  padding: 45px 40px;
  margin-bottom: 40px;
  border-radius: 8px;
}

.important_notes_box:last-child {
  margin-bottom: 0;
}

.important_notes_box .important_text,
.important_notes_box .list_primary {
  font-size: 0.875rem;
}

.important_notes_box .important_heading {
  display: flex;
  align-items: center;
  gap: 0 30px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.important_notes_box .important_column {
  display: flex;
  gap: 0 40px;
}

.scrollTable_caption {
  width: 100%;
  max-width: 580px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}

.flatTable__scroll.calendar_inheritance_tax th {
  color: #fff;
  background-color: #007F51;
  font-size: 1rem;
  border-top: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.flatTable__scroll.calendar_inheritance_tax td {
  text-align: left;
}

.flatTable__scroll.calendar_inheritance_tax .item {
  background-color: #f5f5f5;
  width: 170px;
  padding: 15px 10px;
  text-align: center;
}

.flatTable__scroll.gift_tax {
  width: 580px;
}

.flatTable__scroll.gift_tax .annual_donated_assets {
  width: 111px;
  background-color: #007F51;
  color: #fff;
  font-size: 0.937rem;
}

.annual_donated_assets .brackets {
  font-size: 0.8125rem;
}

.flatTable__scroll.gift_tax .gift_tax_heading,
.flatTable__scroll.gift_tax .gift_tax_item {
  background-color: #CCE5DC;
  color: #333;
  font-weight: bold;
  padding: 15px 10px;
}

.flatTable__scroll.gift_tax .gift_tax_heading {
  width: 234px;
  border: 1px solid #fff;
}

.flatTable__scroll.gift_tax .gift_tax_item {
  max-width: 90px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.flatTable__scroll.gift_tax .amount {
  background-color: #4D4D4D;
  color: #fff;
}

.flatTable__scroll.gift_tax .gift_tax_amount {
  background-color: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .important_notes_box {
    padding: 30px 15px;
  }

  .important_notes_box .important_heading {
    gap:0 10px;
  }

  .important_notes_box .important_column {
    flex-direction: column;
  }

  .icon_check_box{
    background: url(/service/sozoku/gift_tax/images/icon_02_sp.png) center center no-repeat;
    width: 12%;
    height: 21px;
  }

  .important_notes_box .important_text,
  .important_notes_box .list_primary {
    font-size: 1rem;
  }

  .important_notes_box .important_text {
    margin-bottom: 25px;
  }
}
