/*
Theme Name: balp_20251118-child
Template: balp_20251118-parent
Description: A minimal child theme for WordPress.
Author: Your Name
Version: 1.0
*/
body {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.052rem;
    word-wrap: break-word;
    word-break: break-all;
    font-family: "Helvetica Neue", Roboto, "Hiragino Sans", "MS PGothic", sans-serif !important;
    background-color: #000;
}

@media screen and (min-width: 1024px) {
    body {
        font-size: 15px;
    }
}

img {
    width: 100%;
}

main {
    background-color: #fff;
}

a {
    color: #2a4e74;
}

a:hover {
    color: #98b0c9;
}

hr {
    margin: 72px 0;
}

.site-header {
    padding: 20px 1.2rem 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 0.8rem;
    margin: 0 auto;
    background-color: #fff;
}

@media screen and (min-width: 1024px) {
    .site-header {
        padding: 24px 1.2rem 24px;
    }
}

.site-footer {
    padding: 12px 1.0rem;
    width: 100%;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 0.6rem;
    margin: 0 auto;
    color: #fff;
}

.main-wrap {
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    max-width: 1024px;
    margin: 0 auto;
    min-height: 96vh;
    padding-top: 40px;
    padding-bottom: 40px;
}

.main-content {
    width: 68%;
}

.sidebar {
    width: 24%;
}

.post {
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
}

.main-content .post-meta {
    font-size: 0.9rem;
    padding-bottom: 0.4rem;
    color: #666;
    width: 100%;
    padding: 0 0%;
}

.post-separator {
    margin: 3.2rem 0;
    border: 0;
    border-top: 1px solid #eee;
}

.read-more {
    display: inline-block;
    margin-top: 0.5rem;
    font-weight: bold;
    font-size: 1.0rem;
}

.pagination {
    margin: 2rem 0;
    text-align: center;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.pagination .current {
    background-color: #5c5b64;
    color: white;
    border-color: #5c5b64;
}

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .sidebar-widget h3 {
    font-weight: bold;
    position: relative;
}

.main-content h1 {
    font-size: 1.6rem;
    padding: 24px 0 8px;
    color: #5a5854;
}

.main-content h1, .main-content h2 {
    font-size: 1.32rem;
    border-left: 8px solid #2a4a67;
    padding: 12px 0.92rem;
    color: #2a4a67;
    line-height: 1.32;
}

@media screen and (min-width: 1024px) {
    .main-content h1, .main-content h2 {
        font-size: 1.6rem;
    }
}

.main-content h1 {
    margin: 0px 0 16px 0%;
    width: 100%;
}

.main-content h2 {
    margin: 72px 0 36px -4%;
    width: 108%;
}

.main-content h3, .main-content h4 {
    font-size: 1.2rem;
    border-left: 6px solid #adadad;
    padding: 8px 0.72rem;
    margin: 40px 0 20px -2%;
    color: #2a4a67;
    line-height: 1.4;
    width: 104%;
}

.main-content h5 {
    font-size: 1.0rem !important;
    padding: 4px 12px 4px 32px;
    color: #313131;
    line-height: 1.32;
}

.main-content h5::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0rem;
    width: 24px;
    height: 24px;
    background-image: url('./img/assets/check-box.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.sidebar-widget {
    margin-bottom: 4.0rem;
    border-radius: 5px;
}

.sidebar-widget h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid #a69d87;
}

.sidebar-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-widget ul li {
    margin-bottom: 0.6rem;
    padding: 0 0.2rem 0.6rem;
    border-bottom: 1px dotted #ddd;
    font-size: 1.0rem;
}

.tag-cloud {
    line-height: 2;
    padding: 0.4rem 0;
}

.tag-cloud a {
    display: inline-block;
    margin: 0.25rem;
    padding: 4px 10px;
    background-color: #b4ad9b;
    border-radius: 3px;
    font-size: 0.8rem !important;
    transition: background-color 0.3s;
    color: #fff;
}

.tag-cloud a:hover {
    background-color: #736b57;
}

.sidebar-widget select {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
}

.recent-posts {
    margin: 0;
    padding: 0;
    list-style: none;
}

.recent-post-item {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
}

.recent-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.recent-post-thumbnail {
    flex: 0 0 80px;
    margin-right: 15px;
}

