.estimate-memo {
    color: #333;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.8;
}

.estimate-memo * {
    box-sizing: border-box;
}

.estimate-memo__title {
    margin: 24px 0 16px;
    padding: 0 4px 4px;
    border-bottom: 1px solid #ccc;
    font-size: 24px;
    font-weight: bold;
    font-family: "メイリオ", Meiryo, sans-serif;
    line-height: 1.5;
}

.estimate-memo__lead {
    margin: 0 0 48px;
    font-size: 15px;
}

.estimate-memo__heading {
    margin: 48px 0 16px;
    padding: 8px 14px;
    border-left: 6px solid #aaa;
    background: #eee;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}

.estimate-memo__subheading {
    margin: 20px 0 8px;
    color: #0061b3;
    font-size: 16px;
    font-weight: bold;
}

.estimate-memo__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.estimate-memo__feature {
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

.estimate-memo__feature-title {
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 15px;
    color: #0061b3;
    border-bottom: 1px solid #0061b3;
}

.estimate-memo__feature-title::before {
    margin-right: 4px;
    color: #0061b3;
    content: "\2714";
}

.estimate-memo__step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 8px;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.estimate-memo__step-number {
    display: flex;
    flex: 0 0 52px;
    padding-top: 4px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #0061b3;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
}

.estimate-memo__step-number b {
    margin-top: 3px;
    font-size: 18px;
}

.estimate-memo__step-body {
    flex: 1;
    min-width: 0;
}

.estimate-memo__step-body .estimate-memo__subheading {
    margin-top: 8px;
}

.estimate-memo__step-image {
    display: flex;
    flex: 0 0 180px;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    border: 1px solid #ccc;
}

.estimate-memo__step-arrow {
    margin: 2px 0 10px;
    color: #df0024;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.estimate-memo__member-box {
    font-size: 14px;
}

.estimate-memo__member-box p {
    margin: 0 0 6px;
}

.estimate-memo__member-link,
.estimate-memo__cta-link {
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.estimate-memo__member-link {
    display: block;
    text-align: center;
    width: 320px;
    margin: 24px auto 0;
    padding: 12px 26px;
    background: #2563ec;
    font-size: 16px;
    color: #fff!important;
    letter-spacing: .1ex;
}

.estimate-memo__member-link:hover,
.estimate-memo__cta-link:hover {
    color: #fff;
    opacity: .85;
    text-decoration: none;
}

.estimate-memo__notice {
    padding: 20px;
    border: 2px solid #df0024;
    border-radius: 6px;
    background: #fff7f7;
}

.estimate-memo__notice .estimate-memo__subheading {
    margin-top: 0;
    color: #df0024;
}

.estimate-memo__notice ul {
    margin: 0;
    padding-left: 1.4em;
    font-size: 13px;
}

.estimate-memo__notice li {
    margin-bottom: 6px;
}

.estimate-memo__faq {
    margin: 0;
}

.estimate-memo__faq dt {
    position: relative;
    font-size: 15px;
    line-height: 1.4;
    color: #111;
    margin: 24px 0 8px;
}

.estimate-memo__faq dt::before {
    display: inline-block;
    content: "";
    margin: 0 10px;
    width: 16px;
    height: 16px;
    background: url(/public/img/faq/detail/ico_q.png) left center no-repeat;
    background-size: 16px;
}

.estimate-memo__faq dd {
    margin: 0 0 18px;
    font-size: 14px;
    text-indent: -2em;
    padding-left: 2em;
}

.estimate-memo__faq dd::before {
    display: inline-block;
    margin: 0 10px;
    content: "";
    width: 16px;
    height: 16px;
    background: url(/public/img/faq/detail/ico_a.png) left center no-repeat;
    background-size: 16px;
}

.estimate-memo__cta {
    margin: 32px 0 10px;
    text-align: center;
}

.estimate-memo__cta-link {
    display: block;
    text-align: center;
    width: 320px;
    margin: 16px auto 0;
    padding: 12px 26px;
    background: #2563ec;
    font-size: 16px;
    color: #fff !important;
    letter-spacing: .1ex;
}
