@charset "UTF-8";
/* 検索履歴サジェスト（localStorage）: TOP ページの検索ボックス用 */
.rsh-box{--rsh-navy:#1d2089;position:fixed;z-index:2147483000;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 28px rgba(29,32,137,.16);max-height:440px;overflow-y:auto;display:none;font-size:14px;color:#333;text-align:left;box-sizing:border-box;-webkit-overflow-scrolling:touch;}
.rsh-box.is-open{display:block;}
.rsh-sec{padding:11px 14px 5px;font-size:11px;font-weight:700;color:var(--rsh-navy);letter-spacing:.06em;}
.rsh-item{display:flex;align-items:center;padding:10px 14px;cursor:pointer;line-height:1.3;transition:background .15s ease,color .15s ease;}
.rsh-item:hover,.rsh-item.is-active{background:rgba(29,32,137,.06);color:var(--rsh-navy);}
.rsh-text{flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rsh-del{flex:0 0 auto;margin-left:8px;padding:2px 6px;color:#c0c4cc;font-size:15px;line-height:1;transition:color .15s ease;}
.rsh-del:hover{color:var(--rsh-navy);}
.rsh-divider{height:1px;background:#e5e7eb;margin:6px 14px;}
