p {
    margin-bottom: 0;
}

ul {
    margin-bottom: 0;
}

dl {
    margin-bottom: 0;
}

.img-radius {
    border-radius: 8px;
}

.mb-s {
    margin-bottom: 20px;
}

.mb-m {
    margin-bottom: 26px;
}

.mb-l {
    margin-bottom: 40px;
}

.mb-xl {
    margin-bottom: 56px;
}

.bold {
    font-weight: 700;
}

.ttl-h2 {
    margin-bottom: 0;
}


.pagelink ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.callout.pagelink {
    padding-bottom: 1.2em;
}

.gray-box {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 16px;
}

.getting-started-login-section {
    padding-top: 24px;
    padding-bottom: 32px;
    max-width: 800px;
    margin: 0 auto;
}

.getting-started-login-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    align-items: center;
}

.getting-started-login-links>div {
    width: 297px;
}

#contents section {
    margin-bottom: 4rem;
}

#contents a.link_arrow {
    min-height: 0;
}

.getting-started-description {
    margin-bottom: 32px;
}

.reason-contents {
    display: flex;
    gap: 40px;
}

.reason-contents>div:first-child {
    width: calc(70% - 20px);
}

.price-table thead {
    border: none;
}

.price-table th {
    background-color: #F8F8F8;
}

.price-table td {
    text-align: center;
}

.price-table-plan {
    width: 25%;
}

.price-table .nothing_th {
    background-color: #fff;
    border: none;
}

.plan-detail {
    font-weight: 400;
    font-size: 1rem;
    width: 16%;
}

.stack th {
    text-wrap: nowrap;
    text-align: center;
}

.stack td {
    text-wrap: nowrap;
    text-align: center;
}


.getting-started-steps-grid {
    margin-top: 40px;
    display: flex;
    gap: 32px;
    margin-bottom: 28px;
}

.getting-started-steps-grid>div {
    width: calc(100% / 3 - 20px);
}

.getting-started-steps-grid .gray-box {
    position: relative;
}

.getting-started-steps-grid .gray-box:before {
    font-size: 40px;
    font-family: D-DIN-PRO;
    position: absolute;
    font-weight: 700;
    top: -30px;
    left: 32px;
}

.getting-started-steps-grid .gray-box:first-child:before {
    content: '1';
}

.getting-started-steps-grid .gray-box:first-child:before {
    content: '1';
}

.getting-started-steps-grid .gray-box:nth-child(2):before {
    content: '2';
}

.getting-started-steps-grid .gray-box:nth-child(3):before {
    content: '3';
}

.conversion-block-buttons {
    margin-top: 24px;
}

.conversion-block-buttons .button {
    width: 297px;
}

.getting-started-faq-links {
    padding-bottom: 4rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4rem;
}

.banner-area .text-note {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .reason-contents {
        flex-direction: column-reverse;
        align-items: center;
    }

    .reason-contents>div:first-child {
        width: 100%;
    }

    #getting-started-steps .button {
        width: auto;
    }

    .getting-started-steps-grid {
        flex-direction: column;
        align-items: center;
    }

    .getting-started-steps-grid>div {
        width: 100%;
    }

    .getting-started-login-links {
        flex-direction: column;
    }
}