/* Start custom CSS for html, class: .elementor-element-2d277f9 *//*フッター固定ボタン*/
#footer_mail{
	display: block;
	opacity: 0.92;
	background-color:#E3F6FF;
	width: 100%;
	position: fixed;
	bottom: 0;
	padding: 10px 15px;
}

#footer_mail_box{
	text-align:center;
}

.btn-blog{
	height:34px;
	color: #FFFFFF;
	background: #FC5C63;
	border-style: none;
	border-radius: 4px;
	font-weight: bold;
}

.btn-blog2{
	height:34px;
	color: #FFFFFF;
	background: #39AE36;
	border-style: none;
	border-radius: 4px;
	font-weight: bold;
}

.btn-blog3{
	height:34px;
	color: #FFFFFF;
	background: #0092D5;
	border-style: none;
	border-radius: 4px;
	font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44019f5 *//* フッター固定バナー */
#footer_mail{
  display: block;
  opacity: 0.95;
  background-color: #E3F6FF;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

/* 内側 */
#footer_mail_box{
  text-align: center;
}

/* 共通ボタン */
#footer_mail_box a{
  display: inline-block;
  width: 32%;
  margin: 3px 1%;
  padding: 10px 5px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  box-sizing: border-box;
}

/* フォーム */
.btn-blog{
  background: #FC5C63;
}

/* 電話 */
.btn-blog2{
  background: #39AE36;
}

/* LINE */
.btn-blog3{
  background: #0092D5;
}

/* スマホ最適化 */
@media screen and (max-width: 768px){
  #footer_mail_box a{
    width: 100%;
    margin: 5px 0;
    font-size: 14px;
    padding: 12px;
  }
}/* End custom CSS */