@charset "UTF-8";


.slick-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.slick-pagenation {
  margin-top: 10px;
}

.slick-prev,
.slick-next {
  width: 40px !important;
  height: 40px !important;
  top: initial !important;
  bottom: 0 !important;
}

.slick-prev {
  left: 25px !important;
}

.slick-next {
  right: 25px !important;
}

.slick-prev:before,
.slick-next:before {
  color: #000 !Important;
  font-size: 40px !important;
}


/************************************************

  基本設定

  *************************************************/

.entry-content h3 {
  padding: 20px 10px 20px 20px;
  margin-bottom: 30px;
  font-size: 2.2rem;
  line-height: 1.595;
  font-weight: bold;
  border-left: solid 5px #ff8080;
  background: #fff2f3;
  text-align: left;
}


/* .entry-content blockquote p {
  font-size: 1.8rem;
} */



.single-case .post_ttl {
  font-weight: normal;
}

.single-blog .blog__topBanner {
  margin-top: 20px;
  width: 690px;
  /* height: 130px; */
  aspect-ratio: 69 / 13;
}

.single-blog a.btn__topLink {
  margin-top: 60px;
  display: block;
}

/* 親のpタグを消す場合 */
p:has(> a > img[alt="当センターの相続代行サービスについてはこちら"]) {
  display: none;
}

/*  お知らせ */



