@charset "utf-8";
/*
Theme Name:ca-default_child
Theme URI:
Description:WordPressテーマ「ca-default」の自作子テーマ
Template: ca-default
Author:Peer
Author URI:https://peerfuku.com/
Version:0.0.1
*/
/************************************
** 子テーマ用のスタイル
************************************/
/*暫定　参加する　種別：地域活動を削除*/
#otonavi-top2025 .block .category-list .category-item2 ul li:nth-child(3) {
    display: none;
}
/*#mv {
    transition: background 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    background-image: linear-gradient(180deg, #9ed6f2ff 50%, rgba(255, 255, 255, 0) 500px);
}*/
/*暫定　協力したい背景*/
body:not(.home) {
    background-color: #f7f5ef;
}
/*暫定　SNSアイコン　AddToAny Share Button*/
.sfsiplus_footerLnk {
    display: none;
}
.a2a_kit.a2a_kit_size_40.addtoany_list {
    line-height: 40px;
    display: flex;
    justify-content: center;
    column-gap: 12px;
}
.a2a_svg.a2a_s__default.a2a_s_youtube {
    width: 54px;
    line-height: 54px;
    height: 54px;
    background-size: 54px;
    margin-top: -6px;
    margin-left: -6px;
}
.custom_youtube_button.a2a_button_youtube_second .a2a_s_youtube {
    width: 42px;
    line-height: 42px;
    height: 42px;
    background-size: 42px;
    margin-top: -5px;
    margin-left: -5px;
}
.a2a_svg.a2a_s__default.a2a_s_Inst {
    width: 54px;
    line-height: 54px;
    height: 54px;
    background-size: 54px;
    margin-top: -6px;
    margin-left: -6px;
}
.custom_inst_button.a2a_button_inst_second .a2a_s_Inst {
    width: 44px;
    line-height: 44px;
    height: 44px;
    background-size: 44px;
    margin-top: -10px;
    margin-left: -6px;
}
.home .a2a_svg.a2a_s__default.a2a_s_youtube ,
.page .a2a_svg.a2a_s__default.a2a_s_youtube {
    width: 42px;
    line-height: 42px;
    height: 42px;
    background-size: 42px;
    margin-top: -5px;
    margin-left: -5px;
}
.home .a2a_svg.a2a_s__default.a2a_s_Inst ,
.page .a2a_svg.a2a_s__default.a2a_s_Inst {
    width: 44px;
    line-height: 44px;
    height: 44px;
    background-size: 44px;
    margin-top: -10px;
    margin-left: -6px;
}
/*暫定　各ページタイトルH1*/
@media (min-width: 768px) {
    body:not(.home) h1 {
        font-size: 1.7em;
    }
}
/*暫定　タイトル*/
#otonavi h2, #otonavi-top h2, #page-top h2 {
    text-align: center;
}
#otonavi .txt p, #otonavi-top .txt p, #page-top .txt p, #page .txt p {
    display: none;
}
/*このセレクタ不要,,２つあるため認識しない*/
#otonavi .bnr .txt, #otonavi-top .bnr .txt, #page-top .bnr .txt, , #page .bnr .txt {
    /*display: inline-block;*/
    /*width: max-content;*/
    /*height: auto;*/
    /*border-radius: 0 0 20px 20px;*/
}
#otonavi .bnr, #otonavi-top .bnr, #page-top .bnr, #page .bnr {
    height: 70px;
    background: transparent;
    aspect-ratio: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    column-gap: 6%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#otonavi .bnr:before, #otonavi-top .bnr:before, #page-top .bnr:before, #page .bnr:before {
    content: "";
    width: 30px;
    height: 56px;
    background-image: url(img/HederL.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#otonavi .bnr:after, #otonavi-top .bnr:after, #page-top .bnr:after, #page .bnr:after {
    content: "";
    width: 30px;
    height: 56px;
    background-image: url(img/HederR.png);
    background-size: cover;
    background-repeat: no-repeat;
}
@media (min-width: 576px) {
    #otonavi .bnr, #otonavi-top .bnr, #page-top .bnr, #page .bnr {
        /*column-gap: 10%;*/
    }
}
@media (min-width: 768px) {
    #otonavi .bnr, #otonavi-top .bnr, #page-top .bnr, #page .bnr {
        /*column-gap: 12%;*/
    }
}
@media (min-width: 992px) {
    #otonavi .bnr, #otonavi-top .bnr, #page-top .bnr, #page .bnr {
        /*column-gap: 9%;*/
    }
}
@media (min-width: 1200px) {
    #otonavi .bnr, #otonavi-top .bnr, #page-top .bnr, #page .bnr {
        /*column-gap: 90px;*/
    }
}
/*
ユーティリティ
------------------------------------------------------------*/
/*文字リンクレイアウト*/
.link_under {
    text-decoration: underline;
    color: #151A8C;
    font-weight: bold;
}
/*SNSボタン*/
.sns_row .sns_header {
    display: block;
    position: relative;
    padding: 0 25px;
    color: #cccfd7;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    width: fit-content;
    margin: 0px auto 20px !important;
}
.sns_row .sns_header:after, .sns_row .sns_header:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background-color: #d8dae1;
    content: "";
}
.sns_row .sns_header:before {
    left: 0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
.sns_row .sns_header:after {
    right: 0;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.sns_row .sns-buttons {
    line-height: 40px;
    display: flex;
    justify-content: center;
    column-gap: 12px;
}
.sns_col {
    position: fixed;
    z-index: 9999995;
    animation: a2aFadeIn .2s ease-in;
    padding: 4px;
    touch-action: manipulation;
    left: 0px;
    top: 100px;
    background-color: transparent;
    outline: 0;
    /* line-height: 32px; */
}
/*ヘッダー固定でのアンカーリンク位置*/
@media (min-width: 992px) {
    html {
        scroll-snap-type: y proximity;
        scroll-padding-top: 140px;
    }
}
/*横幅　はみ出し処理*/
body, html {
    overflow-x: hidden;
    word-wrap: break-word;
    /*background-color: #f7f5ef;*/
}
/*ページ余白*/
.site-body {
    padding: 0 0 2rem;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.main-section, .site-body, .site-body-container, .site-footer, .sub-section {
    position: relative;
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
    .site-body {
        padding: 0 0 2.5rem;
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .site-body {
        padding: 0 0 3.5rem;
    }
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .site-body {
        padding: 0 0 4rem;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
.alignfull, .alignfull:is(.swiper-container, .vk_slider, .wp-block-image, .wp-block-cover-image, .wp-block-cover) {
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100svw;
}
/*テキストリンク*/
.link_txt_box {
    width: fit-content;
    margin: 0 auto 60px;
    position: relative;
    padding: 20px 70px 20px 20px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 1.25rem;
    font-size: 1.8rem;
    font-weight: bold;
    box-shadow: 2px 2px 3px  rgb(0 0 0 / 40%);
    transition: 0.3s;
}
.link_txt_box .fa-stack {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #c5c5c5;
    font-size: 18px;
}
.link_txt_box .fa-play {
    color: #fcfcfc;
}
.link_txt_box:hover {
    box-shadow: 1px 1px 1px rgb(0 0 0 / 40%);
}
/*リポート用暫定でここに書く*/
@media (max-width: 575px) {
	.post-type-archive-report .link_txt_box span {
		display: none;
	}
}
/*ナビリンク*/
.home .nav_link {
    width: 100%;
    max-width: 470px;
    margin: 2rem auto;
    position: relative;
    z-index: 1;
}
.home .nav_link a {
    font-size: 20px;
    padding: 10px 0;
    background-color: #fff;
}
/*
目次レイアウト　page-tobira.php　検索は未処理
------------------------------------------------------------*/
#page_toc {
    padding-bottom: 40px;
}
#page_toc .link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 16px;
    text-align: center;
    max-width: 400px;
    margin: auto;
}
#page_toc .link li {
    width: 80%;
    padding: 5px 0;
    font-size: 1.4rem;
    background-color: #fff;
    border: 2px solid #151A8C;
    cursor: pointer;
    transition: .3s;
}
#page_toc .link li:hover {
    background-color: #151A8C;
}
#page_toc .link li a {
    color: #151A8C;
    font-weight: bold;
}
#page_toc li:hover a {
    color: #fff;
    opacity: 1;
}
#page_toc .link li:hover a:visited {
    color: #fff;
}
@media (min-width: 576px) {
    #page_toc .link {
        column-gap: 20px;
        flex-wrap: wrap;
        max-width: none;
    }
    #page_toc .link li {
        width: 40%;
    }
}
@media (min-width: 768px) {
    #page_toc .link {
        column-gap: initial;
        justify-content: space-between;
    }
    #page_toc .link li {
        width: fit-content;
        padding: 5px 10px;
    }
}
@media (min-width: 992px) {
    #page_toc .link {
        column-gap: 20px;
        justify-content: center;
    }
}
/*
バナーレイアウト　page-tobira.php　page-plaza.php　page-supporter.php
------------------------------------------------------------*/
.otonavi-support .m-ttl h2 {
    margin-bottom: 60px;
    font-size: 3.6rem;
    text-align: center;
    line-height: 1.5;
    color: #151A8C;
}
.Osup_bnr.container {
    display: flex;
    flex-direction: column;
    row-gap: 100px;
}
.supporter .Osup_bnr.container {
    margin-bottom: 120px;
}
.Osup_bnr .BnrItem {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 30px;
    border: 10px solid #e0e0e0;
}
.Osup_bnr .BnrItem .BnrTxt {
    width: fit-content;
    padding: 50px 40px 45px 60px;
    background-color: #FFFDE7;
    border-radius: 20px 0 0 20px;
}
.Osup_bnr .BnrItem .BnrTxt .BnrTtl {
    margin-bottom: 8px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #151A8C;
}
.Osup_bnr .BnrItem .BnrTxt h3 {
    margin-bottom: 25px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #151A8C;
}
.Osup_bnr .BnrItem .BnrTxt .BnrDesc {
    line-height: 1.75;
    text-align: justify;
    font-weight: bold;
}
.Osup_bnr .BnrItem .BnrTxt .BnrDesc dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 18px;
}
.Osup_bnr .BnrItem .BnrTxt .BnrDesc dl dd {
    width: calc(100% - 20rem);
}
.Osup_bnr .BnrItem .BnrTxt .BnrDesc dl dt {
    width: 20rem;
}
.Osup_bnr .BnrItem .BnrPic {
    width: 34%;
}
.Osup_bnr .BnrItem .BnrPic img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 20px 0;
    object-fit: cover;
}
.Osup_bnr .BnrItem .BnrImg {
    position: absolute;
    width: 240px;
    top: -34px;
    left: 40px;
}
@media screen and (max-width: 1199.98px) {
    .Osup_bnr .BnrItem .BnrTxt {
        padding: 50px 40px 45px 40px;
    }
}
@media screen and (max-width: 991.98px) {
    .Osup_bnr .BnrItem {
        flex-direction: column;
    }
    .Osup_bnr .BnrItem .BnrTxt {
        border-radius: 20px;
        /*background: transparent;*/
    }
    .Osup_bnr .BnrItem .BnrPic {
        width: 100%;
    }
    .Osup_bnr .BnrItem .BnrPic img {
        display: none;
        /*border-radius: 20px*/ ;
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        /*filter: grayscale(0%) opacity(10%) sepia(20%);*/
    }
}
@media screen and (max-width: 767.98px) {
    .Osup_bnr.container {
        row-gap: 60px;
    }
    .supporter .Osup_bnr.container {
        margin-bottom: 80px;
    }
    .Osup_bnr .BnrItem .BnrTxt {
        padding: 50px 20px 25px 20px;
    }
    .Osup_bnr .BnrItem .BnrTxt h3 {
        font-size: 2.2rem;
    }
    .Osup_bnr .BnrItem .BnrTxt .BnrDesc dl {
        flex-direction: column;
        margin-bottom: 15px;
    }
    .Osup_bnr .BnrItem .BnrTxt .BnrDesc dl dd {
        width: 100%;
    }
    /*    .Osup_bnr .BnrItem .BnrImg {
        width: 200px;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
    }*/
}
/*
SNSアイコン
------------------------------------------------------------*/
/*SHARE*/
.addtoany_content {
    text-align: center;
    width: 100%;
}
.addtoany_header {
    display: block;
    position: relative;
    padding: 0 25px;
    color: #cccfd7;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    width: fit-content;
    margin: 0px auto 20px !important;
}
.addtoany_header:after, .addtoany_header:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background-color: #d8dae1;
    content: "";
}
.addtoany_header:before {
    left: 0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
.addtoany_header:after {
    right: 0;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
/*アイコン*/
.social-icon {
    font-size: 30px;
}
.social-container {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}
/*ins*/
.insta_btn .insta {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    border-radius: 13px;
}
.insta_btn .insta:before {
    content: '';
    position: absolute;
    top: 17px;
    left: -10px;
    width: 38px;
    height: 34px;
    background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.social-icon.instagram i {
    color: #FFF;
    position: relative;
    z-index: 2;
    font-size: 35px;
    line-height: 44px;
}
/*FB*/
.social-icon.facebook i {
    color: #0866ff;
    font-size: 44px;
}
/*line*/
.social-icon.line i {
    color: #00c300;
    font-size: 40px;
}
/*youtube*/
.social-icon.youtube i {
    color: #F44336;
    font-size: 44px;
}
/*
Footerメニュー
------------------------------------------------------------*/
.site-footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    margin-bottom: 16px;
}
footer .container a {
    color: #fff;
    line-height: 1.8;
}
.site-footer-content .logo {
    width: 180px;
    margin-bottom: 16px;
}
.footer_menu_item {
    margin-bottom: 10px;
}
.footer_menu2 {
    margin-bottom: 10px;
}
.footer_menu li, .footer_menu2 li {
    font-size: 1.4rem;
}
.footer_menu_item .sub-menu li {
    padding-left: 1em;
}

/*中央最下部を指定 -> 福岡100プラザ合同発表会 位置変更の場合書き直しが必要*/
.footer_menu_item .sub-menu li:before {
    content: "- ";
}
.footer_menu_item .sub-menu li.menu_presen:before {
    content: "-- ";
}
.site-footer-bnr {
    max-width: 400px;
    margin: auto;
}
.footer_menu2 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 26px;
}
.footer_menu2 ul li:not(:first-child):before {
    content: " | ";
    padding-left: 10px;
}
@media (min-width: 380px) {
    .footer_menu {
        display: flex;
        flex-wrap: wrap;
        column-gap: 22px;
        justify-content: space-between;
        margin-bottom: 16px;
        width: 100%;
        max-width: 370px;
    }
}
@media (min-width: 576px) {
    .footer_menu {
        justify-content: space-evenly;
        max-width: none;
    }
}
@media (min-width: 768px) {
    .footer_menu {
        column-gap: 50px;
    }
}
@media (min-width: 992px) {
    .site-footer-content {
        flex-direction: row;
        justify-content: space-between;
        column-gap: 50px;
        width: 100%;
    }
    .footer_menu {
        padding-top: 22px;
        padding-left: 30px;
        border-left: 1px solid #fff;
    }
    .site-footer-content .logo {
        width: 255px;
        margin-bottom: 0;
    }
    .footer_menu_item {
        margin-bottom: 0;
    }
}
/*
TOPページ
------------------------------------------------------------*/
/*
福岡オトナビのトビラ #otonavi-about
------------------------------------------------------------*/
/*　セクション余白調整　*/
@media (min-width: 768px) and (max-width: 991px) {
    .otonavi-about .block.container {
        max-width: none;
    }
}
/* セレクタ編集 バナー（相談したい・参加したい） */
.otonavi-about {
    padding: 50px 0 80px;
}
.otonavi-about .block .bnr_group {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 0;
    row-gap: 26px;
}
@media (min-width: 576px) {
    .otonavi-about {
        padding: 80px 0;
    }
}
@media (min-width: 768px) {
    .otonavi-about {
        padding: 100px 0;
    }
    .otonavi-about .block .bnr_group {
        flex-direction: row;
        justify-content: space-evenly;
    }
    .otonavi-about .block .bnr_group a {
        max-width: 46%;
    }
}
@media (min-width: 1200px) {
    .otonavi-about {
        padding: 135px 15px;
    }
}


/*
検索 #post
------------------------------------------------------------*/
/*件数*/
/*#otonavi .post .NoData {
    text-align: center;
    margin-bottom: 60px;
}
#otonavi .PostNum {
    margin-bottom: 16px;
    text-align: right;
}
#otonavi .PostNum p {
    display: inline-block;
    padding: 2px 12px;
    background-color: #205d9b;
    border-radius: 6px;
    color: #ffffff;
    letter-spacing: 2px;
}*/
/*親テーマ変更*/
#otonavi-top2025 .block {
    max-width: 1200px;
    width: 85%;
    margin: auto;
}
#otonavi .post {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 6px;
}
#otonavi .otobavi_post .post {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
}
#otonavi .otobavi_post .post:first-child {
    padding-top: 80px;
}
@media screen and (max-width: 768px) {
    #otonavi .otobavi_post .post {
        padding-bottom: 0;
        padding-top: 80px;
        margin-top: 0;
    }
}
/*検索条件エリア*/
#otonavi-top2025 {
    padding-bottom: 0;
    margin-bottom: 3rem;
}
#otonavi-top2025 .category_block {
    padding: 14px 0 30px;
    background: #ffff;
    border: 2px dotted #151a8c;
    border-radius: 12px;
    text-align: center;
}
#otonavi-top2025 .category_clear {
    text-align: right;
    margin-right: 18px;
}
#otonavi-top2025 .category_clear a {
    display: inline-block;
    font-weight: bold;
    color: #151a8c;
    background-color: #fffde7;
    padding: 5px 10px;
    border: 1px solid #7275ba;
    border-radius: 5px;
}
#otonavi-top2025 .block .category-list .category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
#otonavi-top2025 .block .category-list .category-item2 {
    margin-top: 30px;
    margin-bottom: 40px;
}
#otonavi-top2025 .block .category-list .category-item p {
    font-size: 20px;
    font-weight: bold;
    color: #151A8C;
    margin-bottom: 16px;
}
#otonavi-top2025 .block .category-list .category-item ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 16px;
    column-gap: 16px;
    width: 100%;
}
#otonavi-top2025 .block .category-list .category-item ul li {
    width: 12em;
}
#otonavi-top2025 .block .category-list .category-item input {
    display: none;
}
#otonavi-top2025 .block .category-list .category-item ul li span {
    border: 2px solid #151A8C;
    background-color: #fff;
    padding: 6px 0;
    font-size: 1.6rem;
    color: #151A8C;
    font-weight: bold;
    cursor: pointer;
    border-radius: 10px;
    display: block;
}
#otonavi-top2025 .block .category-list .category-item label input:checked + span {
    background-color: #151A8C;
    color: #fff;
}
#otonavi-top2025 .block .category-list button {
    position: relative;
    padding: 16px 60px 16px 16px;
    background-color: #1a82ea;
    border: none;
    border-radius: 30px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 3px;
    color: #fff;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
    transition: .3s;
}
#otonavi-top2025 .block .category-list button:hover {
    box-shadow: none;
}
#otonavi-top2025 .block .category-list button:before {
    content: "Click";
    position: absolute;
    top: 8px;
    right: 12px;
    transform: rotate(30deg);
    font-size: 14px;
    letter-spacing: normal;
}
#otonavi-top2025 .block .category-list button:after {
    content: "\f0a5";
    font: var(--fa-font-solid);
    position: absolute;
    top: 26px;
    right: 16px;
    transform: rotate(40deg);
    font-size: 3.5rem;
}
/*検索条件を表示*/
#otonavi .post .block .item-list, #post_news .post .block .item-list {
    position: relative;
    padding-top: 30px;
}
.selected-categories {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 2rem;
    margin: 30px 0 6px;
}
.selected_title {
    width: 13rem;
    border-right: 1px solid;
    color: #205d9b;
    font-weight: bold;
}
.selected-items {
    display: flex;
    justify-content: left;
    gap: 10px 20px;
    width: calc(100% - 13rem);
    margin: 10px 0;
    flex-wrap: wrap;
}
.selected-items span {
    display: inline-block;
    padding: 0 9px;
    color: #fff;
    background-color: #205d9b;
    border: none;
    border-radius: 10px;
}
@media (min-width: 400px) {
    #otonavi-top2025 .block .category-list .category-item ul {
        flex-direction: row;
        justify-content: space-evenly;
    }
    #otonavi-top2025 .block .category-list .category-item ul li {
        width: 40%;
    }
}
@media (min-width: 576px) {
    #otonavi-top2025 .category_block {
        padding: 14px 14px 30px;
    }
    #otonavi-top2025 .block .category-list .category-item ul li {
        width: 30%;
    }
    #otonavi-top2025 .block .category-list .category-item2 ul li {
        width: 42%;
    }
    #otonavi-top2025 .block .category-list button {
        padding: 16px 76px;
    }
}
@media (min-width: 768px) {
    #otonavi-top2025 .category_block {
        padding: 16px 1vw 50px;
    }
    #otonavi-top2025 .block .category-list {
        margin-top: 24px;
    }
    #otonavi-top2025 .block .category-list .category-item {
        flex-direction: row;
        column-gap: 40px;
        margin-bottom: 30px;
    }
    #otonavi-top2025 .block .category-list .category-item2 {
        margin-bottom: 40px;
    }
    #otonavi-top2025 .block .category-list .category-item ul {
        width: calc(100% - 62px);
        column-gap: 24px;
        justify-content: flex-start;
    }
    #otonavi-top2025 .block .category-list .category-item2 ul li {
        width: 31%;
    }
    #otonavi-top2025 .block .category-list .category-item p {
        border-right: 1px solid;
        margin: 0;
        line-height: 3.6;
        width: 6em;
    }
}
@media (min-width: 992px) {
    #otonavi-top2025 .category_block {
        padding: 16px 30px 50px 3%;
    }
    #otonavi-top2025 .block .category-list .category-item {
        margin: 16px 0;
    }
    #otonavi-top2025 .block .category-list .category-item ul li {
        width: 22%;
    }
    #otonavi-top2025 .block .category-list .category-item p {
        font-size: 26px;
        line-height: 3;
    }
}
/*検索詳細ブロック前の点線　各ページを固定ページに変更後見直し*/
.post .block .item-list, .post-type-archive-report .block .item-list{
    position: relative;
    padding-top: 30px;   
}
.post .block .item-list:before, .post-type-archive-report .block .item-list:before {
    content: "";
    border-top: 2px dotted #151a8c;
    position: absolute;
    height: 10px;
    width: 100%;
    top: 0;
}