.recent-post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    padding: 0;
}

.recent-post-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.recent-post-title {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 8px;
    font-size: 0.92rem;
}

.recent-post-date {
    font-size: 0.8rem;
    color: #777;
}

.post-thumbnail {
    margin: 0 0 1rem 0;
    overflow: hidden;
    border-radius: 5px;
}

.post-list .post-thumbnail img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    display: block;
}

.single-post .post-thumbnail img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

@media screen and (min-width: 768px) {
    .single-post .post-thumbnail img {
        /* width: 100%; */ /* height: 100%; */
    }
}

.post-thumbnail a:hover img {
    transform: scale(1.03);
}

.post-list .post__title {
    order: 1;
}

.post-list .post-thumbnail {
    /* max-height: 18vw; */
    /* height: 100%; */
    overflow: hidden;
    width: 100%;
    order: 2;
    display: flex;
    justify-content: center;
}

.post-list .post-info {
    width: 100%;
    order: 3;
}

@media screen and (min-width: 768px) {
    .post-list .post-thumbnail img {
        width: auto;
        height: 100%;
        /* margin: 0; */
    }

    .post-list .post-thumbnail {
        /* width: 40%; */
        order: 3;
        max-height: 240px;
        /* height: 50%; */
        flex: 0 0 240px;
        margin: 0;
    }

    .post-list .post-info {
        /* width: 60%; */
        padding: 16px 4.8% 16px 0;
        order: 2;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: right;
    }
}

.post-excerpt {
    width: 100%;
}

.single-post .post-thumbnail {
    margin: 8px 0;
    max-height: 720px;
    overflow: hidden;
    display: flex;
    /* display: flex; */
    align-items: center;
}

.single-post .post-content {
    margin-bottom: 2rem;
    width: 100%;
    padding: 0 4%;
}

.single-post .post-content img, .single-post .post-content iframe, .single-post .post-content video, .single-post .post-content embed {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}

.single-post .post-content figcaption {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
    margin-top: 0.5rem;
}

.single-post .post-content blockquote {
    margin: 36px 0;
    padding: 16px 24px;
    background-color: #f9f9f9;
    border-radius: 8px;
    font-style: italic;
}

.single-post .post-content p {
    padding: 12px 0;
}

.single-post .post-content ul {
    margin: 0px 0 24px 0;
}

.single-post .post-content li {
    margin: 0 0 12px 0;
    padding: 0 0 0 8px;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
    padding: 1.2rem;
    border-top: 1px solid #eee;
    line-height: 1.2;
    font-size: 1.0rem;
    width: 100%;
}

.post-navigation-previous, .post-navigation-next {
    max-width: 46%;
    font-size: 0.9rem;
}

.post-navigation a:hover {
    text-decoration: underline;
}

.wp-block-gallery, .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5rem -0.5rem;
}

.wp-block-gallery .blocks-gallery-item, .gallery .gallery-item {
    margin: 0.5rem;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.wp-block-gallery img, .gallery img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}

