@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#conts > .text{
    margin: 0 auto 80px;
}

#conts ul{
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#conts ul li {
    padding-left: 1em;
    margin-bottom: 15px;
    width: 50%;
    position: relative;
}

#conts ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 3px;
    width: 8px;
    background-color: #35cc83;
}

#conts ul li.ttl{
    font-weight: bold;
    width: 100%;
}

#conts ul li span{
}


#conts ul li a{
}
#conts ul li a:hover{
    opacity: 0.8;
}




@media all and (min-width: 0) and (max-width: 767px) {
    #conts .wPhoto{
        margin-bottom: 40px;
        text-align: center;
    }
    #conts .wPhoto img{
        width: 170px;
    }

    #conts .text01{
        font-size: 13px;
    }

#conts .photo01 img{
    width: 100%;
}

}