/*! index_pc.css */

body {
    font-size: 1.6rem;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    color: #333;
    font-size: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.BreadCrumb__items .breadcrumb__item span.BreadCrumb__current {
    line-height: 2rem;
}

.seotext {
    display: none;
}

.PageBanner-top {
    display: block;
    max-width: 1024px;
    margin-inline: auto;
    transition: opacity 0.3s;
}

.PageBanner-top:hover {
    opacity: 0.7;
}

.containner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* ===== kw-top section ===== */

.kw-top {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 40px 50px 70px;
    border: solid 1px #dbdbdb;
    border-radius: 7px;
    margin-top: 20px;
}

/* ===== title ===== */

.kw-title-top {
    width: 100%;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
    line-height: 1.5;
}


.kw-title-bar {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}

.kw-title-bar::before,
.kw-title-bar::after {
    content: '';
    display: block;
    height: 4px;
    width: 40px;
}

.kw-title-bar::before {
    background-color: var(--corporate-color, #003087);
}

.kw-title-bar::after {
    background-color: #1b9ef7;
}

.kw-title-sub {
    display: none;
}

/* ===== keyword ul lists ===== */

.kw-top > ul {
    width: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* left columns: children 2, 4, 6, 8 */
.kw-top > ul:nth-child(even) {
    padding-right: 20px;
}

/* right columns: children 3, 5, 7, 9 */
.kw-top > ul:nth-child(odd) {
    padding-left: 20px;
}

/* section gap before groups B, C, D */
.kw-top > ul:nth-child(5),
.kw-top > ul:nth-child(6),
.kw-top > ul:nth-child(7),
.kw-top > ul:nth-child(8),
.kw-top > ul:nth-child(9),
.kw-top > ul:nth-child(10) {
    margin-top: 24px;
}

/* ===== keyword items ===== */

.kw-top > ul > li {
    margin-bottom: 6px;
}

.kw-top > ul > li {
    background: none;
    padding-left: 0;
    margin: 0 0 6px 0;
    float: none;
    width: auto;
}

.kw-top > ul > li > a {
    display: flex;
    align-items: baseline;
    gap: 4px;
    color: var(--corporate-color, #003087);
    text-decoration: none;
    font-size: 1.4rem;
}

.kw-top > ul > li > a::before {
    content: '▶';
    font-size: 0.7em;
    color: var(--corporate-color, #003087);
    flex-shrink: 0;
}

.kw-top > ul > li > a:hover {
    text-decoration: underline;
    color: var(--corporate-color, #003087);
}

/* ===== search button ===== */

.kw-search-btn-wrap {
    margin-top: 24px;
    margin-bottom: 40px;
    text-align: center;
}

.kw-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--corporate-color, #003087);
    color: #fff !important;
    text-decoration: none !important;
    padding: 18px 80px;
    font-size: 1.6rem;
    font-weight: bold;
    min-width: 500px;
    position: relative;
    box-sizing: border-box;
}

.kw-search-btn::after {
    content: '›';
    position: absolute;
    right: 28px;
    font-size: 2.4rem;
    color: #fff;
    line-height: 1;
}

.kw-search-btn:hover {
    opacity: 0.85;
    color: #fff !important;
}
