.sp-title{
    display: flex;
    width: 90%;
    margin: 20px auto 0 auto;
    justify-content: space-around;
}

.slider-title{
    width: 330px;

}
.slider-title img{
    width: 100%;
}

#topimage {
    width: 100%;
    margin: 10px auto 25px;
}
#topimage img {

}



.head-border {
    display: flex;
    align-items: center;
    margin: 5px 10px 0 10px;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}


.ano-sp{
    width: 420px;
    padding: 0px 15px 0px 25px;
}
.ano-site{
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin:0;
}
.ano-site img{
    max-width: 45%;
    max-height: 80px;
    display: inline-block;
}
.ano-site a{
text-decoration: none;
}


.ano-site2{
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin: 0;display: flex;
    justify-content: space-around;
}
.ano-site2 img{
    max-width: 100%;
    max-height: 130px;
    margin-bottom: 20px;
}
.ano-site2 a{
    text-decoration: none;
    margin: 10px 10px 0 10px !important;
}




.swiper-container{
    overflow: hidden;
    cursor: grab;
    width: 98%;
    white-space: nowrap;
    padding: 5px 0px 10px;
    margin: auto;
}

#slide{
    display: flex;
    width: max-content;
    gap: 20px;
    align-items: center;
}

/* ↓ スライド（コンテンツ） */
.slide { /*スライド全体 */
    width: 100%; /* スライドの「ペア」の数 (slide_boxの数) に合わせて調整 (例: 2ペアなら200%) */
    height: 100%;
    display: flex;
    transition: all 0.3s;
}

.slide_com_a {
    width: 90%; /* 親要素(slide_div)内で幅を調整 */
    height: 100%; /* 親要素(slide_div)内で高さを調整 */
    text-decoration: none;
    display: flex; /* 子要素の配置を制御 */
    flex-direction: column; /* 要素を縦に並べる */
    justify-content: center; /* 縦方向の中央揃え */
    align-items: center; /* 横方向の中央揃え */
    flex-shrink: 0;
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.2);
    height: 100px;
    max-width: 180px;
    border-radius: 5px;
    margin: unset !important;
}

.slide_com_a img{
    object-fit: contain;
    width: 90% !important;
    height: 100% !important;
    /* padding: 10px !important; */
    display: block;
    margin: auto;
}

.com_logo_box{
    height: 90px; /* ロゴの表示領域の高さ。元の画像のアスペクト比を保ちつつ、2段表示に合うように調整 */
    margin-bottom: 4px;
    display: flex; /* 画像を中央に配置 */
    justify-content: center;
    align-items: center;
    overflow: hidden; /* ロゴがはみ出ないように */
}
.com_logo_box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}



/* モバイル表示時の調整 */
@media screen and (max-width: 700px) {
    #topimage img {
        max-height: 100%;
    }
}

@media (max-width: 500px) {
  .insert-break-point::after {
    content: "\A";
    white-space: pre;
  }
}