@charset "UTF-8";
/*
Theme Name: isan_souzoku_navi
Description: original theme for site
Version: 1.0（2021 update）
*/
/*==============================
layout
element
CV
FV
相続なび
最新記事
おすすめの相続の専門家
相続のお悩み解決特集
「いい相続」に依頼するメリット
他にもこんな終活相談にのれます
いい相続について
=============================*/
/*layout*/
/* --------------------------------------- mixin --------------------------------------- */
.navi_ranking_widget {
  margin: 24px auto;
}
.navi_ranking_widget h2 {
  font-size: 18px;
  margin: 0 10px 24px 10px;
  padding: 0 0 15px 0;
  border-bottom: #f08d18 solid 1px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .navi_ranking_widget h2 {
    margin: 0 0px 24px 0px;
  }
}
.navi_ranking_widget ul {
  margin: 0 10px 0 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .navi_ranking_widget ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.navi_ranking_widget ul li {
  margin-bottom: 12px;
}
.navi_ranking_widget ul li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.navi_ranking_widget ul li a .left {
  position: relative;
  width: 106px;
  overflow: hidden;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-width: 100px;
}
.navi_ranking_widget ul li a .left img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.navi_ranking_widget ul li a .left span {
  position: absolute;
  font-size: 11px;
  top: 0;
  left: 0;
  background-color: #F08D18;
  color: white;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navi_ranking_widget ul li a .right {
  font-size: 12px;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  line-height: 19px;
}
@media screen and (min-width: 768px) {
  .navi_ranking_widget ul li a .right {
    font-size: 14px;
    font-weight: bold;
  }
}

/* ------------------------------------- CTA ------------------------------------- */
.cta-btn-phone {
  margin-bottom: 12px;
  text-align: center;
  background: #e63946;
  border: none;
  box-shadow: 0 4px 0 #a12c34;
  height: auto;
  color: #e63946;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  gap: 12px;
  margin: 0;
  width: 100%;
  padding: 12px 5px;
}
@media screen and (min-width: 768px) {
  .cta-btn-phone {
    width: auto;
    padding: 12px 20px;
  }
}
.cta-btn-phone > img {
  width: 50px;
  flex-shrink: 0;
  display: block;
}
.cta-btn-phone .txt_inner {
  background: #e63946;
  color: #fff;
  padding: 0;
  width: auto;
  text-align: left;
  text-wrap-mode: nowrap;
}
@media screen and (min-width: 768px) {
  .cta-btn-phone .txt_inner {
    text-shadow: 0px 0px 5px #a12c34;
  }
}
.cta-btn-phone .txt_inner small {
  font-size: 0.8em;
}
.cta-btn-phone .txt_number {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 4px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .cta-btn-phone .txt_number {
    font-size: 25px !important;
  }
}
.cta-btn-phone .txt_info {
  color: #fff;
  font-size: 10px !important;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .cta-btn-phone .txt_info {
    font-size: 13px !important;
  }
}
.cta-btn-phone.--shiny::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@media screen and (min-width: 768px) {
  .--sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .--pc {
    display: none !important;
  }
}
#page__top {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #page__top section.section,
  #page__top section.area__cv {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
#page__top section.section {
  margin: 52px 0;
}
@media screen and (min-width: 768px) {
  #page__top section.section {
    margin: 68px auto;
  }
}
#page__top section.area__cv {
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #page__top section.area__cv {
    margin-top: -20px;
  }
}

