.procedure h2 {
    font-size: 16px;
    font-weight: bold;
}






.procedure-list {
    display: flex;
    flex-wrap: wrap;
}

.procedure-listitem {
    width: calc((100% - 32px)/ 2);
    margin-right: 32px;
    margin-bottom: 32px;
    background: #fafafa;
}

.procedure-listitem:nth-child(2n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .procedure-listitem {
        width: 100%;
        margin-right: 0;
    }
}

.procedure-flex {
    display: flex;
}

.procedure-text {
    width: 75%;
    padding: 1.2em 1.5em;
}

@media screen and (max-width: 767px) {
    .procedure-text {
        padding: .5em .7em;
        width: 70%;
    }

    .procedure-text p {
        margin-bottom: 0;
    }
}

.procedure-img {
    width: 25%;
}

@media screen and (max-width: 767px) {
    .procedure-img {
        width: 30%;
    }
}

.procedure-img img {
    aspect-ratio: 1/1;
    height: 100%;
    object-fit: cover;
}

.procedure-box p {
    text-align: left;

}

.procedure-box .tel {
    font-size: 18px;
    color: #000;
}

.procedure-box .time {
    font-size: 14px;
}



.procedure-icon {
    width: 32px;
    margin-right: .5em;
}

.tel-flex1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.tel-flex {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.procedure-icon-tel {
    width: 24px;
    margin-right: .7em;
}

.procedure-icon-tel-s {
    width: 18px;
    margin-right: 5px;
}




.procedure-contact {
    border: solid #000 1px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 24px 15px;
    margin-bottom: 70px;
}

.procedure-contact .time {
    font-size: 14px;
}

.procedure-contact .tel {
    font-size: 24px;
    color: #000;
    margin-right: 5px;
    text-decoration: underline;
}

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



    .procedure-contact {
        font-size: 18px;
        width: 100%;
        margin-bottom: 60px;
    }

    .procedure-contact .text {
        text-align: left;
    }

    .procedure-contact .time {
        font-size: 12px;
    }

    .procedure-contact .tel {
        font-size: 18px;
    }
}

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

    .procedure-icon-tel {
        width: 20px;
    }

}