.site-header{
	background: lavender;
	display: flex;
	padding: 5px 5px 5px 5px;
	position: fixed;
	justify-content: space-between;
	width: 100%;
}

.sms-site-header{
	background: mistyrose;
	display: flex;
	padding: 5px 5px 10px 5px;
	position: fixed;
	justify-content: space-between;
	width: 100%;
}

.fax-site-header{
	background: #e0ffeb;
	display: flex;
	padding: 5px 5px 10px 5px;
	position: fixed;
	justify-content: space-between;
	width: 100%;
}

.input-num{
	width: 140px;
	display: inline;
}

.content{
	padding-top: 100px;
}

.sms-content{
	padding-top: 145px;
}

.fax-content{
	padding-top: 145px;
}

.swal2-html-container th{
	border:1px solid #000066;
}

.swal2-html-container td{
	border:1px solid #000066;
}

.bp-button a{
	text-decoration:none;
}

.sms-textarea{
	display: inline-block;
	_display: inline;
	vertical-align:top;
}

.fax-textarea{
	display: inline-block;
	_display: inline;
	vertical-align:top;
}

@media (max-width: 862px) { /* ‘ͺpxΘΊΜκΙKp */
	.content{
		padding-top: 128px;
	}
	.sms-content{
		padding-top: 220px;
	}
	.fax-content{
		padding-top: 220px;
	}
}

@media (max-width: 788px) { /* ‘ͺpxΘΊΜκΙKp */
	.content{
		padding-top: 173px;
	}
	.sms-content{
		padding-top: 220px;
	}
	.fax-content{
		padding-top: 220px;
	}
}

@media (max-width: 580px) { /* ‘ͺpxΘΊΜκΙKp */
	.sms-content{
		padding-top: 300px;
	}
	.fax-content{
		padding-top: 300px;
	}
}



/* TOPΙίιp{^ */
#scroll-to-top-btn{
	position: fixed;
	bottom: 10px;
	right: 10px;
	height: 50px;
	width: 50px;
	color: #FFF;
	font-size:30px;
	font-weight: bold;
	background-color:#9E9E9E;
	border: none;
	border-radius: 50%;
	transform: rotate(-90deg);
	opacity: 0;
	transition-duration: 0.5s;
}