@charset "UTF-8";

/*=====================================
弁護士費用

/*タイトル*/
article.column h2{
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  article.column h2{
    margin-top: 30px;
  }
}

/*テーブル上*/
div.main_container img {
    margin-bottom: 15px !important;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}

.fee-heading-medium{
    font-size: 18px;
}

.fee-heading-small{
    font-size: 14px;
}


div.main_container h2.fee:before {
  margin-top: 50px !important; }

@media screen and (max-width: 768px) {
  div.main_container h2.fee:before {
    margin-top: 40px !important; }
    .fee-heading-medium .ttl_style02{
        font-size: 16px;
    }
    .fee-heading-medium .main{
        font-size: 16px;
    }
    /* .fee-price-wrap td.first-td{
        background-color: red;

    } */
     table{
      table-layout: auto;
     }
 }
@media screen and (max-width: 425px) {
 div.main_container p, div.main_container ul, div.main_container h3, div.main_container h4, div.main_container dl {
    font-size: 16px;
    line-height: 1.8;
}
}
@media screen and (max-width: 410px) {
  div.main_container h2.fee:before {
    margin-top: 20px !important; } }
div.fee_wrap {
  overflow-x: hidden; }

div.main_container h2.fee:before {
  position: inherit !important; }

div.main_container.fee_page .article_ttl {
  display: block;
  position: relative;
  margin-bottom: 25px;
  top: 0; }
div.main_container.fee_page section p {
  margin-bottom: 0; }
div.main_container.fee_page table {
  margin: 3rem auto 0;
  width: 100%;
  text-align: left; }
  div.main_container.fee_page table th, div.main_container.fee_page table td {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 0.9rem;
    vertical-align: middle; }
  div.main_container.fee_page table th {
    font-size: 1rem; }
  div.main_container.fee_page table td span {
    display: inline-block; }
  div.main_container.fee_page table tr .bg_td {
    background-color: #f7f7f7;
    width: 25%; }
  div.main_container.fee_page table th {
    background-color: #F6F4F1;
    text-align: center; }
  div.main_container.fee_page table .td01 {
    width: 30%;
    text-align: center; }
  div.main_container.fee_page table .td02 {
    width: 70%; }
div.main_container.fee_page .fee_nav_box {
  margin-bottom: 50px; }
  div.main_container.fee_page .fee_nav_box .fee_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: start; }
    div.main_container.fee_page .fee_nav_box .fee_nav li {
      transition: 0.2s linear;
      margin-right: 15px;
      margin-bottom: 15px;
      box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
      border-radius: 3px; }
      div.main_container.fee_page .fee_nav_box .fee_nav li:last-of-type {
        margin-right: 0; }
      div.main_container.fee_page .fee_nav_box .fee_nav li:hover {
        transform: translate(0px, 2px);
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
        opacity: 1; }
      div.main_container.fee_page .fee_nav_box .fee_nav li a {
        font-size: 16px;
        font-weight: 500;
        padding: 10px 15px;
        display: inline-block;
        border-radius: 3px; }
        div.main_container.fee_page .fee_nav_box .fee_nav li a:after {
          content: "▼";
          display: inline-block;
          font-size: 12px;
          color: #424242;
          position: relative;
          top: -2px;
          left: 2px; }
