/* CSS Document */

#shindan_wrap{
    width: 90%;
    text-align: center;
    margin: 5em auto;
    max-width: 800px;
}

#shindan_wrap img{
    max-width: 100%;
}

#shindan_wrap h2{
    text-align: left;
    font-weight: normal;
    margin-bottom: 2em;
    border-bottom: 1px solid;
    padding-bottom: 0.5em;
    font-size: clamp(1.8rem, 1.44rem + 1.2vw, 2.4rem);
}

#shindan_wrap h2 span{
    font-size: 70%;
}
#shindan_wrap .comm_flex{
    align-items: flex-start;
    justify-content: center;
}

#shindan_wrap .comm_flex ul{
    width: 67%;
}


#shindan_wrap .comm_flex p{
    width: 33%;
}



.sysItemCategoryCtl,
.sysItemList{
    display: none;
}


@media only screen and (max-width: 680px) {  

    #shindan_wrap h2 span{
        display: block;
    }



}


