/*フローティングバナーを固定するためのコード*/
@media screen and (min-width: 1200px) {
.ft-bnr {
    position: fixed;
    left: 0;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/*フローティングバナーの大きさを調整するためのコード*/
.ft-bnr01-link img, .ft-bnr02-link img {
    width: 70px;
}

	.sticky-toolbar .ft-bnr01-link, .sticky-toolbar .ft-bnr02-link {display: none}
}

/*1200px以下のときにフローティングバナーを右側にするためのコード*/
@media screen and (max-width: 1200px) {
	.ft-bnr { display: none}
	/*
	.ft-bnr {
		position: fixed;
		right: 0;
		top: 270px;
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	*/
	.sticky-toolbar {top: 125px; background: transparent}
	.sticky-toolbar li { margin-bottom: 15px }
	.sticky-toolbar li:last-child { margin-bottom: 0 }
	.sticky-toolbar li a {15px;border-top-left-radius: 0.42rem;border-bottom-left-radius: 0.42rem;}
	.sticky-toolbar .jumpToCategory {background: #258ec4;}
	.sticky-toolbar .ft-bnr01-link {background: #7BC2CA;}
	.sticky-toolbar .ft-bnr02-link {background: #B78FBC;}
	.ft-bnr01-link img, .ft-bnr02-link img { width: 17px;/* 48px */	}

.chatbot-message {
    position: fixed;
    bottom: 78px;
    right: 50px;
    background: #48b1f8;
    border-radius: 20px;
    padding: 10px 10px;
    z-index: 98;
}

button#widgetIcon {
    background: #42A5F5;
    background: var(--df-messenger-button-titlebar-color);
    border: none;
    border-radius: 50%;
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 1px 4px 15px 0px;
    cursor: pointer;
    height: 56px;
    position: absolute;
    right: 30px;
    width: 56px;
}

	
}


.c-layout-page {position: sticky;}

.c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li > a.c-link > div {padding-right: 15px;padding-left: 15px;border-right: solid 1px #a0a0a0;}

.sticky-toolbar.mt-4, .sticky-toolbar.my-4 {
    /* margin-top: 0 !important; */
}