@charset "UTF-8";
/* css Event */

.name {
	max-height: 40px;
	margin-bottom: 20px;
}


/* PC */
@media print, screen and (min-width: 960px) {
.name {
	max-height: 40px;
	margin-bottom: 20px;
}
	

}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 569px) {
.name {
	max-height: 35px;
	margin-bottom: 15px;
}



}


/* SP */
@media all and (max-width: 568px) {
.name {
	max-height: 30px;
	margin-bottom: 12px;
}


}