/* カスタムスタイル */
.l-main {
    width: 100%;
    max-width: 100%;
}

/* br切り替え
 * flex内でも効くよう width/flex-basis を指定
 * PC: sp_br 非表示 / pc_br 表示
 */
.sp_br {
    display: none;
}
.pc_br {
    display: block;
    content: "";
    width: 100%;
    flex-basis: 100%;
    height: 0;
}

/* 表・比較10：不動産相続手続きのパターン */
.section__wrapper--matrix--10 {
    background-color: #e6f4f5;
}
.content__txt--matrix--10 {
    text-align: center;
    line-height: 1.96;
    margin-bottom: 41px;
}
.section__wrapper--matrix--10 .section__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #263238;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 42px;
}
.section__wrapper--matrix--10 .section__ttl div {
    color: #3c94a8;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0;
    background: #fff;
    border-radius: 0 20px;
    min-width: 143px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 16px;
    padding: 0 25px 0 42px;
    position: relative;
    width: fit-content;
}
.section__wrapper--matrix--10 .section__ttl div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    background:
        linear-gradient(#3c94a8, #3c94a8) center / 2px 12px no-repeat,
        linear-gradient(#3c94a8, #3c94a8) center / 12px 2px no-repeat;
}
.section__wrapper--matrix--10 .section__ttl .section__ttl-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    margin-top: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: 0;
    background: none;
}
.section__wrapper--matrix--10 .section__ttl .title__highlight {
    display: block;
    color: #3c94a8;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    margin-top: 0;
}
.section__wrapper--matrix--10 .content__list--vertical {
    counter-reset: count;
}
.section__wrapper--matrix--10 .content__subttl--matrix--10 {
    justify-content: flex-start;
}
.section__wrapper--matrix--10 .content__subttl--matrix--10 span {
    width: auto;
    min-width: 90px;
    padding: 0 15px;
    background: #3c94a8;
    box-sizing: border-box;
}
.content__items--matrix--10 .content__description--matrix--10 {
    line-height: 2;
}
.content__description--strong--07 {
    line-height: 2;
}
.section__wrapper--matrix--10 .content__items--matrix--10.--demerit span {
    background: #3c94a8;
}
.section__wrapper--matrix--10 .content__count--matrix--10 {
    color: #3c94a8;
}

/* 流れ7：不動産相続手続きの流れと期間 */
.section__wrapper--flow--07 {
    background-color: #fff;
}
.section__wrapper--flow--07 .section__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 40px;
}
.section__wrapper--flow--07 .section__ttl div {
    color: #3c94a8;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0;
    background: #def6fb;
    border-radius: 0 20px;
    min-width: 115px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 18px;
    padding: 0 25px 0 42px;
    position: relative;
    width: fit-content;
}
.section__wrapper--flow--07 .section__ttl div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    background:
        linear-gradient(#3c94a8, #3c94a8) center / 2px 12px no-repeat,
        linear-gradient(#3c94a8, #3c94a8) center / 12px 2px no-repeat;
}
.section__wrapper--flow--07 .section__ttl .section__ttl-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    margin-top: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: 0;
    background: none;
}
.section__wrapper--flow--07 .section__ttl .title__highlight {
    display: block;
    color: #3c94a8;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    margin-top: 0;
}
.section__wrapper--flow--07 .content__list--vertical {
    counter-reset: count;
}
.section__wrapper--flow--07 .content__count--flow--07 {
    color: #3c94a8;
}
.section__wrapper--flow--07 .content__subttl--flow--07 {
    color: #3c94a8;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 6px;
}

