@charset "utf-8";
html {
    height: 100%;
}

body {
    padding-top: 65px;
    height: 100%;
}

header {
    width: 100%;
    height: 65px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 10px;
    z-index: 10;
    text-align: right;
}

header img {
    /* width: 280px; */
    /* height: 70px; */
    max-width: 100%;
    max-height: 50px;
    object-fit: cover;
}

a {
    color: #000333;
}

a:hover {
    color: #000333 !important;
}

a:visited {
    color: #000333;
}

footer {
    font-size: 12px !important;
    text-align: center;
    /* width: 100%;
    height: 50px;
    font-size: 0.69rem !important;
    position: sticky;
    top: 100vh;
    text-align: center; */
}

:root {
    --brand: #12a79d;
}
.border-bottom-brand {
    border-bottom-width: 3px;
    border-bottom-color: var(--brand);
    border-bottom-style: solid;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}
span.subtitle {
    /* font-family: 'Noto Sans JP'; */
    color: #151515;
    font-weight: bold;
    position: relative;
    bottom: -3px;
}

.bg-header {
    border-bottom: 5px solid;
}

.app-footer {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    text-align: center;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 0 !important;
    z-index: 1000;
    padding: 1em 0;
    position: absolute;
    width: 100%;
}

.foot-list {
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.foot-item + .foot-item {
    padding-left: 1rem;
}

.foot-item + .foot-item::before {
    display: inline-block;
    padding-right: 1rem;
    color: #73818f;
    content: "|";
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-md-25 {
    width: 100%;
}

.w-md-50 {
    width: 100%;
}

.c-callout {
    position: relative;
    padding: 0 1rem;
    margin: 1rem 0;
    border-radius: 0.25rem;
}

html:not([dir="rtl"]) .c-callout {
    border-left: 4px solid #d8dbe0;
}

html:not([dir="rtl"]) .c-callout-info {
    border-left-color: #39f;
}

html:not([dir="rtl"]) .c-callout-danger {
    border-left-color: #999;
}

ul {
    padding-left: 1.5rem;
}

.list-style-circle {
    list-style-type: circle;
}

.form-control {
    color: #000000 !important;
}

.about_tkn {
    border-right: solid 1px;
    border-color: #a6a6a6;
}

.footer-link {
    display: flex;
    justify-content: center;
    padding: 0 10px !important;
    /* color: black; */
}

.footer__desc {
    padding: 0 10px !important;
}

.mt-15 {
    margin-top: 15px;
}

.footer-right {
    padding: 10px 0;
}

.bg-black {
    background-color: #000;
    color: #fff;
}

.mt-100 {
    margin-top: 100px;
}

@media (min-width: 576px) {
    .w-md-25 {
        width: 70%;
    }
    .w-md-50 {
        width: 70%;
    }
    /* .footer_link {
        font-size: 9px !important;
    } */
}

@media (min-width: 768px) {
    .w-md-25 {
        width: 40%;
    }
    .w-md-50 {
        width: 60%;
    }
    .app-body {
        margin: 0 auto;
    }
    .footer_link {
        font-size: 14px !important;
    }
}

@media (min-width: 962px) {
    .w-md-25 {
        width: 25%;
    }
    .w-md-50 {
        width: 50%;
    }
    .app-body {
        margin: 0 auto;
    }
    .footer_link {
        font-size: 14px;
    }
}

a .text-white {
   color : #ffffff!important;
}

.brand-lockup{
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    padding: 6px 8px;
}

/* 左の丸アイコン */
.brand-icon{
    width: 44px;
    height: 44px;
    background: #F15A25;
    border-radius: 999px;
    position: relative;
    flex: 0 0 44px;
}

/* 人物アイコン（白） */
.brand-icon::before{
    /* 頭 */
    content:"";
    position:absolute;
    left: 50%;
    top: 10px;
    width: 17px;
    height: 17px;
    transform: translateX(-50%);
    border: 3px solid #fff;
    background: transparent;
    border-radius: 999px;
}
.brand-icon::after{
    /* 肩～胴（半円っぽく） */
    content:"";
    position:absolute;
    left: 50%;
    top: 24px;
    width: 26px;
    height: 16px;
    transform: translateX(-50%);
    border: 3px solid #fff;
    border-bottom: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: transparent;
}

.brand-text{
    display:flex;
    flex-direction: column;
    line-height: 1.05;
    color: #F15A25;

    /* 見た目が近い太めゴシックのフォールバック */
    font-family:
        "Noto Sans JP",
        "Hiragino Kaku Gothic ProN",
        "Yu Gothic",
        "Meiryo",
        system-ui,
        sans-serif;
}

.brand-text .logo-top{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
    white-space: nowrap;
}

.brand-text .logo-bottom{
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

/* 画面が狭いとき少し縮める（任意） */
@media (max-width: 420px){
    .brand-text .logo-top{ font-size: 16px; }
    .brand-text .logo-bottom{ font-size: 28px; }
    .brand-icon{ width: 40px; height: 40px; flex-basis: 40px; }
}