@charset "UTF-8";
@import url(all.css);
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* パターン */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/*===============================================
  切り替え用
===============================================*/
.sp-none {
  display: none !important;
}

.com-table table,
.com-table table tbody,
.com-table table th,
.com-table table tr,
.com-table table td {
  display: block !important;
  width: 100% !important;
}

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  padding-top: 32px;
}
.pagenation li {
  width: 26px;
  font-size: 1.3rem;
  line-height: 26px;
  margin: 5px 4px 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated-link {
  padding-top: 16px;
  margin-top: 24px;
}
.paginated-link li {
  width: 88px;
}
.paginated-link li a {
  font-size: 1.3rem;
  line-height: 1.84616;
  letter-spacing: 0;
}
.paginated-link li.prev-link a:before {
  margin-right: 8px;
}
.paginated-link li.next-link a::after {
  margin-left: 8px;
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
  padding-bottom: 64px;
}

/*===============================================
  header
===============================================*/
header#header .h-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: min(80px, 22.5vw);
}
header#header .h-logo {
  width: min(120px, 31.25vw);
}

/*===============================================
  footer
===============================================*/
footer#footer .f-inner {
  padding: 40px 0 32px;
}
footer#footer .f-logo {
  text-align: center;
  margin-bottom: 24px;
}
footer#footer .f-logo img {
  height: 82px;
}
footer#footer .f-info {
  text-align: center;
  margin-bottom: 20px;
}
footer#footer .f-info .add {
  font-size: 1.4rem;
  line-height: 1.42858;
}
footer#footer .f-right {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 380px;
  margin: -16px auto 0;
}
footer#footer .f-right > * {
  margin-top: 16px;
}
footer#footer .f-tels {
  width: 100%;
}
@media screen and (max-width: 400px) {
  footer#footer .f-btn {
    width: 100%;
  }
}
footer#footer .f-btn a {
  padding: 0 min(20px, 4.5vw);
}

/*フッターナビ
-----------------------------*/
.fnav-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  border-top: solid 1px #d9d9d9;
  position: relative;
  z-index: 0;
}
.fnav-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.fnav-list-item {
  width: 50%;
  border-bottom: solid 1px #d9d9d9;
}
.fnav-list-item:nth-of-type(2n + 1) {
  width: calc(50% - 1px);
  border-right: solid 1px #d9d9d9;
}
.fnav-list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: min(1.6rem, 4.375vw);
  line-height: 1.875;
  padding: 10px 0;
  transition: all 0.3s;
}
.fnav-list-item a:hover {
  text-decoration: none;
  background: rgba(77, 41, 15, 0.06);
}
.fnav-list-item.current a {
  background: rgba(77, 41, 15, 0.06);
}

/*コピーライト
-----------------------------*/
div.copy {
  padding: 10px 0;
}

/*===============================================
  下部固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 40px;
  right: 8px;
  bottom: 8px;
}

/*無料相談予約はこちらボタン
-----------------------------*/
#side {
  width: 240px;
  height: 56px;
  left: 0;
  bottom: 0;
}
#side a {
  font-size: 1.8rem;
  border-radius: 0 24px 6px 0;
}
#side a .min {
  font-size: 1.6rem;
}
#side a::before {
  width: 30px;
  height: 21px;
  margin-right: 8px;
}

/*===============================================
  visual
===============================================*/
.visual-wrap {
  border-bottom: solid 5px #86bd42;
}

