@charset "UTF-8";
body.admin-page-slug-catlist .nonenone{
    display: none;
}
#catprofile_section h2{
    font-size: 21px;
}
.catlist_title{
    text-align: center;
}
#catprofile_section p{
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.7; 
    text-align: justify;
}
.catsenbetu{
    font-weight: bold;
    font-size: 14px;
}
#catprofile_section_table td{
    font-size: 15px;
}
#catprofile_section_table ul li{
    margin-top: 20px;
}
#catprofile_section_table ul li:first-child{
    margin-top: 0;
}
.catprofile_list_wrap{
    margin-top: 70px;
}
.h_scroll{
    display:flex;
    overflow-x:auto;        /* 横スクロール */
    overflow-y:hidden;
    -webkit-overflow-scrolling: touch; /* iOS 慣性 */
    scroll-behavior:smooth; /* アンカー/ボタンで滑らか */
    padding-bottom: 30px;
}
.catprofile_a_article{
    width: 150px;
    min-width: 150px;
    margin-left: 20px;
}
.catprofile_a_article:first-child{
    margin-left: 0;
}
.catprofile_a_article a{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.catprofile_a_article img{
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
.catprofile_a_article figure{
    order: 2;
}
.catprofile_a_article h3{
    text-align: center;
    order: 3;
    margin-top: 10px;
    font-size: 17px;
}
.catprofile_a_article p{
    order: 1;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
/* ベース装飾はお好みで */
.status-label{
  font-weight:700;
}

/* sotsugyo のときだけ点滅（穏やかなパルス） */
.status-label.is-sotsugyo{
  animation: status-pulse 1.4s ease-in-out infinite;
    color: #000;
}

/* できるだけ目に優しいパルス */
@keyframes status-pulse{
  0%,100%{ opacity:1 }
  50%    { opacity:.35 }
}

/* ユーザーがアニメーションを抑制している場合は停止 */
@media (prefers-reduced-motion: reduce){
  .status-label.is-sotsugyo{ animation:none }
}

/* 触れている間は停止（読みやすさ向上） */
.status-label.is-sotsugyo:hover{
  animation-play-state: paused;
}
.ct_list li:first-child{
    font-size: 13px;
}
.acf-checkbox-list-a li{
    font-size: 12px;
    border: 1px solid #ccc;
    box-sizing: ;
    padding: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.acf-textarea-o{
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 200%;
    text-align: justify;
    margin-top: 50px;
}
/*////////////////////////////////////////////////////////////*/
/*//////////////保護/////////////////*/
/*///////////////////////////////////////////////////////*/
.fosteringcard{
    width: 33.333%;
}
#tax_fostering_group .fosteringcard{
    width: 50%;
    margin-right: 0;
}
.status_link_wrap{
    align-items: flex-end;
}
.status_link_wrap .fostering_status_counter{
    width: 50%;
}
.status_link_wrap .list_link_wrap{
    width: 50%;
}
.main_overview_table tr:first-child th,.main_overview_table tr:first-child td{
    padding-top: 0;
}
.main_overview_table th{
    width: 65%;
    padding-left: 10px;
}
.main_overview_table td{
    font-size: 20px;
    font-weight: 900;
}
.fostering_status_counter{
    max-width: 380px;
    margin-left: auto;
    margin-right: 0;
}
.main_overview_table tr:first-child th,.main_overview_table tr:first-child td{
    padding-top: 0;
}
#tax_status_section .fostering_status_counter{
    margin-left: auto;
    margin-right: auto;
}
/*//////////////////////////////////////////////////////////////////////////////////////////*/
/*///////企業スライダー///////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////*/

/* スライダーの外枠 */
.logo-slider {
    width: 100%;
    position: relative;
}
.pps_wrap{
    overflow: hidden;
}
/* ロゴが並ぶレール */
.logo-track {
    display: flex;
    width: max-content; /* 中身のサイズに合わせる */
    animation: scroll-left 15s linear infinite; /* 速度は秒数で調整 */
}

/* 各ロゴの箱 */
.logo-item {
    flex-shrink: 0;
    width: 150px; /* ロゴの横幅を統一 */
    margin: 0 40px; /* ロゴ同士の余白 */
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    max-width: 100%;
    height: auto;
    display: block;
}
/* アニメーションの定義 */
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* 全体の半分（1セット分）動いたら戻る */
}

/* マウスを乗せた時に止める（お好みで） */
.logo-slider:hover .logo-track {
    animation-play-state: paused;
}
.partners_aside section{
    border-top: solid 2px var(--color-accent);
    border-bottom: solid 2px var(--color-accent);
    position: relative;
    padding: 68px 0 50px
}
.partners_aside h2{
    position: absolute;
    left: 0;
    top: -18px;
    justify-content: center;
}
.partners_aside h2 span{
    background-color: var(--hero-bg, rgba(0, 0, 0, 0.5));
    display: inline-block;
    padding: 0 20px;
}
.partners_aside h2 span strong{
    background:-webkit-linear-gradient(to top,#ccb800 0%,#ccb800 45%,#fffd84 50%,#ebd303 55%,#ebd303 100%);
    background:linear-gradient(to top,#ccb800 0%,#ccb800 45%,#fffd84 50%,#ebd303 55%,#ebd303 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; 
    font-family: serif;
}
.partners_aside p{
    justify-content: flex-end;
}
.partners_aside p a{
    display: block;
    padding: 25px 20px;
    border-radius: 10px;
    position: relative;
}
.partners_aside p a::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent var(--color-accenttext) transparent;
}
.partners_aside p a span{
    font-weight: bold;
}
/*サイドバー*/
.partner_article_img{
    width: 100%;
    height: 223px;
    background-size: cover;
    background-position: center center;
}
#premium_section_side .is-style-ta07::before{
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}
.p_s_premium {
    background: -webkit-linear-gradient(to top, #ccb800 0%, #ccb800 45%, #fffd84 50%, #ebd303 55%, #ebd303 100%);
    background: linear-gradient(to top, #ccb800 0%, #ccb800 45%, #fffd84 50%, #ebd303 55%, #ebd303 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
#premium_section_side a{
    text-decoration: none;
}
#premium_section_side a h3{
    color: var(--color-tex);
    font-size: 16px;
    margin-bottom: 10px;
}
#premium_section_side .list_link_wrap a{
    width: 100%;
}
/*事業主協賛スタイル ここまで*/
/*メッセージ*/
.fan_cmments_wrap{
    align-items: center;
}
.fan_cmments_wrap div:nth-child(1){
    width: 30%;
}
.fan_cmments_wrap div:nth-child(2){
    width: 70%;
}
.fan_cmments_wrap textarea{
    width: 100%;
    padding: 20px;
    caret-color: #333 !important; /* カーソルの色を黒に強制 */
    outline: 1px solid #ccc !important; /* フォーカス時に枠を出す */
}
.fan_cmments_wrap input[type='text'],.fan_cmments_wrap input[type='email']{
    width: 70%;
    padding: 10px;
}
.comment-form-cookies-consent,#fan_comments_seciton .form-submit{
    margin-top: 50px;
}
#fan_comments_seciton .form-submit{
    display: flex;
    justify-content: flex-end;
}
#fan_comments_seciton .form-submit input[type='submit']{
    width: 300px;
    padding: 20px;
}
#u_comments_seciton div.parent{
    margin-top: var(--inner-margin);
}
#u_comments_seciton div.parent{
    border: 1px solid var(--color-accent);
    padding: 20px;
}
#u_comments_seciton .bypostauthor{
    margin-top: 20px;
}
#u_comments_seciton .bypostauthor p.fn{
    color: var(--color-accent);
}
.comment_body{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.comment_body div.comment_content{
    width: 100%;
    margin-top: 20px;
}
.comment_body div.comment_conten p{
    text-align: justify;
}
.fn{
    font-weight: bold;
}
.comment-metadata{
    font-size: 11px;
    margin-left: 20px;
}
@media screen and (max-width: 1080px) {
    .blog_fostering_group_wrap{
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 30px;
    }
    .fosteringcard {
        min-width: 335px;
        margin-right: 30px;
    }
}
@media screen and (max-width: 1024px) {
    .premium_siide_wrap{
        display: flex;
        flex-wrap: wrap;
    }
    .partner_side_article{
        width: 50%;
        display: flex;
        justify-content: flex-start;
    }
    .partner_side_article:nth-child(even){
        justify-content: flex-end;
    }
    .partner_side_article:nth-child(5){
        justify-content: center;
    }
    .partner_side_article a{
        max-width: 335px;
}
@media screen and (max-width: 728px) {
    #u_comments_seciton div.parent {
        border: 1px solid var(--color-accent);
        border-left: none;
        border-right: none;
        padding: 20px 0;
    }
    .fan_cmments_wrap{
        flex-wrap: wrap;
    }
    .fan_cmments_wrap div:nth-child(1),.fan_cmments_wrap div:nth-child(2),#fan_comments_seciton .form-submit input[type='submit']{
        width: 100%;
    }
    #fan_comments_seciton .form-submit{
        justify-content: center;
    }
    .fan_cmments_wrap input[type='text'],.fan_cmments_wrap input[type='email']{
        width: 100%;
    }
    .premium_siide_wrap{
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 30px;
    }
    .partner_side_article{
        min-width: 335px;
        margin-right: 30px;
    }
    .partners_aside p{
        justify-content: center;
    }
    .partners_aside p a{
        padding: 10px 20px;
    }
    .partners_aside p a::after{
        border-width: 0 0 7px 7px;
        
    }
    #tax_fostering_group .fosteringcard{
        width: 100%;
    }
    .status_link_wrap{
        flex-wrap: wrap;
    }
    .status_link_wrap .fostering_status_counter,.status_link_wrap .list_link_wrap{
        width: 100%;
    }
    .status_link_wrap .fostering_status_counter{
        max-width: 100%;
    }
    .status_link_wrap .list_link_wrap{
        margin-top: var(--inner-margin); 
    }
}
@media screen and (max-width: 395px) {
    .fosteringcard {
        min-width: 300px;
        margin-right: 20px;
    }
    .partner_side_article {
        min-width: 300px;
        margin-right: 20px;
    }
    .partner_article_img{
        height: 200px;
    }
}
@media screen and (max-width: 360px) {
    .fosteringcard {
        min-width: 250px;
        margin-right: 20px;
    }
    .partner_side_article {
        min-width: 270px;
    }
    .partner_article_img{
        height: 180px;
    }
    
}
@media screen and (max-width: 320px) {
    .partner_side_article {
        min-width: 240px;
    }
    .partner_article_img{
        height: 160px;
    }
    
}