.IndexBox{display:flex;justify-content:space-between;padding:3rem;box-sizing:border-box}.IndexBox>*{display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;box-sizing:border-box}.IndexBox>*>*{width:100%;text-align:left}.IndexBox>*>*:nth-child(3){font-weight:600;letter-spacing:.5px;color:#000}.IndexBox>*>ul{display:flex;flex-direction:column;width:100%}.IndexBox>*>ul>li{display:flex;width:100%}.IndexBox>*>ul>li>a{display:flex;width:100%;padding:1rem 0;border-bottom:1px dashed #cfcfcf;color:#006fd7}@media(max-width:1000px){.IndexBox{flex-direction:column;align-items:center;width:100%}.IndexBox>*{width:100%}.IndexBox>*:last-child{padding-top:5rem}}@media(max-width:660px){.IndexBox{padding:3rem 5rem 3rem 3rem}}@media(max-width:500px){.IndexBox{padding:3rem}}