/*メインビジュアル
-----------------------------*/
.main-visual {
  height: min(560px, 140vw);
}
.main-visual .mv-list {
  flex-direction: column;
}
.main-visual .mv-list-item {
  width: 100%;
  height: 50%;
}
.main-visual .mv-list-item a {
  justify-content: flex-start;
  align-items: flex-start;
  padding: min(24px, 5%) 0;
}
.main-visual .mv-list-item p {
  min-width: 40%;
  max-width: 250px;
  border-radius: 0 6px 6px 0;
  padding: 10px min(24px, 5%);
}
.main-visual .mv-list-item p span {
  font-size: 2rem;
  line-height: 1.5;
}
.main-visual .mv-list-item p br {
  display: none;
}
.main-visual .mv-list-item:nth-of-type(2n) a {
  justify-content: flex-end;
  align-items: flex-end;
}
.main-visual .mv-list-item:nth-of-type(2n) p {
  border-radius: 6px 0 0 6px;
}
.main-visual .mv-catch {
  width: 50%;
  max-width: 243px;
  border-radius: 6px;
}

/*サブビジュアル
  -----------------------------*/
.sub-visual {
  height: min(280px, 62.5vw);
}
.sub-visual .sv-box {
  width: 90%;
  max-width: 400px;
  border-radius: 6px;
  padding: 20px 0;
}
.sub-visual .sv-box .sv-catch {
  font-size: min(3rem, 7.5vw);
  line-height: 1.33334;
}
.sub-visual.sv-news {
  background-position: center right 32%;
}

/*===============================================
  main#container
===============================================*/
#container {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0em;
}

/*===============================================
  パンくずリスト
===============================================*/
.bread {
  height: 32px;
}
.bread .breadcrumbs {
  width: 90%;
}
.bread .breadcrumbs li {
  font-size: 1.2rem;
  line-height: 1.66667;
  letter-spacing: 0em;
}

