.ContentRecommendationCard{display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:32px 24px 24px;height:100%}.ContentRecommendationCard__link{text-decoration:none;color:inherit;display:block;height:100%}.ContentRecommendationCard__link.Link:focus{border-radius:var(--cardBorderRadius)}.ContentRecommendationCard__link:hover .ContentRecommendationCard__title{color:var(--accentColor)}.ContentRecommendationCard__content{display:flex;flex-direction:column;gap:8px}.ContentRecommendationCard__title{font:var(--fontWeightBold) 18px/normal var(--fontFamily);color:#0a2540;letter-spacing:.2px;transition:color .1s linear}html[lang^=ja] .ContentRecommendationCard__title{font-weight:600;font-variation-settings:"wght" 500}.ContentRecommendationCard__body{font:var(--fontWeightNormal) 15px/1.6 var(--fontFamily);letter-spacing:.2px;color:#3f4b66;margin:0}