@charset "UTF-8";
/* CSS Document */

.baOfficeSupport{
	/*right: 0;
	top: 0%;
	transform: translateY(-0%);
    -webkit-transform: translateY(-0%);
	top: 108px;*/
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.baOfficeSupport{
	/*top: 88px;*/
}
}

.btScroll{
	display: none !important;
}


.indexMain{/*indexMainズームアニメーション無効*/
	/*animation: none;*/
}
@keyframes mainZoom {/*indexMainズームアニメーション*/
0% {transform: scale(1) ;}
50% {transform: scale(1.5) ;}
100% {transform: scale(1) ;}
}


.SDMlogoJA{
	position: fixed;
	z-index: 9;
	top: 50%;                    /* 親要素の半分下にずらす */
	left: 50%;                   /* 親要素の半分右にずらす */
	transform: translateY(-50%) translateX(-50%);
	width: 300px;
	height: 16px;
	width: 500px;
	height: 26px;
	max-width: 500px;
	max-height: 26px;
}
@media (orientation: landscape) and (max-width: 767px) {/* 横向き対応 */
.SDMlogoJA{
	top: 75%;
}
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.SDMlogoJA{
	top: 30%;
	transform: translateX(-50%);
	max-width: 300px;
	max-height: 16px;
}
}
@media (orientation: portrait) {/*2020-02-19 add fujimoto*/
.SDMlogoJA{
	top: 30%;
}
}
img.sdmJA{
	width: 100%;
	animation: mainZoomLogo 15s /*infinite*/forwards;/*indexMainズームアニメーション*/
}
img.sdmJA.noani{
	animation: none;
}

@keyframes mainZoomLogo {/*indexMainズームアニメーション*/
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}

