@charset "UTF-8";

html {
    visibility: unset;
}

body {
    color: #20261c;
    font-family: noto-sans-cjk-jp, 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.25px;
}

.bread-crumb {
    overflow-x: auto !important;
}

.bread-crumb a {
    text-decoration: none;
}

.bread-crumb a:hover {
    text-decoration: underline;
}

.entry-content {
    background-color: #f3f7f6;
}

.entry-content h1 {
    margin: 0 auto;
    padding-top: 3rem;
    font-size: 40px;
    line-height: 1.3;
    text-align: center;
    background-color: #fff;
}

@media screen and (max-width: 960px) {
    .entry-content h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
    .entry-content h1 {
        font-size: 1.9rem;
    }
}

@media screen and (max-width: 560px) {
    .entry-content h1 {
        font-size: 1.7rem;
    }
}

.entry-content h1 a {
    display: inline-block;
    margin-bottom: 40px;
    color: #20261c;
    text-decoration: none;
}

@media screen and (max-width: 560px) {
    .entry-content h1 a {
        font-size: 1.8rem;
    }
}

.tabs-title ul {
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
}

.tabs-title ul li {
    position: relative;
    display: inline-block;
    margin: 0 0.35em;
    padding: 0.25em 13px 0.25em 0.25em;
    color: #20261c;
    font-size: 0.85rem;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
}

@media screen and (min-width: 960px) {
    .tabs-title ul li {
        font-size: 15px;
        margin: 0 1vw;
    }
}

@media screen and (min-width: 768px) {
    .tabs-title ul li {
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 560px) {
    .tabs-title ul li {
        padding-right: 18px;
    }
}

.tabs-title ul li.active {
    color: #0447b4;
}

.tabs-title ul li:hover {
    color: #0447b4;
}

.tabs-title ul li::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #0447b4;
    border-right: 2px solid #0447b4;
    display: block;
    transform: rotate(135deg);
    position: absolute;
    top: 12px;
    right: 2px;
}

@media screen and (min-width: 768px) {
    .tabs-title ul li::after {
        width: 8px;
        height: 8px;
        top: 10px;
        right: 3px;
    }
}

.container {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 80px;
    max-width: 1024px;
}

.container .content-navigations {
    margin: 20px 0 -40px;
}

.container h2 {
    margin: 40px 0 30px;
    font-size: 32px;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .container h2 {
        margin-bottom: 20px;
        font-size: 1.2rem;
    }
}

.container .content-title {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
}

.container .content-title a {
    display: block;
    margin-bottom: 10px;
    padding: 20px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border-radius: .5rem;
}

.container .content-title p {
    display: block;
    padding: 20px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
}

.container .content-body {
    padding: 20px;
    background-color: #fff;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.container .content-title.trouble span {
    margin-right: 1rem;
    padding: 5px;
    color: #fff;
    font-size: .5rem;
    font-weight: bold;
    background-color: #f50a00;
}

.container .content-title.maintenance span {
    margin-right: 1rem;
    padding: 5px;
    color: #fff;
    font-size: .5rem;
    font-weight: bold;
    background-color: #0447b4;
}

/*埋め込みヘッダー用スタイル*/
header.site-header.site-header-common nav .drawer-menu{
    justify-content: flex-end;
}
