/* カスタマイズ用CSS */
.baner{
    margin: 0 auto;
    max-width: 1920px;
    margin-top: 10px;
}
.baner ul {
    list-style: none;
    margin-left: -40px;
    display: flex;
}
.baner_slide {
    overflow: hidden;
}
.baner_slide img{
  margin:0 auto;
}
.pink-line {
    background: linear-gradient(transparent 80%, #dd9dbf 0%);
}

.border {
    border: 1px solid #dee2e6 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.rounded {
    border-radius: .25rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.border-primary {
    border-color: #007bff !important;
}