@charset "UTF-8";
/*----------------------------------------------------
グローバルナビブレイクポイント
/* ハンバーガーメニューの切り替わるポイント。
----------------------------------------------------*/
/* gnav.jsの変数「gNav_bpoint」も数値を合わせる */
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* ホバー変更はやさ*/
/* slickのautoスライドの時などに、画面をタップするとスライドが動かなくなるのを防ぐ */
/* safariでボタンを押した際に出てくる青枠を消す */
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
リストマーカー
----------------------------------------------------*/
/*----------------------------------------------------
よく使う疑似要素、小技
----------------------------------------------------*/
/* ボックス影 */
/* 反転*/
/* 文字幅が指定幅を超えたときに「...」を表示する */
/* icon 横にぐるっと回転 */
/* 親要素よりも幅を超えて表示 */
/* 矢印 */
/*----------------------------------------------------
矢印つきボタン
----------------------------------------------------*/
/*----------------------------------------------------
読み込み
----------------------------------------------------*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/* Light/Medium */
/* Regular/Medium */
/*----------------------------------------------------
google font
----------------------------------------------------*/
/*----------------------------------------------------
フォント設定
----------------------------------------------------*/
/*----------------------------------------------------

//html例：<p>テキスト<a href="" class="link_text">こちら</a>テキス</p>

----------------------------------------------------*/
/* ホバーで下線が左に消える */
/* ホバーで左から右に線が出る */
/* ホバーで中央から線が出る */
/* ホバーで中央の線がきえる */
/*----------------------------------------------------
中央から下線 

//html例：<a class="link" href="><span>home</span></a>
----------------------------------------------------*/
/*----------------------------------------------------
左から下線 

//html例：<a class="link_L" href="><span>home</span></a>
----------------------------------------------------*/
/*----------------------------------------------------
共通
----------------------------------------------------*/
main {
  margin: 70px 0 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  main {
    margin: 80px 0 100px;
  }
}

p, li {
  font-size: 14px;
  /* 751- */
}
@media all and (min-width: 751px) {
  p, li {
    font-size: 16px;
  }
}

.mainTitle {
  margin-bottom: 40px;
}
.mainTitle span {
  display: block;
}
.mainTitle .en {
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  color: #6DA3EF;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mainTitle .en {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
  }
}
.mainTitle .jp {
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1.5667;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mainTitle .jp {
    font-size: 30px;
    letter-spacing: 0.12em;
    line-height: 1.5667;
  }
}

.midTitle {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1.6667;
}
.midTitle span {
  display: inline-block;
  background-color: #2662B4;
  color: white;
  padding: 6px 22px;
}

