.top_no_login_wrapper{
    max-width: 1186px;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
}
.top_no_login_heading_flex_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.top_no_login_flex_content{
    display: flex;
    justify-content: center;
    gap:30px;
}
.top_no_login_flex{
    width:280px;
    height: 210px;
    border-radius: 3px;
    border: 1px solid #E1E4E7;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    background-color: #ffffff;
}
/*=====画像サイズは変更になる可能性あり=====*/
.top_no_login_flex img{
    width: 100%;
    max-width: 180px;
    max-height: 180px;
    height: auto;
    object-fit: contain;
}
.top_no_login_content01,
.top_no_login_content02,
.top_no_login_content03,
.top_no_login_content04,
.top_no_login_content05{
    padding-bottom: 80px;
}
/*---10/26〜10/27---*/
.slick-arrow {
    font-size: 0;
}
.top_no_login_flex{
    aspect-ratio:281/213;
}
.top_no_login_flex img{
    max-width: 100%;
    min-width: 100%;
    object-fit: contain;
}
@media(max-width:1300px){
    .slick-prev{
        left: 0px !important;
        z-index: 999;
    }
    .slick-next{
        right: 0px !important;
        z-index:999;
    }
    .slick-arrow {
        font-size: 0;
    }
    .more_btn a{
        width:98px !important;
    }
}
@media(max-width:768px){
    .slick-arrow {
        font-size: 0;
    }
    .more_btn a {
        text-decoration: none;
        max-width: 98px !important;
        min-width: 98px  !important;
        font-size:14px !important;
    }
    .top_no_login_wrapper{
        padding-top:40px;
    }
    .top_no_login_content{
        padding-bottom:50px;
    }
    .top_no_login_heading_flex h2{
        font-size:16px;
    }
    .top_no_login_heading_flex_content{
        max-width:96vw;
        margin:0 auto;
        margin-bottom:25px;
    }
    .top_no_login_flex_content{
        width:98vw;
        margin: 0 0 0 auto;
    }
    .more_btn a {
        text-decoration: none;
        max-width: 98px !important;
        min-width: 98px  !important;
        font-size:14px  !important;
    }
    /*携帯版の画像サイズが正しいのか実際の画像反映後確認*/
    .top_no_login_flex{
        aspect-ratio:184/140;
    }
    .top_no_login_flex img{
        max-height:100%;
        object-fit:contain;
    }
}
@media(max-width:768px){
    .top_no_login_flex img{
        max-height: 150px;
    }
}
/*-------------*/