/*element*/
.ttl__h2--basic {
  font-size: 18px;
  margin: 0 10px 24px 10px;
  padding: 0 0 15px 0;
  border-bottom: #f08d18 solid 1px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ttl__h2--basic {
    font-size: 20px;
    margin: 0 0 24px 0;
    line-height: 1;
    text-align: left;
  }
}
.ttl__h2--basic--merit span {
  font-size: 28px;
  color: #f08d18;
}
.ttl__h2--crossuse {
  text-align: center;
  font-size: 18px;
  padding: 0;
  margin: 0 0 39px 0;
  position: relative;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .ttl__h2--crossuse {
    font-size: 20px;
  }
}
.ttl__h2--crossuse::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  width: 32%;
  height: 7px;
  background: url("../images/top/ttl__h2--crossuse--back.png") no-repeat center center/cover;
  margin: 0 -16% 0 0;
  bottom: -23px;
}
@media screen and (min-width: 768px) {
  .ttl__h2--crossuse::after {
    width: 10%;
    height: 9px;
    margin: 0 -5% 0 0;
  }
}
.ttl__h2--cv {
  font-size: 18px;
  margin: 0 0 26px 112px;
  line-height: 1.7;
  padding: 0;
}
.ttl__h2--cv strong {
  color: #f08d18;
}
@media screen and (min-width: 768px) {
  .ttl__h2--cv {
    font-size: 20px;
    margin: 0 0 17px -13px;
    line-height: 1;
  }
}
.ttl__h2--FvPoint {
  font-size: 17px;
  line-height: 1;
  padding: 0;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .ttl__h2--FvPoint {
    font-size: 20px;
    margin: 0 0 18px 0;
  }
}
.ttl__h2--AreaSearch {
  font-size: 20px;
  line-height: 1;
  position: relative;
  margin: 0;
  padding: 0 0 11px 45px;
  border-bottom: #f08d18 solid 1px;
}
.ttl__h2--AreaSearch::before {
  position: absolute;
  content: "search";
  top: 50%;
  left: -5px;
  margin: -30px 0 0 0;
  color: #f08d18;
  font-size: 48px;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.ttl__h2--TopFv {
  background: #fdf5e2;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 0 9px 0;
  font-weight: normal;
}
.ttl__h2--TopFv strong {
  font-weight: bold;
}
.ttl__h3--crossuse {
  text-align: left;
  margin: 0;
  padding: 0;
  display: table;
}
.ttl__h3--crossuse span {
  display: table-cell;
  vertical-align: middle;
}
.ttl__h3--crossuse span img {
  width: auto;
  display: block;
  margin: 0;
}
.ttl__h3--crossuse span img.e-hoken-sozoku {
  height: 22px;
}
.ttl__h3--crossuse span img.i-fudosan {
  height: 28px;
}
.ttl__h3--crossuse span img.i-seri {
  width: 100%;
  max-width: 160px;
  height: auto;
}
.ttl__h3--crossuse span img.e-nursingcare {
  height: 31px;
}
.ttl__h3--crossuse span img.seizen {
  width: 100%;
  max-width: 160px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .ttl__h3--crossuse {
    text-align: center;
  }
  .ttl__h3--crossuse span img {
    margin: auto;
  }
  .ttl__h3--crossuse span img.e-hoken-sozoku {
    height: 23px;
  }
  .ttl__h3--crossuse span img.i-fudosan {
    height: 29px;
  }
  .ttl__h3--crossuse span img.i-seri {
    width: 100%;
    max-width: 160px;
    height: auto;
  }
  .ttl__h3--crossuse span img.e-nursingcare {
    height: 30px;
  }
  .ttl__h3--crossuse span img.seizen {
    width: 100%;
    max-width: 160px;
    height: auto;
  }
}
.ttl__h3--merit {
  font-size: 18px;
  margin: 23px 0;
  padding: 0;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ttl__h3--merit {
    height: 50px;
  }
}
.ttl__h3--special {
  font-size: 17px;
  margin-top: 11px;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .ttl__h3--special {
    font-size: 18px;
    margin-top: 16px;
    line-height: 1;
  }
}
.ttl__h3--recomend {
  font-size: 16px;
  margin: 10px 0;
  line-height: 1.5;
  min-height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .ttl__h3--recomend {
    font-size: 18px;
    margin: 15px 0;
    min-height: 55px;
  }
}
.ttl__h3--LatestArticle {
  font-size: 17px;
  line-height: 1.5;
  margin: 0 10px;
  padding: 0;
  height: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .ttl__h3--LatestArticle {
    font-size: 16px;
    height: 73px;
    margin: 0;
    -webkit-line-clamp: 3;
    margin-top: 12px;
  }
}
.ttl__h3--LatestArticle a {
  color: #232b39;
  text-decoration: none;
}
.ttl__h3--LatestArticle a:hover, .ttl__h3--LatestArticle a:visited {
  color: #232b39;
  text-decoration: none;
}
.ttl__h3--NaviCatefory {
  color: #f08d18;
  font-size: 17px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .ttl__h3--NaviCatefory {
    font-size: 18px;
  }
}

.btn__cv--TopFv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  background: #f08d18;
  box-shadow: 0 4px 0 #895921;
  border-radius: 5px;
  /*box-shadow: 0 0 7.4px 0.6px rgba(0, 0, 0, 0.3);*/
  text-decoration: none;
  height: 53px;
  line-height: 53px;
  width: 70%;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 26px;
}
.btn__cv--TopFv:hover, .btn__cv--TopFv:visited {
  color: #fff;
  text-decoration: none;
}
.btn__cv--TopFv i {
  font-size: 2.2rem;
}
.btn__cv--TopFv small {
  font-size: 16px;
}
.btn__cv--TopFv strong {
  line-height: 1.2;
}
.btn__cv--TopFv strong span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}
.btn__cv--TopFv .icon {
  background: #fff;
  color: #f08d18;
  box-sizing: border-box;
  line-height: 28px;
  height: 28px;
  text-align: center;
  width: 52px;
  border-radius: 4px;
  padding: 0;
  margin-right: 13px;
  font-size: 16px;
  font-weight: bold;
  text-shadow: none;
}
.btn__cv--TopFv--txt {
  margin-top: 15px;
}
.btn__cv--top--web {
  font-size: 20px;
}
.btn__cv--top--web a {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background: #f08d18;
  box-shadow: 0 4px 0 #895921;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.btn__cv--top--web a:visited, .btn__cv--top--web a:hover {
  text-decoration: none;
}
.btn__cv--top--web a i {
  font-size: 2.2rem;
  margin-left: 27px;
}
.btn__cv--top--web a strong {
  line-height: 1.2;
}
.btn__cv--top--web a strong span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}
.btn__cv--top--web a .icon {
  background: #fff;
  color: #f08d18;
  box-sizing: border-box;
  line-height: 28px;
  height: 28px;
  text-align: center;
  width: 52px;
  border-radius: 4px;
  padding: 0;
  margin-right: 13px;
  font-size: 16px;
  font-weight: bold;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .btn__cv--top--web a {
    height: 100%;
    line-height: 52px;
  }
}
.btn__cv--top--web small {
  font-size: 16px;
}
.btn__cv--top--web--txt {
  font-size: 15px;
  letter-spacing: -0.5px;
  display: block;
  text-align: center;
  margin: 15px 0 0 0;
}
.btn__to--page {
  width: 80%;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  border: solid 1px #f08d18;
  padding: 16px 0;
  text-align: center;
  color: #232b39;
  text-decoration: none;
  margin: 30px auto 0 auto;
}
.btn__to--page:hover, .btn__to--page:visited {
  color: #232b39;
  text-decoration: none;
}
.btn__to--page span {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  position: relative;
  padding: 0 32px 0 0;
}
.btn__to--page span::before {
  content: "keyboard_arrow_right";
  position: absolute;
  margin-top: -17px;
  top: 50%;
  right: 0;
  color: #f08d18;
  font-size: 34px;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
@media screen and (min-width: 768px) {
  .btn__to--page {
    width: 36%;
  }
}

.element__line {
  display: inline-block;
  position: relative;
  margin: 0 0 0 8px;
  padding: 0 20px;
}
.element__line::before, .element__line::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -2px;
  display: block;
  background: #232b39;
  width: 16px;
  height: 2px;
}
.element__line::before {
  left: 0;
}
.element__line::after {
  right: 0;
}

