@charset "UTF-8";
textarea:focus,
select:focus,
button:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
a.btn-original:focus,
a.btn-original:active,
.uneditable-input:focus {
    border-color: rgba(255, 122, 0, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 122, 0, 0.6) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 122, 0, 0.6) !important;
    outline: 0 none !important;
}

.form-control:focus {
    border-color: rgba(255, 122, 0, 0.8);
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 122, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 122, 0, 0.6);
}

body {
    background-color: #fff0e0;
    font-family: 'M PLUS 1p';
}

#loading {
    opacity: 0;
    transition: all 0.5s 0s ease;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
    top: 50%;
    left: 50%;
}

.loading-active-index {
    z-index: 10000 !important;
}

.loading-active {
    opacity: 1 !important;
}

.common-nav-bar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    height: 66px;
    padding-right: 30px;
    width: 100%;
}

.common-nav-bar-left {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 0 20px;
}

.common-nav-bar-left img {
    height: 30px;
    width: auto;
}

.common-nav-bar-backbutton {
    color: #FF7A00;
    /* box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0 1px 1px rgb(255 255 255 / 30%), inset 0 -1px 1px rgb(0 0 0 / 5%); */
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%), inset 0 1px 1px rgb(255 255 255 / 30%), inset 0 -1px 2px rgb(0 0 0 / 10%);
    border-radius: 50%;
}

.common-nav-bar-backbutton:hover {
    border: 1px solid #FF7A00;
}

.common-nav-bar-backbutton svg {
    height: 30px;
    width: 30px;
    padding: 4px;
}

@media screen and (max-width: 768px) {
    .common-nav-bar-backbutton {
        display: none;
    }
}

.common-nav-bar-right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.common-nav-bar-right svg {
    color: #FF7A00;
    height: 30px;
    width: 30px;
}

.common-nav-bar-right svg:focus {
    border-color: rgba(255, 122, 0, 0.8) !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

.common-nav-bar-right .reg-user-btn {
    background-color: #FF7A00 !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 0.375rem 1rem !important;
}

.common-nav-bar-right .reg-user-btn:focus {
    border-color: rgba(255, 122, 0, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 122, 0, 0.6) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 122, 0, 0.6) !important;
    outline: 0 none !important;
}

.common-nav-bar-right .login-user-btn {
    background-color: #fff !important;
    color: #FF7A00 !important;
    border-radius: 100px !important;
    border-color: #FF7A00 !important;
    padding: 0.375rem 1rem !important;
    margin-right: 5px !important;
}

.common-nav-bar-right .login-user-btn:hover {
    background-color: #FF7A00 !important;
    color: #fff !important;
}

.common-nav-bar-right .login-user-btn:focus {
    border-color: rgba(255, 122, 0, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 122, 0, 0.6) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 122, 0, 0.6) !important;
    outline: 0 none !important;
}

@media screen and (max-width: 580px) {
    .common-nav-bar {
        padding-right: 5px;
    }
    .common-nav-bar-left img {
        height: 15px;
    }
    .common-nav-bar-left {
        padding: 0 5px !important;
    }
    .common-nav-bar-right .reg-user-btn,
    .common-nav-bar-right .login-user-btn {
        padding: 0.375rem 0.5rem !important;
        font-size: 0.9rem !important;
    }
}

.footer {
    background-color: #fff;
}

.footer img {
    width: 390px;
}

.btn-original {
    background-color: #FF7A00 !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 0.375rem 2rem !important;
}

.btn-original:hover {
    background-color: #FF7A00cc !important;
}

.card {
    border-radius: 1rem;
    min-height: 400px;
}

.card-header:first-child {
    border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
}

.mypage-card {
    border-radius: 1rem;
    max-width: 800px;
    margin: auto;
}

.text-underline-hover {
    text-decoration: none;
}

.text-underline-hover:hover {
    text-decoration: none;
}

@media (min-width: 800px) {
    .card-body {
        padding: 2rem 2rem !important;
    }
}

@media screen and (max-width: 500px) {
    .footer img {
        width: 200px;
    }
}

.bg-highlight {
    background-color: #ced4da;
}

.ornamental-title {
    border-left: 7px solid #FF7A00;
    padding-left: 7px;
}

.icon-link {
    display: inline-flex;
    align-items: center;
}

.icon-link>.bi {
    margin-top: .125rem;
    margin-left: .125rem;
    transition: transform .25s ease-in-out;
    fill: currentColor;
}

.icon-link:hover>.bi {
    transform: translate(.25rem);
}

.talkroom-message-icon {
    width: 2rem;
    height: 2rem;
    padding: 0;
    color: #FF7A00;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0 1px 1px rgb(255 255 255 / 30%), inset 0 -1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%), inset 0 1px 1px rgb(255 255 255 / 30%), inset 0 -1px 2px rgb(0 0 0 / 10%);
    border-radius: 50%;
}

.talkroom-message-icon:hover,
.talkroom-message-icon:active {
    border: 1px solid #FF7A00;
    color: #FF7A00;
}

.talkroom-message-icon svg {
    height: 30px;
    width: 30px;
    padding: 4px;
}

.border-original {
    border: 1px solid #FF7A00 !important;
}

.progress-original-active:disabled {
    width: 2rem;
    height: 2rem;
    opacity: 1 !important;
    background-color: #62a1fe !important;
    border-color: #62a1fe !important;
}

.progress-bar {
    background-color: #62a1fe !important;
}

.message-input-area {
    display: flex;
    flex-direction: column;
}

.message-input-buttons {
    margin: 20px 0 auto auto;
}

@media screen and (min-width: 576px) {
    .message-input-area {
        flex-direction: initial;
    }
    .message-input-buttons {
        margin: 0;
    }
}

.start-3 {
    left: 3%!important;
}

.start-33 {
    left: 33.3%!important;
}

.start-66 {
    left: 66.6%!important;
}

.m-5rem {
    margin: 5rem 0;
}

.custom-button1 {
    height: 10rem;
    background-color: #FF7A00 !important;
    color: #fff !important;
    border-radius: 1rem;
    font-size: 1.5rem;
}

.section-header {
    background-color: #007bff;
    color: white;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 10px;
}

.info-box {
    border: 2px solid orange;
    border-radius: 10px;
    padding: 15px;
    background-color: #fffaf0;
    font-size: 0.95rem;
}
.info-card {
    background-color: #0d5b7a;
    color: white;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-image {
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    margin: 15px 0;
}

@media (max-width: 768px) {
    .card-image {
        height: 120px;
    }
}

.hr-original {
    background-color: #FF7A00;
    height: 5px !important;
    border-radius: 10px;
}

