/* 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;
}
#isc01, #isc02, #isc03, #isc04, #isc05, #isc06 {
    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;
}


/* バナーの表示方法変更 */
.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;
}

/* フッターの関連サイト情報のリンク変更 */
#footer .footer .footer-category ul li{
    color: #828282;
    font-size: .85rem;
}
#footer .footer .footer-category .btn-footer-contact {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    width: 85%;
    color: #ea5400;
}


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

/* iPhoneで画像が縦に伸びる問題の対応 */
.banner-area .container-fluid .row {
    align-items: flex-start;
}


/*フッターにSNSリンク追加*/
.footer-logo, .footer-sns {
    text-align: center;
    margin: 0 auto;
}

.footer-sns img{
    width: 30px;
    margin: 10px 5px;
}
