@charset "utf-8";

#confirm {
    padding: 0 1.25rem;
}

@media screen and (max-width: 768px) {
    #confirm {
    display: block;
    padding: 1.25rem
    }
}

.confirm-content-box {
    max-width: 43.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.13rem;
    margin-bottom: 3.13rem;
    background-color: #fff;
    padding: 1.88rem;
}

@media screen and (max-width: 768px) {
    .confirm-content-box {
    margin-top: 0;
    margin-bottom: 0;
    }
}

.confirm-content-box h5 {
    text-align: center;
    margin-bottom: 0.88rem;
}

#confirm .contact-list {
    margin-bottom: 1.88rem;
}

#confirm .contact-list .flex-box p {
    border-bottom: 1px dashed #643C25;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    #confirm .contact-list .flex-box p {
    display: block;
    margin-bottom: 0.88rem;
}
}

#confirm .contact-list .requested-date p {
    border-bottom: none;
    display: block;
    width: 35%;
}

@media screen and (max-width: 768px) {
    #confirm .contact-list .requested-date p {
    width: 100%;
}
}

#confirm .contact-list .requested-date .nested p {
    width: 100%;
}

#confirm .contact-list .requested-date {
    border-bottom: 1px dashed #643C25;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    #confirm .contact-list .requested-date {
    display: block;
    margin-bottom: 0.88rem;
}
}

#confirm .contact-list .label {
    width: 35%;
    font-size: 1rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    #confirm .contact-list .label {
    width: 100%;
}
}

#confirm .contact-list .value {
    width: 65%;
    padding: 0.88rem 0;
    font-size: 1rem;
    display: block;
}

@media screen and (max-width: 768px) {
    #confirm .contact-list .value {
    width: 100%;
    padding: 0 0 0.88rem 0;
    }
}

#confirm .btn-area {
    padding-bottom: 0;
}

#confirm .confirm-btn-add {
    font-size: 1rem;
    margin-bottom: 0.88rem;
}

#confirm .btn-area .confirm-btn-box p {
    display: flex;
    align-items: center;
}

#confirm .btn-area .confirm-btn-box p input:first-of-type {
    width: 12.5rem;
    height: 4.35rem;
    background-color: #BA866A;
    border: 1px solid #BA866A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.56rem;
    margin-left: auto;
    color: #fff;
    margin-right: 1.25rem;
    font-weight: bold;
}

#confirm .btn-area .confirm-btn-box p input:first-of-type:hover {
    background-color: #fff;
    color: #BA866A;
    transition: .5s;
}

#confirm .btn-area .confirm-btn-box p input:nth-of-type(2) {
    width: 12.5rem;
    height: 4.35rem;
    background-color: #BA866A;
    border: 1px solid #BA866A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.56rem;
    margin-right: auto;
    color: #fff;
    margin-left: 0;
    font-weight: bold;
}

#confirm .btn-area .confirm-btn-box p input:nth-of-type(2):hover {
    background-color: #fff;
    color: #BA866A;
    transition: .5s;
}

#confirm .btn-area .confirm-btn-box p input:last-of-type,
#confirm .btn-area .confirm-btn-box p span {
    display: none;
}