@import url(phone.min.css)screen and (max-width:599px);@import url(tablet.min.css)screen and (min-width:600px) and (max-width:999px);@import url(pc.min.css)screen and (min-width:1000px);form{display:flex;justify-content:flex-end;column-gap:.5rem}#index{padding:2rem 0}#index>h3:first-child{margin-bottom:1rem}#index button{background:#26d5c5;border-radius:3px;border:0;display:block;margin-left:auto}#index button>i{transform:rotate(315deg);color:#fff}#index ul{list-style:none}#index>ul{margin-top:1rem}@media screen and (max-width:599px){#index>ul{display:none;flex-wrap:wrap;gap:1rem;justify-content:space-between}#index>ul>li{width:calc(100% - 1rem)}#index>ul>li>ul{display:flex;flex-wrap:wrap;column-gap:1rem;padding:0}#dictionary{list-style:disc;margin-top:4rem}#dictionary>li{margin-bottom:2rem}#dictionary>li>a>p{color:#666}}@media screen and (min-width:600px) and (max-width:999px){#index>ul,#index>ul>li>ul{display:flex;flex-wrap:wrap}#index>ul{gap:1rem;justify-content:space-between}#index>ul>li{width:calc(50% - 1rem)}#index>ul>li>ul{column-gap:1rem;padding:0}#dictionary{list-style:disc;margin-top:4rem}#dictionary>li{margin-bottom:2rem}#dictionary>li>a>p{color:#666}}@media screen and (min-width:1000px){#index>ul,#index>ul>li>ul{display:flex;flex-wrap:wrap}#index>ul{gap:1rem;justify-content:space-between}#index>ul>li{width:calc(50% - 1rem)}#index>ul>li>ul{column-gap:1rem;padding:0}#dictionary{list-style:disc;margin-top:4rem}#dictionary>li{margin-bottom:2rem}#dictionary>li>a>p{color:#666}}