#products-intro{padding-bottom:40px}@media only screen and (min-width:768px){#products-intro{padding-bottom:80px}}#products-grid{padding-bottom:72px}@media only screen and (min-width:768px){#products-grid{padding-bottom:80px}}.products-grid-list{align-items:center;display:flex;flex-direction:column;gap:32px}@media only screen and (min-width:768px){.products-grid-list{align-items:center;flex-wrap:wrap;gap:40px}}@media (min-width:930px){.products-grid-list{align-items:stretch;flex-direction:row}}.product-card{background-color:var(--color-primary-light);border:1px solid #dcebf9;border-radius:8px;display:flex;flex-direction:column;gap:8px;max-width:350px;padding:24px 16px;width:100%}@media only screen and (min-width:768px){.product-card{flex-direction:row;gap:32px;max-width:none;max-width:600px;min-height:336px;padding:32px 24px}}@media (min-width:930px){.product-card{flex:1;max-width:none}}.product-card__image{align-items:center;display:flex;flex-shrink:0;height:200px;justify-content:center;overflow:hidden}@media only screen and (min-width:768px){.product-card__image{align-self:stretch;height:auto;width:240px}}@media (min-width:930px){.product-card__image{width:min(240px,18.75vw)}}.product-card__image>img{height:auto;max-height:100%;max-width:250px;-o-object-fit:contain;object-fit:contain;width:auto}@media only screen and (min-width:768px){.product-card__image>img{max-width:100%}}.product-card__body{display:flex;flex:1;flex-direction:column}.product-card__header{align-items:center;display:flex;gap:6px;margin-bottom:12px}@media only screen and (min-width:768px){.product-card__header{margin-bottom:16px}}.product-card__title{font-size:24px;font-weight:700;line-height:1.2}.product-card__points{background-color:var(--color-000);border-radius:8px;display:flex;flex-direction:column;font-size:var(--font-size-sm);font-weight:500;gap:4px;line-height:1.8;margin-bottom:16px;padding:12px 12px 12px 8px}@media only screen and (min-width:768px){.product-card__points{flex:1}}.product-card__points>li{position:relative}.product-card__points>li:before{content:"・";display:inline-block;margin-right:2px}.product-card__actions{align-items:center;display:flex;flex-direction:column;gap:8px}.product-card__actions .o-link\:primary{max-width:none}@media only screen and (min-width:768px){.product-card__actions .o-link\:primary{padding-left:8px;padding-right:16px;width:100%}}.products-cta{margin-left:auto;margin-right:auto;margin-top:40px;width:-moz-fit-content;width:fit-content}@media only screen and (min-width:768px){.products-cta{margin-top:80px}}