
@charset "UTF-8";

/*----------LINEボタン----------*/
#contact_title + section .contents_btn01 .heading.block_header_6 {
  background: none;
  padding-bottom: 0!important;
}

#contact_title + section .contents_btn01 .heading.block_header_6 .h{
  font-size: 2.3rem;
}

#contact_title + section .contents_btn01 .content_wrapper .heading+.add_text{
  margin-bottom:10px;
}

#contact_title + section .contents_btn01 .content_wrapper{
  margin:30px 0;
}

@media screen and (max-width:500px){
  #contact_title + section .contents_btn01 .content_wrapper{
    padding: 0;
  }

  #contact_title + section .contents_btn01 .heading.block_header_6 .h{
    font-size: 4.8vw;
  }
}

#contact_title + section .contents_btn01 .content_wrapper a {
  background: #00B900;
  color: #fff;
}

#contact_title + section .contents_btn01 .content_wrapper a:before{
  content:none;
}

#contact_title + section .contents_btn01 .content_wrapper a:hover{
  opacity:0.7;
}

#contact_title + section .contents_btn01 .content_wrapper a:hover:after{
  opacity:0;
}

#contact_title + section .contents_btn01 .content_wrapper a span:before,
#contact_title + section .contents_btn01 .content_wrapper a span:after{
  border:1px solid #fff;
}