.minBox {
  margin-top: 40px;
}
.minBox .minBoxTitle {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
.minBox .minBoxTitle::before {
  content: "";
  position: absolute;
  display: block;
  background: #34373B;
  width: 15px;
  height: 15px;
  left: -20px;
  top: 7px;
  border-radius: 50%;
}
.minBox .minBoxTitle {
  /* 751- */
}
@media all and (min-width: 751px) {
  .minBox .minBoxTitle {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
  }
}
.minBox .minBoxText {
  color: #34373B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 2;
}

.needsShintaku {
  background-color: #E6E6E6;
  padding: 30px 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .needsShintaku {
    padding: 40px 20px;
  }
}
.needsShintaku .arrowBox {
  margin-bottom: 50px;
}
.needsShintaku .arrowBox .lt {
  line-height: 1.8;
}
@media all and (max-width: 1099px) {
  .needsShintaku .arrowBox .arrow {
    margin: 20px auto;
    width: 50px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.needsShintaku .arrowBox .bigText {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.needsShintaku .arrowBox .bigText span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(60%, #FFFF00));
  background: linear-gradient(transparent 50%, #FFFF00 60%);
}
.needsShintaku .arrowBox {
  /* 751- */
}
@media all and (min-width: 751px) {
  .needsShintaku .arrowBox .lt {
    width: 500px;
    margin: 0 auto;
  }
  .needsShintaku .arrowBox .lt li {
    font-size: 16px;
  }
  .needsShintaku .arrowBox .bigText {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
  .needsShintaku .arrowBox .bigText span {
    font-size: 36px;
  }
}
@media all and (min-width: 1100px) {
  .needsShintaku .arrowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 95%;
    margin: 0 auto 36px;
  }
  .needsShintaku .arrowBox .arrow {
    width: 64px;
  }
  .needsShintaku .arrowBox .lt {
    width: initial;
    margin: initial;
  }
}
.needsShintaku .whiteBox {
  background-color: #fff;
  padding: 20px 10px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
.needsShintaku .whiteBox p {
  font-size: 15px;
}
.needsShintaku .whiteBox p span {
  font-size: 1.3em;
}
.needsShintaku .whiteBox p span.mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(60%, #FFFF00));
  background: linear-gradient(transparent 50%, #FFFF00 60%);
}
.needsShintaku .whiteBox {
  /* 751- */
}
@media all and (min-width: 751px) {
  .needsShintaku .whiteBox p {
    font-size: 24px;
  }
  .needsShintaku .whiteBox p span {
    font-size: 36px;
  }
}

.blueBox {
  background-color: #B9DEE6;
  padding: 30px 20px;
  border-radius: 20px;
  font-weight: bold;
}
.blueBox .smallText {
  margin-bottom: 15px;
}
.blueBox .bigText {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.blueBox .blueBoxImg {
  /* -750 */
}
@media all and (max-width: 751px) {
  .blueBox .blueBoxImg {
    margin: 20px auto 0;
    max-width: 60%;
  }
}
.blueBox {
  /* 751- */
}
@media all and (min-width: 751px) {
  .blueBox {
    padding: 39px 60px;
  }
  .blueBox .blueBoxImg {
    margin: 30px auto 0;
    max-width: 50%;
  }
  .blueBox .bigText {
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}
.blueBox {
  /* CT⇨センターの意味*/
}
@media all and (min-width: 1101px) {
  .blueBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .blueBox .blueBoxImg {
    width: 30%;
  }
  .blueBox .textArea {
    width: 70%;
  }
}

.grayBg {
  background-color: #F2F2F2;
  padding: 30px 20px;
  font-weight: 500;
  /* 751- */
}
@media all and (min-width: 751px) {
  .grayBg {
    padding: 38px 40px;
  }
}

.box {
  margin-bottom: 50px;
}
.box .text {
  line-height: 2;
}
.box .imgBox {
  overflow: scroll;
}
.box .imgArea {
  /* -750 */
}
@media all and (max-width: 751px) {
  .box .imgArea img {
    width: 800px;
  }
}

.ltBox {
  border: 1px solid #2662B4;
  padding: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .ltBox {
    padding: 35px 63px 32px;
  }
}
.ltBox .lt {
  counter-reset: number 0;
  margin-left: 1.5em;
}
.ltBox .lt > li {
  position: relative;
}
.ltBox .lt > li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  left: -1.5em;
}
.ltBox .lt {
  line-height: 2;
  /* CT⇨センターの意味*/
}
@media all and (min-width: 1101px) {
  .ltBox .lt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .ltBox .lt li {
    width: 46%;
  }
}
.ltBox.grayBg {
  margin-top: 20px;
  border: initial;
  background-color: #F2F2F2;
  font-weight: bold;
}
.ltBox.grayBg .text {
  font-size: 0.8em;
  padding: 10px 0;
}

.meritdemerit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .meritdemerit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.meritdemerit .merit, .meritdemerit .demerit {
  border: 4px solid #F09830;
  /* 751- */
}
@media all and (min-width: 751px) {
  .meritdemerit .merit, .meritdemerit .demerit {
    width: 49%;
  }
}
.meritdemerit .merit h4, .meritdemerit .demerit h4 {
  text-align: center;
  padding: 6px 0;
  font-weight: bold;
  color: #fff;
  background-color: #F09830;
}
.meritdemerit .merit ul, .meritdemerit .demerit ul {
  padding: 20px;
  list-style: none;
  margin-left: 1.5em;
}
.meritdemerit .merit ul > li, .meritdemerit .demerit ul > li {
  position: relative;
}
.meritdemerit .merit ul > li::before, .meritdemerit .demerit ul > li::before {
  content: "●";
  position: absolute;
  left: -1.5em;
}
.meritdemerit .merit ul, .meritdemerit .demerit ul {
  /* 751- */
}
@media all and (min-width: 751px) {
  .meritdemerit .merit ul, .meritdemerit .demerit ul {
    padding: 30px;
  }
}
.meritdemerit .merit ul li, .meritdemerit .demerit ul li {
  line-height: 1.8;
  padding-bottom: 8px;
}
.meritdemerit .merit ul li:last-child(), .meritdemerit .demerit ul li:last-child() {
  padding-bottom: 0;
}
.meritdemerit .merit ul li::before, .meritdemerit .demerit ul li::before {
  color: #F09830;
}
.meritdemerit .demerit {
  border: 4px solid #2662B4;
}
.meritdemerit .demerit h4 {
  background-color: #2662B4;
}
.meritdemerit .demerit ul li::before {
  color: #2662B4;
}

/*----------------------------------------------------
タブ
----------------------------------------------------*/
.tab {
  margin: 40px 0 0 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .tab {
    margin: 70px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.tab li {
  border-bottom: 2px solid #2662B4;
}
.tab li a {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab li a.active {
  background-color: #2662B4;
  color: #fff;
}
.tab {
  /* 751- */
}
@media all and (min-width: 751px) {
  .tab li a:not(.active):hover {
    background-color: #E4F2F5;
  }
  .tab.col3 li {
    width: 33.3333333333%;
  }
  .tab.col4 li {
    width: 25%;
  }
}

.tab_content {
  display: none;
  opacity: 0;
}
.tab_content.is-active {
  display: block;
  opacity: 1;
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

/*----------------------------------------------------
よくある質問
----------------------------------------------------*/
#faq {
  padding-bottom: 30px;
}
#faq .lt li {
  margin-bottom: 35px;
}
#faq .lt li:last-child {
  margin-bottom: 0px;
}
#faq .question {
  position: relative;
  margin-left: 3em;
  padding-right: 35px;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .question {
    margin-left: 4em;
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
  }
}
#faq .question::after, #faq .question::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  background-color: #2662B4;
  right: 10px;
  top: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .question::after, #faq .question::before {
    top: 15px;
  }
}
#faq .question::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
#faq .question.close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  background-color: #2662B4;
  right: 10px;
}
#faq .question.close::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  background-color: #2662B4;
  right: 10px;
  rotate: 90deg;
  opacity: 1;
}
#faq .question.pdf {
  display: block;
}
#faq .question.pdf::before, #faq .question.pdf::after {
  display: none;
}
#faq .question > span {
  position: relative;
}
#faq .question > span::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #DDEBFF;
  top: -3px;
  left: -3em;
  border-radius: 50%;
}
#faq .question > span::after {
  content: "Q.";
  position: absolute;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1.6667;
  top: 2px;
  left: -3em;
  font-family: "Helvetica Neue", "Arial", YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  color: #2662B4;
}
#faq .question > span {
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .question > span::before {
    content: "";
    position: absolute;
    height: 42px;
    width: 42px;
    background-color: #DDEBFF;
    top: -8px;
    left: -4em;
  }
  #faq .question > span::after {
    top: -3px;
    left: -3em;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}
