﻿.section-content {
    padding: 50px 0;
    text-align: center;
}

.section-title {
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 27px;
}

.section-content > h3 {
    max-width: 800px;
    font-size: 20px;
    border-bottom: 1px solid #C6C6C6;
    margin: 0 auto;
    padding-bottom: 5px;
    font-weight: 700;
}

.section-content > p {
    margin: 20px 0;
    line-height: 2em;
}

.info-name {
    font-size: 25px;
    font-weight: 700;
}

.info-tel {
    font-size: 50px;
    font-weight: 700;
    color: #E7503C;
    margin-top: -40px !important;
}

.step-block {
    display: flex;
    margin: 20px auto;
    max-width: 800px;
}

    .step-block > div:first-child {
        background-color: #384795;
        border-radius: 10px;
        width: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        margin-right: 30px;
    }

    .step-block > div:last-child {
        flex: 1;
        text-align: left;
    }

        .step-block > div:last-child > h4 {
            margin: 0 auto;
            padding-bottom: 5px;
            color: #384795;
            font-size: 17px;
            text-align: left;
        }

.button-register {
    width: 500px;
    background-color: #E7503C;
    border-color: #E7503C;
    height: 2.5em;
    font-size: 30px;
    margin-top: 30px;
}

#summary {
    height: 500px;
    background-size: 80%;
    padding-top: 10px;
    margin-bottom: 20px;
    background-image: url('/img/top.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

@media (min-width: 576px) {
    #summary {
        height: 500px;
        background-size: 80%;
    }
}

@media (min-width: 768px) {
    #summary {
        height: 600px;
        background-size: 70%;
    }
}

@media (min-width: 1400px) {
    #summary {
        height: 600px;
        background-size: 60%;
    }
}

#summary h1 {
    color: #384795;
    font-weight: 700;
    margin-bottom: 15px;
}

#summary p {
    font-weight: 700;
    line-height: 2em;
}

#inquiry {
    margin-bottom: -27px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 576px) {
    .button-register {
        width: 80%;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 0;
        padding: 0;
    }

    .section-content {
        padding: 0 20px;
    }

    .section-title {
        height: 80px;
        line-height: 80px;
        font-size: 22px;
    }

    .info-name {
        font-size: 20px;
        padding: 0 60px;
    }
    .info-tel {
        padding-top: 15px;
        font-size: 30px;
    }

    #summary {
        height: 600px;
    }
    #inquiry .section-content {
        padding: 0!important;
    }
}
