@charset "utf-8";
/* @media (prefers-reduced-motion: no-preference){ 
  html {scroll-behavior: smooth;}
} */

.pageTitle{
    color:#1168d3;
    text-align: center;
    margin: 0;
    padding:2rem 0;
}

.anchorPathList ul{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

.anchorPathList ul li{
    width:24%;
}

.anchorPathList ul li a{
    background: #f2f3f3;
    display: block;
    color:#4E78AA;
    text-align: center;
    position:relative;
    padding:1rem;
}

.anchorPathList ul li a::after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='11'%20viewBox='0%200%208%2011'%3E%3Cpath%20d='M4.676,1.2a1,1,0,0,1,1.648,0l3.6,5.235A1,1,0,0,1,9.1,8H1.9a1,1,0,0,1-.824-1.567Z'%20transform='translate(8)%20rotate(90)'%20fill='%234d89d1'/%3E%3C/svg%3E");
    position:absolute;
    right:5%;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
}

.container{
    width:clamp(0px, 100%, 1200px);
    margin: 0 auto 80px auto;
    padding: 2rem;

}

#shinroSearch ul.linkList a:before,
#eventSearch ul.linkList a:before,
#shinroThink ul.linkList a:before,
#otherSearch ul.linkList a:before{
    display:none;
}

#shinroSearch h2,
#eventSearch h2,
#shinroThink h2,
#otherSearch h2{
    display:flex;
    justify-content:center;
    align-items:center;
    color:#4E78AA;
    margin:60px 0 40px 0;
}
#shinroSearch h2::after,
#eventSearch h2::after,
#shinroThink h2::after,
#otherSearch h2::after{
    content:"";
    display: block;
    flex-grow:1;
    height:2px;
    background: #4E78AA;
    padding-left:1rem;
    position:initial;
}

.linkList{
    width:100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}


.linkListBox{
    width:100%;
    /* min-height:300px; */
    border:#9EB2CB 1px solid;
}

