@charset "utf-8";

/* スマホ（〜767px） */
@media (max-width: 767px) {
  /* スマホ専用スタイル */
}

/* タブレット（768px〜1024px） */
@media (min-width: 768px) and (max-width: 1024px) {
  /* タブレット専用スタイル */
}

/* PC（1025px〜） */
@media (min-width: 1025px) {
  /* PC専用スタイル */
}



.page_top { z-index: 10; }

.top_intro { margin-bottom: 40px; }

.contents:nth-child(2) .section_title_ja { line-height: 1.6em; }

.sell_divorce_table { width: 600px; margin: 0 auto; border-collapse:collapse; }
.sell_divorce_table tr th,td { padding: 12px ; border: 1px solid #E5E5E5; }
.sell_divorce_table tr th,td:nth-child(3n+1) { width: 28% !important; }
.sell_divorce_table tr th,td:nth-child(3n+2) { width: 36%; }
.sell_divorce_table tr th,td:nth-child(3n+3) { width: 36%; }
.sell_divorce_table tr th { color: #FFF; background: #004680; }
.sell_divorce_table tr td:first-child { padding-left: 20px; font-weight: bold; background: #EDF5FD; }

.merit_title { margin-bottom: 10px; }
.merit_title::before { content: ""; display: inline-block; width: 5px; height: 20px; margin-right: 12px; transform: translateY(2px); background: #004680;  }
.merit_wrap { display: flex; flex-direction: column; gap: 20px; margin: 20px 0 40px 0; }
.merit_wrap .merit,.demerit { display: flex; flex-direction: column; gap: 8px; padding: 20px; background: #EDF5FD; }

.reform_banner_wrap { position: relative; }
.reform_banner_bg { width: 100%; }
.reform_banner_text_wrap { position: absolute; top: 0; bottom: 0; right: 0; left: 0; display: flex; flex-direction: column; justify-content: space-between; width: calc(100% - 80px); height: calc(100% - 80px); margin: auto; padding: 20px; }
.reform_banner_text_wrap::before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: #004680; opacity: 0.8; }
.reform_banner_text { position: relative; z-index: 1; }
.reform_banner_title { display: block; width: fit-content; margin: 0 auto 12px; }

.contents_bg_excursion_wave_top { background-color: #FDFD8A; }

@media (min-width: 768px) {
  .top_intro { text-align: center; }

  .contents:nth-child(2) .section_title_ja { line-height: 2em; }

  .sell_divorce_table { width: 100%; }
  .sell_divorce_table tr th,td { padding: 24px ; }
  .sell_divorce_table tr td:first-child { padding-left: 40px; }

  .merit_title { margin-bottom: 40px; }
  .merit_wrap { flex-direction: row; gap: 40px;margin: 30px 0 80px 0; }
  .merit_wrap .merit,.demerit { flex: 1; gap: 20px; padding: 40px; }
  h4{font-size: 20px;}


}