.comments-area {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment {
    margin: 1.5rem 0;
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.comment-meta {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #666;
}

.comment-form label {
    display: block;
    margin-bottom: 0.5rem;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.comment-form input[type="submit"] {
    background-color: #5c5b64;
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
}

.comment-form input[type="submit"]:hover {
    background-color: #4a494f;
}

.sidebar-toggle {
    display: none;
    position: fixed;
    top: 16px;
    right: 12px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.sidebar-toggle span {
    display: block;
    position: absolute;
    width: 24px;
    height: 3px;
    left: 8px;
    background-color: #333;
    border-radius: 2px;
    transition: all 0.3s;
}

.sidebar-toggle span:nth-child(1) {
    top: 12px;
}

.sidebar-toggle span:nth-child(2) {
    top: 19px;
}

.sidebar-toggle span:nth-child(3) {
    top: 26px;
}

.sidebar-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 19px;
}

.sidebar-toggle.active span:nth-child(2) {
    opacity: 0;
}

.sidebar-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 19px;
}

.sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

.sp-sidebar-wrap {
    display: none;
    width: 100%;
    padding: 0 1rem;
    background-color: #fff;
}

.breadcrumbs {
    font-size: 0.8rem;
    background-color: #e6e3d9;
    width: 100%;
}

.breadcrumbs a {
    color: #5c5b64;
    text-decoration: none;
    white-space: nowrap;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .separator {
    margin: 0 0.6rem;
    color: #5c5b64;
    font-weight: bold;
}

.breadcrumbs .current {
    color: #5c5b64;
    font-weight: normal;
    white-space: nowrap;
}

.breadcrumbs__inner {
    max-width: 1024px;
    margin: auto;
    width: 92%;
    padding: 16px 0;
    display: flex;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE, Edge */
    scrollbar-width: none;
    /* Firefox */
}

.breadcrumbs__inner::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.site-branding {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    .site-branding {
        justify-content: center;
    }
}

.site-branding .custom-logo {
    height: 36px;
    width: auto;
}

@media screen and (min-width: 1024px) {
    .site-branding .custom-logo {
        height: 54px;
        width: auto;
    }
}

.site-branding .site-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #3c3c3c;
    text-decoration: none;
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    .main-content, .sidebar {
        width: 100%;
    }

    .sidebar {
        position: fixed;
        top: 0;
        right: -400px;
        width: 380px !important;
        height: 100vh;
        overflow-y: auto;
        background-color: #fff;
        z-index: 999;
        padding: 72px 20px 20px 20px;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
    }

    .sidebar.active {
        right: 0;
    }

    .sp-sidebar-wrap {
        display: block;
        padding-bottom: 40px;
    }

    .sidebar-toggle {
        display: block;
    }

    body.sidebar-open {
        overflow: hidden;
    }

    .sidebar-overlay.active {
        display: block;
    }

    .site-branding .site-title {
        font-size: 1.4rem;
    }
}

.search-form-wrap {
    width: 100%;
    padding: 0 0 0.4rem;
}

.search-form {
    display: flex;
    width: 100%;
}

.search-field {
    flex-grow: 1;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 3px 0 0 3px;
    font-size: 0.9rem;
}

.search-submit {
    padding: 0.5rem 1rem;
    background-color: #2a4e74;
    color: white;
    border: none;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    font-size: 0.8rem;
    transition: background-color 0.3s;
}

.search-submit:hover {
    background-color: #4a494f;
}

.featured-carousel-section {
    margin: 0 auto;
    background-color: #000000;
    position: relative;
    height: 100vw;
}

@media screen and (min-width: 1024px) {
    .featured-carousel-section {
        height: 576px;
        background-color: #fff;
    }
}

.featured-carousel {
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 6%);
    margin: 0 auto;
    background-color: #000000;
    justify-content: center;
    display: flex;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .featured-carousel {
        border-radius: 8px;
        width: 96%;
        max-width: 1024px;
        height: 576px;
    }
}

.carousel-item {
    display: none;
    position: relative;
    height: 100vw;
    width: 100%;
    /* display: flex; */
    /* justify-content: center; */
}

@media screen and (min-width: 1024px) {
    .carousel-item {
        height: 576px;
        width: 100%;
    }
}

.carousel-item.active {
    display: block;
}

.carousel-image {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: auto;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 1024px) {
    .carousel-image {
        display: flex;
        align-items: center;
        height: 576px;
    }

    .carousel-image a {
        width: 100%;
    }
}

.carousel-image img {
    width: auto;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

@media screen and (min-width: 1024px) {
    .carousel-image img {
        width: 100%;
        object-fit: cover;
    }
}

.carousel-image:hover img {
    transform: scale(1.05);
}

.carousel-filter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 1.2rem 32px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.carousel-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 1.2rem 32px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    color: white;
}

.carousel-title {
    margin: 0 0 6px;
    font-size: 1.0rem;
    line-height: 1.12;
}

@media screen and (min-width: 1024px) {
    .carousel-title {
        font-size: 1.6rem;
    }
}

.carousel-title a {
    color: white;
    text-decoration: none;
}

.carousel-meta {
    font-size: 0.6rem;
    opacity: 0.8;
}

.carousel-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 100%;
    padding: 0 0.4rem;
}

.carousel-prev, .carousel-next {
    color: #ffffff69;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 10px;
}

