::selection {
    background: #FFF533;
}

body {
    color: #000;
}

strong {
    font-weight: 700;
}

.header_nav_link .menu-item-has-children ul.sub-menu.active {
    display: block;
    animation: appear .5s ease;
}
@keyframes appear {
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
}

.roomList_item a:hover {
    color: #fff;;
}

a.topFv_news_box_link:hover,
a.eventArticleBox:hover,
a.pressArticleBox:hover {
    color: #000;
}
section.map {
    padding: unset!important;
}
.footer_top {
    background: unset;
    padding: unset;
    text-align: left;
}

.page_hero {
    padding: 65px 0 100px!important;
    background-image: url(/wp-content/themes/compass_kokura/assets/public/img/acceleration_program/pc_bg_acceleration.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}
@media screen and (max-width: 786px) {
    .page_hero {
        padding: 50px 0!important;
        background-image: url(/wp-content/themes/compass_kokura/assets/public/img/acceleration_program/sp_bg_acceleration.png);
    }
}
.page_hero_jp {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

article .small_office_outline h2 {
    margin-top: 50px;
}
article .staffList h2,
article .koteiseki h2 {
    margin-top: unset;
}

.koteiseki,
.confeRoomInfo {
    padding: 50px 0!important;
}

section.acceleration-about {
    padding: 150px 0 50px!important;
}
@media screen and (max-width: 480px) {
    section.acceleration-about {
        padding: 50px 0!important;
    }
}

@media screen and (max-width: 480px) {
    table.timetable td.mid {
        width: 120px;
    }
}

.page div.newdesign h2 {
    margin-bottom: 50px;
}

.page .top_bk,
.archive .top_bk,
.error404 .top_bk,
.single .top_bk {
    display: none;
}
.page .top_bk.position_change,
.archive .top_bk.position_change,
.error404 .top_bk.position_change,
.single .top_bk.position_change {
    display: block;
}

.archive dl,
.archive ol,
.archive ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.small_office_outline td {
    padding: 15px;
    border: 1px solid #ccc;
}

table.coworking_price td {
    padding: 1rem 2rem;
    border: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
    table.coworking_price {
        width: 100%;
        table-layout: fixed;
    }
    .page table.coworking_price thead th,
    table.coworking_price td {
        padding: 1rem 0.5rem;
    }
}

.about table th {
    background: #000;
    padding: 0.75rem;
    color: #fff;
    border: 1px solid #ccc;
}
.about table td {
    padding: 15px;
    border: 1px solid #ccc;
}

/* faq */
.faq_box_q .accordion-button {
    width: 100%;
    border: unset;
    text-align: left;
    line-height: 1em;
    font-size: initial;
}
.faq_box_q_ttl {
    font-size: 16px;
}
.faq_box_a p {
    font-size: 16px;
    color: #000;
    margin-bottom: unset;
}
.faq_box_a:before {
    top: 20px;
}

.acceleration-slider {
    padding: unset!important;
}
.slick-list {
    overflow: hidden;
}
.acceleration-slider img {
    aspect-ratio: 6/4;
    object-fit: cover;
}

/* 2024.9.4追加 */
.footer_sns_link.twitter svg {
    width: 1.75vw;
    min-width: 24px;
    height: auto;
}
.footer_sns_link.twitter svg path{
    color: #fff;
}