|
|
@ -186,6 +186,13 @@ |
|
|
font-size: var(--font-22); |
|
|
font-size: var(--font-22); |
|
|
font-weight: 500; |
|
|
font-weight: 500; |
|
|
line-height: var(--font-29); |
|
|
line-height: var(--font-29); |
|
|
|
|
|
/* 2行 */ |
|
|
|
|
|
min-height: calc(var(--font-29) * 2); |
|
|
|
|
|
display: -webkit-box; |
|
|
|
|
|
-webkit-line-clamp: 2; |
|
|
|
|
|
-webkit-box-orient: vertical; |
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
text-overflow: ellipsis; |
|
|
} |
|
|
} |
|
|
.section-1__item-desc { |
|
|
.section-1__item-desc { |
|
|
margin-bottom: 0; |
|
|
margin-bottom: 0; |
|
|
|