.carousel-dots {
    display: flex;
    justify-content: center;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #767676;
    margin: 0 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.carousel-dot.active {
    background: #b7b7b7;
}

.post-tag {
    display: flex;
    justify-content: space-between;
    margin: 12px 0 16px 0;
    width: 100%;
    padding: 0 0%;
    gap: 12px;
    flex-wrap: wrap;
}

.post-tag__category {
    display: flex;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE, Edge */
    scrollbar-width: none;
    /* Firefox */
}

.post-tag__category::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.post-tag__category .post-categories {
    display: flex;
}

.post-tag__category .post-categories li {
    padding: 4px 12px 4px 8px;
    color: #2a4a67;
    font-size: 0.92rem;
    font-weight: 600;
    border-left-color: #ccc;
    border-left-style: solid;
    border-left-width: 4px;
}

.post-tag__category .post-categories li a {
    white-space: nowrap;
}

.post-tag__tag {
    display: flex;
    gap: 12px;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE, Edge */
    scrollbar-width: none;
    /* Firefox */
}

.post-tag__tag::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.post-tag__tag div {
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 400;
    background-color: #b4ad9b;
    padding: 4px 10px;
    border-radius: 4px;
    display: flex;
}

.post-tag__tag div a {
    color: #ffffff;
    font-size: 0.92rem;
    white-space: nowrap;
    margin: 0 0 0 4px;
}

.footer-logo {
    width: 120px;
    margin: 24px auto 24px;
}

.carousel-after-section {
    background-color: #f4f4f4;
    padding: 32px 16px;
    margin: 0 0 48px 0;
    border-top: 4px solid #cac6bb;
    border-bottom: 4px solid #cac6bb;
}

@media screen and (min-width: 526px) {
    .carousel-after-section {
        padding: 32px 32px;
    }
}

.carousel-after-container {
    margin: 0 auto;
}

.carousel-after-widget {
    padding-bottom: 12px;
    text-align: left;
}

.carousel-after-widget strong {
    color: #2a4a67;
}

.carousel-after-widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #a69d87;
}

.wp-block-separator {
    margin: 100px 0 80px 0;
    border-color: #ccc;
}

#ez-toc-container {
    width: 108%;
    padding: 48px 16px 48px 16px;
    margin: 24px 0 12px -4%;
    border-top: solid 4px #e6e3d9;
    border-right: solid 0px #e6e3d9;
    border-bottom: solid 4px #e6e3d9;
    border-left: solid 0px #e6e3d9;
    border-radius: 0;
}

@media screen and (min-width: 526px) {
    #ez-toc-container {
        padding: 48px 2.4rem 48px 2.4rem;
    }
}

div#ez-toc-container ul li {
    padding: 0 0 12px 0;
}

strong {
    font-weight: 700;
}

pre code {
    padding: 20px;
}

pre {
    border-radius: 12px;
    overflow: hidden;
    border-width: 0;
    border-style: solid;
    border-color: #292c32;
    background-color: #f3f4f5;
    color: #2a4a67;
    margin: 24px 0;
    display: flex;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE, Edge */
    scrollbar-width: none;
    /* Firefox */
}

pre::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.profile_wrap {
    padding: 16px 1.2rem;
    background-color: #f1efe9;
    border-radius: 12px;
    margin: 48px 0;
}

.profile_wrap .wp-block-image {
    width: 60px;
}

.profile_wrap .profile_container {
    padding: 0 8px;
    flex: 1;
}

.profile_wrap .profile_container .profile_headline {
    padding: 0 0 0 8px;
    font-size: 1.0rem;
    border-left-style: solid;
    border-left-color: #ccc;
    border-left-width: 8px;
}

.profile_wrap .profile_container .profile_division {
    padding: 12px 0 0 16px;
    font-size: 0.8rem;
}

.profile_wrap .profile_container .profile_name {
    padding: 0 0 0 16px;
    font-size: 0.72rem;
    color: #4a4a4a;
}

.profile_wrap .profile_container .profile_name strong {
    font-size: 1.0rem;
}

.profile_wrap .profile_container .profile_text {
    padding: 8px 0 0 16px;
    line-height: 1.32;
}

.ez-toc-title-container {
    padding: 8px 0;
}

div#ez-toc-container .ez-toc-title {
    font-weight: 600;
    font-size: 1.32rem;
    border-left: 8px solid #2a4a67;
    padding: 12px 16px;
    margin: 72px 0 36px 0;
    color: #2a4a67;
    line-height: 1.32;
}