@media print,
screen and (max-width: 750px) {
  #p_cases .prt_header3 {
    margin: 0 0 18px;
    border-radius: 5px;
    background: url(../images/sp/bg_header1.png);
    background-size: 75px auto;
  }

  #p_cases .page_index .type-page {
    margin: 0 -10px 30px;
    padding: 18px 10px 40px;
    background: #f3f1e1;
  }

  #p_cases .page_index .type-page .case {
    margin: 0 0 27px;
  }

  #p_cases .page_index .type-page dt {
    display: none;
  }

  #p_cases .page_index .type-page dd {
    margin: 0 0 12px;
    padding: 0;
    border: none;
  }

  #p_cases .page_index .type-page dd a {
    display: block;
    position: relative;
    padding: 15px 15px 30px;
    border: 1px solid #efd9d9;
    background: #fff;
    border-radius: 12px;
    color: #040404;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.806;
  }

  #p_cases .page_index .type-page dd a:before {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 20px;
    height: 20px;
    background: url(../images/icn_arrow_pink.png) no-repeat center;
    background-size: contain;
  }

  #p_cases .page_index .type-page .pagination {
    position: relative;
    margin: 0 -10px;
    padding: 0 0 62px;
    font-size: 0;
    text-align: center;
  }

  #p_cases .page_index .type-page .pagination .page-numbers {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 7px;
    border-radius: 50%;
    background: #f88a8a;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
  }

  #p_cases .page_index .type-page .pagination .page-numbers.current {
    background: #de5655;
  }

  #p_cases .page_index .type-page .pagination .page-numbers.prev,
  #p_cases .page_index .type-page .pagination .page-numbers.next {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: auto;
    height: auto;
    margin: 0;
    border-bottom: 1px solid #db5251;
    border-radius: 0;
    background: none;
    color: #db5251;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
  }

  #p_cases .page_index .type-page .pagination .page-numbers.prev {
    margin-left: -18px;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }

  #p_cases .page_index .type-page .pagination .page-numbers.next {
    margin-left: 18px;
  }

  #p_cases .page_post .type-page>.date {
    margin: -10px 0 25px;
    text-align: right;
    letter-spacing: 0.3px;
  }


  #p_cases .page_post .type-page .entry-content {

    margin: 0;
    padding: 0 0 36px;
    color: #040404;
  }


  /* #p_cases .page_post .type-page .entry-content blockquote p {
    font-size: 16px;
  } */

  #p_cases .page_post .type-page .entry-content .editor>*:last-child {
    margin-bottom: 0;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box.sp_none {
    display: none;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list {
    margin: 20px 0 0;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article {
    margin: 10px 0 0;
    padding: 16px;
    border: 1px solid #f19ec2;
    border-radius: 5px;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article a:hover {
    opacity: 0.7;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .category {
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 30px 0 35px;
    background-color: #eeeeee;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.6;
    color: #f19ec2;
    position: relative;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .category::before {
    position: absolute;
    content: "";
    background-color: #f19ec2;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50px;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .title {
    margin: 10px 0;
    color: #212121;
    font-weight: 600;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .wrap {
    display: flex;
    gap: 0 10px;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article figure {
    width: 120px;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article figure img {
    width: 100%;
    height: auto;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .detail {
    width: calc(100% - 120px);
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .detail .info {
    display: flex;
    flex-wrap: wrap;
  }


  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .detail .info .name {
    margin: 0 10px 0 0;
    color: #d77a79;
    font-size: 14px;
  }


  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .detail .info .name span {
    color: #b4b0b0;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .detail .info time {
    margin: 0 0 0 20px;
    color: #969696;
    font-size: 16px;
    position: relative;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .detail .info time::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 15px;
    height: 15px;
    background: url(../images/icon/ic_clock.png) no-repeat center center / contain;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .tag-list {
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .tag-list li {
    margin: 0 20px 0 0;
    font-size: 14px;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .tag-list li a {
    color: #ff891d;
  }



  #p_cases .page_post .type-page .paging {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 -10px 41px;
    padding: 18px 10px 12px;
    background: #f3f1e1;
  }

  #p_cases .page_post .type-page .paging>div {
    float: none;
  }

  #p_cases .page_post .type-page .paging>div a {
    display: block;
    position: relative;
    margin: 0 0 10px;
    padding: 18px 21px;
    border: 1px solid #efd9d9;
    background: #fff;
    border-radius: 12px;
    color: #040404;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.806;
    text-decoration: none;
  }

  #p_cases .page_post .type-page .paging .prev {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }

  #p_cases .page_post .type-page .paging .next {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }

  #p_cases .page_post .type-page .to_archive {
    margin: 0 0 47px;
    padding: 0 15px;
  }

  #p_cases .page_post .type-page .to_archive .prt_button3 .inner {
    padding: 19px 10px 18px;
  }

}

@media print,
screen and (min-width: 751px) {
  #p_cases .prt_header3 {
    margin: 0 0 18px;
    border-radius: 5px;
    background: url(../images/sp/bg_header1.png);
    background-size: 75px auto;
  }

  #p_cases .image1 {
    float: right;
    width: 230px;
    margin: 0 0 0 20px;
  }

  #p_cases .image1 .caption {
    font-size: 15px;
  }

  #p_cases .page_index .type-page {
    margin: 0 0 30px;
    padding: 18px 10px 30px;
    background: #f3f1e1;
  }

  #p_cases .page_index .type-page .case {
    margin: 0 0 27px;
  }

  #p_cases .page_index .type-page dt {
    display: none;
  }

  #p_cases .page_index .type-page dd {
    margin: 0 0 12px;
    padding: 0;
    border: none;
  }

  #p_cases .page_index .type-page dd a {
    display: block;
    position: relative;
    padding: 15px 45px 15px 15px;
    border: 1px solid #efd9d9;
    background: #fff;
    border-radius: 12px;
    color: #040404;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.806;
  }

  #p_cases .page_index .type-page dd a:before {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 20px;
    height: 20px;
    background: url(../images/icn_arrow_pink.png) no-repeat center;
    background-size: contain;
  }

  #p_cases .page_index .type-page .pagination {
    position: relative;
    font-size: 0;
    text-align: center;
  }

  #p_cases .page_index .type-page .pagination .page-numbers {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 7px;
    border-radius: 50%;
    background: #f88a8a;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
  }

  #p_cases .page_index .type-page .pagination .page-numbers.current {
    background: #de5655;
  }

  #p_cases .page_index .type-page .pagination .page-numbers.prev,
  #p_cases .page_index .type-page .pagination .page-numbers.next {
    width: auto;
    height: auto;
    margin: 0;
    border-bottom: 1px solid #db5251;
    border-radius: 0;
    background: none;
    color: #db5251;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
  }

  #p_cases .page_index .type-page .pagination .page-numbers.prev {
    margin-right: 18px;
  }

  #p_cases .page_index .type-page .pagination .page-numbers.next {
    margin-left: 18px;
  }

  #p_cases .page_post .type-page>.date {
    margin-bottom: 20px;
    text-align: right;
    letter-spacing: 0.3px;
  }

  #p_cases .page_post .type-page .entry-content {
    padding: 0 27px 36px;
    color: #040404;
  }

  /* #p_cases .page_post .type-page .entry-content img.aligncenter {
    display: flex;
    margin: 0 auto;
    max-width: 100%;
  }

  #p_cases .page_post .type-page .entry-content img.alignleft {
    display: block;
    margin: 0;
    max-width: 100%;
  }

  #p_cases .page_post .type-page .entry-content img.alignright {
    display: block;
    margin: 0 0 0 auto;
    max-width: 100%;
  }

  #p_cases .page_post .type-page .entry-content img.alignnone {
    display: block;
    margin: 0;
    max-width: 100%;
  } */

  #p_cases .page_post .type-page .entry-content .editor>*:last-child {
    margin-bottom: 0;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box.pc_none {
    display: none;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list {
    margin: 40px 0 0;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article {
    margin: 10px 0 0;
    padding: 16px 24px;
    border: 1px solid #f19ec2;
    border-radius: 5px;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article a:hover {
    opacity: 0.7;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .category {
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 30px 0 35px;
    background-color: #eeeeee;
    border-radius: 5px;
    line-height: 1.6;
    color: #f19ec2;
    position: relative;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .category::before {
    position: absolute;
    content: "";
    background-color: #f19ec2;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50px;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .wrap {
    display: flex;
    gap: 0 30px;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .detail {
    width: calc(100% - 200px);
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .detail .title {
    margin: 0 0 10px;
    color: #212121;
    font-weight: 600;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .detail .info {
    display: flex;
    gap: 0 30px;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .detail .info .name {
    margin: 0;
    color: #d77a79;
    font-size: 16px;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .detail .info time {
    color: #969696;
    font-size: 16px;
    position: relative;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .detail .info time::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 15px;
    height: 15px;
    background: url(../images/icon/ic_clock.png) no-repeat center center / contain;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .detail .info .name span {
    color: #b4b0b0;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article figure {
    width: 170px;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article figure img {
    width: 100%;
    height: auto;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .tag-list {
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .tag-list li {
    margin: 0 20px 0 0;
    font-size: 16px;
  }

  #p_cases .page_post .type-page .entry-content .kanrenkiji-box .relation-list .relation-article .tag-list li a {
    color: #ff891d;
  }

  #p_cases .page_post .type-page .paging {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 0 30px;
    padding: 15px 20px;
    background: #f3f1e1;
  }

  #p_cases .page_post .type-page .paging>div {
    float: none;
  }

  #p_cases .page_post .type-page .paging>div a {
    display: block;
    position: relative;
    margin: 0 0 10px;
    padding: 15px;
    border: 1px solid #efd9d9;
    background: #fff;
    border-radius: 12px;
    color: #040404;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.806;
    text-decoration: none;
    text-align: center;
  }

  #p_cases .page_post .type-page .paging .prev {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }

  #p_cases .page_post .type-page .paging .next {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }

  #p_cases .page_post .type-page .to_archive {
    margin: 0 0 47px;
  }

  #p_cases .page_post .type-page .to_archive .prt_button3 .inner {
    padding: 19px 10px 18px;
  }
}

.single-blog .category_wrap {
  display: flex;
  align-items: center;
}



.catch {
  margin-bottom: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #efd9d9;
  color: #e04646;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 2;
}

.single-case .catch {
  color: #040404;
  font-weight: normal;
}


@media print,
screen and (min-width: 750px) {
  .catch {
    padding: 0 27px 22px;
    font-weight: bold;
  }

  .single-case .catch {
    color: #e04646;
    font-weight: bold;
  }
}

@media print,
screen and (max-width: 750px) {
  .single-case .catch {
    position: relative;
  }

  .single-case .catch::before {
    content: "";
    background: url(../images/icon/icon_soudannaiyou.png) no-repeat center;
    background-size: contain;
    width: 100px;
    aspect-ratio: 256 / 171;
    position: absolute;
    top: -62px;
  }



}

/*この記事を読んでわかること オレンジ枠*/


.editor-point-yellow,
.editor-point-yellow-case {
  position: relative;
  padding: 24px 32px 24px 32px;
  width: 100%;
  height: auto;
  background-color: #fffef2;
  border: 5px solid #FBBE5C;
  border-radius: 10px;
  overflow: hidden;
}

.editor-point-yellow ul,
.editor-point-yellow-case ul {
  margin-bottom: 0;
  margin-left: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.editor-point-yellow li,
.editor-point-yellow-case li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.editor-point-yellow li:last-of-type,
.editor-point-yellow-case li:last-of-type {
  margin-bottom: 0;
}

@media print,
screen and (max-width: 750px) {

  .editor-point-yellow,
  .editor-point-yellow-case {
    padding: 10vw 7.5vw;
  }

}


/*この記事を読んでわかること オレンジ枠　相談事例用*/


.editor-point-yellow-case {
  position: relative;
  padding: 24px 32px 24px 32px;
  width: 100%;
  height: auto;
  background-color: #fffef2;
  border: 5px solid #FBBE5C;
  border-radius: 10px;
  overflow: hidden;
}

.editor-point-yellow-case ul {
  margin-bottom: 0;
  margin-left: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.editor-point-yellow li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.editor-point-yellow li:last-of-type {
  margin-bottom: 0;
}

@media print,
screen and (max-width: 750px) {
  .editor-point-yellow {
    padding: 10vw 7.5vw;
  }
}

/*この記事を読んでわかること*/

.single-case .editor-point-yellow {
  margin-top: 170px;
  padding: 30px 50px 50px;
  position: relative;
  width: 100%;
  background: url(../images/common/frame_what-you-can-learn-middle.png) repeat-y center;
  background-size: contain;
  z-index: 1;
  overflow: visible;
  border: 0;
  border-radius: 0;
}

.single-case .editor-point-yellow::before {
  content: "";
  background: url(../images/common/frame_what-you-can-learn-top.png) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 170px;
  position: absolute;
  top: -130px;
  left: 0;
}

.single-case .editor-point-yellow::after {
  content: "";
  background: url(../images/common/frame_what-you-can-learn-bottom.png) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 149px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.single-case .editor-point-yellow>* {
  position: relative;
  z-index: 2;
}


@media print,
screen and (max-width: 750px) {

  .single-case .editor-point-yellow {
    margin-top: 23vw;
    padding: 5vw 10vw 7vw;
    min-height: 20vw;
    background: url(../images/common/frame_what-you-can-learn-middle-sp.png) repeat-y center;
    background-size: contain;
  }

  .single-case .editor-point-yellow::before {
    background: url(../images/common/frame_what-you-can-learn-top-sp.png) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 26vw;
    top: -20.5vw;
    left: 0;
  }

  .single-case .editor-point-yellow::after {
    background: url(../images/common/frame_what-you-can-learn-bottom-sp.png) no-repeat center;
    background-size: contain;
    height: 35.5vw;
    bottom: -1vw;
  }

}


/************************************************

  ブログ カテゴリーごとの色分け

  *************************************************/

p.category_wrap span.category {
  color: #fff;
  font-weight: bold;
}

p.category_wrap span.blog-iroha {
  background-color: #f78da7;
}

p.category_wrap span.blog-tubuyaki {
  background-color: #ffcb0d;
}

p.category_wrap span.blog-jimusho {
  background-color: #ff9f63;
}

p.category_wrap span.blog-info {
  /*background-color: #65ac71;*/
  background-color: #93C602;
}