.tag__pr {
  display: inline-block;
  position: relative;
}
.tag__pr::after {
  color: #888;
  content: "PR";
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  padding: 2px 8px;
  position: absolute;
  right: -56px;
}

/*CV*/
.area__cv {
  background: #fdf5e2;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 13px 10px 20px 10px;
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .area__cv {
    padding: 20px 0;
    margin: auto;
  }
}
.area__cv--inr {
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .area__cv--inr {
    width: 66.4%;
    margin: 0 auto;
    padding: 0 0 0 156px;
  }
}
.area__cv--inr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: url("../images/top/area__cv--inr--before.png") no-repeat #fff center center/100px auto;
}
@media screen and (min-width: 768px) {
  .area__cv--inr::before {
    width: 120px;
    height: 120px;
    background: url("../images/top/area__cv--inr--before.png") no-repeat #fff center center/120px auto;
  }
}
.area__cv--inr p {
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .area__cv--inr p {
    margin: 0 0 14px 0;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .area__cv--inr ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 6px;
  }
}
.area__cv--inr li {
  padding: 16px 0;
  border-bottom: #ccc dashed 1px;
}
.area__cv--inr li:first-child {
  width: 100%;
}
.area__cv--inr li:last-child {
  width: 100%;
  padding: 16px 0 0 0;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .area__cv--inr li {
    padding: 0;
    border-bottom: none;
  }
  .area__cv--inr li:first-child {
    width: 55%;
  }
  .area__cv--inr li:last-child {
    width: 45%;
    padding: 0;
  }
}