@media screen and (min-width: 1024px) {
    div#ez-toc-container .ez-toc-title {
        font-size: 1.6rem;
    }
}

div#ez-toc-container nav ul ul li {
    font-size: 1.0rem;
    padding: 12px 0 0 0;
}

#ez-toc-container .ez-toc-list-level-1 {
    padding: 36px 0 0 0;
}

#ez-toc-container .ez-toc-list-level-2 {
    padding: 24px 0 0 0;
    margin: 0;
}

#ez-toc-container .ez-toc-heading-level-2 {
    padding: 12px 0px;
}

@media screen and (min-width: 526px) {
    #ez-toc-container .ez-toc-list-level-1 {
        padding: 36px 1.2rem 0 1.2rem;
    }

    #ez-toc-container .ez-toc-heading-level-2 {
        padding: 8px 1.2rem;
    }
}

/* tablepress__test ÃƒÂ¥Ã‚Â¤Ã…Â¡ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ¤Ã‚Â½Ã‚Â¿ÃƒÂ£Ã¢â‚¬Å¡Ã‚ÂÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ¢â‚¬Â¹ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â°ÃƒÂ¦Ã‚Â¶Ã‹â€ ÃƒÂ£Ã‚ÂÃ¢â‚¬â€ÃƒÂ£Ã‚ÂÃ‚Â¦OK ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ¢â‚¬Â¹ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â°*/
.tablepress_overwrite {
    max-width: 1024px;
    margin: 60px auto 20px;
    overflow-x: scroll;
    width: 96%;
}

.tablepress_overwrite .row-1 td, .tablepress_overwrite .row-2 td, .tablepress_overwrite .row-3 td {
    border-width: 0px;
}

.tablepress_overwrite tr td a {
    background-color: #f00;
    color: #fff;
}

/* tablepress__test ÃƒÂ¥Ã‚Â¤Ã…Â¡ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ¤Ã‚Â½Ã‚Â¿ÃƒÂ£Ã¢â‚¬Å¡Ã‚ÂÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ¢â‚¬Â¹ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â°ÃƒÂ¦Ã‚Â¶Ã‹â€ ÃƒÂ£Ã‚ÂÃ¢â‚¬â€ÃƒÂ£Ã‚ÂÃ‚Â¦OK ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ‚Â¾ÃƒÂ£Ã‚ÂÃ‚Â§*/
/* tabletest_2025_10_28ver ÃƒÂ¤Ã‚Â»Ã…Â ÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ£Ã‚ÂÃ‚Â¨ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã¢â‚¬Å¡Ã‚ÂÃƒÂ¤Ã‚Â½Ã‚Â¿ÃƒÂ£Ã‚ÂÃ¢â‚¬Â ÃƒÂ¤Ã‚ÂºÃ‹â€ ÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ£Ã‚ÂÃ‚Â¯ÃƒÂ£Ã‚ÂÃ‚ÂªÃƒÂ£Ã‚ÂÃ¢â‚¬Å¾ ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ¢â‚¬Â¹ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â°*/
.ranktable {
    display: flex;
    max-width: 1024px;
    margin: 60px auto 20px;
    overflow-x: scroll;
    width: 96%;
}

.ranktable__vertical {
    min-width: 600px;
}

.ranktable__vertical .ranktable__column {
    gap: 0;
}

.ranktable__vertical .ranktable__column__heading {
    padding: 4px;
    display: inline-block;
    margin: 0 auto !important;
}

.ranktable__vertical .ranktable__column__thumbnail {
    padding: 4px;
}

.ranktable__vertical .ranktable__column__title {
    padding: 8px 4px 16px 4px;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    margin: 0 auto !important;
}

.ranktable__vertical .ranktable__column__td {
    gap: 0.24em;
    padding: 16px 8px;
    border-style: solid;
    border-width: 2px 0;
    border-color: #ccc;
}

.ranktable__vertical .ranktable__column__td__title {
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
    margin: auto !important;
}

.ranktable__vertical .ranktable__column__td__icon {
    font-size: 60px !important;
    font-weight: bold;
    line-height: 1.0;
}

.ranktable__vertical .ranktable__column__td__text {
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
    margin: auto !important;
}

