.card .threeColumnCard{display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.card .threeColumnCard h4{font-size:20px;font-weight:700;line-height:150%}.card .threeColumnCard .description *,.card .threeColumnCard h4{color:#333;font-family:Noto Sans JP;font-style:normal;letter-spacing:.04em}.card .threeColumnCard .description *{font-size:16px;font-weight:500;line-height:175%}.card .threeColumnCard li{border:1px solid rgba(0,0,0,.1);padding:24px 32px}.card .threeColumnCard hr{border-top:2px solid rgba(0,81,158,.5);margin:16px 0}@media screen and (max-width:1023px){.card .threeColumnCard{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.card .threeColumnCard{grid-template-columns:repeat(1,1fr)}}