div.main_container.fee_page .fee_nav .fee_01 {
  background-color: #edf9ee; }
div.main_container.fee_page #fee_01 th {
  background-color: #edf9ee; }
div.main_container.fee_page .fee_nav .fee_02 {
  background-color: #fdf2df; }
div.main_container.fee_page #fee_02 th {
  background-color: #fdf2df; }
div.main_container.fee_page .fee_nav .fee_03 {
  background-color: #fdf1ff; }
div.main_container.fee_page #fee_03 th {
  background-color: #fdf1ff; }
div.main_container.fee_page .fee_nav .fee_04 {
  background-color: #edf0f9; }
div.main_container.fee_page #fee_04 th {
  background-color: #edf0f9; }
div.main_container.fee_page .fee_nav .fee_05 {
  background-color: #fff1eb; }
div.main_container.fee_page #fee_05 th {
  background-color: #fff1eb; }
div.main_container.fee_page #fee_05 td.table03-sub {
  background-color: #fff9f6; }
div.main_container.fee_page .fee_nav .fee_06 {
  background-color: #e2e2e2; }
div.main_container.fee_page #fee_06 th {
  background-color: #e2e2e2; }
div.main_container.fee_page #fee_09 th {
  background-color: #ffebf3; }
div.main_container.fee_page #fee_10 th {
  background-color: #f5f2ff; }
div.main_container.fee_page .fee_nav > div {
  padding-top: 60px;
  margin-top: -60px; }
  div.main_container.fee_page .fee_nav > div table {
    margin-top: 0; }
div.main_container.fee_page .fee_caution {
  font-size: 15px;
  color: #e54e30; }
div.main_container.fee_page table .table03-sub {
  text-align: center;
  background-color: #efefef;
  font-weight: 600;
  padding: 10px; }
div.main_container.fee_page .top {
  text-align: right; }
  div.main_container.fee_page .top a {
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline; }

@media screen and (max-width: 768px) {
  div.main_container.fee_page .fee_nav_box .fee_nav li a {
    font-size: 15px;
    padding: 10px; } }
@media screen and (max-width: 425px) {
  /*div.main_container.fee_page table {
	  margin-top: 20px;
	  margin-bottom: 10px;
    tr .bg_td {
      width: 105px;
    }

    th {
      font-size: 13px;
    }

    td {
      font-size: 13px;

      p {
        font-size: 13px;
      }
    }
  }*/
  div.main_container.fee_page .fee_nav_box .fee_nav li {
    width: calc(100% / 2 - 5px);
    margin-right: 5px;
    display: flex;
    align-items: center;
    text-align: center;
    min-height: 50px; }
    div.main_container.fee_page .fee_nav_box .fee_nav li a {
      font-size: 13px;
      padding: 10px;
      width: 100%;
      position: relative;
      line-height: 1.2; }
      div.main_container.fee_page .fee_nav_box .fee_nav li a span {
        display: block;
        line-height: 1.2; }
      div.main_container.fee_page .fee_nav_box .fee_nav li a .dot {
        display: none; }
      div.main_container.fee_page .fee_nav_box .fee_nav li a:after {
        position: absolute;
        top: 50%;
        right: 5px;
        left: auto;
        transform: translate(0, -50%);
        font-size: 10px; } }
@media screen and (min-width: 321px) {
  div.main_container.fee_page table th {
    font-size: 14px; }
  div.main_container.fee_page table td {
    font-size: 14px; }
    div.main_container.fee_page table td p {
      font-size: 14px; }
  div.main_container.fee_page table .sp_s {
    font-size: 0.65rem;
    line-height: 1.8; } }
@media screen and (max-width: 320px) {
  .sp_s {
    font-size: 0.6rem;
    line-height: 1.7; }

  div.main_container.fee_page table {
    margin-top: 20px;
    margin-bottom: 10px; }
    div.main_container.fee_page table tr .bg_td {
      width: 105px; }
    div.main_container.fee_page table th {
      font-size: 13px; }
    div.main_container.fee_page table td {
      font-size: 13px; }
      div.main_container.fee_page table td p {
        font-size: 13px; }

  div.main_container.fee_page table {
    margin: 1.5rem 0; }
    div.main_container.fee_page table th, div.main_container.fee_page table td {
      padding: 13px; }
  div.main_container h2 {
    margin-bottom: 20px; }
  div.main_container.fee_page .ttl_style02 {
    margin-top: 0; } }
/*table*/
.kibou .fee_05,
.kibou .fee_04,
.t_nav td span {
  transition: 0.2s linear;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  text-align: center; }

.kibou .fee_05 a,
.kibou .fee_04 a,
.t_nav td span a {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 3px; }

.kibou .fee_05,
.kibou .fee_04 {
  padding: 15px 0; }

div.main_container.fee_page .t_nav td {
  text-align: center; }

div.main_container.fee_page table th small, div.main_container.fee_page table td small {
  font-size: 0.6rem; }

div.main_container.fee_page table th.w110, div.main_container.fee_page table td.w110 {
  width: 110px; }

div.main_container.fee_page table th.w120, div.main_container.fee_page table td.w120 {
  width: 120px; }

div.main_container.fee_page table th.w135, div.main_container.fee_page table td.w135 {
  width: 135px; }

table td.w38 {
  white-space: nowrap !important; }

@media screen and (min-width: 551px) {
  div.main_container.fee_page table th.w300, div.main_container.fee_page table td.w300 {
    width: 300px; } }
@media screen and (max-width: 550px) {
  div.main_container.fee_page table th.w300, div.main_container.fee_page table td.w300 {
    width: 100%; } }
.t_nav td {
  border: 1px solid #ccc;
  padding: 1rem;
  font-size: 0.9rem;
  vertical-align: middle;
  text-align: center; }

.t_nav .fee_01 {
  background-color: #acd598; }

.t_nav .fee_02 {
  background-color: #facd89; }

.t_nav .fee_03 {
  background-color: #f19ec2; }

.fee_04 {
  background-color: #c1d8f8; }

.fee_05 {
  background-color: #f9d8ca; }

.fee_06 {
  background-color: #e2e2e2; }

.fee_09 {
  background-color: #f7d2df; }
.fee_10 {
  background-color: #d2d7f7; }

.t_nav .fee_08 {
  background-color: #c7faf1; }

.kibou .fee_05 a:after,
.kibou .fee_04 a:after,
div.main_container.fee_page .t_nav a:after {
  content: "▼";
  display: inline-block;
  font-size: 12px;
  color: #424242;
  position: relative;
  top: -2px;
  left: 2px; }

@media screen and (max-width: 768px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
    margin: 0 auto 3em;
    max-height: 580px;
    width: 100%; }

  .scroll {
    width: 100%;
    height: 300px; }

  div.main_container.fee_page table th small {
    display: block; } }
@media screen and (min-width: 376px) {
  .sp_only {
    display: none !important; } }
@media screen and (max-width: 375px) {
  .sp_only {
    display: block !important; } }
@media screen and (max-width: 550px) {
  #nav_3 .t_nav th, #nav_3 .t_nav td {
    display: block; }

  .pc_only {
    display: none !important; }

  #nav_3 table {
    border-collapse: collapse;
    /* 隣り合うセルの線を結合 */
    border: 1px solid #ccc;
    /* 外側は青色の実線2px */ }

  #nav_3 .t_nav th {
    border-bottom: none; }

  #nav_3 td {
    border: 0.5px solid #ccc;
    /* 内側は青色の実線1px */ } }
.fee_page .asterisk {
  margin-top: 0.5em;
  font-size: 14px;
  line-height: 1.3; }
.fee_page .asterisk span {
  margin-top: 0.5em;
  display: inline-block; }
.fee_page .under_asterisk {
  margin: 3em 0 5em; }
.fee_page .under_asterisk p span {
  margin-top: 0.4em;
  display: inline-block; }
.fee_page .under_asterisk p {
  font-size: 14px;
  line-height: 1.3; }
.fee_page td span {
  display: inline-block; }

/*----------------*/
/*改修202210*/
.fee-table04 .w_16 {
  width: 16%; }
.fee-table04 .w_25 {
  width: 25%; }

/* #fee_01 table:not(:first-of-type), #fee_07 table:not(:first-of-type), #fee_08 table:not(:first-of-type) {
  margin: 0.5rem auto 0; } */

.fee-table07 {
  /*	span.block {display: block!important; text-align: center;}*/ }
  .fee-table07 .w_20 {
    width: 20%; }
  .fee-table07 .wrap {
    display: inline-block; }
    .fee-table07 .wrap .block {
      display: block;
      text-align: center; }

.fee-table08 th {
  background-color: #d7faf4 !important; }
.fee-table08 .w_12 {
  width: 12%; }
.fee-table08 .w_25 {
  width: 25%; }

.sp_cell {
  display: none; }

@media screen and (max-width: 550px) {
  .fee-table04 tr {
    display: flex;
    flex-wrap: wrap;
    border-top: none !important; }
  .fee-table04 th {
    border-bottom: none !important;
    border-left: none !important; }
  .fee-table04 td {
    border-bottom: none !important;
    border-left: none !important;
    border-top: none !important; }
  .fee-table04 .sp_100 {
    width: 100%;
    border-right: none !important; }
  .fee-table04 .sp_35 {
    width: 35%; }
  .fee-table04 .sp_65 {
    width: 65%;
    border-right: none !important; }
  .fee-table04 .sp_bg {
    background: #eaeaea;
    border-bottom: 1px solid #ccc !important; }

  .fee-table07 tr td {
    display: block;
    width: 100% !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important; }
    .fee-table07 tr td:first-of-type {
      background: #eaeaea;
      border-top: none !important; }
    .fee-table07 tr td span.block {
      display: block;
      margin-top: 10px; }

  .fee-table08 tr td {
    display: block;
    width: 100% !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important; }
    .fee-table08 tr td:first-of-type {
      background: #eaeaea;
      border-top: none !important; }

  .sp_cell {
    display: block; } }