.ranktable__vertical .ranktable__column__cta {
    gap: 0.1em;
    padding: 24px 0px 12px 0px;
    border-style: solid;
    border-width: 0;
    border-color: #ccc;
}

/* tabletest_2025_10_28ver ÃƒÂ¤Ã‚Â»Ã…Â ÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ£Ã‚ÂÃ‚Â¨ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã¢â‚¬Å¡Ã‚ÂÃƒÂ¤Ã‚Â½Ã‚Â¿ÃƒÂ£Ã‚ÂÃ¢â‚¬Â ÃƒÂ¤Ã‚ÂºÃ‹â€ ÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ£Ã‚ÂÃ‚Â¯ÃƒÂ£Ã‚ÂÃ‚ÂªÃƒÂ£Ã‚ÂÃ¢â‚¬Å¾ ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ‚Â¾ÃƒÂ£Ã‚ÂÃ‚Â§*/
/* tabletest_2025_10_29ver ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ¢â‚¬Â¹ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â°*/
.ranktable {
    display: flex;
    max-width: 1024px;
    margin: 60px auto 20px;
    overflow-x: scroll;
    width: 96%;
}

.ranktable__horizontal {
    min-width: 600px;
    gap: 0;
}

.ranktable__horizontal .ranktable__column {
    gap: 0;
}

.ranktable__horizontal .ranktable__column__heading {
    padding: 4px;
    display: inline-block;
    margin: 0 auto !important;
}

