@charset "UTF-8";

.circle-wrap    {
    display: flex;
    align-items: center;
}
.circle {
    width: 34px;
    height: 34px;
    background-color: #FF0033;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 10px;
    line-height: 1;
}
.text-underline {
    border-bottom:1px solid #FF0033;
}
.sb-icon    {
    filter: drop-shadow(0px 0px 4px #ddd);
}
.app-wrap   {
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-icon-btn img   {
    padding: 0 20px;
    height: 80px !important;
    width: auto;
}
.triangle   {
    margin: 0 auto;
}
.confirmation-wrap  {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.confirmation-img   {
    flex: 1;
}
.confirmation-list  {
    text-align: left;
    flex: 1;
    margin-left: 30px;
}
.confirmation-list-inner {
    background-color: #fef2e1;
    border-radius: 30px;
    padding: 20px;
    display: inline-block;
}
.student-id-text    {
    font-size: 14px;
    color: #323232;
}
.delivery-sub-ttl   {
    font-size: 18px;
}
.delivery-text  {
    font-size: 16px;
}
@media (max-width: 768px) {
    .app-wrap   {
        padding: 0 20px;
    }
    .sb-icon {
        padding: 0 10px;
    }
    .app-icon   {
        flex: 1;
    }
    .app-icon-btn img   {
        padding: 0;
        height: auto !important;
    }
    .confirmation-list  {
        margin-left: 10px;
    }
    .confirmation-list-inner {
        padding: 15px;
    }
}