#faq .question .underline {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .question .underline {
    color: #1F2A40;
  }
  #faq .question .underline::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #1F2A40;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  #faq .question .underline:hover::after {
    width: 100%; /*横幅を伸ばす*/
    opacity: 1; /*不透明に*/
  }
}
#faq .answer {
  border-top: 1px solid #E0E0E0;
  padding-top: 20px;
  margin-top: 20px;
  display: none;
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .answer {
    padding-top: 30px;
    margin-top: 30px;
  }
}
#faq .answer::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #2662B4;
  top: 13px;
  left: 0em;
  border-radius: 50%;
}
#faq .answer::after {
  content: "A.";
  position: absolute;
  top: 17px;
  left: 10px;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1.6667;
  font-family: "Helvetica Neue", "Arial", YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  color: white;
}
#faq .answer {
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .answer::before {
    content: "";
    position: absolute;
    height: 42px;
    width: 42px;
    background-color: #2662B4;
    top: 30px;
    left: 0em;
  }
  #faq .answer::after {
    top: 35px;
    left: 13px;
    color: white;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}
#faq .answer .textArea {
  background-color: #E2EEFF;
  padding: 25px 24px;
  margin-left: 42px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .answer .textArea {
    padding: 45px 54px;
    margin-left: 70px;
  }
}
#faq .answer .textArea .title {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq .answer .textArea .text {
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 2.1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .answer .textArea .text {
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 2.1;
  }
}

