<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.in-help__search {
    margin-bottom:20px;
}
.in-help__button {
    margin-bottom:20px;
    width:100%;
}
.in-help__item {
    border:1px solid #ececec;
    border-radius:6px;
    padding:30px;
    margin-top:20px;
}
.in-help__item:first-child {
    margin-top:0;
}
.in-help__item p:last-child {
    margin-bottom:0;
}
.in-help__item-question {
    border:1px solid #ccc;
    color:#aaa;
    flex:none;
    border-radius:50%;
    line-height:20px;
    margin-right:10px;
    text-align:center;
    width:20px;
    height:20px;
}
.in-help__item-title {
    line-height:1.4;
    display:flex;
    align-items:center;
}
.in-help__item-title a {
    font-size:20px;
    text-decoration:none;
}
.in-help__item-title a:hover {
    color:#316dff;
}
.in-help__item-answer {
    margin-top:20px;
}
.wa-hd-frontend-form {
    max-width:1090px;
}

@media screen and (max-width: 1080px) {
    .in-left {
        display:block;
        width:100%;
    }
    .l-menu {
        background:rgba(78,125,241,.1);
        border-radius:0;
        border:none;
        margin:0 -10px 20px;
        padding:12px 10px;
        display:flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }
    .l-menu__item {
        border:none;
        margin: 0 20px 0 0;
        padding:0;
    }
    .l-menu__item:last-child {
        padding-right:20px;
    }
    .l-menu__link {
        font-size:14px;
    }
    .l-menu::-webkit-scrollbar {
        display: none;
        background-color: transparent
    }
    .l-menu::-webkit-scrollbar-thumb {
        background: 0 0
    }
}

@media screen and (max-width: 580px) {
    .in-help__item {
        padding:15px;
    }
    .in-help__item-title a {
        font-size:16px;
    }
}</pre></body></html>