.simulation_banner--pc {
  margin: auto;
  margin-top: 20px;
  display: none;
  justify-content: center;
  align-items: center;
}
.simulation_banner--pc img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .simulation_banner--pc {
    display: flex;
  }
}
.simulation_banner--sp {
  margin: auto;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.simulation_banner--sp img {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .simulation_banner--sp {
    display: none;
  }
}

.fv__top--wrap--left .area__cv {
  display: block;
  background: #fff;
  border-radius: 0;
  padding: 0 0 20px 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .fv__top--wrap--left .area__cv {
    display: none;
  }
}
.fv__top--wrap--left .area__cv--inr::before {
  content: none;
}
.fv__top--wrap--left .area__cv--inr ul {
  margin: 0 10px 0 10px;
}

/*FV*/
.fv__top {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .fv__top {
    background: #f1eee7;
  }
}
.fv__top--inr {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .fv__top--inr {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 48px 0;
  }
}
.fv__top--wrap {
  background: url("../images/top/fv__top--wrap--left--base.png") repeat #f08d18 left top/48px 48px;
}
.fv__top--wrap--right {
  display: none;
}
.fv__top--wrap--right--sp {
  display: block;
  background: #fff;
  margin-top: 50px;
}
.fv__top--wrap--right--sp #list__area--top--accordion dt {
  background: #fff;
  line-height: 1;
  font-size: 16px;
  padding: 15px 20px;
  border-bottom: #eee solid 1px;
  height: auto;
  font-weight: bold;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.fv__top--wrap--right--sp #list__area--top--accordion dt::after, .fv__top--wrap--right--sp #list__area--top--accordion dt.open::after {
  color: #f08d18;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -16px 0 0 0;
  font-size: 33px;
}
.fv__top--wrap--right--sp #list__area--top--accordion dt::after {
  content: "expand_more";
}
.fv__top--wrap--right--sp #list__area--top--accordion dt.open::after {
  content: "expand_less";
}
.fv__top--wrap--right--sp #list__area--top--accordion dd {
  display: none;
}
.fv__top--wrap--right--sp #list__area--top--accordion dd a {
  display: block;
  height: auto;
  line-height: 1;
  padding: 15px 35px;
  color: #1ba0e5;
  position: relative;
  border-bottom: 1px solid #eee;
  text-decoration: none;
}
.fv__top--wrap--right--sp #list__area--top--accordion dd a::after {
  color: #1ba0e5;
  content: "arrow_forward_ios";
  font-size: 20px;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  position: absolute;
  right: 34px;
  top: 50%;
  margin: -10px 0 0 0;
}
.fv__top--wrap--right--sp #list__area--top--accordion dd a:hover, .fv__top--wrap--right--sp #list__area--top--accordion dd a:visited {
  color: #1ba0e5;
}
.fv__top--wrap--right--sp .list__total {
  font-weight: normal;
  display: inline-block;
  position: relative;
  padding: 0 7px;
  margin: 0 0 0 10px;
  color: #232b39;
}
.fv__top--wrap--right--sp .list__total::before, .fv__top--wrap--right--sp .list__total::after {
  position: absolute;
}
.fv__top--wrap--right--sp .list__total::before {
  content: "[";
  left: 0;
}
.fv__top--wrap--right--sp .list__total::after {
  content: "]";
  right: 0;
}
.fv__top--wrap--right--sp .ttl__h2--AreaSearch {
  font-size: 18px;
  padding: 0 0 11px 49px;
  border-bottom: #eee solid 1px;
}
.fv__top--wrap--right--sp .ttl__h2--AreaSearch::before {
  left: 11px;
  font-size: 40px;
  margin: -25px 0 0 0;
}
.fv__top--wrap--left {
  box-sizing: border-box;
  padding: 0 10px 13px 10px;
  background: url("../images/top/fv__top--wrap--left--back.png?sdkgas") no-repeat right 20px top 35px/auto 300px;
}
@media screen and (min-width: 768px) {
  .fv__top--wrap--left {
    padding: 16px;
    background: url("../images/top/fv__top--wrap--left--back.png?sdkgas") no-repeat right 30px top 64px/221px auto;
  }
}
.fv__top--wrap--left h1 {
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  padding: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .fv__top--wrap--left h1 {
    font-size: 36px;
    line-height: 64px;
    margin: 0 0 12px 10px;
    padding: 0;
  }
}
.fv__top--wrap--left--logo {
  display: block;
  width: 150px;
  margin: 10px 0 28px 0;
}
.fv__top--wrap--left--logo img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__top--wrap--left--logo {
    width: 183px;
    margin: 10px 0 41px 0;
  }
}
.fv__top--wrap--LeftCv {
  display: none;
}
@media screen and (min-width: 768px) {
  .fv__top--wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    border-radius: 5px;
  }
  .fv__top--wrap--left, .fv__top--wrap--right {
    width: 50%;
  }
  .fv__top--wrap--right {
    display: block;
  }
  .fv__top--wrap--right--sp {
    display: none;
  }
  .fv__top--wrap--LeftCv {
    display: block;
    background: #fff;
    padding: 0 0 19px 0;
    text-align: center;
  }
  .fv__top--wrap--LeftCv--ttl {
    background: #fdf5e2;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    padding: 12px 0;
    margin: 0 0 15px 0;
  }
  .fv__top--wrap--LeftCv--phone {
    font-size: 15px;
    margin: 0 0 17px 0;
  }
  .fv__top--wrap--LeftCv--phone em {
    display: block;
    font-style: normal;
    margin: 0 0 6px 0;
    line-height: 1;
  }
  .fv__top--wrap--LeftCv--phone em > span {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #e63946;
    position: relative;
    padding: 0 0 0 38px;
  }
  .fv__top--wrap--LeftCv--phone em > span::before {
    content: "phone";
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -18px 0 0 0;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
  }
  .fv__top--wrap--right {
    background: url("../images/top/fv__top--wrap--right--back.png") no-repeat #fff center top 95px/472px auto;
    position: relative;
    padding: 29px 11px 23px 11px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .fv__top--wrap--right ul.area__block-01,
  .fv__top--wrap--right ul.area__block-02,
  .fv__top--wrap--right ul.area__block-03,
  .fv__top--wrap--right ul.area__block-04,
  .fv__top--wrap--right ul.area__block-05,
  .fv__top--wrap--right ul.area__block-06,
  .fv__top--wrap--right ul.area__block-07,
  .fv__top--wrap--right ul.area__block-08,
  .fv__top--wrap--right ul.area__block-09,
  .fv__top--wrap--right ul.area__block-10 {
    position: absolute;
  }
  .fv__top--wrap--right ul.area__block-01 {
    /*北海道*/
    top: 112px;
    right: 105px;
  }
  .fv__top--wrap--right ul.area__block-02 {
    /*東北*/
    bottom: 122px;
    right: 10px;
  }
  .fv__top--wrap--right ul.area__block-03 {
    /*関東*/
    bottom: 4px;
    right: 77px;
  }
  .fv__top--wrap--right ul.area__block-04 {
    /*中部*/
    bottom: 15px;
    right: 200px;
  }
  .fv__top--wrap--right ul.area__block-05 {
    /*中越*/
    top: 112px;
    left: 260px;
  }
  .fv__top--wrap--right ul.area__block-06 {
    /*近畿*/
    bottom: 192px;
    left: 186px;
  }
  .fv__top--wrap--right ul.area__block-07 {
    /*中国*/
    bottom: 192px;
    left: 109px;
  }
  .fv__top--wrap--right ul.area__block-08 {
    /*四国*/
    bottom: 15px;
    left: 138px;
  }
  .fv__top--wrap--right ul.area__block-09 {
    /*九州*/
    bottom: 15px;
    left: 14px;
  }
  .fv__top--wrap--right ul.area__block-10 {
    /*沖縄*/
    top: 168px;
    left: 14px;
  }
}
@media screen and (min-width: 768px) {
  .fv__top--wrap--right li {
    margin: 0 0 5px 0;
  }
  .fv__top--wrap--right li a {
    display: inline-block;
    box-sizing: border-box;
    border: #e6e6e6 solid 1px;
    background: #fff;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1;
    padding: 2px 0;
    width: 55px;
    text-align: center;
    box-shadow: 0 1px 0 0 #e6e6e6;
    transition: 0.3s all;
    text-decoration: none;
    color: #232b39;
  }
  .fv__top--wrap--right li a:hover, .fv__top--wrap--right li a:visited {
    color: #232b39;
    text-decoration: none;
  }
  .fv__top--wrap--right li a:hover {
    transform: translateY(3px);
  }
}
.fv__top--point li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__top--point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fv__top--point li {
    width: 32%;
  }
}
.fv__top--point--consultation, .fv__top--point--stock, .fv__top--point--performance {
  padding: 11px 15px 11px 121px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .fv__top--point--consultation, .fv__top--point--stock, .fv__top--point--performance {
    padding: 14px 24px 15px 121px;
  }
}
.fv__top--point--consultation > p span, .fv__top--point--stock > p span, .fv__top--point--performance > p span {
  display: inline-block;
  font-size: 0.82em;
}
.fv__top--point--stock {
  background: url("../images/top/fv__top--point--consultation.png") no-repeat #fff left 15px center/66px auto;
}
@media screen and (min-width: 768px) {
  .fv__top--point--stock {
    background: url("../images/top/fv__top--point--consultation.png") no-repeat #fff left 15px center/91px auto;
  }
}
.fv__top--point--performance {
  background: url("../images/top/fv__top--point--stock.png") no-repeat #fff left 10px center/80px auto;
}
@media screen and (min-width: 768px) {
  .fv__top--point--performance {
    background: url("../images/top/fv__top--point--stock.png") no-repeat #fff left 10px center/96px auto;
  }
}
.fv__top--point--consultation {
  background: url("../images/top/fv__top--point--performance.png") no-repeat #fff left 8px center/80px auto;
}
@media screen and (min-width: 768px) {
  .fv__top--point--consultation {
    background: url("../images/top/fv__top--point--performance.png") no-repeat #fff left 8px center/100px auto;
  }
}
.fv__top--point p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .fv__top--point.area-cooperation-record > li {
    min-height: 135px;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
  }
  .fv__top--point.area-cooperation-record > li > div {
    padding: 16px 24px 12px 121px;
  }
  .fv__top--point.area-cooperation-record > li > div > h2 {
    margin: 0px 0 10px 0;
  }
  .fv__top--point.area-cooperation-record > li > div.fv__top--point--performance {
    padding: 16px 14px 12px 84px;
    background: url("../images/top/fv__top--point--stock.png") no-repeat #fff left 10px center/70px auto;
  }
}
.fv__top--point {
  margin: 14px 0 0 0;
}
@media screen and (min-width: 768px) {
  .fv__top--point {
    margin: 28px 0 0 0;
  }
}
.fv__top--bnr {
  margin: 0;
}
.fv__top--bnr img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__top--bnr {
    margin: 28px 0 0 0;
  }
}

