﻿/* hero&navbar */
.is-fixed-top {
    z-index: 1000 !important;
}

.is-cute, .is-cute .navbar-menu {
    background: linear-gradient(141deg, #2e2e2e 0, #1a1a1a 81%, #0d0d0d 100%);
    color: white !important;
}

.is-deep-cute {
    background: linear-gradient(141deg, #2e2e2e 0, #1a1a1a 70%, #0d0d0d 100%);
    color: white !important;
}

.is-light-cute {
    background: linear-gradient(141deg, #f1f1f1 0, #eaeaea 70%, #d4d4d4 100%);
    color: black;
}

.is-cute *, .is-deep-cute * {
    color: white !important;
}

.navbar-brand a.nav-title {
    font-size: 120%;
}

header.is-cute a.navbar-item:hover {
    background: linear-gradient(141deg, #2e2e2e 0, #1a1a1a 70%, #0d0d0d 100%);
    color: white !important;
}

/* base */
.is-disppear {
    display: none !important;
}

/* headers */
h2 {
    border-bottom: 2px solid #ebe7e9;
}

    h2.heavy {
        border-left: 10px solid #e6e6e6;
        padding: 0.2rem 0 0.2rem 0.5rem;
    }

h3 {
    border-bottom: 1px solid #faadd3;
}

    h3.heavy {
        border-left: 10px solid #ded5da;
        padding: 0.2rem 0 0.2rem 0.5rem;
    }

h4 {
    border-bottom: 1px solid #f7cdde;
}

    h4.heavy {
        border-left: 10px solid #e6e0e3;
        padding: 0.2rem 0 0.2rem 0.5rem;
    }

/* notices */
div.notices {
    padding: 1rem 0 0.75rem;
}

div.notice-column-content {
    font-size: 85%;
}

div.notice + div.notice {
    margin-top: 0.5rem;
}

div.notices + section.section {
    margin-top: -2.0rem;
}

p.notice-title {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

div.notice-content {
    margin: 0;
    padding: 0.25rem 0 0 0;
}

/* section */
section + section {
    margin-top: -3rem;
}

/* table */
.number-cell {
    text-align: right;
}

/* breadcrumb */
.breadcrumb {
    border: 1px dashed #4f4c4f;
    padding: 0.5rem 1rem;
}

/* footer */
footer {
    margin: 0;
    padding: 0;
}

    footer > * {
        font-size: 80%;
    }

    footer .attention, footer address {
        padding: 0.5rem;
        font-style: normal;
    }

    footer address {
        padding-bottom: 1rem;
    }

/* lists */
dl dt {
    font-weight: bold;
}

dl dd {
    padding-left: 1em;
}

ul.is-disp-list li {
    list-style-type: square;
    margin-left: 1.5em;
}

.explanation {
    font-size: 85%;
}

/* text */
em {
    font-style: normal;
    background: linear-gradient(transparent 80%, #efe8e9 20%);
}

strong {
    font-weight: bold;
}

    strong.heavy {
        background: linear-gradient(transparent 50%, #e6dedf 50%);
    }

div.column > .title:not(:first-child) {
    margin-top: 1.5rem;
}

.no-wrap-text {
    white-space: nowrap;
}

.break-all-word {
    word-break: break-all;
}

/* ag-grid */
.ag-cell-focus {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.cell-wrap-text {
    white-space: normal !important;
}

.grid-roundstripicon {
    width: 134px;
    height: 43px;
}

.grid-miniicon {
    width: 43px;
    height: 43px;
}

/* icons */
.external-link-icon {
    vertical-align: super;
    font-size: 60%;
}

.circle-idol-miniicon-cute, .circle-idol-miniicon-cool, .circle-idol-miniicon-passion {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.circle-idol-miniicon-cute {
    border: 3px solid rgb(245, 3, 114);
}

.circle-idol-miniicon-cool {
    border: 3px solid rgb(0, 106, 254);
}

.circle-idol-miniicon-passion {
    border: 3px solid rgb(225, 179, 1);
}

/* hr */
hr.is-cute-line {
    height: 1px;
    background-color: #2e2e2e;
    border: none;
}