/*===============================================
  main共通
===============================================*/
.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tels .com-tel {
  font-size: 3rem;
  letter-spacing: 0.02em;
}
.com-tels .com-tel::before {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.com-tels .com-tel a {
  margin: -0.21053em -0.02em -0.07895em 0;
}
.com-tels .com-replace {
  margin-top: 6px;
}

.com-replace {
  height: 14px;
}

/*ボタン
-----------------------------*/
.com-btn {
  height: 50px;
}
.com-btn a {
  font-size: 1.5rem;
}
.com-btn a::before {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.com-btn.com-mail-btn a::before {
  width: 17px;
  height: 12px;
  margin-right: 11px;
}

/*テーブル
-----------------------------*/
.com-table {
  border-radius: 6px;
}
.com-table tr th {
  padding: 14px 3.4723%;
}
.com-table tr td {
  font-size: 1.5rem;
  line-height: 1.86667;
  padding: 14px 3.4723%;
}

/*テキストボックス
-----------------------------*/
.com-text-box br {
  display: none;
}

/*ボックスシャドウ
-----------------------------*/
.com-box-shadow {
  box-shadow: 0px 2px 8px 0px #f0ece2;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-ttl01 {
  font-size: 2.8rem;
  line-height: 1.28572;
  letter-spacing: 0.08em;
  padding-left: 0.08em;
  margin-bottom: 32px;
}
.com-ttl01 .min.br {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 8px;
}
.com-ttl01 .sp-br {
  display: inline-block;
}

/*サブタイトル
-----------------------------*/
.com-subttl01 {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.com-subttl01::after {
  margin-top: 6px;
}

/*===============================================
  共通セクション
===============================================*/
/*ご依頼の流れ
-----------------------------*/
.com-flow-section {
  padding: 56px 0;
}
.com-flow-section .flow-list-box {
  padding-left: 56px;
  margin-bottom: 24px;
}
.com-flow-section .flow-list-box::before {
  width: 40px;
  font-size: 2.4rem;
  line-height: 37px;
  padding-bottom: 3px;
}
.com-flow-section .flow-list-box::after {
  width: 2px;
  height: calc(100% + 24px);
  left: 19px;
}
.com-flow-section .flow-list-box .box-ttl {
  font-size: 2rem;
  line-height: 1.5;
  padding: 5px 0;
}
.com-flow-section .flow-list-box .box-text {
  padding-top: 10px;
}
.com-flow-section .flow-list-box .box-links {
  max-width: 268px;
  padding-top: 16px;
}
.com-flow-section .flow-list-box .box-links > * {
  margin-bottom: 16px;
}
.com-flow-section .flow-list-box .box-links > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  トップページ
===============================================*/
/*相続で不安を抱えていませんか？
-----------------------------*/
.top-lead {
  padding: 64px 0 56px;
  background-size: 32%;
}
.top-lead .lead-ttl .min {
  font-size: 2.4rem;
  line-height: 1;
}
.top-lead .lead-ttl .mark::before {
  width: calc(100% + 6px);
  height: 32px;
  background-size: 100% 100%;
  left: -3px;
  bottom: -6px;
}
.top-lead .lead-box .box-ttl {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.44445;
  margin-bottom: 16px;
}
.top-lead .lead-box .box-ttl .b {
  display: inline-block;
}

/* 代表 */
.top-lead .lead-owner {
  padding-top: 24px;
  max-width: 460px;
  margin: 0 auto;
}
.top-lead .lead-owner .owner-img {
  width: 80%;
  margin: 0 auto;
}
.top-lead .lead-owner .owner-img div::before {
  left: -12px;
  bottom: -8px;
}
.top-lead .lead-owner .owner-text {
  border-radius: 6px;
  padding: 12px 5.556%;
  margin: -24px auto 0;
  position: relative;
  z-index: 1;
}
.top-lead .lead-owner .owner-text dt {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 6px;
}
.top-lead .lead-owner .owner-text dt .min {
  font-size: 1.6rem;
  line-height: 1.25;
}

/*こんなお悩みを解決してきました。
-----------------------------*/
.top-case {
  padding: 56px 0;
}
.top-case .case-ttl {
  text-shadow: 0 0 12px #fff, 0 0 6px #fff;
}
.top-case .case-ttl .b,
.top-case .case-ttl .g {
  font-size: 3.2rem;
  line-height: 1;
}
.top-case .case-ttl .min {
  font-size: 2.4rem;
  line-height: 1;
}
.top-case .case-list {
  margin-bottom: 40px;
}
.top-case .case-list-item {
  margin-bottom: 20px;
}
.top-case .case-list-item a {
  justify-content: space-between;
  flex-direction: row-reverse;
}
.top-case .case-list-item a::after {
  width: 56px;
  height: 56px;
}
.top-case .case-list-item .item-text {
  width: calc(100% - 72px);
  padding: 16px 12px;
  border-radius: 6px;
}
.top-case .case-list-item .item-text::after {
  width: 11px;
  height: 24px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% - 1px);
}
.top-case .case-list-item .item-text p {
  font-size: 1.8rem;
  line-height: 1.44445;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*岡田総合法務事務所が選ばれる理由
-----------------------------*/
.top-reason {
  padding: 56px 0;
}
.top-reason .reason-list-box {
  margin-bottom: 40px;
}
.top-reason .reason-list-box:last-of-type {
  margin-bottom: 0;
}
.top-reason .reason-list-box::before {
  width: 36px;
  font-size: 2rem;
  line-height: 33px;
  padding-bottom: 3px;
  margin-bottom: 8px;
}
.top-reason .reason-list-box .box-ttl {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 16px;
}
.top-reason .reason-list-box .box-ttl .b {
  font-size: 2.4rem;
  line-height: 1.16667;
}
.top-reason .reason-list-box .box-img {
  margin-bottom: 12px;
}
.top-reason .reason-list-box .box-img div {
  border-radius: 6px;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 0;
}
.top-reason .reason-list-box .box-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/*岡田総合法務事務所の相続サポート
-----------------------------*/
.top-support {
  padding: 56px 0;
  margin-bottom: 16px;
}
.top-support .support-list-box {
  padding: 32px 5.556% 24px;
  margin-bottom: 24px;
  border-radius: 6px;
}
.top-support .support-list-box:last-of-type {
  margin-bottom: 0;
}
.top-support .support-list-box .box-ttl {
  font-size: 2rem;
  margin-bottom: 16px;
}
.top-support .support-list-box .box-text {
  margin-bottom: 16px;
}

/* その他サポートはこちら */
.top-support .support-oth {
  padding-top: 56px;
}
.top-support .support-oth .oth-ttl {
  font-size: 2.4rem;
  line-height: 1.33334;
  margin-bottom: 16px;
}
.top-support .support-oth .oth-ttl .min {
  font-size: 2rem;
}
.top-support .support-oth .oth-ttl .br {
  display: inline-block;
}
.top-support .support-oth .oth-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: none;
  padding: 8px 0 20px;
  position: relative;
  z-index: 0;
}
.top-support .support-oth .oth-links::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: rgba(77, 41, 15, 0.06);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -2;
}
.top-support .support-oth .oth-links-item {
  width: calc(50% - 5px);
  height: 56px;
  margin-top: 12px;
}
@media screen and (max-width: 400px) {
  .top-support .support-oth .oth-links-item {
    width: 100%;
  }
}
.top-support .support-oth .oth-links-item a {
  border-radius: 6px;
  font-size: 1.8rem;
}

/*まずは、お気軽にご相談ください。
-----------------------------*/
.top-contact {
  padding: 56px 0 32px;
}
.top-contact .contact-ttl {
  font-size: 2.4rem;
  line-height: 1.33334;
  margin-bottom: 24px;
}
.top-contact .contact-ttl .br {
  display: inline-block;
}
.top-contact .contact-ttl::after {
  margin-top: 12px;
}
.top-contact .contact-text {
  margin-bottom: 16px;
}
.top-contact .contact-box .box-tels .time {
  font-size: 1.5rem;
  padding: 6px 0 4px;
}
.top-contact .contact-box .box-btn {
  max-width: 320px;
  margin: 16px auto 0;
}
.top-contact .contact-img {
  padding-top: 32px;
}
.top-contact .contact-img div {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 0;
}
.top-contact .contact-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding: 56px 0;
}
.top-news .news-list {
  padding: 16px 5.556%;
  border-radius: 6px;
  margin-bottom: 24px;
}
.top-news .news-list .list-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.top-news .news-list .list-item .item-ttl {
  font-size: 1.8rem;
  line-height: 1.55556;
  padding-right: 5%;
  margin-top: 8px;
}

