.elementor-1279 .elementor-element.elementor-element-8d7fadf{text-align:center;}.elementor-1279 .elementor-element.elementor-element-8d7fadf .elementor-heading-title{color:var( --e-global-color-03b2f17 );}.elementor-1279 .elementor-element.elementor-element-8d7fadf > .elementor-widget-container{margin:0px 0px 105px 0px;}/* Start custom CSS for html, class: .elementor-element-3f8351f *//* フッター固定バナー */
#footer_mail{
  display: block;
  opacity: 0.95;
  background-color: #ffffff;
  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;
    width: 1100px;
    margin: 0 auto;
}

/* 共通ボタン */
#footer_mail_box a{
  display: inline-block;
  width: 30%;
  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{
    text-align: center;
    width: 100%;
    margin: 0 auto;
}    
    
  #footer_mail_box a{
    width: 30%;
    margin: 0 1%;
    font-size: 10px;
    padding: 10px 1px;
  }
}/* End custom CSS */