/*===============================================
 *	コンテンツ
===============================================*/
#second-visualcontents{max-width: 530px;}
#second-visualcontents h1 span{max-width: 230px;}

.after-staff p{margin-bottom: 28px;}
.type li{margin-right: 2%;}
.type li:nth-of-type(3n){margin-right:0%;}
.type{margin-bottom: 0;}


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

@media only screen and (max-width: 768px) {
.after-staff p::after{top: 55%;}
.type li {max-width: 32%;}
}

@media only screen and (max-width: 568px) {
.after-staff p::after{top:88.5%;}
.type li {max-width: 100%;margin-right: 0;}
.type li:last-child{margin-bottom: 0;}

}