@charset "UTF-8";
body.admin-page-slug-catlist .nonenone{
    display: none;
}
#catprofile_section h2{
    font-size: 21px;
}
#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;
}