html, body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* * {
    outline: 2px solid blue;
} */

/* --ヘッダー-- */

.logo-img {
    width: 196px;
}
.logo-img-small {
    width: 156px;
}
.header-logo-img {
    max-height: 83px;
    height: auto;
}
.sp-header-nav {
    display: block;
}
.pc-header-nav {
    display: none;
}
.navbar-toggler {
    position: rerative;
    box-shadow:none !important;
    border-color: rgba(0,0,0,0);
    color: #044D9B !important;
}

/* .btn-danger {
    --bs-btn-bg: #FE9E31 !important;
    --bs-btn-border-color: #FE9E31 !important;
    --bs-btn-hover-bg: #FE4931 !important;
    --bs-btn-hover-border-color: #FE4931 !important;
    --bs-btn-active-bg: #FE4931 !important;
    --bs-btn-active-border-color: #FE4931 !important;
} */
/* .btn-outline-primary {
    border-color: #044D9B;
    color: #044D9B;
    --bs-btn-hover-bg: #044D9B;
    --bs-btn-hover-border-color: #044D9B;
    --bs-btn-active-bg: #044D9B;
    --bs-btn-active-border-color: #044D9B;
}
.btn-primary {
    border-color: #044D9B;
    color: #044D9B;
    --bs-btn-bg: #044D9B;
    --bs-btn-hover-bg: #044D9B;
    --bs-btn-hover-border-color: #044D9B;
    --bs-btn-active-bg: #044D9B;
    --bs-btn-active-border-color: #044D9B;
} */
@media (min-width: 600px) {
    .header-bg {
        max-width: 990px;
    }
    .site-content {
        max-width: 990px;
        width: 100%;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto;
        margin-left: auto;
    }
    .logo-img {
        width: 255px;
    }
    .sp-header-nav, .sp-header-nav-content {
        display: none;
    }
    .pc-header-nav {
        display: flex;
        justify-content: end;
        width: 50%;
    }
}

/* ヘッダーボタン */
.header-btn-blue {
    font-size: 16px;
    font-weight: 600;
    margin: auto;
    width: 54%;
    height: 60px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-color: #044D9B;
}
.header-btn-red {
    font-size: 16px;
    font-weight: 600;
    margin: auto;
    width: 46%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.gradient-outline-red:hover {
    border-color: #FE9E31;
    background: linear-gradient(to right, #FE4931 0%, #FE9E31 100%);
}

/*TOPに戻るボタン*/
.top-btn-content {
    z-index: 1000;
}
.top-btn {
    font-size: 0.8rem;
    width: 170px;
    padding: 2% 0;
    border-radius: 10px 10px 0 0;
    background-color: #044D9B;
    border: 1px solid #044D9B;
}
@media (min-width: 600px) {
    /* TOPに戻るボタン */
    .top-btn-content .top-btn {
        position: fixed;
        bottom: 20px;
        right: calc((100% - 990px) / 2 + 1%);
    }
    .top-btn {
        padding: 1%;
        width: 300px;
    }
}
/* --/ヘッダー-- */


/* --共通デザイン-- */

/* 青ボタン */
.btn-blue {
    font-size: 16px;
    font-weight: 600;
    margin: 20px;
    padding: 10px;
    display: block;
    text-align: center;
    position: relative;
    transition: all .3s ease-out;
}
.btn-blue:hover {
    transform: scale(0.95);
}
.btn-blue:hover::before {
    bottom: 0;
    filter: blur(8px);
}
.gradient-blue,
.gradient-blue::before {
    border: none;
    background: linear-gradient(to right, #0594DB 0%, #044D9B 100%);
}
.gradient-green,
.gradient-green::before {
    border: none;
    background: linear-gradient(to right, #009A7E 0%, #00DAB3 100%);
}
.gradient-red,
.gradient-red::before {
    border: none;
    background: linear-gradient(to right, #FE4931 0%, #FE9E31 100%);
}
@media (min-width: 600px) {
    .btn-blue {
        padding: 15px 50px;
    }
}

/* 赤ボタン */
.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #FE4931;
    --bs-btn-border-color: #FE4931;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e03f29;
    --bs-btn-hover-border-color: #e03f29;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e03f29;
    --bs-btn-active-border-color: #e03f29;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #FE4931;
    --bs-btn-disabled-border-color: #FE4931;
}

/* 赤文字 */
.text-danger {
    color: #FE4931 !important;
}

/* 下線 */
.title-border::after {
    display: block;
    content: "";
    width: 6.5rem;
    height: 0.6rem;
    background: linear-gradient(to right, #0594DB 0%, #044D9B 100%);
    border-radius: 0.3rem;
    margin: 0.6rem auto 0;
}
.procedure-border::after {
    content: "";
    display: block;
    width: 6.5rem;
    height: 0.6rem;
    margin-top: 5px;
    background: linear-gradient(to right, #0594DB 0%, #044D9B 100%);
    border-radius: 0.3rem;
}
.procedure-none-border {
    width: fit-content;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.procedure-none-border::after {
    content: "";
    display: block;
    height: 0.6rem;
    margin-top: 5px;
    background: linear-gradient(to right, #989A9A 0%, #D0D2D4 100%);
    border-radius: 0.3rem;
}
.conteiner-bg {
    background-color: #F3F2FF;
}
.user-login-bg {
    background-color: #F3F2FF;
}

/* --/共通デザイン-- */
.h-border-color {
    border-color: #044D9B !important;
}
.hover-underline:hover {
    text-decoration: underline !important;
}
.lead-icon {
    height: 1rem;
}
.bg-lavender {
    background-color: #C1BEFFFF !important;
}
.bg-lavender-20 {
    background-color: #C1BEFF33 !important;
}
@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }
    .user-login-bg {
        background-color: white;
    }
}

/* --フッター-- */
.footer-content-sp {
    padding: 10px 15px;
    display: flex;
    justify-content: start;
}
.footer-content-pc {
    display: none;
}
.footer-bg {
    background-color: #044D9B;
    color: #ffffff;
}
.footer-text a {
    color: #044D9B !important;
    margin: 0 10px;
    font-size: 11px;
}
/* PC */
@media (min-width: 600px) {
    .footer-content-pc {
        padding: 10px 21px;
        font-size: 100%;
        display: block;
        display: flex;
        justify-content: start;
    }
    .footer-content-sp {
        display: none;
    }
    .footer-text a {
        font-size: 18px;
    }
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    background-color: rgb(241, 241, 241);
    cursor: pointer;
}
/* --/フッター-- */