@charset "UTF-8";

.pc { display: block !important; }
.sp { display: none !important; }

.New_Table2022 {
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.Btm150m {
	margin-bottom: 150px;
}

.fadeUpTrigger{
opacity: 0;
}



.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}



.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;

}

.swiper-container {
    margin: 0 auto;
    max-width: 800px;
}
.swiper-slide {
    text-align: center;
}

.swiper_box {
    position: relative;
}
.swiper_box .swiper-button-prev {
    left: 10px;
    top: 50%;
}
.swiper_box .swiper-button-next {
    right: 10px;
    top: 50%;
}
@media (max-width: 700px) {
    .swiper_box .swiper-button-prev {
        left: 20px;
    }
    .swiper_box .swiper-button-next {
        right: 20px;
    } 
}