/*===============================================
  家族信託
===============================================*/
/*家族信託契約サポートサービス
-----------------------------*/
.trust-service {
  padding: 80px 0 56px;
}
.trust-service .service-box .box-img {
  padding-top: 24px;
}
.trust-service .service-box .box-img div {
  border-radius: 6px;
}
.trust-service .service-box .box-img div div {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 0;
}
.trust-service .service-box .box-img div div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.trust-service .service-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.trust-service .service-links-item {
  width: calc(50% - 5px);
  height: 56px;
  padding-top: 18px;
  margin-top: 12px;
}
.trust-service .service-links-item a {
  font-size: 1.8rem;
  border-radius: 6px;
}

/* こんな方におすすめ */
.trust-service .service-recommend {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 48px auto 0;
  border-radius: 6px;
}
.trust-service .service-recommend .recommend-ttl {
  width: 100%;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding: 10px 0 10px 0.12em;
}
.trust-service .service-recommend .recommend-list {
  max-width: 100%;
  padding: 16px;
}
.trust-service .service-recommend .recommend-list-item {
  padding-left: 20px;
  margin-bottom: 8px;
}
.trust-service .service-recommend .recommend-list-item::before {
  width: 12px;
  height: 28px;
}

/* お手続き一覧 */
.trust-service .service-process {
  padding-top: 48px;
}
.trust-service .service-process .process-ttl {
  font-size: 2.4rem;
  line-height: 1.33334;
  margin-bottom: 16px;
}
.trust-service .service-process .process-ttl .br {
  display: inline-block;
}
.trust-service .service-process .process-list-wrap {
  padding: 24px 5.556%;
  border-radius: 6px;
}
.trust-service .service-process .process-list:last-of-type .process-list-item:last-of-type {
  margin-bottom: 0;
}
.trust-service .service-process .process-list-item {
  margin-bottom: 12px;
}
.trust-service .service-process .process-list-item .min {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.85715;
}
.trust-service .service-process .process-list-item br {
  display: none;
}

