/* 手続き説明 */
.procedureTitle,
.procedureTitleExplain {
    text-align: center;
}

    .procedureTitle h1 {
        font-size: 150%;
        color: #2455A3;
    }

    .procedureTitleExplain p {
        font-size: 80%;
    }

.termCaption h1 {
    color: #2455A3;
}

.termTitle p {
    font-size: 150%;
    margin-bottom: 0;
}

.termExplain p {
    font-size: 80%;
    color: #2455A3;
}

.cationTitle h1 {
    color: #2455A3;
}

.checkBoxes p {
    margin-top: 1rem;
    margin-bottom: 0;
}

.check-list-contents p {
    margin-bottom: 0;
}

.redLetter {
    color: #CC4444;
}

.check-list-contents a {
    margin-top: 1rem;
    text-decoration: underline;
}

.check-list {
    background-color: #fff;
    padding: 15px;
    color: #2455A3;
    font-weight: bold;
    display: flex;
    font-size: 75%;
    margin-bottom: 10px;
}

.check-list-number {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .check-list-number p {
        background-color: #518BE6;
        width: 30px;
        height: 30px;
        color: #fff;
        margin: 0 10px 0 0;
        font-size: 120%;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
    }

.check-list-contents {
    width: 100%;
    padding: 3px;
}

.check-list-checkbox {
    display: flex;
}

    .check-list-checkbox .checkbox {
        padding: 0;
        margin-left: 10px;
    }



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

    .procedureTitle h1 {
        font-size: 120%;
    }

    .termTitle p {
        font-size: 120%;
    }

    .process-info p {
        font-size: 120%;
        text-align: center;
    }

    #inquiryArea {
        width: 100%;
    }
}