.ranktable__horizontal .ranktable__column__thumbnail {
    /* padding: 12px 4px; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16vw;
    min-height: 100px;
    max-height: 180px;
    overflow: hidden;
    width: 92%;
    margin: 12px auto;
}

.ranktable__horizontal .ranktable__column__title {
    padding: 8px 4px 16px 4px;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    margin: 0 auto !important;
}

.ranktable__horizontal .ranktable__column__td {
    gap: 0.24em;
    padding: 16px 8px;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #ccc;
}

.ranktable__horizontal .ranktable__column__td__title {
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
    margin: auto !important;
}

.ranktable__horizontal .ranktable__column__td__icon {
    font-size: 60px !important;
    font-weight: bold;
    line-height: 1.0;
}

.ranktable__horizontal .ranktable__column__td__text {
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
    margin: auto !important;
}

.ranktable__horizontal .ranktable__column__cta {
    padding: 4px 12px 24px 12px;
    width: 100%;
}

.ranktable__column__cta a {
    padding: 12px;
    line-height: 1.0;
    border-radius: 12px;
}

/* tabletest_2025_10_29ver ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ‚Â¾ÃƒÂ£Ã‚ÂÃ‚Â§*/
/* 2025_11_05 ÃƒÂ¨Ã‚Â¿Ã‚Â½ÃƒÂ¥Ã…Â Ã‚Â ÃƒÂ£Ã¢â€šÂ¬Ã¢â€šÂ¬ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ¢â‚¬Â¹ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â° */
/* 1ÃƒÂ¤Ã‚Â½Ã‚ÂÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ¨Ã†â€™Ã…â€™ÃƒÂ¦Ã¢â€žÂ¢Ã‚Â¯ÃƒÂ§Ã¢â‚¬ÂÃ‚Â»ÃƒÂ¥Ã†â€™Ã‚Â */
.ranktable__column:nth-child(1) .ranktable__column__heading {
    background-image: url('img/assets/rank_icon_bg_1.png');
}

/* 2ÃƒÂ¤Ã‚Â½Ã‚ÂÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ¨Ã†â€™Ã…â€™ÃƒÂ¦Ã¢â€žÂ¢Ã‚Â¯ÃƒÂ§Ã¢â‚¬ÂÃ‚Â»ÃƒÂ¥Ã†â€™Ã‚Â */
.ranktable__column:nth-child(2) .ranktable__column__heading {
    background-image: url('img/assets/rank_icon_bg_2.png');
}

/* 3ÃƒÂ¤Ã‚Â½Ã‚ÂÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ¨Ã†â€™Ã…â€™ÃƒÂ¦Ã¢â€žÂ¢Ã‚Â¯ÃƒÂ§Ã¢â‚¬ÂÃ‚Â»ÃƒÂ¥Ã†â€™Ã‚Â */
.ranktable__column:nth-child(3) .ranktable__column__heading {
    background-image: url('img/assets/rank_icon_bg_3.png');
}

/* 4ÃƒÂ¤Ã‚Â½Ã‚ÂÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ¨Ã†â€™Ã…â€™ÃƒÂ¦Ã¢â€žÂ¢Ã‚Â¯ÃƒÂ§Ã¢â‚¬ÂÃ‚Â»ÃƒÂ¥Ã†â€™Ã‚Â */
.ranktable__column:nth-child(4) .ranktable__column__heading {
    background-image: url('img/assets/rank_icon_bg_4.png');
}

/* 5ÃƒÂ¤Ã‚Â½Ã‚ÂÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ¨Ã†â€™Ã…â€™ÃƒÂ¦Ã¢â€žÂ¢Ã‚Â¯ÃƒÂ§Ã¢â‚¬ÂÃ‚Â»ÃƒÂ¥Ã†â€™Ã‚Â */
.ranktable__column:nth-child(5) .ranktable__column__heading {
    background-image: url('img/assets/rank_icon_bg_5.png');
}

/* 1ÃƒÂ£Ã¢â€šÂ¬Ã…â€œ5ÃƒÂ¤Ã‚Â½Ã‚ÂÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ¨Ã†â€™Ã…â€™ÃƒÂ¦Ã¢â€žÂ¢Ã‚Â¯ÃƒÂ§Ã¢â‚¬ÂÃ‚Â»ÃƒÂ¥Ã†â€™Ã‚Â ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â±ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¨Ã‚Â¨Ã‚Â­ÃƒÂ¥Ã‚Â®Ã…Â¡*/
.ranktable__column:nth-child(1) .ranktable__column__heading, .ranktable__column:nth-child(2) .ranktable__column__heading, .ranktable__column:nth-child(3) .ranktable__column__heading, .ranktable__column:nth-child(4) .ranktable__column__heading, .ranktable__column:nth-child(5) .ranktable__column__heading {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 12px 24px;
    color: #ffffff00 !important;
}



/* リード文スタイル */
.is-style-lead {
    font-size: var(--wp--preset--font-size--lead);
    line-height: 1.9;
    font-weight: 600;
    margin-bottom: 1.5em;
}

/* 注意ボックス */
.is-style-notice-box {
    padding: 1.2em 1.4em;
    border-radius: 8px;
    background-color: var(--wp--preset--color--notice-bg);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.is-style-notice-box::before {
    content: "!";
    font-weight: 700;
    margin-right: 0.4em;
}

/* 吹き出し */
.is-style-balloon {
    position: relative;
    padding: 1em 1.2em;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    display: inline-block;
    max-width: 100%;
}

.is-style-balloon::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -10px;
    border-width: 10px 8px 0 8px;
    border-style: solid;
    border-color: #ddd transparent transparent transparent;
}

.is-style-balloon::before {
    content: "";
    position: absolute;
    left: 21px;
    bottom: -8px;
    border-width: 9px 7px 0 7px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}


/* セクション見出し：左ボーダー */
.is-style-section-title {
    padding-left: 0.75em;
    border-left: 4px solid var(--wp--preset--color--accent);
    margin-bottom: 1em;
    font-size: var(--wp--preset--font-size--xl);
}

/* 下線見出し */
.is-style-underline {
    display: inline-block;
    padding-bottom: 0.3em;
    border-bottom: 2px solid var(--wp--preset--color--accent);
    margin-bottom: 1em;
}

/* 帯付き見出し */
.is-style-band {
    display: inline-block;
    padding: 0.3em 0.8em;
    background-color: var(--wp--preset--color--accent);
    color: #fff;
    border-radius: 4px;
    margin-bottom: 1em;
    font-size: var(--wp--preset--font-size--lg);
}


/* 角丸 */
.is-style-rounded img {
    border-radius: 12px;
}

/* シャドウ */
.is-style-shadow img {
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
    border-radius: 8px;
}

/* フレーム付き（背景色は theme.json の img-frame を利用） */
.is-style-framed {
    padding: 0.75em;
    background-color: var(--wp--preset--color--img-frame);
    border-radius: 10px;
    display: inline-block;
}

.is-style-framed img {
    display: block;
    border-radius: 6px;
}