/*料金
-----------------------------*/
.trust-price {
  padding: 56px 0;
}
.trust-price .price-ttl {
  text-shadow: 0 0 18px #fff, 0 0 9px #fff;
}
.trust-price .price-ttl .mark::before {
  width: calc(100% + 6px);
  height: 40px;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}
.trust-price .price-box {
  padding-top: 56px;
}
.trust-price .price-box .box-ttl {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 24px;
}
.trust-price .price-box .box-ttl::after {
  margin-top: 12px;
}
.trust-price .price-box .box-text {
  text-align: center;
  margin-bottom: 24px;
}
.trust-price .price-box .box-text .br {
  display: inline-block;
}
.trust-price .price-box .box-table {
  margin: 0 auto;
  border-radius: 6px;
}
.trust-price .price-box .box-table th {
  font-size: 1.8rem;
  line-height: 1.33334;
  padding: 16px 8px;
}
.trust-price .price-box .box-table th:first-of-type {
  width: 64%;
}
.trust-price .price-box .box-table td {
  line-height: 1.5;
  padding: 12px 8px;
}
.trust-price .price-box .box-table td:first-of-type {
  width: 64%;
}

/* 料金図 */
.price-list-wrap {
  padding: 24px 0;
}
.price-list-wrap::before {
  width: 100vw;
}
.price-list-wrap .price-list-item {
  border-radius: 6px;
  padding: 12px 8px;
  margin-bottom: 24px;
}
.price-list-wrap .price-list-item > * {
  padding: 4px 0;
}
.price-list-wrap .price-list-item:last-of-type {
  margin-bottom: 0;
}
.price-list-wrap .price-list-item::after {
  width: 100%;
  height: 12px;
  top: calc(100% + 6px);
  left: 0;
}
.price-list-wrap .price-list-item dt {
  font-size: 1.8rem;
  line-height: 1.44445;
}
.price-list-wrap .price-list-item dd {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
}
.price-list-wrap .price-list-item dd br {
  display: none;
}
.price-list-wrap .price-list-item dd .min {
  font-size: 1.4rem;
  line-height: 1.71429;
}
.price-list-wrap .price-list-item dd li {
  margin-bottom: 4px;
}
.price-list-wrap .price-list-item dd li span {
  display: inline-block;
}
.price-list-wrap .price-list-total {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 6px;
  padding: 16px;
  margin: 40px auto 0;
}
.price-list-wrap .price-list-total::after {
  height: 12px;
  bottom: calc(100% + 14px);
}
.price-list-wrap .price-list-total dt {
  font-size: 2rem;
  line-height: 1.4;
}

/*===============================================
  相続のトータルサポート
===============================================*/
/*こんなお悩みありませんか？
-----------------------------*/
.inheritance-lead {
  padding: 80px 0 56px;
}
.inheritance-lead .lead-ttl {
  text-shadow: 0 0 12px #fff, 0 0 6px #fff;
}
.inheritance-lead .lead-ttl .b {
  font-size: 3.2rem;
  line-height: 1;
}
.inheritance-lead .lead-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 16px 5.556%;
  margin-bottom: 24px;
}
.inheritance-lead .lead-list-item:last-of-type {
  margin-bottom: 0;
}
.inheritance-lead .lead-list-item::after {
  width: 32px;
  height: 13px;
}
.inheritance-lead .lead-list-item p {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.44445;
}
.inheritance-lead .lead-list-item p br {
  display: none;
}