.section__Ads {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section__Ads .ad_item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 8px;
  flex: 1 1 calc(25% - 20px);
  box-sizing: border-box;
  transition: transform 0.3s, box-shadow 0.3s;
  font-size: 0.86rem;
}
@media (max-width: 768px) {
  .section__Ads .ad_item {
    flex: 1 1 100%;
  }
}
.section__Ads .ad_item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.section__Ads .ad_item .blk_main_img {
  margin-bottom: 10px;
  overflow: hidden;
  height: 120px;
}
.section__Ads .ad_item .blk_main_img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.section__Ads .ad_item .blk_main_img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.section__Ads .ad_item .ad_name {
  font-size: 1.15rem;
  font-weight: bold;
  margin: 10px 0;
  color: #232b39;
  line-height: 1.5;
}
.section__Ads .ad_item .blk_description_ttl {
  font-size: 0.86rem;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 4px;
  background-color: #FFF6DD;
}
.section__Ads .ad_item .blk_overview_area {
  display: flex;
  flex-wrap: wrap;
}
.section__Ads .ad_item .blk_overview_area dt {
  font-weight: bold;
  margin-bottom: 5px;
  flex: 0 0 auto;
}
.section__Ads .ad_item .blk_overview_area dd {
  margin: 0 0 5px 0;
  flex: 1 1 auto;
  line-height: 1.5;
  max-height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section__Ads .ad_item .blk_overview_area dd span {
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 6px;
  flex: 0 0 auto;
}
.section__Ads .ad_item .detail_top_score {
  display: flex;
  flex-flow: nowrap;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  .section__Ads .ad_item .detail_top_score {
    flex-direction: column;
    gap: 6px;
  }
}
.section__Ads .ad_item .detail_top_score > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .section__Ads .ad_item .detail_top_score > a {
    flex-direction: column;
    gap: 6px;
  }
}
.section__Ads .ad_item .detail_top_score .material-icons {
  font-size: 1.1rem;
  color: #ff9900;
  display: inline-flex;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .section__Ads .ad_item .detail_top_score .material-icons {
    font-size: 1.3rem;
  }
}
.section__Ads .ad_item .detail_top_score .material-icons.gray {
  color: #ddd;
}
.section__Ads .ad_item .detail_top_score .number {
  font-size: 0.86rem;
  font-weight: bold;
  color: #232b39;
  padding-left: 8px;
}
@media screen and (min-width: 768px) {
  .section__Ads .ad_item .detail_top_score .number {
    font-size: 0.86rem;
  }
}
.section__Ads .ad_item .detail_top_score .count {
  font-size: 0.86rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .section__Ads .ad_item .detail_top_score .count {
    font-size: 0.86rem;
  }
}
.section__Ads .ad_item .detail_top_score .count a {
  color: #1ba0e5;
  text-decoration: none;
}
.section__Ads .ad_item a {
  text-decoration: none;
  color: inherit;
}