/* 読み物6：手続きに必要な書類 */
.section__wrapper--read--06 {
    background-color: #e6f4f5;
    padding-block: 83px 80px;
}
.section__wrapper--read--06 .section__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #263238;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 40px;
}
.section__wrapper--read--06 .section__ttl div {
    color: #3c94a8;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0;
    background: #fff;
    border-radius: 0 20px;
    min-width: 143px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 18px;
    padding: 0 25px 0 42px;
    position: relative;
    width: fit-content;
}
.section__wrapper--read--06 .section__ttl div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    background:
        linear-gradient(#3c94a8, #3c94a8) center / 2px 12px no-repeat,
        linear-gradient(#3c94a8, #3c94a8) center / 12px 2px no-repeat;
}
.section__wrapper--read--06 .section__ttl .section__ttl-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    margin-top: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: 0;
    background: none;
}
.section__wrapper--read--06 .section__ttl .title__highlight {
    display: block;
    color: #3c94a8;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    margin-top: 0;
}
.section__wrapper--read--06 .section__inner > .content__txt--read--06 {
    text-align: center;
    line-height: 2;
    color: #333;
    margin-bottom: 42px;
}
.section__wrapper--read--06 .content__block--read--06 {
    margin-bottom: 42px;
}
.section__wrapper--read--06 .content__block--read--06:last-child {
    margin-bottom: 0;
}
.section__wrapper--read--06 .content__block--read--06 .content__list--vertical {
    background: #fff;
    justify-content: flex-start;
    padding: 60px 130px 47px;
    margin-bottom: 0;
    gap: 15px 40px;
}
.section__wrapper--read--06 .content__subttl--read--06 {
    max-width: calc(100% - 60px);
    height: auto;
    min-height: 52px;
    padding: 13px 30px;
    background: #3c94a8;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    box-sizing: border-box;
    width: fit-content;
}
.section__wrapper--read--06 .content__items--read--06 {
    width: calc((100% - 40px) / 2);
    box-sizing: border-box;
    align-items: flex-start;
}
.section__wrapper--read--06 .content__icon--chrck {
    border-color: #3c94a8;
    color: #3c94a8;
    fill: #fff;
}
.section__wrapper--read--06 .content__block--read--06.--secondary .content__subttl--read--06 {
    background: #409ecd;
}
.section__wrapper--read--06 .content__block--read--06.--secondary .content__icon--chrck {
    border-color: #409ecd;
    color: #409ecd;
    fill: #fff;
}
.content__count--strong--diamond {
    transform: rotate(-45deg);
    text-align: center;
    color: #fff;
    line-height: 1.3;
}

/* 強み7：空き家売却のメリット */
.section__wrapper--strong--07 {
    background-color: #fff;
}
.section__wrapper--strong--07 .section__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 40px;
}
.section__wrapper--strong--07 .section__ttl div {
    color: #3c94a8;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0;
    background: #def6fb;
    border-radius: 0 20px;
    min-width: 143px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 18px;
    padding: 0 25px 0 42px;
    position: relative;
    width: fit-content;
}
.section__wrapper--strong--07 .section__ttl div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    background:
        linear-gradient(#3c94a8, #3c94a8) center / 2px 12px no-repeat,
        linear-gradient(#3c94a8, #3c94a8) center / 12px 2px no-repeat;
}
.section__wrapper--strong--07 .section__ttl .section__ttl-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    margin-top: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: 0;
    background: none;
}
.section__wrapper--strong--07 .section__ttl .title__highlight {
    display: block;
    color: #3c94a8;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    margin-top: 0;
}
.section__wrapper--strong--07 .content__txt--strong--07 {
    text-align: center;
    line-height: 2;
    color: #333;
    margin-bottom: 35px;
}
.section__wrapper--strong--07 .content__list--vertical {
    counter-reset: count;
}
.section__wrapper--strong--07 .content__items--strong--07 {
    background: #fff;
    width: 100%;
}
.section__wrapper--strong--07 .content__count--wrap {
    background: #3c94a8;
    width: 69px;
    height: 69px;
    transform: rotate(45deg);
    position: absolute;
    top: -13px;
    left: 40px;
    padding: 12px;
}