/*当事務所にお任せください！
-----------------------------*/
.inheritance-about {
  padding: 56px 0;
}
.inheritance-about .about-ttl {
  margin-bottom: 40px;
}
.inheritance-about .about-ttl .mark::before {
  width: calc(100% + 6px);
  height: 24px;
  background-size: 100% 100%;
  left: -3px;
  bottom: -8px;
}
.inheritance-about .about-ttl .b {
  font-size: 3.2rem;
  line-height: 1;
}
.inheritance-about .about-ttl .dot span::before {
  width: 4px;
  height: 4px;
  bottom: calc(100% + 2px);
}
.inheritance-about .about-ttl .sp-br {
  display: block;
  padding-top: 16px;
}
.inheritance-about .about-box {
  padding-top: 56px;
}
.inheritance-about .about-box .box-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-bottom: 24px;
}
.inheritance-about .about-box .box-list-wrap {
  border-radius: 6px;
}
.inheritance-about .about-box .box-list-wrap .box-list-ttl {
  font-size: 1.8rem;
  line-height: 1.66667;
  padding: 10px 12px;
}
.inheritance-about .about-box .box-list-wrap .box-list-ttl .br {
  display: inline-block;
}
.inheritance-about .about-box .box-list-wrap .box-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 5.556%;
}
.inheritance-about .about-box .box-list-wrap .box-list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 500px) {
  .inheritance-about .about-box .box-list-wrap .box-list ul {
    display: block;
    width: auto;
  }
}
.inheritance-about .about-box .box-list-wrap .box-list li {
  width: calc(50% - 8px);
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .inheritance-about .about-box .box-list-wrap .box-list li {
    width: auto;
  }
}
.inheritance-about .about-box .box-price {
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1.55556;
  padding-top: 20px;
}
.inheritance-about .about-box .box-price > * {
  padding-bottom: 2px;
}
.inheritance-about .about-box .box-price dt {
  width: 64px;
  border-radius: 6px;
  margin-right: 8px;
}
.inheritance-about .about-subbox {
  margin-bottom: 40px;
}
.inheritance-about .about-subbox .subbox-ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.inheritance-about .about-subbox .subbox-img {
  padding-top: 24px;
}
.inheritance-about .about-subbox .subbox-img div {
  border-radius: 6px;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 0;
}
.inheritance-about .about-subbox .subbox-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.inheritance-about .about-text {
  border-radius: 6px;
  padding: 24px 5.556%;
  margin-top: 56px;
}
.inheritance-about .about-text p {
  font-size: 1.8rem;
  line-height: 1.44445;
}
.inheritance-about .about-text p .br {
  display: inline-block;
}

