/* -------------- */
/* Office10 Added */
/* -------------- */
/* Last Modified: 2025/01/02 21:44 */

@media all and (max-width: 599px) {

	/* ▼フッタ固定ボタン領域 */
	.o10-FixedFootBtn {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 50;
		opacity: 1;
	}
		.o10-fixedList {
			margin: 0;
			padding: 0;
			list-style-type: none;
			display: flex;
			align-items:center;
			justify-content:center;
			font-size: 18px;
			text-decoration: none;
		}
			.o10-oneBtn {
				flex: 1;
				text-align: center;
			}
				.o10-oneBtn a {
					color: white;
					display: block;
					margin: 0;
					padding: 1rem 0;
				}
			.o10-telBtn {
				background-color: #e38f4e;
			}
				.o10-telBtn .cont__img {
					margin-right: 5px;
					vertical-align: -2px;
				}
			.o10-LineBtn {
				background-color: #3ea553;
			}

	/* ▼既存CSSの調整上書き */
	.ftr__txt {
		padding-bottom: 5rem;
	}
	.return-top {
		bottom: 9%;
	}

}
@media all and (min-width: 600px) {

	.o10-FixedFootBtn { display: none; height: 0px; overflow: hidden; }

}