/* FAQ1：よくある質問 */
.section__wrapper--faq--01 {
    background-color: #e6f4f5;
}
.section__wrapper--faq--01 .section__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 40px;
}
.section__wrapper--faq--01 .section__ttl div {
    color: #3c94a8;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0;
    background: #fff;
    border-radius: 0 20px;
    min-width: 143px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 18px;
    padding: 0 25px 0 42px;
    position: relative;
    width: fit-content;
}
.section__wrapper--faq--01 .section__ttl div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    background:
        linear-gradient(#3c94a8, #3c94a8) center / 2px 12px no-repeat,
        linear-gradient(#3c94a8, #3c94a8) center / 12px 2px no-repeat;
}
.section__wrapper--faq--01 .section__ttl .section__ttl-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    margin-top: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: 0;
    background: none;
}
.section__wrapper--faq--01 .section__ttl .title__highlight {
    display: block;
    color: #3c94a8;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    margin-top: 0;
}
.section__wrapper--faq--01 .content__subttl--faq--01 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
}
.section__wrapper--faq--01 .content__subttl--faq--01::before {
    border-color: #3c94a8;
    color: #3c94a8;
    background-color: #fff;
}
.section__wrapper--faq--01 .content__description--faq--01 {
    color: #333;
}
.section__wrapper--faq--01 .content__description--faq--01::before {
    background: #3c94a8;
    color: #fff;
    border: none;
}
.section__wrapper--faq--01 .content__icon--faq--01::after,
.section__wrapper--faq--01 .content__icon--faq--01::before {
    background-color: #ababab;
}

/* お問い合わせ3 */
[class*="section__wrapper--"].section__wrapper--contact--03 {
    background-color: #3c94a8;
    padding-block: 56px 60px;
}
.section__wrapper--contact--03 .section__ttl {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 40px;
}
.section__wrapper--contact--03 .section__ttl div {
    color: #3c94a8;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0;
    background: #def6fb;
    border-radius: 0 20px;
    min-width: 143px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 18px;
    padding: 0 25px 0 42px;
    position: relative;
    width: fit-content;
}
.section__wrapper--contact--03 .section__ttl div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    background:
        linear-gradient(#3c94a8, #3c94a8) center / 2px 12px no-repeat,
        linear-gradient(#3c94a8, #3c94a8) center / 12px 2px no-repeat;
}
.section__wrapper--contact--03 .content__ttl--contact--03 {
    color: #ababab;
    font-weight: 700;
    margin-bottom: 5px;
}
.section__wrapper--contact--03 .content__block--contact--03 {
    border-radius: 4px;
}
.section__wrapper--contact--03 .content__block--contact--03:not(:first-of-type) .content__ttl--contact--03 {
    margin-bottom: 17px;
}
.section__wrapper--contact--03 .content__btn--contact--tel {
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    align-items: center;
    gap: 8px;
}
.section__wrapper--contact--03 .content__icon--tel {
    width: 26px;
    height: 26px;
    display: block;
    flex-shrink: 0;
    margin-top: 10px;
}
.section__wrapper--contact--03 .content__txt--tel {
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    color: #333;
    padding: 13px 0 5px;
}
.section__wrapper--contact--03 .content__txt--contact--03 {
    color: #ababab;
    font-size: 13px;
}
#contents .section__wrapper--contact--03 .content__btn--contact--mail a {
    background: linear-gradient(190deg, #F9CA11 -43.63%, #F4AA0C 82.24%);
}
#contents .section__wrapper--contact--03 .content__btn--contact--line a {
    background: linear-gradient(90deg, #70D906 0%, #06C755 100%);
}
#contents .section__wrapper--contact--03 .content__btn--contact--mail a:hover {
    background: linear-gradient(190deg, #F4AA0C -43.63%, #F9CA11 82.24%);
}
#contents .section__wrapper--contact--03 .content__btn--contact--line a:hover {
    background: linear-gradient(90deg, #06C755 0%, #70D906 100%);
}
[class*="content__wrap--contact--"] {
    gap: 30px;
}
[class*="content__btn--"] a:hover [class*="content__icon--"] {
    color: #fff;
}