/*===============================================
  ご相談事例
===============================================*/
/*一覧
-----------------------------*/
.case-contents {
  padding: 80px 0 56px;
}
.case-contents .case-list-item {
  border-radius: 6px;
  margin-bottom: 40px;
}
.case-contents .case-list-item .item-ttl {
  padding: 12px 5.556%;
}
.case-contents .case-list-item .item-ttl::before {
  width: 48px;
  height: 48px;
}
.case-contents .case-list-item .item-ttl > span {
  width: calc(100% - 56px);
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.66667;
  padding: 9px 0;
}
.case-contents .case-list-item .item-text {
  padding: 16px 5.556% 12px;
}
.case-contents .case-list-item .item-text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.case-contents .case-list-item .item-link {
  padding: 0 5.556% 16px;
  font-size: 1.5rem;
}
.case-contents .case-list-item .item-link::before {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

/*詳細ページ
-----------------------------*/
.case-detail {
  padding: 80px 0 56px;
}
.case-detail .case-box {
  border-radius: 6px;
}
.case-detail .box-ttl {
  padding: 12px 5.556%;
}
.case-detail .box-ttl::before {
  width: 48px;
  height: 48px;
}
.case-detail .box-ttl > span {
  width: calc(100% - 56px);
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.66667;
  padding: 9px 0;
}
.case-detail .box-text {
  padding: 16px 5.556%;
}

/*===============================================
  事務所概要
===============================================*/
/*基本情報
-----------------------------*/
.information-contents {
  padding-top: 80px;
}
.information-contents .information-table {
  padding: 24px 5.556%;
  border-radius: 6px;
}
.information-contents .information-table dl {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.information-contents .information-table dl dt {
  padding-left: 12px;
  box-sizing: border-box;
  margin-bottom: 6px;
}
.information-contents .information-table dl dt::before {
  width: 4px;
}
.information-contents .information-table dl dd {
  box-sizing: border-box;
}
.information-contents .information-table dl dd .t-replace {
  padding-top: 4px;
}
.information-contents .information-map {
  padding-top: 56px;
}
.information-contents .information-map .map-ttl {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 12px;
}
.information-contents .information-map .map-ttl::before {
  width: 14px;
  height: 18px;
  margin-right: 7px;
}
.information-contents .information-map .map-box {
  height: 240px;
}

/*よくあるご質問
-----------------------------*/
.information-faq {
  padding: 56px 0;
}
.information-faq .faq-box {
  padding-top: 56px;
}
.information-faq .faq-list-item {
  border-radius: 6px;
  padding: 24px 5.556%;
  margin-bottom: 16px;
}
.information-faq .faq-list-item dt {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.information-faq .faq-list-item dt::before {
  width: 36px;
  font-size: 2rem;
  line-height: 34px;
  padding-bottom: 2px;
}
.information-faq .faq-list-item dt > span {
  width: calc(100% - 42px);
  font-size: 1.8rem;
  line-height: 1.66667;
  padding: 3px 0;
}
.information-faq .faq-list-item dd::before {
  width: 36px;
  font-size: 2rem;
}
.information-faq .faq-list-item dd p {
  width: calc(100% - 42px);
}

/*==================================================
 ニュース一覧
================================================== */
.news-contents {
  padding: 80px 0 56px;
}
.news-contents .news-list .list-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-contents .news-list .list-item .item-ttl {
  font-size: 1.8rem;
  line-height: 1.55556;
  padding-right: 5%;
  margin-top: 8px;
}

/*タグリスト
-----------------------------*/
.tag-select-box-wrap .tag-select-box {
  min-width: 160px;
  margin-bottom: 40px;
}
.tag-select-box-wrap .tag-select-box::after {
  right: 12px;
}
.tag-select-box-wrap .tag-select-box select {
  font-size: 1.2rem;
  line-height: 1.33334;
  padding: 12px 32px 12px 12px;
}

/*==================================================
 ニュース詳細
================================================== */
.news_detail-contents {
  padding: 80px 0 56px;
}
.news_detail-contents .post-data {
  font-size: 1.2rem;
  line-height: 1.66667;
  margin-bottom: 16px;
}
/*==================================================
 お問い合わせ
================================================== */
.contact-contents {
  padding: 80px 0 56px;
}
.contact-contents .contact-table {
  margin-bottom: 40px;
}
.contact-contents .contact-table th .optional-mark,
.contact-contents .contact-table th .required-mark {
  font-size: 1.2rem;
  line-height: 2;
  padding: 0 8px;
  margin-top: 2px;
}
.contact-contents .contact-submits-wrap {
  padding-top: 16px;
}

/*==================================================
 お問い合わせ完了
================================================== */
.complete-contents {
  padding: 80px 0 56px;
}
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-contents {
  padding: 80px 0 56px;
}
.privacy-contents .privacy-ttl {
  margin-bottom: 40px;
}
.privacy-contents .item-box {
  margin-bottom: 40px;
}

/*==================================================
 サイトマップ
================================================== */
.site-contents {
  padding: 80px 0 56px;
}
.site-contents .site-list {
  padding: 16px 5.556%;
  border-radius: 6px;
}
.site-contents .site-list li a {
  line-height: 1.73334;
  padding: 12px;
}

/*===============================================
  404エラー
===============================================*/
.error-contents {
  padding: 80px 0 56px;
}