/*----------------------------------------------------
相続対策
----------------------------------------------------*/
#tab02 p {
  line-height: 2;
}
#tab02 .box {
  margin-bottom: 70px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab02 .box {
    margin-bottom: 96px;
  }
}
#tab02 .blueBox {
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab02 .blueBox .blueBoxImg {
    margin: 0 auto 0;
  }
}
#tab02 .souzoku_consul .image {
  max-width: 500px;
  margin: 0 auto 40px;
}
#tab02 .souzoku_consul .text p:not(:last-child) {
  margin-bottom: 20px;
}
#tab02 .souzoku_consul {
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab02 .souzoku_consul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #tab02 .souzoku_consul .image {
    width: 45%;
    max-width: none;
    margin: 0;
  }
  #tab02 .souzoku_consul .text {
    width: 50%;
  }
}
#tab02 .qa_title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.6667;
  display: inline-block;
  background-color: #2662B4;
  color: white;
  padding: 6px 22px;
  border-radius: 5px;
  margin: 40px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab02 .qa_title {
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 1.6667;
    margin: 50px 0;
  }
}
#tab02 .qalist > li {
  margin-bottom: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab02 .qalist > li {
    margin-bottom: 50px;
  }
}
#tab02 .qalist > li:last-child {
  margin-bottom: 0;
}
#tab02 .qalist > li .q_title {
  position: relative;
}
#tab02 .qalist > li .q_title::before {
  position: absolute;
  content: "Q";
  display: inline-block;
  background-color: #2662B4;
  line-height: 34px;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
}
#tab02 .qalist > li .q_title span {
  display: inline-block;
  padding-left: 50px;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab02 .qalist > li .q_title span {
    font-size: 17px;
  }
}
#tab02 .qalist > li .q_text {
  padding-left: 50px;
  margin-bottom: 10px;
}
#tab02 .qalist > li .answer {
  position: relative;
}
#tab02 .qalist > li .answer::before {
  position: absolute;
  content: "A";
  display: inline-block;
  background-color: #B9DEE6;
  line-height: 34px;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
}
#tab02 .qalist > li .answer span {
  display: inline-block;
  padding-left: 50px;
}
#tab02 .taisaku {
  background-color: #E6E6E6;
  padding: 30px 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab02 .taisaku {
    padding: 50px 40px;
  }
}
#tab02 .taisaku .whiteBox {
  background-color: #fff;
  padding: 20px 10px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