.linkList_double{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

.linkListBox_2{
    width:49%;
    border:#9EB2CB 1px solid;
    margin-bottom:24px;
}

.linkList_guardian{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    gap: 24px;
}

.linkListBox_2large,
.linkListBox_3{
    width: 100%;
    border:#9EB2CB 1px solid;
}

.linkListBox_2large .sitemapList{
    display:grid;
    grid-template-rows: repeat(6, auto); /*6列まで自動で整列*/
    grid-auto-flow: column;/*行方向に*/
    grid-auto-columns: 1fr;
    gap: 24px;
    padding:1rem;
}

.linkListBox_3 .sitemapList{
    display:grid;
    grid-template-rows: repeat(5, auto); /*6列まで自動で整列*/
    grid-auto-flow: column;/*行方向に*/
    grid-auto-columns: 1fr;
    gap: 24px;
    padding:1rem;
}

.linkListBox hr{
    width:100%;
    height:2px;
    background:#9EB2CB;
    border:none;
    color:#9EB2CB;
    box-shadow:none;
    margin: 0;
    padding: 0;
}

.linkListBoxTitle{
    padding:8px 10px;
}

.linkListBoxTitle h3{
    margin: 0 0 0 12px;
    padding:10px 16px;
    position:relative;
}

.linkListBoxTitle h3::before{
    content:"";
    display: block;
    position:absolute;
    top:0;
    left:-12px;
    width:4px;
    height:100%;
}

.linkListBoxTitle h3.green{background: #EBF9F4;}
.linkListBoxTitle h3.green::before{background:#3AA581;}
.linkListBoxTitle h3.purple{background: #F7F1F9;}
.linkListBoxTitle h3.purple::before{background:#601A53;}
.linkListBoxTitle h3.orange{background: #FFF8EE;}
.linkListBoxTitle h3.orange::before{background:#F7A324;}
.linkListBoxTitle h3.blue{background: #EFFBFF;}
.linkListBoxTitle h3.blue::before{background:#01A0D5;}
.linkListBoxTitle h3.gray{background: #edf3f5;}
.linkListBoxTitle h3.gray::before{background:#92a8af;}

.linkListBoxTitle h3 a{
    width: 100%;
    display: block;
    color:#4E78AA;
    position:relative;
}

.sitemapList li a{
    width: 100%;
    display: block;
    color:#4E78AA;
    position:relative;
    background:#fafafa;
    padding:2px 24px 2px 4px;
    font-size:14px;
}

.linkListBoxTitle h3 a::after,
.sitemapList li a::after{
    content: "";
    display: block;
    width: 8px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='11'%20viewBox='0%200%208%2011'%3E%3Cpath%20d='M4.676,1.2a1,1,0,0,1,1.648,0l3.6,5.235A1,1,0,0,1,9.1,8H1.9a1,1,0,0,1-.824-1.567Z'%20transform='translate(8)%20rotate(90)'%20fill='%234d89d1'/%3E%3C/svg%3E");
    position:absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.sitemapList li a::after{
    position:absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.linkListBoxTitle h3 p{
    color:#808791;
    margin: 0;
}

.linkListBoxTitle h3 p span{
    font-size:12px;
}

.sitemapList{
    display:grid;
    grid-template-rows: repeat(4, auto); /*４列まで自動で整列*/
    grid-auto-flow: column;/*行方向に*/
    grid-auto-columns: 1fr;
    gap: 24px;
    padding:1rem;
}

.sitemapList.event{
    display:grid;
    grid-template-rows: repeat(2, auto); /*４列まで自動で整列*/
    grid-auto-flow: row;/*行方向に*/
    grid-auto-columns: 1fr;
    gap: 24px;
    padding:1rem;
}

@media(max-width:1100px){
    .linkList{
    grid-template-columns: repeat(2, 1fr);
    }
    
}

@media(max-width: 768px) {
    .anchorPathList ul li{
    width:48%;
    margin-bottom:1rem;
    }
    .linkList {
    grid-template-columns: 1fr;
    }
    .linkListBox_2{
    width:100%;
    }

    .linkList_guardian{
    width:100%;
    display:flex;
    flex-direction:column;
    gap: 24px;
    }

    .sitemapList.event{
    display:grid;
    grid-template-rows: repeat(4, auto); /*４列まで自動で整列*/
    grid-auto-flow: column;/*行方向に*/
    grid-auto-columns: 1fr;
    gap: 24px;
    padding:1rem;
    }

    .linkListBox_2 .sitemapList{
    display:grid;
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 24px;
    padding:1rem;
    }

    .linkListBox_2large .sitemapList{
    display:grid;
    grid-template-rows: repeat(12, auto);
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 24px;
    padding:1rem;
    }
    .linkListBox_3 .sitemapList{
    display:grid;
    grid-template-rows: repeat(7, auto); /*6列まで自動で整列*/
    grid-auto-flow: column;/*行方向に*/
    grid-auto-columns: 1fr;
    gap: 24px;
    padding:1rem;
    }

}

@media(max-width:375px){
    .linkListBoxTitle h3 p,
    .linkListBoxTitle h3 a{
    font-size:16px;
    margin: 0;
    }
    .sitemapList{
    display:flex;
    flex-direction:column;
    gap: 16px;
    }

    .sitemapList li a{
    display: block;
    background: #f8f8f8;
    position:relative;
    padding:2px 24px 2px 8px;
    font-size:14px;
    }

    .sitemapList li a::after{
    content: "";
    display: block;
    position:absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    }
    .sitemapList.event,
    .linkListBox_2 .sitemapList,
    .linkListBox_3 .sitemapList,
    .linkListBox_2large .sitemapList{
    display:flex;
    }

    .linkListBox_3 .sitemapList li{
    width: 100%;
    }
}