.description-item .title{
    cursor: pointer;
}

.comment-fukidashi{
    cursor: pointer;
}

.login-code{
    margin-top: 20px;
    height: 40px;
}

.child {
    width: 400px;
    height: 200px;
    /* 水平・垂直方向の中央揃え */
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -100px; /* 完全に中央に配置するため、上・左の margin を負の数に設定 */
}
.child input{
    margin-top: 5px;
    margin-bottom: 5px;
}


.img-send{
    margin-left: 10px;
    cursor: pointer;
}

#menu_title_login{
    font-size: 80%;
    margin-left: 20px;
}

.tree-type-2{
    line-height: 3em;
    font-size: 110%;
    margin-left: 10px;
}


body {
    /* Disables pull-to-refresh and overscroll glow effect.
       Still keeps swipe navigations. */
    overscroll-behavior-y: contain;
}

html {
    overscroll-behavior: contain;
}

.arrow-back{
    margin-right: 8px;
 font-weight: bold;
}
.modal-window.menu .window .wrapper .content ul li span {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 16px;
    font-size:90%;
}
.reload-btn{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

#description-modal-table td{
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}

.tab-contents2 {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
    margin: 10px;
}
main .description-wrapper2 {
    width: auto;
    margin: 6px 12px 12px 12px;
}

main ol.root.numbertype > li > .item-wrapper::before {
    content: counter(item, decimal) !important;
}



.alert-icon-box{
    margin-top: 5px;
}

.comment-mark-jump.none{
    background-color: #adadad !important;
    cursor: default;
}


.comment-mark-jump.on{
    background-color: #6cbdff;
}

.comment-mark-jump:hover {
    background-color: #1794ff;
}
.right-space{
    margin-right: 20px;
}
.right-space10{
    margin-right: 10px;
}
.comment-alert.none{
    color: #adadad !important;
}

.comment-alert.question.on{
    color: #ff1616 !important;
}

.comment-alert.suggestion.on{
    color: #ff21d3 !important;
}

.comment-alert.handled.on{
    color: #0a58ca !important;
}
.right {
    display: flex;
    justify-content: flex-end;
}