#tab02 .taisaku .whiteBox .large {
  font-size: 15px;
}
#tab02 .taisaku .whiteBox .large span {
  font-size: 1.3em;
}
#tab02 .taisaku .whiteBox .large span.mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(60%, #FFFF00));
  background: linear-gradient(transparent 50%, #FFFF00 60%);
}
#tab02 .taisaku .whiteBox {
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab02 .taisaku .whiteBox .large {
    font-size: 24px;
  }
  #tab02 .taisaku .whiteBox .large span {
    font-size: 36px;
  }
}
#tab02 .taisaku .taisakulist {
  margin-top: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab02 .taisaku .taisakulist {
    margin-top: 50px;
  }
}
#tab02 .taisaku .taisakulist > li {
  margin-bottom: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab02 .taisaku .taisakulist > li {
    margin-bottom: 50px;
  }
}
#tab02 .taisaku .taisakulist > li:last-child {
  margin-bottom: 0;
}
#tab02 .taisaku .taisakulist > li h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab02 .taisaku .taisakulist > li h4 {
    font-size: 18px;
  }
}
#tab02 .service_list > li {
  background-color: #B9DEE6;
  border-radius: 5px;
  padding: 20px 16px;
  text-align: center;
  margin-bottom: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab02 .service_list > li {
    padding: 20px 30px;
    margin-bottom: 40px;
  }
}
#tab02 .service_list > li:last-child {
  margin-bottom: 0;
}
#tab02 .service_list > li h4 {
  display: inline-block;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 35px;
  margin-bottom: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab02 .service_list > li h4 {
    font-size: 22px;
    padding: 8px 55px;
  }
}
#tab02 .service_list > li .bgbox {
  background-color: #EAFDFD;
  text-align: left;
  padding: 20px 16px;
  border-radius: 5px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab02 .service_list > li .bgbox {
    padding: 28px 38px;
  }
}
#tab02 .service_list > li .bgbox p:not(:last-child) {
  margin-bottom: 20px;
}

/*----------------------------------------------------
信託
----------------------------------------------------*/
#tab03 .box {
  margin-bottom: 70px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab03 .box {
    margin-bottom: 96px;
  }
}
#tab03 .btnArea {
  text-align: center;
  margin-top: 30px;
}
#tab03 .btnArea .btn {
  padding: 13px 30px;
  width: 220px;
  /* -750 */
}
@media all and (max-width: 751px) {
  #tab03 .btnArea .btn {
    font-size: 12px;
    line-height: 1.6;
  }
}
#tab03 .btnArea {
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab03 .btnArea {
    margin-top: 30px;
  }
  #tab03 .btnArea .btn {
    padding: 20px 0;
    width: 480px;
  }
}
#tab03 .why {
  background-color: #E6E6E6;
  padding: 30px 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab03 .why {
    padding: 38px 40px;
  }
}
#tab03 .why li {
  margin-bottom: 30px;
}
#tab03 .why li:last-child() {
  margin-bottom: 0;
}
#tab03 .why li h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.8;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab03 .why li h4 {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.8;
  }
}
#tab03 .why li p {
  line-height: 1.8;
}
#tab03 .why .arrow {
  width: 64px;
  margin: 0 auto 30px;
}
#tab03 .why .whiteBox {
  background-color: #fff;
  padding: 20px 10px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
#tab03 .why .whiteBox .big {
  font-size: 26px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab03 .why .whiteBox .big {
    font-size: 36px;
  }
}
#tab03 .why .whiteBox .mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(60%, #FFFF00));
  background: linear-gradient(transparent 50%, #FFFF00 60%);
}

