@charset "UTF-8";

/*======================================================
「社協HPについて」の設定
======================================================*/

@charset "UTF-8";

p{margin-bottom:1em;}

@media(min-width:768px){
.w50per{
    width:50%;
}
.w80per{
    width:80%;
}
}

.ico-circle-before::before{
    color: #3551A2;
}
/* レスポンシブテーブルでスマホのときだけグレー背景にしたい場合 */
@media(max-width:767px){
    .ta-bg-gray{
        background: #f5f5f5;
    }
}
/*======================================================
サイトマップページの設定
======================================================*/

.page_item{
    margin-bottom:1em;
}
.page_item_has_children{
    margin-left:2em;
}

li.page_item::before{
    content:"\f0da";
    font-family:"Font Awesome 6 Pro";
    color:#21937D;
    margin-right:0.5em;
    font-weight: bold;
  
}

.page_item_has_children ul li:last-of-type{
    margin-bottom:2em;
}

.page_item_has_children > a{
    color:#21937D;
}


.page_item_has_children > .children{
    margin-left:2em;
    margin-top:20px;
}