/*相続なび*/
.section__NaviCatefory ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .section__NaviCatefory ul {
    margin: 0;
  }
}
.section__NaviCatefory li {
  width: 48.5%;
  margin-bottom: 10px;
  border: #eee solid 1px;
}
.section__NaviCatefory li:nth-of-type(7n), .section__NaviCatefory li:nth-of-type(8n) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section__NaviCatefory li {
    width: 24%;
    margin-bottom: 33px;
  }
  .section__NaviCatefory li:nth-of-type(5n), .section__NaviCatefory li:nth-of-type(6n), .section__NaviCatefory li:nth-of-type(7n), .section__NaviCatefory li:nth-of-type(8n) {
    margin-bottom: 0;
  }
}
.section__NaviCatefory li figure {
  position: relative;
  z-index: 1;
}
.section__NaviCatefory li figure span {
  display: block;
}
.section__NaviCatefory li figure span img {
  display: block;
  width: 100%;
  max-width: inherit;
}
.section__NaviCatefory li figure a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.section__NaviCatefory li figure figcaption {
  color: #f08d18;
  font-size: 18px;
  margin: 13px 15px 16px 15px;
  padding: 0;
}
.section__NaviCatefory li ul {
  display: block;
  margin: 0 11px 20px 11px;
}
@media screen and (min-width: 768px) {
  .section__NaviCatefory li ul {
    margin: 0 15px 20px 15px;
  }
}
.section__NaviCatefory li ul li {
  width: 100%;
  margin: 0 0 10px 0;
  border: none;
}
.section__NaviCatefory li ul li:last-child {
  margin: 0;
}
.section__NaviCatefory li ul li a {
  line-height: 1.5;
  color: #232b39;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: block;
  position: relative;
  padding: 0 0 0 23px;
}
@media screen and (min-width: 768px) {
  .section__NaviCatefory li ul li a {
    line-height: 1;
  }
}
.section__NaviCatefory li ul li a:hover, .section__NaviCatefory li ul li a:visited {
  color: #232b39;
  text-decoration: none;
}
.section__NaviCatefory li ul li a:before {
  content: "keyboard_arrow_right";
  position: absolute;
  left: 0;
  top: 0;
  background: #f08d18;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  width: 18px;
  height: 18px;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.section__NaviCatefory a {
  text-decoration: none;
}
.section__NaviCatefory a:hover, .section__NaviCatefory a:visited {
  text-decoration: none;
}

/*ニュース*/
.section__News {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .section__News {
    padding: 0;
  }
}
.section__News li {
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1.5;
}
.section__News li h3 {
  min-width: 110px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .section__News li h3 {
    font-size: 14px;
  }
}
.section__News li p {
  font-weight: normal;
  font-size: 16px;
}

/*最新記事*/
.section__LatestArticle ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 15px;
}
@media screen and (min-width: 768px) {
  .section__LatestArticle ul {
    margin: 0;
  }
}
.section__LatestArticle li {
  box-sizing: border-box;
  width: 48.5%;
  border: #eee solid 1px;
  padding: 0 0 22px 0;
  margin-bottom: 10px;
}
.section__LatestArticle li:nth-child(3), .section__LatestArticle li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section__LatestArticle li {
    width: 23%;
    border: none;
    padding: 0;
    margin-bottom: 0;
  }
}
.section__LatestArticle li figure {
  display: block;
}
.section__LatestArticle li figure a.to__cat--img {
  display: block;
  height: 83px;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .section__LatestArticle li figure a.to__cat--img {
    height: 116px;
  }
}
.section__LatestArticle li figure a.to__cat--img img {
  display: block;
  width: 100%;
  max-width: inherit;
  height: auto;
}
.section__LatestArticle li figure a.to__cat--img--movie {
  height: 129px;
}
.section__LatestArticle li figure a.to__cat--img--movie img {
  display: block;
  width: 100%;
  height: 129px;
  object-fit: cover;
}
.section__LatestArticle li figcaption {
  margin: 10px;
}
.section__LatestArticle li figcaption a.to__cat--txt {
  font-size: 16px;
  height: auto;
  overflow: hidden;
  border-radius: 0;
  text-decoration: none;
  color: #f08d18;
  display: block;
  position: relative;
  line-height: 26px;
  padding: 0 0 0 28px;
  margin: 0 0 10px 0;
}
.section__LatestArticle li figcaption a.to__cat--txt:hover, .section__LatestArticle li figcaption a.to__cat--txt:visited {
  text-decoration: none;
  color: #f08d18;
}
.section__LatestArticle li figcaption a.to__cat--txt::before {
  content: "keyboard_arrow_right";
  position: absolute;
  left: 0;
  top: 0;
  background: #f08d18;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  width: 20px;
  height: 20px;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
@media screen and (min-width: 768px) {
  .section__LatestArticle li figcaption a.to__cat--txt {
    margin: 0;
  }
}
.section__LatestArticle li figcaption time {
  font-size: 13px;
  color: #888;
}
@media screen and (min-width: 768px) {
  .section__LatestArticle li figcaption {
    margin: 17px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
    align-items: center;
  }
}

/*おすすめの相続の専門家*/
.section__recomend--inr {
  padding: 0 15px 23px 15px;
}
.section__recomend ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .section__recomend ul {
    margin: 0;
  }
}
.section__recomend li {
  width: 48.5%;
  box-shadow: 0px 2px 7.4px 0.6px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.section__recomend li:nth-child(3), .section__recomend li:last-child {
  margin-bottom: 0;
}
.section__recomend li figure {
  display: block;
  height: 115px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.section__recomend li figure img {
  display: block;
  width: 100%;
  max-width: inherit;
  height: auto;
}
.section__recomend li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .section__recomend li {
    width: 24%;
    margin-bottom: 0;
  }
  .section__recomend li figure {
    height: 160px;
  }
}
.section__recomend .txt__acssess {
  position: relative;
  font-size: 16px;
  padding: 28px 0 0 0;
  margin: 0;
  height: 39px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  overflow: hidden;
}
.section__recomend .txt__acssess::before {
  content: "アクセス";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #888;
}
.section__recomend .specialist_score {
  display: flex;
  flex-flow: nowrap;
  justify-content: left;
  margin: 0;
}
.section__recomend .specialist_score li {
  box-shadow: none;
}
.section__recomend .specialist_score li.number,
.section__recomend .specialist_score li.score {
  width: inherit;
}
.section__recomend .specialist_score li.score i {
  color: #ff9900;
  font-size: 17px;
}
.section__recomend .specialist_score .number {
  font-size: 17px;
  font-weight: bold;
  color: #232b39;
  padding: 3px 0 0 8px;
}
@media screen and (min-width: 768px) {
  .section__recomend .specialist_score {
    margin: 0 10px 10px 10px;
  }
  .section__recomend .specialist_score .number {
    font-size: 21px;
  }
  .section__recomend .specialist_score li.score i {
    font-size: 24px;
  }
}

section.top-search-panel {
  background: linear-gradient(to top, #fca033, #f08d18 50%, #f08d18 50%, #f08d18);
}
section.top-search-panel .top-search-panel__inr {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
}
section.top-search-panel .top-search-panel__inr h3 {
  font-size: 22px;
  margin: 16px 16px 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.top-search-panel .top-search-panel__inr h3::before {
  content: "location_on";
  color: #f08d18;
  font-size: 24px;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  margin-right: 8px;
}
section.top-search-panel .top-search-panel__inr .search-prefs {
  margin: 12px 0;
  background-color: white;
  border-radius: 16px;
}
section.top-search-panel .top-search-panel__inr .search-prefs dl {
  padding: 0px 24px 16px 24px;
  display: flex;
  display: block;
  line-height: 2em;
}
section.top-search-panel .top-search-panel__inr .search-prefs dl dt {
  float: left;
  display: block;
  color: #666;
  min-width: 110px;
}
section.top-search-panel .top-search-panel__inr .search-prefs dl dd {
  display: flex;
}
section.top-search-panel .top-search-panel__inr .search-prefs dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
section.top-search-panel .top-search-panel__inr .search-prefs dl dd ul li {
  font-size: 14px;
}
section.top-search-panel .top-search-panel__inr .search-prefs dl dd ul li:after {
  content: " ";
  border-right: 1px solid #ccc;
  padding-right: 8px;
  margin-right: 8px;
}
section.top-search-panel .top-search-panel__inr .search-prefs dl dd ul li:last-child:after {
  content: none;
}
section.top-search-panel .top-search-panel__inr .search-prefs dl dd ul li a {
  text-decoration: none;
}
section.top-search-panel .top-search-panel__inr .search-aims {
  margin: 12px 0;
  background-color: white;
  border-radius: 16px;
  width: 100%;
}
section.top-search-panel .top-search-panel__inr .search-aims h3::before {
  content: "library_books";
}
section.top-search-panel .top-search-panel__inr .search-aims ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  section.top-search-panel .top-search-panel__inr .search-aims ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
section.top-search-panel .top-search-panel__inr .search-aims ul li {
  display: flex;
  color: #333;
  display: block;
  padding: 8px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.top-search-panel .top-search-panel__inr .search-aims ul li.search-aims__item--edge {
  border-right: none;
}
section.top-search-panel .top-search-panel__inr .search-aims ul li a {
  text-decoration: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  color: #333;
}
section.top-search-panel .top-search-panel__inr .search-aims ul li a:after {
  content: "chevron_right";
  color: #f08d18;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
section.top-search-panel.top-search-panel--top .top-search-panel__inr {
  padding: 12px;
}
@media screen and (min-width: 768px) {
  section.top-search-panel.top-search-panel--top .top-search-panel__inr {
    padding: 0;
  }
}
section.top-search-panel.top-search-panel--top .top-search-panel__inr .search-prefs {
  display: none !important;
}
section.top-search-panel.top-search-panel--bottom {
  padding: 12px 0;
}
section.top-search-panel.top-search-panel--bottom .top-search-panel__inr {
  flex-direction: column;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  section.top-search-panel.top-search-panel--bottom .top-search-panel__inr {
    flex-direction: row;
    padding: 0;
  }
}
section.top-search-panel.top-search-panel--bottom .top-search-panel__inr .search-prefs {
  margin: 0;
  width: 100%;
}
section.top-search-panel.top-search-panel--bottom .top-search-panel__inr .search-aims {
  margin: 0;
  width: 100%;
}
section.top-search-panel.top-search-panel--bottom .top-search-panel__inr .search-aims ul {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  section.top-search-panel.top-search-panel--bottom .top-search-panel__inr .search-aims ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  section.top-search-panel.top-search-panel--bottom .top-search-panel__inr .search-prefs {
    width: 65%;
  }
  section.top-search-panel.top-search-panel--bottom .top-search-panel__inr .search-aims {
    width: 35%;
  }
  section.top-search-panel.top-search-panel--bottom .top-search-panel__inr .search-aims ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  section.top-search-panel.top-search-panel--bottom .top-search-panel__inr .search-aims ul {
    grid-template-columns: 1fr 1fr;
  }
}

.section__reviews {
  height: auto;
  overflow-y: hidden;
  overflow-x: scroll;
  display: flex;
  align-items: stretch;
  margin-top: -24px;
  padding-top: 24px;
  margin-left: 10px;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .section__reviews {
    gap: 12px;
    margin-left: 0;
  }
}
.section__reviews .review {
  min-width: 330px;
  max-width: 330px;
  padding: 16px 16px;
  margin-bottom: 8px;
  border: 1px solid #eee;
  border-radius: 5px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section__reviews .review {
    min-width: 345px;
    max-width: 345px;
  }
}
.section__reviews .review > .top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 14px;
}
.section__reviews .review > .top > .left.review__rating {
  display: flex;
  justify-content: left;
  align-items: center;
  color: #f08d18;
  margin-right: 16px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .section__reviews .review > .top > .left.review__rating {
    font-size: 16px;
  }
}
.section__reviews .review > .top > .left.review__rating .score {
  display: flex;
}
.section__reviews .review > .top > .left.review__rating .number {
  font-size: 22px;
  font-weight: bold;
  color: #232b39;
  padding: 0 8px;
}
.section__reviews .review > .top > .right {
  display: flex;
}
.section__reviews .review .middle {
  display: flex;
  margin: 8px 0;
}
.section__reviews .review .middle .review__office {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}
.section__reviews .review .reviewer-points-wrapper {
  padding: 12px;
  background-color: #FFF7EB;
  margin: 8px 0 18px 0;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section__reviews .review .reviewer-points-wrapper .reviewer-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.section__reviews .review .reviewer-points-wrapper .reviewer-points li {
  display: flex;
  gap: 4px;
  font-size: 16px;
}
.section__reviews .review .reviewer-points-wrapper .reviewer-points li span {
  color: #999999;
  white-space: nowrap;
}
.section__reviews .review .reviewer-points-wrapper .reviewer-points li p {
  font-weight: bold;
}
.section__reviews .review .reviewer-points-wrapper .reviewer-points li.point p {
  color: #f08d18;
}
.section__reviews .review .balloon {
  position: relative;
  border-radius: 4px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding: 20px 12px;
  margin-top: 12px;
  margin-bottom: 50px;
}
.section__reviews .review .balloon h4 {
  margin: 0px auto 12px;
}
@media screen and (min-width: 768px) {
  .section__reviews .review .balloon {
    padding: 25px 20px;
  }
}
.section__reviews .review .balloon:last-child {
  margin-bottom: 32px;
}
.section__reviews .review .balloon:before, .section__reviews .review .balloon:after {
  content: "";
  position: absolute;
  left: 4px;
  width: 0;
  height: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .section__reviews .review .balloon:before, .section__reviews .review .balloon:after {
    left: 15px;
  }
}
.section__reviews .review .balloon:before {
  top: -10px;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #cccccc;
  border-left: 8px solid transparent;
}
.section__reviews .review .balloon:after {
  top: -9px;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 8px solid transparent;
  z-index: 10;
}
.section__reviews .review .balloon .service-info {
  border: solid 4px #e7e3d5;
  background-color: #ffffff;
  padding: 6px 15px;
  margin-top: 12px;
}
.section__reviews .review .balloon .service-info > span {
  line-height: 1.8;
  display: block;
}
@media screen and (min-width: 768px) {
  .section__reviews .review .balloon .service-info {
    margin-top: 23px;
  }
  .section__reviews .review .balloon .service-info > span {
    line-height: 1.8;
    display: inline-block;
  }
  .section__reviews .review .balloon .service-info > :not(:first-child) {
    padding-left: 8px;
    border-left: 1px solid #cccccc;
  }
}
.section__reviews .review .balloon p {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .section__reviews .review .balloon p {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}
.section__reviews .review .bottom {
  line-height: 1.5em;
  font-size: 1rem;
}
.section__reviews .review .bottom h4 {
  font-weight: bold;
  margin-bottom: 0.2em;
}
.section__reviews .review .bottom p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*相続のお悩み解決特集*/
.section__special ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 10px;
}
.section__special li {
  width: 48.5%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.section__special li figure {
  display: block;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
}
.section__special li figure img {
  display: block;
  width: 100%;
  max-width: inherit;
  height: auto;
}
.section__special li:nth-of-type(7n), .section__special li:last-child {
  margin-bottom: 0;
}
.section__special li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .section__special ul {
    margin: 0;
  }
  .section__special li {
    width: 24%;
    margin-bottom: 0;
  }
  .section__special li figure {
    height: 148px;
  }
  .section__special li:first-child, .section__special li:nth-of-type(2n), .section__special li:nth-of-type(3n), .section__special li:nth-of-type(4n) {
    margin-bottom: 48px;
  }
}

/*「いい相続」に依頼するメリット*/
.section__merit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section__merit ul li {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 15px 28px 15px;
  border-radius: 8px;
  border: solid 1px #eee;
  margin-left: 33px;
  margin-right: 33px;
  margin-bottom: 16px;
  margin-top: 50px;
  position: relative;
}
.section__merit ul li > div {
  position: absolute;
  top: -34px;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.section__merit ul li > div span {
  font-size: 16px;
  background-color: #f08d18;
  color: #fff;
  font-weight: normal;
  height: 22px;
  padding: 6px 18px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.section__merit ul li > div span strong {
  font-size: 20px;
  font-weight: bold;
  margin-left: 3px;
}
.section__merit ul li:last-child {
  margin-bottom: 0;
}
.section__merit ul li figure img {
  display: block;
  margin: 0 auto;
  height: 120px;
  width: auto;
  max-width: inherit;
}
.section__merit ul li p {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .section__merit ul li {
    width: 320px;
    margin-left: 0;
    margin-right: 0;
  }
  .section__merit ul li:first-child, .section__merit ul li:nth-of-type(2n) {
    margin-bottom: 21px;
  }
  .section__merit ul li:first-child, .section__merit ul li:nth-of-type(2n) {
    margin-right: 21px;
  }
  .section__merit ul li:nth-of-type(4n) {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/*他にもこんな終活相談にのれます*/
.section__crossuse {
  background: #eee;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .section__crossuse {
    padding: 21px 19px;
  }
}
.section__crossuse h3 {
  width: 50%;
  height: 61px;
}
@media screen and (min-width: 768px) {
  .section__crossuse h3 {
    width: 100%;
    height: 101px;
  }
}
.section__crossuse ul li {
  box-sizing: border-box;
  position: relative;
  background: #fff;
  margin: 0 0 10px 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 10px;
}
.section__crossuse ul li:last-child {
  margin: 0;
}
.section__crossuse ul li p {
  box-sizing: border-box;
  width: 50%;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 0;
}
.section__crossuse ul li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .section__crossuse ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section__crossuse ul li {
    display: block;
    width: 19%;
    box-sizing: border-box;
    padding: 11px;
    margin: 0;
    padding: 0;
  }
  .section__crossuse ul li p {
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 10px;
  }
}

/*いい相続について*/
.section__about {
  display: none;
}

@media screen and (min-width: 768px) {
  .section__about {
    display: block;
    background-color: #f5f5f5;
    padding: 30px 0;
  }
  .section__about h3 {
    border-bottom: #999 solid 1px;
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
  }
  .section__about--inr {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .section__about--logo {
    background: url(../images/logo.svg) no-repeat left bottom/100% auto;
    display: inline-block;
    height: 25px;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
    text-indent: 100%;
    top: 3px;
    white-space: nowrap;
    width: 91px;
  }
  .section__about--jpx {
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px 0;
  }
  .section__about--jpx strong {
    color: #eb6877;
  }
  .section__about--copy {
    font-size: 14px;
    line-height: 22px;
  }
}