/*----------------------------------------------------
後見制度
----------------------------------------------------*/
#tab04 .blueBox .bigText {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab04 .blueBox .bigText {
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}
#tab04 .intro {
  background-color: #E6E6E6;
  padding: 30px 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab04 .intro {
    padding: 38px 40px;
  }
}
#tab04 .intro h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab04 .intro h3 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.8;
    margin-bottom: 40px;
  }
}
#tab04 .intro h3 .big {
  font-size: 26px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab04 .intro h3 .big {
    font-size: 36px;
  }
}
#tab04 .intro h3 .mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(60%, #FFFF00));
  background: linear-gradient(transparent 50%, #FFFF00 60%);
}
#tab04 .intro .imagearea {
  margin-bottom: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab04 .intro .imagearea {
    margin-bottom: 40px;
  }
}
#tab04 .grayBg {
  background-color: #F2F2F2;
  padding: 30px 20px;
  font-weight: 500;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab04 .grayBg {
    padding: 38px 40px;
  }
}
#tab04 .case {
  font-weight: bold;
  margin-bottom: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab04 .case {
    margin-bottom: 30px;
  }
}
#tab04 .case li {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.8;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab04 .case li {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.8;
  }
}
#tab04 .flex {
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab04 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#tab04 .flex .contnox {
  padding-bottom: 20px;
}
#tab04 .flex .contnox:last-child {
  padding-bottom: 0;
}
#tab04 .flex .contnox {
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab04 .flex .contnox {
    padding-bottom: 0;
    width: 45%;
  }
}
#tab04 .flex .contnox h4 {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 5px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab04 .flex .contnox h4 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.8;
  }
}
#tab04 .flex .contnox ul li {
  padding: 5px 0;
}
#tab04 .caseimg {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
  max-width: 500px;
  margin: 30px auto 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab04 .caseimg {
    max-width: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    gap: 40px 30px;
  }
}

/*----------------------------------------------------
お知らせ　コラムの資産管理カテゴリーのみ表示
----------------------------------------------------*/
#tab05 > ul {
  margin: 15px 0 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab05 > ul {
    margin: 30px 0 0;
  }
}
#tab05 .lt_item {
  border-bottom: 2px dotted #DDDDDD;
}
#tab05 .lt_item:first-child {
  border-top: 2px dotted #DDDDDD;
}
#tab05 .lt_item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab05 .lt_item > a {
    padding: 30px 0px;
  }
}
#tab05 .lt_item > a .date {
  width: 12%;
}
#tab05 .lt_item > a .date p {
  display: inline-block;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}
#tab05 .lt_item > a .date p .day {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1;
}
#tab05 .lt_item > a .date p .year {
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1;
}
#tab05 .lt_item > a .date {
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab05 .lt_item > a .date {
    width: 9%;
  }
  #tab05 .lt_item > a .date p .day {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1;
  }
  #tab05 .lt_item > a .date p .year {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1;
  }
}
#tab05 .lt_item > a .content {
  width: calc(88% - 15px);
  padding: 0 15px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab05 .lt_item > a .content {
    width: calc(91% - 19px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#tab05 .lt_item > a .content .cat_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#tab05 .lt_item > a .content .cat_area .cat {
  color: #1F2A40;
  margin-right: 10px;
  padding: 1px 5px;
  background-color: #DCEEF2;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#tab05 .lt_item > a .content .cat_area .cat:last-child {
  margin: 0px;
}
#tab05 .lt_item > a .content .cat_area {
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab05 .lt_item > a .content .cat_area {
    width: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #tab05 .lt_item > a .content .cat_area .cat {
    text-align: center;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 1.6;
  }
}
#tab05 .lt_item > a .content .title {
  padding: 10px 0 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab05 .lt_item > a .content .title {
    width: calc(100% - 90px);
    padding: 5px 40px;
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  #tab05 .lt_item > a .content .title span {
    position: relative;
  }
  #tab05 .lt_item > a .content .title span::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #34373B;
    bottom: -5px;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1); /* x軸方向に縮小で0にして消えてるように見せる */
  }
}
#tab05 .lt_item > a .arrow {
  display: inline-block;
  background-color: #2662B4;
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#tab05 .lt_item > a .arrow::after {
  content: "";
  position: absolute;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #fff;
  top: 50%;
  left: 53%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
#tab05 .lt_item > a .arrow {
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab05 .lt_item > a .arrow {
    width: 19px;
    height: 19px;
  }
  #tab05 .lt_item > a .arrow::after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #fff;
  }
}
@media (hover: hover) {
  #tab05 .lt_item > a:hover .content .title span::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  #tab05 .lt_item > a:hover .arrow {
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
}
/*# sourceMappingURL=asset.css.map */