/* header固定 */
#header{
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 111;
}
main{
    padding-top: 100px;
}
#app .sub-page {
    margin-top: 0px;
    padding-top: 160px;
}
.pt-5, .py-5 {
    padding-top: 5rem!important;
}
#rle01, #rle02, #rle03, #rle04, #rle05, #rle06 {
    display: block;
    margin-top: -100px;
    padding-top: 100px;
    z-index: -99;
    position: relative;
}


/* 新着企業の画像サイズ統一 */
#top .cusers-area #top-cusers .row .top-cusers-contents img{
    width: 220px;
    max-width: 95%;
    height: 220px;
    object-fit: contain;
}

@media (max-width: 575.98px){
    #top .cusers-area #top-cusers .row .top-cusers-contents {
        padding-right: 5px;
        padding-left: 5px;
    }
}

/* バナーの表示方法変更 */
.swiper-parent {
	position: relative;
}
.swiper-container {
	width: calc(100% - 100px);
	padding-bottom: 50px;
	box-sizing: content-box;
}
.swiper-button-prev, .swiper-button-next {
	top: calc((100% - 50px) * 0.5);
	margin-top: -22px;
}

/* 企業登録内容を確認→戻るで画像サイズが大きく表示される問題対応 */
#sub-main-regist a img {
    max-width: 100%;
}


/*フッターにロゴとSNSリンク追加*/
.site-information {
    text-align: center;
}
.footer-logo img{
    width: 250px;
    margin-bottom: 20px;
}
.site-information .footer-sns img{
    width: 30px;
    margin: 0 5px 40px 5px;
}
