
/* lead */

.standard_section {
    margin-top: 80px;
    line-height: 1.8;
}

.standard_page_title {
    font-size: 36px;
    color: #6593DB;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.section_lead {
    font-size: 18px;
    text-align: center;
    margin-bottom: 60px;
}

.standard_title{
    margin-top: 1.8em;
    font-size: 20px;
    color: #6593DB;
    font-weight: 500;
    letter-spacing: 0.1em;
    background: #F8F2E2;
    border-radius: 10px;
    /* border-bottom: 1px solid #ccc; */
    padding: .4em 1em;
}
.standard_section p {
    margin-top: .8em;
}


/* スマホ */

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

    .standard_section {
        /* margin-top: 60px; */
    }

    .standard_page_title {
        font-size: 24px;
    }

    .section_lead {
        font-size: 14px;
        text-align: left;
        margin-bottom: 0;
    }
.standard_title{
    font-size: 16px;
    border-radius: 5px;
}

}