@charset "UTF-8";

/*---------------アクセスパーツ------------------*/
a[id^="asns"]+div .inner_item_txt {
    display: flex;
    flex-direction: column;
}
a[id^="asns"]+div .inner_item_txt dl:nth-of-type(1) {
    order: 2;
    border-top: 0;
}
a[id^="asns"]+div .inner_item_txt dl:nth-of-type(2) {
    order: 3;
}
a[id^="asns"]+div .inner_item_txt dl:nth-of-type(3) {
    order: 1;
    border-top: 1px solid var(--i_border_color);
}
a[id^="asns"]+div .inner_item_txt dl:nth-of-type(4) {
    order: 4;
}
a[id^="asns"]+div .inner_item_txt dl:nth-of-type(5) {
    order: 5;
}
a[id^="asns"]+div .inner_item_txt dl:nth-of-type(6) {
    order: 6;
}
a[id^="asns"]+div .inner_item_txt dl:nth-of-type(7) {
    order: 7;
}
a[id^="asns"]+div .inner_item_txt dl:nth-of-type(8) {
    order: 8;
}
a[id^="asns"]+div .inner_item_txt dl:nth-of-type(3) img {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain;
    margin-top: 10px;
    margin-bottom: 10px;
}
a[id^="asns"]+div .inner_item_txt dl:nth-of-type(3) a {
    transition: all 0.3s ease;
}
a[id^="asns"]+div .inner_item_txt dl:nth-of-type(3) a:hover {
    opacity: 0.8;
}