@charset "utf-8";

/* List */
.list-item .list-content { position:relative; overflow:hidden; }
.list-item .list-media { overflow:hidden; }
.list-item .list-media .timeline-img { width:100%; height:auto; display:block; }
.list-item h2.timeline-heading { display:block; font-size:16px; line-height:22px; margin:0px; padding:0px 0px 6px; }
.list-item h2.timeline-heading a { font-weight:normal; }
.list-item .list-sp { margin:0 5px; color:#ddd; font-size:10px; }
.list-item .timeline-info { margin-top:12px; }
.list-item .timeline-icon img, .list-item .timeline-icon i { border-color: transparent !important;}

/* Infinite */
.list-wrap #infscr-loading { background: rgb(0, 0, 0); margin:0px; padding: 10px; border-radius: 10px; left: 50%; width: 200px; margin-left:-110px; text-align: center; bottom: 50px; color: rgb(255, 255, 255); position: fixed; z-index: 100; opacity: 0.8; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.list-wrap .list-more { text-align:center; margin-bottom:20px; }
.list-wrap .list-more a { color:#ddd; font-size:60px; }
.list-wrap .list-top { line-height:1px; }

/* Anchor Link */
.timeline-container { display: flex; justify-content: space-between;width: 99%; gap: 7px; margin-left: 3px; }
.timeline-item { flex: 1; background-color: #2f96ff; color: white !important; text-align: center; padding: 10px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s, transform 0.3s; }
.timeline-item:hover { background-color: #1e70cc; transform: scale(1.05); }
.fixed-item { flex: 1; background-color: rgb(168, 168, 168); color: white !important; text-align: center; padding: 10px; border-radius: 5px; font-weight: bold; margin-left: 3px; }
