@charset "UTF-8";


/* reset.css */
caption,td,th{text-align:left}dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,table,th,tr,ul{margin:0;padding:0;font-size:100%}blockquote,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,li,ol,p,pre,span,td,th,ul{margin:0;padding:0}code,kbd,pre,samp,tt{font-family:monospace;line-height:100%}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ol,ul{list-style-type:none}q:after,q:before{content:''}button,fieldset,form,input,label,legend,select,textarea{margin:0;padding:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;vertical-align:baseline}table{border-collapse:collapse;border-spacing:0;font-size:100%}td,th{vertical-align:top}input[type=submit]::-moz-focus-inner{border:0}

/*-----------------------------
共通スタイル
-----------------------------*/
:root{
    --base-color: #000;
    --base-font: "Zen Kaku Gothic New", sans-serif;
    --mincho:  "Shippori Mincho", serif;
    --pink:#d04b81;
    --green:#03adaa;
    --red:#9a2100;
}

html {
    scroll-behavior: smooth;
}

body {
    /*color: var(--base-color);
    font-family: var(--base-font);*/
    font-style: normal;
}

a{
    transition: 0.3s;
}

a:hover,a:focus{
    opacity: 0.7;
    transition: 0.3s;
}

a[href^="tel:"] {
    pointer-events: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.inheritance-procedure img{
  /*width: 100%;*/
  height: auto;
  vertical-align: bottom;
}

.inbl,.br{
    display: inline-block;
}

.block{
    display: block;
}

.sp-none{
    display: none;
}




@media screen and (max-width: 767px){
    a[href^="tel:"] {
        pointer-events:all;
    }

    .pc-none{
        display: none;
    }

    .sp-none{
        display: block;
    }
}



  /*** 共通 ***/
.inheritance-procedure{
  color: #000;
  font-family: var(--base-font);
}
.inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
header .button .inner{
    width: auto;
}
footer .inner{
    max-width: unset;
}
.inheritance-procedure section{
  padding: 120px 0;
}
.inheritance-procedure section.lp_office{
  padding: 50px 0;
}
.inheritance-procedure h2{
  font-family: var(--mincho);
  font-size: 46px;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
}
.inheritance-procedure h3,.inheritance-procedure h4{
  font-family: var(--mincho);
  font-weight: 500;
}
.txt_orange{
  color: var(--orange);
}
.txt-pink{color: var(--pink);}
.txt-red{color: var(--red);}
.txt-green{color: var(--green);}
.txt-bold{font-weight: 600;}

.inheritance-procedure h2 .txt_small{
  font-size: 44px;
}
.h2-subtitle{
    font-family: var(--mincho);
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}
.h2-subtitle .txt{
    background-color: #fff;
    border-radius: 100px;
    font-weight: 600;
    padding: 12px 40px;
}


.txt-box{
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8;
}
.txt-box p + p{
  margin-top: 1.5em;
}

@media screen and (max-width: 1280px){
  .inheritance-procedure section{
    padding: 100px 0;
  }
  .inheritance-procedure h2{
    font-size: 42px;
    margin-bottom: 50px;
  }
  .inheritance-procedure h2 .txt_small{
    font-size: 36px;
  }
  .h2-subtitle{
    font-size: 24px;
    margin-bottom: 30px;
    }
    .h2-subtitle .txt{
        padding: 12px 35px;
    }
}
@media screen and (max-width: 1280px){
    .inheritance-procedure h2{
        font-size: 38px;
      }
}
@media screen and (max-width: 767px){
  .inheritance-procedure section{
    padding: 80px 0;
  }
  .inheritance-procedure section.lp_office{
    padding: 40px 0;
  }
  .txt-box{
    font-size: 16px;
  }
  .inheritance-procedure h2{
    font-size: 6vw;
    margin-bottom: 40px;
  }
  .inheritance-procedure h2 .txt_small{
    font-size: 4.5vw;
  }
  .h2-subtitle{
    font-size: 4vw;
    margin-bottom: 25px;
    }
    .h2-subtitle .txt{
        padding: 1vw 4vw;
    }


}
@media screen and (max-width: 499px){
  .inheritance-procedure section{
    padding: 60px 0;
  }
  .inheritance-procedure section.lp_office{
    padding: 30px 0;
  }
  .inheritance-procedure h2{
    font-size: 6vw;
    margin-bottom: 30px;
  }
  .inheritance-procedure h2 .txt_small{
    font-size: 6vw;
  }
  .h2-subtitle{
    font-size: 5vw;
    margin-bottom: 20px;
    }
    .h2-subtitle .txt{
        padding: 2vw 4vw;
    }


}


/* MV */
.mv,.webp .mv{
    width: 100%;
    height: 650px;
    background: url("../image/inheritance-procedure/mv-dec-left.png"),url("../image/inheritance-procedure/mv-dec-right.png"),url("../image/inheritance-procedure/mv-bg.jpg");
    background-size: auto,auto,cover;
    background-position: top left,bottom right,center left;
    background-repeat: no-repeat;
}
.webp .mv{
    background: url("../image/inheritance-procedure/mv-dec-left.png"),url("../image/inheritance-procedure/mv-dec-right.png"),url("../image/inheritance-procedure/mv-bg.jpg.webp");
    background-size: auto,auto,cover;
    background-position: top left,bottom right,center left;
    background-repeat: no-repeat;
}
.mv-inner,.webp .mv-inner{
    background: url("../image/inheritance-procedure/mv-img.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    max-width: 1220px;
    width: 96%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
}
.webp .mv-inner{
    background: url("../image/inheritance-procedure/mv-img.png.webp");
    background-position: bottom right;
    background-repeat: no-repeat;
}
.mv-title{
    background: url("../image/inheritance-procedure/mv-txt-left.png"),url("../image/inheritance-procedure/mv-txt-right.png");
    background-position:left center,right center;
    background-repeat: no-repeat;
    background-size: 11px 23px,11px 23px;
    position: relative;
    font-size: 24px;
    color: #01b1a9;
    font-weight: 600;
    padding: 0 30px;
    width: fit-content;
    margin-bottom: 25px;
}
.mv h1{
    font-family: var(--mincho);
    font-size: 72px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.mv h1 .txt-pink{
    color: #cb5084;
}
ul.mv-list{
    display: flex;
    gap: 16px;
    margin-bottom: 50px;
}
ul.mv-list li{
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 4px #e7e8ed,0 0 5px #e7e8ed,0 0 6px #e7e8ed,0 0 7px #e7e8ed;
    padding: 5px;
}
ul.mv-list li .box,.webp ul.mv-list li .box{
    background: url("../image/inheritance-procedure/mv-icon01.png");
    background-position:center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #cb5084;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}
ul.mv-list li.box02 .box{
    background: url("../image/inheritance-procedure/mv-icon02.png");
    background-position:center;
    background-repeat: no-repeat;
}
ul.mv-list li.box03 .box{
    background: url("../image/inheritance-procedure/mv-icon03.png");
    background-position:center;
    background-repeat: no-repeat;
}
ul.mv-list li.box04 .box{
    background: url("../image/inheritance-procedure/mv-icon04.png");
    background-position:center;
    background-repeat: no-repeat;
}
.webp ul.mv-list li .box{
    background: url("../image/inheritance-procedure/mv-icon01.png.webp");
    background-position:center;
    background-repeat: no-repeat;
}
.webp ul.mv-list li.box02 .box{
    background: url("../image/inheritance-procedure/mv-icon02.png.webp");
    background-position:center;
    background-repeat: no-repeat;
}
.webp ul.mv-list li.box03 .box{
    background: url("../image/inheritance-procedure/mv-icon03.png.webp");
    background-position:center;
    background-repeat: no-repeat;
}
.webp ul.mv-list li.box04 .box{
    background: url("../image/inheritance-procedure/mv-icon04.png.webp");
    background-position:center;
    background-repeat: no-repeat;
}
.webp ul.mv-list li .txt{
    position: relative;
    display: inline-block;
    color: transparent;
}
.webp ul.mv-list li .txt::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(241, 137, 128) 0%, rgb(214, 78, 126) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}
a.mv-btn{
    width: 408px;
    height: 80px;
    border-radius: 10px;
    background: linear-gradient(to left, rgb(241, 137, 128) 0%, rgb(214, 78, 126) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    position: relative;
}
a.mv-btn::before{
    content: "";
    background: url("../image/inheritance-procedure/arw-wh.png");
    background-position:center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 14px;
    position: absolute;
    top:50%;
    right: 20px;
    transform: translateY(-50%);
}
@media screen and (max-width: 1280px){
    .mv,.webp .mv{
        height: 50vw;
    }
    .mv-inner,.webp .mv-inner {
        background: url(../image/inheritance-procedure/mv-img.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 40%;
        padding-left: 6vw;
    }
    .webp .mv-inner{
        background: url(../image/inheritance-procedure/mv-img.png.webp);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 40%;
    }
    .mv-title {
        background: url(../image/inheritance-procedure/mv-txt-left.png), url(../image/inheritance-procedure/mv-txt-right.png);
        background-position: left center, right center;
        background-repeat: no-repeat;
        background-size: 11px 23px, 11px 23px;
        font-size: 2vw;
        padding: 0 2vw;
        margin-bottom: 2vw;
    }
    .mv h1 {
        font-size: 6vw;
        margin-bottom: 2vw;
    }
    ul.mv-list {
        gap: 1.5vw;
        margin-bottom: 4vw;
    }
    ul.mv-list li {
        width: 11vw;
        height: 11vw;
        padding: 5px;
    }
    ul.mv-list li .box,.webp ul.mv-list li .box{
        font-size: 1.8vw;
    }
    a.mv-btn {
        width: 30vw;
        height: 6vw;
        font-size: 2vw;
    }
    a.mv-btn::before{
        right: 1.5vw;
    }
}
@media screen and (max-width: 1023px){
    ul.mv-list li .box{
        background: url("../image/inheritance-procedure/mv-icon01.png");
        background-position:center;
        background-repeat: no-repeat;
        background-size: 60%;
    }
    ul.mv-list li.box02 .box{
        background: url("../image/inheritance-procedure/mv-icon02.png");
        background-position:center;
        background-repeat: no-repeat;
        background-size: 60%;
    }
    ul.mv-list li.box03 .box{
        background: url("../image/inheritance-procedure/mv-icon03.png");
        background-position:center;
        background-repeat: no-repeat;
        background-size: 60%;
    }
    ul.mv-list li.box04 .box{
        background: url("../image/inheritance-procedure/mv-icon04.png");
        background-position:center;
        background-repeat: no-repeat;
        background-size: 60%;
    }
    .webp ul.mv-list li .box{
        background: url("../image/inheritance-procedure/mv-icon01.png.webp");
        background-position:center;
        background-repeat: no-repeat;
        background-size: 60%;
    }
    .webp ul.mv-list li.box02 .box{
        background: url("../image/inheritance-procedure/mv-icon02.png.webp");
        background-position:center;
        background-repeat: no-repeat;
        background-size: 60%;
    }
    .webp ul.mv-list li.box03 .box{
        background: url("../image/inheritance-procedure/mv-icon03.png.webp");
        background-position:center;
        background-repeat: no-repeat;
        background-size: 60%;
    }
    .webp ul.mv-list li.box04 .box{
        background: url("../image/inheritance-procedure/mv-icon04.png.webp");
        background-position:center;
        background-repeat: no-repeat;
        background-size: 60%;
    }
}
@media screen and (max-width: 767px){
    .mv {
        background: url("../image/inheritance-procedure/mv-bg-sp.jpg");
        background-size:cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 120vw;
    }
    .webp .mv {
        background: url("../image/inheritance-procedure/mv-bg-sp.jpg.webp");
        background-size:cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 120vw;
    }
    .mv-inner,.webp .mv-inner{
        background: none;
        padding-left: 0;
        text-align: center;
        justify-content: flex-start;
        padding-top: 8vw;
    }
    .mv-title {
        background: url(../image/inheritance-procedure/mv-txt-left.png), url(../image/inheritance-procedure/mv-txt-right.png);
        background-position: left center, right center;
        background-repeat: no-repeat;
        background-size: 1.65vw 3.45vw, 1.65vw 3.45vw;
        font-size: 3.5vw;
        padding: 0 3vw;
        margin:0 auto 3vw;
    }
    .mv h1 {
        font-size: 9.2vw;
        margin-bottom: 7vw;
    }
    ul.mv-list {
        width: 50vw;
        flex-wrap: wrap;
        gap: 2.5vw 3vw;
        margin-bottom: 17.5vw;
        margin-left: 4vw;
    }
    ul.mv-list li {
        width: 20vw;
        height: 20vw;
        padding: 0.8vw;
    }
    ul.mv-list li .box,.webp ul.mv-list li .box {
        font-size: 3.5vw;
    }
    ul.mv-list li .box{
        background: url("../image/inheritance-procedure/mv-icon01.png");
        background-position:center;
        background-repeat: no-repeat;
        background-size: 50%;
    }
    ul.mv-list li.box02 .box{
        background: url("../image/inheritance-procedure/mv-icon02.png");
        background-position:center;
        background-repeat: no-repeat;
        background-size: 50%;
    }
    ul.mv-list li.box03 .box{
        background: url("../image/inheritance-procedure/mv-icon03.png");
        background-position:center;
        background-repeat: no-repeat;
        background-size: 50%;
    }
    ul.mv-list li.box04 .box{
        background: url("../image/inheritance-procedure/mv-icon04.png");
        background-position:center;
        background-repeat: no-repeat;
        background-size: 50%;
    }
    .webp ul.mv-list li .box{
        background: url("../image/inheritance-procedure/mv-icon01.png.webp");
        background-position:center;
        background-repeat: no-repeat;
        background-size: 50%;
    }
    .webp ul.mv-list li.box02 .box{
        background: url("../image/inheritance-procedure/mv-icon02.png.webp");
        background-position:center;
        background-repeat: no-repeat;
        background-size: 50%;
    }
    .webp ul.mv-list li.box03 .box{
        background: url("../image/inheritance-procedure/mv-icon03.png.webp");
        background-position:center;
        background-repeat: no-repeat;
        background-size: 50%;
    }
    .webp ul.mv-list li.box04 .box{
        background: url("../image/inheritance-procedure/mv-icon04.png.webp");
        background-position:center;
        background-repeat: no-repeat;
        background-size: 50%;
    }


    a.mv-btn {
        width: 60vw;
        height: 10vw;
        font-size: 3vw;
        border-radius: 4px;
        margin: 0 auto;
    }
    a.mv-btn::before{
        width: 1.65vw;
        height: 2.1vw;
        right: 3.5vw;
    }
}
@media screen and (max-width: 499px){
    .mv h1 {
        font-size: 10vw;
        margin-bottom: 6vw;
    }
    ul.mv-list {
        margin-bottom: 15vw;
    }
    a.mv-btn {
        width: 60vw;
        height: 12vw;
        font-size: 4vw;
    }
}

/* CV */
.cv{
    background-color: #47413c;
    color: #fff;
    padding: 60px 0 70px;
}
.cv-title{
    text-align: center;
    font-family: var(--mincho);
    padding-top: 60px;
    position: relative;
    font-size: 22px;
    line-height: 1.9;
    margin-bottom: 20px;
}
.cv-title::before,.webp .cv-title::before{
    content: "";
    background: url("../image/inheritance-procedure/contact.png");
    background-position:center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 765px;
    height: 108px;
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
}
.webp .cv-title::before{
    background: url("../image/inheritance-procedure/contact.png.webp");
    background-position:center;
    background-repeat: no-repeat;
    background-size: contain;
}
.cv-title .txt{
    position: relative;
}
.cv-flex{
    display: flex;
}
.cv-tel-box{
    width: 500px;
    border-right:2px solid #fff;
}
.cv-mail-box{
    width: calc(100% - 500px);
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.cv-tel-box .tel{
    font-family: var(--mincho);
    font-size: 64px;
    position: relative;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
    margin-top: -12px;
}
.cv-tel-box .tel::before{
    content: "";
    background: url("../image/inheritance-procedure/icon-tel.png");
    background-position:center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin-right: 0.15em;
}
.tel-note{
    font-size: 18px;
    margin-top: 15px;
}
.cv-mail-box .mail{
    max-width: 440px;
    width: 100%;
    height: 80px;
    border-radius: 8px;
    background: linear-gradient(to right, rgb(47, 179, 137) 0%, rgb(3, 173, 170) 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.cv-mail-box .mail::before{
    content: "";
    background: url("../image/inheritance-procedure/arw-wh.png");
    background-position:center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 14px;
    position: absolute;
    top:50%;
    right: 20px;
    transform: translateY(-50%);
}
@media screen and (max-width: 1280px){
    .cv{
        padding: 50px 0 60px;
    }
    .cv-title{
        padding-top: 40px;
    }
    .cv-title::before,.webp .cv-title::before{
        width: 574px;
        height: 81px;
    }
}
@media screen and (max-width: 1023px){
    .cv-tel-box {
        width: 460px;
    }
    .cv-tel-box .tel{
        font-size: 58px;
    }
    .cv-mail-box{
        width: calc(100% - 460px);
    }
}
@media screen and (max-width: 849px){
    .cv-tel-box {
        width: 410px;
    }
    .cv-tel-box .tel{
        font-size: 52px;
    }
    .tel-note{
        font-size: 16px;
        margin-top: 15px;
    }
    .cv-mail-box{
        width: calc(100% - 410px);
    }
    .cv-mail-box .mail{
        font-size: 20px;
    }
}
@media screen and (max-width: 767px){
    .cv{
        padding: 20px 0 30px;
    }
    .cv-title{
        font-size: 3vw;
        padding-top: 5vw;
    }
    .cv-title::before,.webp .cv-title::before{
        width: 76.5vw;
        height: 10.8vw;
    }
    .cv-flex{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .cv-tel-box{
        width: fit-content;
        text-align: center;
        border-right:none;
        border-bottom:2px solid #fff;
        padding-bottom: 20px;
    }
    .cv-tel-box .tel {
        font-size: 9vw;
    }
    .tel-note {
        font-size: 2.5vw;
        margin-top: 15px;
    }
    .cv-mail-box{
        width: 100%;
        padding-left: 0;
    }
    .cv-mail-box .mail {
        font-size: 4vw;
        max-width: unset;
        width: 64vw;
        height: 12vw;
        margin: 0 auto;
    }
    .cv-mail-box .mail::before {
        width: 1.65vw;
        height: 2.1vw;
        right: 3.5vw;
    }
}
@media screen and (max-width: 499px){
    .cv-title {
        font-size: 4vw;
        line-height: 1.6;
    }
    .cv-flex {
        gap: 20px;
    }
    .cv-tel-box .tel {
        font-size: 11vw;
    }
    .tel-note {
        font-size: 3.5vw;
        margin-top: 10px;
    }
    .cv-tel-box{
        padding-bottom: 15px;
    }
    .cv-mail-box .mail {
        font-size: 4.5vw;
        width: 78vw;
    }
}


/* このサービスのココがスゴイ！ */
.section-service{
    background: url("../image/inheritance-procedure/section-service-bg.jpg");
    background-position: center;
}
.webp .section-service{
    background: url("../image/inheritance-procedure/section-service-bg.jpg.webp");
    background-position: center;
}
.section-service-flex,.section-service-flex .row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
	flex-wrap: wrap;
	width: 100%;
}
.section-service-flex .row{
	margin-top: 4%;
}
.section-service-flex-box{
    max-width: 480px;
    width: 49%;
    background-color: #fff;
    padding-bottom: 40px;
    box-shadow: 0 0 5px #cfd8db;
}
.section-service-flex-box .title{
    background-color: #47413c;
    color: #fff;
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--mincho);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 3%;
}
.section-service-flex-box .title .txt-big{
    font-size: 28px;
}
.section-service-flex-box .title .txt-small{
    font-size: 26px;
}
.section-service-flex-box .img-box,.webp .section-service-flex-box .img-box{
    background: url("../image/inheritance-procedure/section-service-img01.jpg");
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 196px;
    margin-bottom: 35px;
}
.webp .section-service-flex-box .img-box{
    background: url("../image/inheritance-procedure/section-service-img01.jpg.webp");
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-service-flex-box:nth-of-type(2) .img-box{
        background: url("../image/inheritance-procedure/section-service-img02.jpg");
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-service-flex-box:nth-of-type(2) .img-box{
        background: url("../image/inheritance-procedure/section-service-img02.jpg");
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-service-flex-box:last-of-type {
	margin: 0 auto;
	margin-top: 4%;
}
.section-service-flex-box:last-of-type .img-box{
    background: url("../image/inheritance-procedure/section-service-img03.jpg");
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-service-flex-box:last-of-type .img-box{
    background: url("../image/inheritance-procedure/section-service-img03.jpg");
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-service-flex-box .txt{
    max-width: 430px;
    width: 92%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
}
.section-service-flex-box .txt .txt-note{
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    margin-top: 10px;
}
.inheritance-procedure .url-btn{
    max-width: 494px;
    width: 100%;
    height: 80px;
    background-color: #41555c;
    color: #fff;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 35px;
}
.inheritance-procedure .url-btn::before{
    content: "";
    background: url("../image/inheritance-procedure/arw-wh02.png");
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 11px;
    position: absolute;
    top:50%;
    right: 20px;
    transform: translateY(-50%);
}
@media screen and (max-width: 1280px){
    .section-service-flex{
        margin-bottom: 60px;
    }
    .section-service-flex-box{
        padding-bottom: 30px;
    }
    .section-service-flex-box .title{
        height: 110px;
        font-size: 20px;
        padding: 0 2%;
    }
    .section-service-flex-box .title .txt-big{
        font-size: 24px;
    }
    .section-service-flex-box .title .txt-small{
        font-size: 22px;
    }
    .section-service-flex-box .img-box,.webp .section-service-flex-box .img-box{
        height: 180px;
        margin-bottom: 30px;
    }
    .inheritance-procedure .url-btn{
        max-width: 460px;
        height: 72px;
        font-size: 20px;
        padding: 0 30px;
    }
    .inheritance-procedure .url-btn::before{
        right: 15px;
    }
}
@media screen and (max-width: 1200px){
	.section-service-flex-box:last-of-type {
		margin-top: 2%;
	}
}
@media screen and (max-width: 767px){
    .section-service-flex{
        margin-bottom: 40px;
        flex-direction: column;
        gap: 30px;
    }
	.section-service-flex .row{
        margin-top: 0px;
        flex-direction: column;
        gap: 30px;
    }
    .section-service-flex-box{
        width: 100%;
		max-width: 100%;
        padding-bottom: 25px;
    }
	.section-service-flex-box:last-of-type {
		margin-top: 0;
	}
    .section-service-flex-box .title{
        height: 22vw;
        font-size: 4vw;
        padding: 0 2%;
    }
    .section-service-flex-box .title .txt-big{
        font-size: 4.5vw;
    }
    .section-service-flex-box .title .txt-small{
        font-size: 3.2vw;
    }
    .section-service-flex-box .img-box,.webp .section-service-flex-box .img-box{
        height: 25vw;
        margin-bottom: 20px;
    }
    .section-service-flex-box .txt{
        font-size: 16px;
		max-width: 100%;
    }
    .section-service-flex-box .txt .txt-note{
        font-size: 12px;
        margin-top: 10px;
    }
    .inheritance-procedure .url-btn{
        max-width: 80vw;
        height: auto;
        font-size: 3.5vw;
        padding: 4.5vw 5vw;
    }
    .inheritance-procedure .url-btn::before{
        width: 2.1vw;
        height: 1.65vw;
        right: 2.5vw;
    }
}
@media screen and (max-width: 499px){
	
    .section-service-flex-box .title {
        height: 26vw;
        font-size: 4.8vw;
        padding: 0 2%;
    }
    .section-service-flex-box .title .txt-big{
        font-size: 5.6vw;
    }
    .section-service-flex-box .title .txt-small{
        font-size: 5.4vw;
    }
    .section-service-flex-box .img-box,.webp .section-service-flex-box .img-box {
        height: 32vw;
        margin-bottom: 20px;
    }
    .inheritance-procedure .url-btn{
        max-width: unset;
        font-size: 4vw;
        padding: 5vw 5vw;
    }
    .inheritance-procedure .url-btn::before{
        width: 2.8vw;
        height: 2.2vw;
        right: 2.5vw;
    }
}

/* 大切な人を失って悲しい思いをしているのに */
.caption,.webp .caption,.webp .caption{
    background: url("../image/inheritance-procedure/caption-bg.jpg"),#f8f6f1;
    background-position:right bottom;
    background-repeat: no-repeat;
    padding-bottom: 120px;
    font-family: var(--mincho);
}
.caption-top,.webp .caption-top{
    background: url("../image/inheritance-procedure/caption-top.png");
    background-position:center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 406px;
    display: flex;
    justify-content: center;
    padding-top: 70px;
    margin-bottom: 70px;
}
.webp .caption{
    background: url("../image/inheritance-procedure/caption-bg.jpg.webp"),#f8f6f1;
    background-position:right bottom;
    background-repeat: no-repeat;
}
.webp .caption-top{
    background: url("../image/inheritance-procedure/caption-top.png.webp");
    background-position:center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.caption-title{
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 2;
    text-shadow: 0 0 6px #444341,0 0 7px #444341,0 0 7px #444341;
	padding: 0 2vw;
}
.caption-bottom{
    display: flex;
    justify-content: center;
}
.caption-info{
    max-width: 1000px;
    width: 90%;
    font-size: 38px;
    line-height: 1.8;
    font-weight: 500;
    text-shadow: 0 0 5px #f8f6f1,0 0 8px #f8f6f1,0 0 10px #f8f6f1,0 0 12px #f8f6f1,0 0 15px #f8f6f1,0 0 16px #f8f6f1,0 0 17px #f8f6f1,0 0 18px #f8f6f1,0 0 19px #f8f6f1,0 0 20px #f8f6f1,0 0 21px #f8f6f1,0 0 22px #f8f6f1,0 0 23px #f8f6f1,0 0 24px #f8f6f1,0 0 25px #f8f6f1;
}
.caption-info .txt-bg{
    text-shadow:none;
    background-color: #cb4f83;
    color: #fff;
    padding: 0.1em 0.5em;
    margin-top: 20px;
    display: inline-block;
}
@media screen and (max-width: 1599px){
    .caption,.webp .caption{
        background: url("../image/inheritance-procedure/caption-bg.jpg"),#f8f6f1;
        background-position:right -100px bottom;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 1449px){
    .caption,.webp .caption{
        background: url("../image/inheritance-procedure/caption-bg.jpg"),#f8f6f1;
        background-position:right -150px bottom;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 1349px){
    .caption-info{
        max-width: unset;
    }
}
@media screen and (max-width: 1280px){
    .caption,.webp .caption{
        background: url(../image/inheritance-procedure/caption-bg.jpg), #f8f6f1;
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 90%;
        padding-bottom: 100px;
    }
    .caption-top,.webp .caption-top {
        height: 350px;
        padding-top: 65px;
        margin-bottom: 50px;
    }
    .caption-title{
        font-size: 2vw;
    }
    .caption-info{
        font-size: 32px;
    }
}
@media screen and (max-width: 1023px){
    .caption,.webp .caption{
        background: url(../image/inheritance-procedure/caption-bg.jpg), #f8f6f1;
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .caption-title {
        font-size: 2.3vw;
    }
    .caption-top,.webp .caption-top {
        height: 35vw;
        padding-top: 6.5vw;
        margin-bottom: 50px;
    }
    .caption-info {
        font-size: 3vw;
    }
    .caption-info .txt-bg{
        margin-top: 2vw;
    }
}
@media screen and (max-width: 767px){
    .caption,.webp .captio {
        padding-bottom: 80px;
    }
    .caption-top,.webp .caption-top {
        height: 36vw;
        padding-top: 4.5vw;
        margin-bottom: 40px;
    }
    .caption-title {
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 499px){
    .caption,.webp .caption{
        background: url(../image/inheritance-procedure/caption-bg-sp.jpg), #f8f6f1;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 35vw;
    }
    .webp .caption{
        background: url(../image/inheritance-procedure/caption-bg-sp.jpg.webp), #f8f6f1;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .caption-top,.webp .caption-top {
        height: 50vw;
        padding-top: 5vw;
        margin-bottom: 30px;
    }
    .caption-title {
        font-size: 3.5vw;
    }
    .caption-info {
        font-size: 4.5vw;
        text-align: center;
    }
}

/* これからやるべき手続きの流れ */
.section-flow{
    background-color: #f2f3f8;
}
.section-flow-list{
    margin-bottom: 40px;
    max-height: 700px;
    overflow: hidden;
    transition: max-height 0.6s ease; /* アニメーション */
}
.section-flow-list.expanded {
    /*max-height: none;*/
    max-height: 4000px; /* 全部が収まる十分大きな値 */
}
.section-flow-list .box{
    background-color: #fff;
    box-shadow: 0 0 14px #e5e9ee,0 0 15px #e5e9ee;
    margin-bottom: 60px;
    position: relative;
    padding: 50px 0;
}
.section-flow-list .box::before{
    content: "";
    background: url(../image/inheritance-procedure/arw-bottom.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 25px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.section-flow-list .box:last-of-type{
    margin-bottom: 0;
}
.section-flow-list .box:last-of-type::before{
    display: none;
}
.section-flow-list .box-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 890px;
    width: 90%;
    margin: 0 auto;
}
.section-flow-list .title{
    width: 380px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-flow-list .title .icon{
    background-color: #f2f3f8;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-flow-list .title .txt{
    font-size: 28px;
    font-family: var(--mincho);
	font-weight: 600;
}
.section-flow-list .box:first-of-type .title .txt{
	font-size: 24px;
	line-height: 1.4;
}
.section-flow-list .content{
    width: calc(100% - 390px);
}
.section-flow-list .box-list{
    font-size: 18px;
}
.section-flow-list .box-list li{
    position: relative;
    padding-left: 10px;
}
.section-flow-list .box-list li::before{
    content: "・";
    position: absolute;
    top:0;
    left: -10px;
}
.section-flow-list .box-list li + li{
    margin-top: 0.7em;
}
.section-flow-list .box-list.list-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 0.7em 15px;
}
.section-flow-list .box-list.list-flex li + li{
    margin-top: 0;
}
.section-flow-list .box-list.list-flex li{
    max-width: 210px;
    width: 45%;
}
.section-flow-list .box-list.list-flex li:nth-child(even){
    max-width: 260px;
    width: 55%;
}
.section-flow-list .box-list.list-flex.list-left{
    gap: 0.7em 25px;
}
.section-flow-list .box-list.list-flex.list-left li,.section-flow-list .box-list.list-flex.list-left li:nth-child(even){
    max-width: none;
    width: auto;
}
.list-overlay {
    position: relative;
    margin-top: -200px; /* 3つ目の下に半透明を重ねる */
    height: 200px;
    background: linear-gradient(to bottom, rgba(242,243,248,0), rgba(242,243,248,1));
    pointer-events: none; /* クリック無効化 */
    transition: opacity 0.4s ease;
}
.section-flow-list.expanded + .list-overlay {
    display: none; /* 全部表示の時は消す */
}
#toggle-btn{
    cursor: pointer;
    border: 0;
    transition: 0.4s ease;
}
.url-btn.active::before{
    transform: rotate(180deg);
    transition: 0.4s ease;
    top:44%;
}
@media screen and (max-width: 1280px){
    .section-flow-list .title .txt {
        font-size: 24px;
    }
    .section-flow-list .box-list.list-flex {
        gap: 0.7em 0.1em;
    }
}
@media screen and (max-width: 1169px){
    .section-flow-list .title {
        width: 340px;
    }
    .section-flow-list .content {
        width: calc(100% - 340px);
    }

}
@media screen and (max-width: 1100px){
    .section-flow-list .title {
        width: 310px;
    }
    .section-flow-list .content {
        width: calc(100% - 310px);
    }
}
@media screen and (max-width: 1063px){
    .section-flow-list .box-list {
        font-size: 16px;
    }
    .section-flow-list .box-list.list-flex li {
        max-width: 210px;
        width: 44%;
    }
}
@media screen and (max-width: 1023px){
    .section-flow-list .title {
        width: 360px;
    }
    .section-flow-list .content {
        width: calc(100% - 360px);
    }
}
@media screen and (max-width: 969px){
    .section-flow-list .title {
        width: 330px;
    }
    .section-flow-list .content {
        width: calc(100% - 330px);
    }
	.section-flow-list .box:first-of-type .title .txt{
		font-size: 20px;
	}
}
@media screen and (max-width: 939px){
    .section-flow-list .box-flex{
        width: 94%;
    }
}
@media screen and (max-width: 889px){
    .section-flow-list .box-list li {
        padding-left: 7px;
    }
    .section-flow-list .box-list li::before {
        left: -7px;
    }
    .section-flow-list .title {
        width: 310px;
    }
    .section-flow-list .content {
        width: calc(100% - 310px);
    }
}
@media screen and (max-width: 849px){
    .section-flow-list .title .txt {
        font-size: 22px;
    }
    .section-flow-list .title .icon {
        width: 60px;
        height: 60px;
    }
	 .section-flow-list .title .icon img{
        width: 3vw;
    }
    .section-flow-list .title {
        width: 290px;
    }
    .section-flow-list .content {
        width: calc(100% - 290px);
    }
}
@media screen and (max-width: 819px){
    .section-flow-list .title .txt {
        font-size: 20px;
    }
    .section-flow-list .title .icon {
        width: 45px;
        height: 45px;
    }
    .section-flow-list .title {
        width: 270px;
    }
    .section-flow-list .content {
        width: calc(100% - 270px);
    }
}
@media screen and (max-width: 800px){
    .section-flow-list .box-list {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px){
    .section-flow-list .box {
        padding: 20px 0 30px;
    }
	.section-flow-list .box:first-of-type .title .txt{
		text-align: center;
	}
    .section-flow-list .box-flex {
        width: 90%;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .section-flow-list .title {
        width: auto;
    }
    .section-flow-list .content {
        width: auto;
    }
    .section-flow-list .box-list.list-flex {
        width: 400px;
    }
    .section-flow-list .box-list.list-flex.list-left {
        width: 300px;
    }
    .section-flow-list{
        max-height: 720px;
    }
    .section-flow-list.expanded {
        max-height: 4000px; 
    }
}
@media screen and (max-width: 499px){
	.section-flow-list .box-flex {
		align-items: flex-start;
		width: 80%;
	}
	.section-flow-list .box:first-of-type .title .txt {
		text-align: left;
	}
    .section-flow-list .box{
        margin-bottom: 40px;
    }
    .section-flow-list .box::before {
        width: 26px;
        height: 25px;
        bottom: -34px;
    }
    .section-flow .h2-subtitle .txt{
        padding: 2vw 8vw;
        display: inline-grid;
        line-height: 1.3;
    }
    .section-flow-list .title .icon {
        width: 40px;
        height: 40px;
    }
    .section-flow-list .title .icon img{
        width: 50%;
    }
    .section-flow-list .title .txt {
        font-size: 18px;
    }
	.section-flow-list .box:first-of-type .title .txt{
		font-size: 18px;
	}
    .section-flow-list .box-list.list-flex,.section-flow-list .box-list.list-flex.list-left{
        width: fit-content;
        display: block;
    }
    .section-flow-list .box-list.list-flex li {
        max-width: unset;
        width: auto;
        white-space: nowrap;
    }
    .section-flow-list .box-list.list-flex li + li {
        margin-top: 0.7em;
    }
    .section-flow-list{
        max-height: 740px;
    }
    .section-flow-list.expanded {
        max-height: 4000px; 
    }
}








/* あらゆる相続手続きがキークレアグループで完結可能です！ */
.inheritance-procedure section.section-okay{
    padding: 0;
}
.section-okay-top{
    background: linear-gradient(to right, rgb(16, 138, 140) 0%, rgb(3, 173, 170) 100%);
    color: #fff;
    text-align: center;
    padding: 50px 5%;
    font-family: var(--mincho);
    font-size: 38px;
    line-height: 1.5;
    text-shadow: 0 0 18px #000;
    position: relative;
}
.section-okay-top::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 50px solid #099b9b;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.section-okay-top .txt-big{
    font-size: 48px;
}
.section-okay-bottom,.webp .section-okay-bottom{
    background: url(../image/inheritance-procedure/section-okay-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 120px;
}
.webp .section-okay-bottom{
    background: url(../image/inheritance-procedure/section-okay-bg.jpg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-okay h2{
    font-weight: 500;
}
.section-okay h2 .marker{
    background: linear-gradient(transparent 70%, rgb(255, 249, 212) 70%);
}
.section-okay-whbox{
    background-color: #fff;
    border: 1px solid #03adaa;
    border-radius: 10px;
    position: relative;
    padding: 55px 0 30px;
    margin-top: 95px;
}
.section-okay-whbox .title{
    background: #03adaa;
    color: #fff;
    width: 570px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:-30px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--mincho);
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.08em;
}
.section-okay-whbox .box-info{
    text-align: center;
    font-size: 18px;
    letter-spacing: 0;
    padding: 0 5%;
}
.section-okay-list{
    max-width: 900px;
    width: 100%;
    margin:25px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 0 15px 15px;
}
.section-okay-list li{
    max-width: 210px;
    /*width: calc(100% / 4);
    padding: 8px 13px 15px;*/
    width: 100%;
}
.section-okay-list li.box3,.section-okay-list li.box4{
    background-color: #f2f3f8;
    border-radius: 10px;
}
.section-okay-list li .list-title{
    width: 100%;
    font-size: 16px;
    height: 36px;
    line-height: 1.3;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0;
}
.section-okay-list li .list-img{
    background-color: #cb4f83;
    color: #fff;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
    /*margin-top: 13px;*/
    font-size: 20px;
    font-weight: 600;
}
.section-okay-list li.box1 .list-img{
    background: url(../image/inheritance-procedure/section-okay-icon03.png),#cb4f83;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.section-okay-list li.box2 .list-img{
    background: url(../image/inheritance-procedure/section-okay-icon01.png),#cb4f83;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.section-okay-list li.box3 .list-img{
    background: url(../image/inheritance-procedure/section-okay-icon04.png),#cb4f83;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.section-okay-list li.box4 .list-img{
    background: url(../image/inheritance-procedure/section-okay-icon02.png),#cb4f83;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.section-okay-list li.box5 .list-img{
    background: url(../image/inheritance-procedure/section-okay-icon05.png),#cb4f83;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.section-okay h2 .txt-sp{
    display: none;
}
.section-okay-list-flex{
    max-width: 900px;
    width: 95%;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.section-okay-list-flex-box{
    width: 60%;
    background-color: #f2f3f8;
    border-radius: 10px;
    padding-top: 20px;
}
.section-okay-list-flex-box:last-of-type{
    width: 40%;
}
.section-okay-list-flex-box-title{
    padding: 0 5%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
@media screen and (max-width: 1280px){
    .section-okay-top{
        padding: 40px 5%;
        font-size: 34px;
    }
    .section-okay-top .txt-big{
        font-size: 42px;
    }
    .section-okay-bottom,.webp .section-okay-bottom{
        padding: 120px 0 100px;
    }
    .section-okay-whbox{
        padding: 50px 0 25px;
        margin-top: 80px;
    }
    .section-okay-whbox .title{
        width: 500px;
        height: 52px;
        top:-26px;
        font-size: 24px;
    }
    .section-okay-list-flex-box-title{
        height: 36px;
    }
    .section-okay-list {
        margin: 10px auto 0;
    }
    .section-okay-list li .list-img{
        font-size: 18px;
    }
}
@media screen and (max-width: 1023px){
    .section-okay-list li .list-title{
        font-size: 14px;
    }

}
@media screen and (max-width: 767px){
    .section-okay-top {
        padding: 30px 5%;
        font-size: 5vw;
    }
    .section-okay-top .txt-big {
        font-size: 6.5vw;
    }
    .section-okay-bottom,.webp .section-okay-bottom{
        padding: 90px 0 80px;
    }
    .section-okay h2 .txt-pc{
        display: none;
    }
    .section-okay h2 .txt-sp{
        display: block;
    }
    .section-okay-whbox {
        padding: 45px 0 20px;
        margin-top: 60px;
    }
    .section-okay-whbox .title {
        width: 74vw;
        height: 10vw;
        top: -5vw;
        font-size: 3.6vw;
    }
    .section-okay-whbox .box-info{
        font-size: 16px;
        line-height: 1.3;
    }
    .section-okay-list{
        width: 90%;
        margin: 0 auto 0;
        justify-content: center;
        gap: 10px 20px;
        /*flex-wrap: wrap;*/
    }
    .section-okay-list li {
        width: calc(100% / 2 - 10px);
        max-width: none;
        /*padding: 8px 13px 15px;*/
    }
    .section-okay-list li.box1 .list-title,.section-okay-list li.box2 .list-title{
        display: none;
    }
    .section-okay-list li .list-img {
        height: 80px;
        /*margin-top: 11px;*/
        font-size: 18px;
    }
    .section-okay-list-flex{
        flex-wrap: wrap;
        width: 90%;
        gap: 20px;
    }
    .section-okay-list-flex-box,.section-okay-list-flex-box:last-of-type{
        width: 100%;
    }
}
@media screen and (max-width: 499px){
    .section-okay-top {
        padding: 20px 5%;
        font-size: 6vw;
    }
    .section-okay-top .txt-big {
        font-size: 8vw;
    }
    .section-okay-top::before{
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 40px solid #099b9b;
        bottom: -40px;
    }
    .section-okay-bottom,.webp .section-okay-bottom{
        padding: 70px 0 60px;
    }
    .section-okay-whbox .title {
        width: 86vw;
        height: 11vw;
        top: -5.5vw;
        font-size: 4vw;
    }
    .section-okay-whbox {
        padding: 35px 0 20px;
        margin-top: 50px;
    }
    .section-okay-whbox .box-info {
        font-size: 14px;
    }
    .section-okay-list {
        width: 100%;
        gap: 10px;
    }
    .section-okay-list li {
        width: calc(100% / 2 - 5px);
        /*padding: 8px 10px 12px;*/
    }
    .section-okay-list li .list-title {
        font-size: 12px;
    }
    .section-okay-list li.box4 .list-title{
        white-space: nowrap;
    }
    .section-okay-list li .list-img {
        height: 64px;
        margin-top: 8px;
        font-size: 14px;
    }
    .section-okay-list li.box1 .list-img{
        background: url(../image/inheritance-procedure/section-okay-icon01.png),#cb4f83;
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 30%;
    }
    .section-okay-list li.box2 .list-img{
        background: url(../image/inheritance-procedure/section-okay-icon02.png),#cb4f83;
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 30%;
    }
    .section-okay-list li.box3 .list-img{
        background: url(../image/inheritance-procedure/section-okay-icon03.png),#cb4f83;
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 30%;
    }
    .section-okay-list li.box4 .list-img{
        background: url(../image/inheritance-procedure/section-okay-icon04.png),#cb4f83;
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 30%;
    }
	.section-okay-list li.box5 .list-img{
        background: url(../image/inheritance-procedure/section-okay-icon05.png),#cb4f83;
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 30%;
    }
}


/* 相続手続きには上記のように様々なものがありますが、これらの中で大半のものは、専門家に代行を依頼することが可能です。 */
.caption-center,.webp .caption-center{
    background: url(../image/inheritance-procedure/caption-center-bg.jpg);
    background-position: center;
    /*background-repeat: no-repeat;*/
    padding: 120px 0;
    overflow: hidden;
}
.webp .caption-center{
    background: url(../image/inheritance-procedure/caption-center-bg.jpg.webp);
    background-position: center;
    /*background-repeat: no-repeat;*/
}
.caption-center-whbox{
    background-color: #fff;
    padding: 50px 0;
    box-shadow: 0 0 20px #e7e9e9;
    position: relative;
}
.caption-center-whbox::before{
    content: "";
    background: url(../image/inheritance-procedure/caption-center-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 340px;
    height: 1335px;
    position: absolute;
    top:-20px;
    right: -225px;
}
.webp .caption-center-whbox::before,.webp .caption-center-whbox::before{
    background: url(../image/inheritance-procedure/caption-center-img.png.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.caption-center-title{
    font-family: var(--mincho);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    max-width: 920px;
    width: 95%;
    margin: 0 auto 50px;
    position: relative;
    text-shadow:  0 0 9px #fff,0 0 9px #fff,0 0 9px #fff,0 0 9px #fff,0 0 9px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 11px #fff,0 0 11px #fff,0 0 11px #fff,0 0 11px #fff,0 0 11px #fff,0 0 11px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 13px #fff,0 0 13px #fff,0 0 13px #fff;
}
.caption-center-whbox .txt-box{
    max-width: 920px;
    width: 95%;
    margin: 0 auto;
    letter-spacing: 0;
    position: relative;
    text-shadow:  0 0 9px #fff,0 0 9px #fff,0 0 9px #fff,0 0 9px #fff,0 0 9px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 11px #fff,0 0 11px #fff,0 0 11px #fff,0 0 11px #fff,0 0 11px #fff,0 0 11px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 13px #fff,0 0 13px #fff,0 0 13px #fff;
}
.caption-center-whbox .txt-box .txt-note{
    font-size: 14px;
}
@media screen and (max-width: 1499px){
    .caption-center-whbox::before,.webp .caption-center-whbox::before{
        background: url(../image/inheritance-procedure/caption-center-img.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 255px;
        height: 1001px;
        top:70px;
        right: -125px;
    }
    .webp .caption-center-whbox::before{
        background: url(../image/inheritance-procedure/caption-center-img.png.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media screen and (max-width: 1280px){
    .caption-center{
        background: url(../image/inheritance-procedure/caption-center-bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 100px 0;
    }
    .webp .caption-center{
        background: url(../image/inheritance-procedure/caption-center-bg.jpg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 100px 0;
    }
    .caption-center-title{
        font-size: 28px;
        max-width: 920px;
        width: 92%;
        padding-right: 6%;
        margin: 0 auto 40px;
    }
    .caption-center-whbox::before,.webp .caption-center-whbox::before{
        background: url(../image/inheritance-procedure/caption-center-img.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 204px;
        height: 801px;
        top:20px;
        right: -40px;
    }
    .webp .caption-center-whbox::before{
        background: url(../image/inheritance-procedure/caption-center-img.png.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; 
    }
    .caption-center-whbox .txt-box{
        width: 92%;
    }
}
@media screen and (max-width: 1100px){
	.caption-center-title{
        font-size: 26px;
	}
}
@media screen and (max-width: 1023px){
    .caption-center-title br{
        display: none;
    }

}
@media screen and (max-width: 900px){
	.caption-center-title{
        font-size: 2.9vw;
	}
}
@media screen and (max-width: 767px){
    .caption-center,.webp .caption-center{
        padding: 80px 0;
    }
    .caption-center-title {
        font-size: 4.5vw;
        text-align: center;
        padding-right:0;
    }
    .caption-center-whbox .txt-box .txt-note{
        font-size: 12px;
    }
    .caption-center-whbox::before,.webp .caption-center-whbox::before{
        background: url(../image/inheritance-procedure/caption-center-img.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 202px;
        height: 357px;
        top:20px;
        right: -20px;
    }
    .webp .caption-center-whbox::before{
        background: url(../image/inheritance-procedure/caption-center-img.png.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media screen and (max-width: 499px){
    .caption-cente,.webp .caption-centerr{
        padding: 60px 0;
    }
    .caption-center-whbox::before,.webp .caption-center-whbox::before{
        display: none;
    }
    .caption-center-title {
        text-align: center;
        font-size: 6vw;
        padding: 0;
    }
    .caption-center-whbox{
        padding: 30px 0;
    }
}

/* このようなお悩みはありませんか？ */
.section-concern{
    background: url(../image/inheritance-procedure/section-concern-bg.jpg),#f2f3f8;
    background-position: top center;
    background-repeat: no-repeat;
}
.webp .section-concern{
    background: url(../image/inheritance-procedure/section-concern-bg.jpg.webp),#f2f3f8;
    background-position: top center;
    background-repeat: no-repeat;
}
.section-concern .txt-note{
	text-align: right;
	margin-top: 1em;
	font-size: 14px;
}
.section-concern-list{
    max-width: 890px;
    margin: 0 auto 150px;
    position: relative;
    background-color: #f2f3f8;
    padding: 40px 5%;
}
.section-concern-list::before{
    content: "";
    background: url(../image/inheritance-procedure/arw-bottom02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 53px;
    height: 51px;
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
}
.section-concern-list li{
    font-family: var(--mincho);
    font-size: 22px;
    margin-left: 45px;
    font-weight: 600;
    border-bottom: 1px solid #868688;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.section-concern-list li:last-of-type{
    content: "";
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.section-concern-list li::before{
    content: "";
    background: url(../image/inheritance-procedure/icon-check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 31px;
    height: 31px;
    position: absolute;
    top:-3px;
    left: -45px;
}
.section-concern h3{
    text-align: center;
    font-size: 38px;
    margin-bottom: 60px;
}
.section-concern-imglist{
    display: flex;
    justify-content: space-between;
}
.section-concern-imglist li{
    max-width: 295px;
    width: calc(100% / 3 - 10px);
    background-color: #47413c;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow:0 0 11px #cfd8db,0 0 12px #cfd8db;
}
.section-concern-imglist li .title{
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--mincho);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.section-concern-imglist li .img{
    width: 100%;
    height: 170px;
    display: block;
    border-radius: 0 0 10px 10px;
}
.section-concern-imglist li.box01 .img{
    background: url(../image/inheritance-procedure/section-concern-img01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-concern-imglist li.box02 .img{
    background: url(../image/inheritance-procedure/section-concern-img02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-concern-imglist li.box03 .img{
    background: url(../image/inheritance-procedure/section-concern-img03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-concern-imglist li.box01 .img{
    background: url(../image/inheritance-procedure/section-concern-img01.jpg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-concern-imglist li.box02 .img{
    background: url(../image/inheritance-procedure/section-concern-img02.jpg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-concern-imglist li.box03 .img{
    background: url(../image/inheritance-procedure/section-concern-img03.jpg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (min-width: 1921px){
    .section-concern{
        background: url(../image/inheritance-procedure/section-concern-bg.jpg),#f2f3f8;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .webp .section-concern{
        background: url(../image/inheritance-procedure/section-concern-bg.jpg.webp),#f2f3f8;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media screen and (max-width: 1280px){
    .section-concern h3 {
        font-size: 34px;
        line-height: 1.3;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1023px){
    .section-concern-imglist li .title {
        width: 100%;
        height: 80px;
        font-size: 2vw;
    }
    .section-concern-list li {
        font-size: 20px;
        margin-left: 40px;
        line-height: 1.2;
    }
    .section-concern-list li::before{
        background: url(../image/inheritance-procedure/icon-check.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 28px;
        height: 28px;
        top:-3px;
        left: -45px;
    }
}
@media screen and (max-width: 767px){
	.section-concern .txt-note{
		text-align: center;
	}
    .section-concern h3 {
        font-size: 5.5vw;
        margin-bottom: 40px;
    }
    .section-concern-list li {
        font-size: 4vw;
        margin-left: 6.5vw;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .section-concern-list li::before{
        background: url(../image/inheritance-procedure/icon-check.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 5vw;
        height: 5vw;
        top:-0.5vw;
        left: -6.5vw;
    }
    .section-concern-imglist{
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    .section-concern-imglist li {
        max-width: 295px;
        width: calc(100% / 2 - 10px);
    }
    .section-concern-imglist li .title {
        width: 100%;
        height: 72px;
		font-size: 2.8vw;
    }
    .section-concern-imglist li .img {
        height: 140px;
    }
}
@media screen and (max-width: 499px){
    .section-concern h3 {
        font-size: 6.5vw;
        margin-bottom: 30px;
    }
    .section-concern-list li {
        font-size: 4.8vw;
        margin-left: 8vw;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .section-concern-list li::before{
        background: url(../image/inheritance-procedure/icon-check.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 6vw;
        height: 6vw;
        top:-0.3vw;
        left: -7vw;
    }
    .section-concern-list {
        margin: 0 auto 100px;
        padding: 30px 5%;
    }
    .section-concern-list::before{
        background: url(../image/inheritance-procedure/arw-bottom02.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 42px;
        height: 41px;
        bottom: -70px;
    }
    .section-concern-imglist li {
        width: 100%;
    }
    .section-concern-imglist li .title {
        height: 66px;
        font-size: 18px;
    }
    .section-concern-imglist li .img {
        height: 120px;
    }
}

/* 相続手続きサポートパック */
.section-support{
    background-color: #f8f6f2;
}
.section-support .txt-note {
	text-align: right;
    margin-top: 1em;
    font-size: 14px;
}
.section-support .plus_fee {
	margin-top: 80px;
/*	background-color: #fff;
	padding: 30px 0;
	font-size: 18px;
	line-height: 1.6;
*/}
.plus_fee .inner {
    width: 100%;
}
.section-support .plus_fee h3 {
    position: relative;
	font-size: 30px;
	background-color: #47413c;
	color: #fff;
	padding: 0.5em;
	cursor: pointer;
}
.plus_fee h3::after {
    content: "";
    background-image: url(../image/inheritance-procedure/plus_fee-arw.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.5s;
}
	.plus_fee h3.active::after {
		background-image: url(../image/inheritance-procedure/plus_fee-arw.png);
		transform: translateY(-50%) rotate(180deg);
	}

.plus_fee .plus_fee-contents {
	display: none;
	background-color: #fff;
	padding: 60px 4%;
	font-size: 18px;
	line-height: 1.6;
}
.section-support .plus_fee h4 {
	font-size: 26px;
    font-family: var(--mincho);
    font-weight: 600;
	    margin: 2em auto 0.6em;
    line-height: 1.2;
    padding: 3px 15px;
    border-left: 6px solid #00b1a9;
    letter-spacing: 0.05em;
}
.plus_fee .plus_fee-contents>h4:first-child {
	margin-top: 0;
}

.section-support .plus_fee ul{
	background-color: #f2f3f8;
	padding: 30px 5%;
	line-height: 1.6;
    font-size: 18px;
}
.section-support .plus_fee ul>li{
	padding-left: 25px;
	margin-bottom: 30px;
	position: relative;
}
.section-support .plus_fee ul>li:last-of-type {margin-bottom: 0;}
.section-support .plus_fee ul>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 6px;
    height: 6px;
    background: #cb5184;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
	.plus_fee h3::after {
		width: 20px;
		height: 20px;
	}
	.plus_fee .plus_fee-contents {
		padding: 40px 4%;
	}
}
@media screen and (max-width: 499px) {
	.plus_fee .plus_fee-contents {
		padding: 5% 4%;
	}
}

.section-support-box{
    background-color: #fff;
    padding: 40px 55px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 25px;
}
.section-support-box:last-of-type{
    margin-bottom: 0;
}
.section-support-box .paln{
    position: relative;
    font-size: 60px;
    color: #bf4e7d;
    font-weight: 600;
    padding-top: 20px;
    border-bottom: 3px solid #bf4e7d;
    padding-bottom: 10px;
}
.section-support-box .paln::before{
    content: "PLAN";
    font-size: 18px;
    position: absolute;
    top:0;
    left: 3px;
    text-align: center;
}
.section-support-box .img{
    background-color: #47413c;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-support-box .content{
    width: calc(100% - 190px);
}
.section-support-box .content .txt{
    font-size: 18px;
    margin-bottom: 15px;
}
.section-support-box .content h3{
    font-size: 30px;
    font-family: var(--mincho);
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-support-box .content h3 .osusume{
    font-family: var(--base-font);
    background-color: #03adaa;
    color: #fff;
    font-size: 16px;
    border-radius: 100px;
    padding: 7px 10px 8px;
    letter-spacing: 0;
}
.section-support-box .content .info{
    font-family: var(--mincho);
    font-size: 22px;
    font-weight: 600;
}
.section-support-box .content .info .small{
    font-size: 18px;
    display: inline-block;
	line-height: 1.4;
}
@media screen and (max-width: 1280px){

}
@media screen and (max-width: 1023px){
    .section-support-box {
        padding: 35px 40px;
    }
    .section-support-box .content .txt{
        line-height: 1.3;
    }
}
@media screen and (max-width: 767px){
	.section-support .txt-note {
		text-align: center;
		line-height: 1.4;
	}
	.section-support .plus_fee h3 {
		font-size: 24px;
	}
	.section-support .plus_fee h4 {
		font-size: 20px;
	}
    .section-support-box {
        padding: 25px 5%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .section-support-box .content{
        width: 100%;
        text-align: center;
    }
    .section-support-box .paln {
        font-size: 52px;
        padding-top: 12px;
        padding-bottom: 5px;
    }
    .section-support-box .paln::before{
        font-size: 16px;
        left:0;
    }
    .section-support-box .img {
        width: 68px;
        height: 68px;
		display: none;
    }
    .section-support-box .content .txt{
        font-size: 16px;
    }
    .section-support-box .content h3{
        font-size: 24px;
        justify-content: center;
    }
    .section-support-box .content h3 .osusume{
        font-size: 14px;
        padding: 5px 8px 6px;
    }
    .section-support-box .content .info{
        font-size: 20px;
    }
    .section-support-box .content .info .small{
        font-size: 16px;
    }

}
@media screen and (max-width: 499px){
	.section-support .plus_fee {
		font-size: 16px;
		margin-top: 40px;
	}
	.section-support .plus_fee h3 {
		font-size: 20px;
	}
	.section-support .plus_fee h4 {
		font-size: 18px;
	}
    .section-support-box{
        margin-bottom: 30px;
        gap: 20px;
    }
    .section-support-box .paln {
        font-size: 44px;
        padding-top: 12px;
        padding-bottom: 5px;
    }
    .section-support-box .paln::before{
        font-size: 14px;
        left:0;
    }/*
    .section-support-box .img {
        width: 62px;
        height: 62px;
    }*/
    .section-support-box .content .txt {
        font-size: 14px;
    }
    .section-support-box .content h3 {
        font-size: 20px;
        gap: 10px;
    }
    .section-support-box .content h3 .osusume {
        font-size: 12px;
        padding: 4px 6px 5px;
    }
    .section-support-box .content .info {
        font-size: 18px;
    }
    .section-support-box .content .info .small {
        font-size: 14px;
    }
}

/* 3つの特徴 */
.section-characteristic{
    background: url(../image/inheritance-procedure/section-characteristic-bg.jpg),#f2f3f8;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.webp .section-characteristic{
    background: url(../image/inheritance-procedure/section-characteristic-bg.jpg.webp),#f2f3f8;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-characteristic-whbox{
    background-color: #fff;
    padding: 80px 0;
    box-shadow: 0 0 15px #ccc;
}
.section-characteristic h2{
    position: relative;
    padding: 0 5% 25px;
    margin-bottom: 70px;
}
.section-characteristic h2::before{
    content: "";
    width: 50px;
    height: 3px;
    background-color: #bf4e7d;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section-characteristic-list{
    max-width: 890px;
    width: 92%;
    margin: 0 auto;
}
.section-characteristic-box{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 60px;
}
.section-characteristic-box:last-of-type{
    margin-bottom: 0;
}
.section-characteristic-box .img{
    max-width: 320px;
    width: calc(100% - 560px);
    height: 245px;
    border-radius: 10px;
}
.section-characteristic-box.box01 .img{
    background: url(../image/inheritance-procedure/section-characteristic-img01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-characteristic-box.box02 .img{
    background: url(../image/inheritance-procedure/section-characteristic-img02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-characteristic-box.box03 .img{
    background: url(../image/inheritance-procedure/section-characteristic-img03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-characteristic-box.box01 .img{
    background: url(../image/inheritance-procedure/section-characteristic-img01.jpg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-characteristic-box.box02 .img{
    background: url(../image/inheritance-procedure/section-characteristic-img02.jpg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-characteristic-box.box03 .img{
    background: url(../image/inheritance-procedure/section-characteristic-img03.jpg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-characteristic-box .content{
    width: 540px;
}
.section-characteristic h3{
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 25px;
    padding-left: 45px;
    position: relative;
    margin-top: -0.2em;
}
.section-characteristic h3::before{
    content: "";
    background: url(../image/inheritance-procedure/icon-check2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 31px;
    height: 31px;
    position: absolute;
    top:5px;
    left: 0;
}
.section-characteristic .txt-box{
    letter-spacing: 0;
}
.section-characteristic .txt-box .txt-note{
    font-size: 16px;
}


@media screen and (max-width: 1280px){
    .section-characteristic-whbox {
        padding: 70px 0;
    }
    .section-characteristic h2{
        margin-bottom: 60px;
    }
    .section-characteristic h3 {
        font-size: 28px;
        padding-left: 40px;
    }
    .section-characteristic-box .img{
        width: calc(100% - 520px);
    }
    .section-characteristic-box .content{
        width: 500px;
    }
}
@media screen and (max-width: 1023px){
    .section-characteristic-box .img{
        width: calc(100% - 470px);
    }
    .section-characteristic-box .content{
        width: 450px;
    }
}
@media screen and (max-width: 767px){
    .section-characteristic-whbox {
        padding: 50px 0;
    }
    .section-characteristic h2{
        margin-bottom: 40px;
    }
    .section-characteristic-box{
        flex-direction: column;
        align-items: center;
    }
    .section-characteristic-box .img,.section-characteristic-box .content{
        width: 100%;
    }
    .section-characteristic-box .img{
        height: 200px;
    }
    .section-characteristic h3 {
        font-size: 22px;
        padding-left: 35px;
    }
    .section-characteristic h3::before{
        width: 26px;
        height: 26px;
        top:4px;
    }
    .section-characteristic .txt-box .txt-note{
        font-size: 14px;
    }
}
@media screen and (max-width: 499px){
    .section-characteristic-whbox {
        padding: 30px 0;
    }
    .section-characteristic h2{
        margin-bottom: 30px;
        padding-bottom: 15px;
    }
    .section-characteristic-box .img{
        height: 150px;
    }
    .section-characteristic h3 {
        font-size: 18px;
        padding-left: 30px;
        margin-bottom: 20px;
    }
    .section-characteristic h3::before{
        width: 22px;
        height: 22px;
        top:1px;
    }

}

/* サービスの流れ */
.section-step{
    background-color: #fff;
}
.section-step-box{
    background-color: #f2f3f8;
    border-radius: 10px;
    padding: 50px 0;
    margin-bottom: 80px;
    position: relative;
}
.section-step-box::before{
    content: "";
    background: url(../image/inheritance-procedure/arw-bottom03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 25px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.section-step-box:last-of-type{
    margin-bottom: 0;
}
.section-step-box:last-of-type::before{
    display: none;
}
.section-step-box-flex{
    max-width: 890px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.section-step-box-flex .img{
    width: 164px;
    height: 164px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-step-box-flex .content{
    width: calc(100% - 220px);
}
.section-step-box-flex .step{
    font-family: var(--mincho);
    font-size: 16px;
    color: #bf4e7d;
    font-weight: 700;
    margin-bottom: 5px;
}
.section-step-box-flex h3{
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}
.section-step-box-flex .txt-box{
    letter-spacing: 0;
    text-align: left;
}
.section-step-box-flex .txt-box .big{
    font-size: 24px;
    font-weight: 600;
}
.section-step-box-flex .btn{
    background: linear-gradient(to right, rgb(47, 179, 137) 0%, rgb(3, 173, 170) 100%);
    color: #fff;
    font-size: 18px;
    width: 326px;
    height: 50px;
    font-weight: 600;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 25px;
}
.section-step-box-flex .btn::before{
    content: "";
    background: url(../image/inheritance-procedure/arw-wh.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

@media screen and (max-width: 1280px){


}
@media screen and (max-width: 1023px){
    .section-step-box {
        padding: 40px 0;
    }
    .section-step-box-flex .img {
        width: 150px;
        height: 150px;
    }
    .section-step-box-flex .content{
        width: calc(100% - 180px);
    }
    .section-step-box-flex h3 {
        font-size: 26px;
    }

}
@media screen and (max-width: 767px){
    .section-step-box {
        padding: 30px 0;
    }
    .section-step-box-flex{
        flex-direction: column;
    }
    .section-step-box-flex .img {
        width: 130px;
        height: 130px;
    }
    .section-step-box-flex .img img{
        width: 60%;
    }
    .section-step-box-flex .content{
        width: 100%;
        text-align: center;
    }
    .section-step-box-flex h3 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .section-step-box-flex .txt-box .big{
        font-size: 20px;
    }
    .section-step-box-flex .btn{
        margin: 20px auto 0;
    }
}
@media screen and (max-width: 499px){
    .section-step-box {
        padding: 25px 0;
        margin-bottom: 60px;
    }
    .section-step-box::before{
        bottom: -43px;
    }
    .section-step-box-flex .img {
        width: 100px;
        height: 100px;
    }
    .section-step-box-flex h3 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .section-step-box-flex .btn{
        font-size: 16px;
        width: 100%;
        height: 42px;
    }
}

/*プラン早見表*/
div.img_box {
	margin: 0 auto;
}









