@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400&display=swap');.helpContainer{width:100%}.helpContainer ul{display:flex;flex-flow:row wrap}.helpContainer ul li a{background:#fff;border:1px solid #dfe7f0;border-radius:50px;color:#00b199;display:flex;flex-flow:row wrap;align-items:center;font-weight:700;justify-content:center;padding:20px 45px;position:relative;width:100%;word-break:keep-all}.helpContainer ul li a::before{background:url('../images/icons/icon-blank-green.svg') no-repeat center center / 100% auto;content:"";height:14px;position:absolute;top:calc(50% - 14px / 2);left:13px;width:18px}.helpContainer ul li a::after{background:url('../images/arrow/arrow-right-green.svg') no-repeat center center / 100% auto;content:"";height:16px;position:absolute;top:calc(50% - 16px / 2);right:13px;width:16px}@media screen and (min-width:769px){.helpContainer{margin-bottom:70px}.helpContainer h2{margin-bottom:70px}.helpContainer ul{justify-content:space-between}.helpContainer ul::after{content:"";display:block}}@media screen and (min-width:1001px){.helpContainer ul::after{max-width:300px;width:calc(100% / 3.0001)}.helpContainer ul li{max-width:300px;width:calc(100% / 3.0001)}.helpContainer ul li:not(:nth-of-type(3n)){margin-right:auto}.helpContainer ul li:nth-of-type(n+4){margin-top:40px}}@media screen and (max-width:1000px) and (min-width:769px){.helpContainer ul::after{width:calc((100% - 20px) / 2)}.helpContainer ul li{width:calc((100% - 20px) / 2)}.helpContainer ul li:not(:nth-of-type(even)){margin-right:20px}.helpContainer ul li:nth-of-type(n+3){margin-top:40px}}@media screen and (max-width:768px){.helpContainer{margin-bottom:30px}.helpContainer ul li{width:100%}.helpContainer ul li:not(:last-of-type){margin-bottom:10px}}