/* カスタム CSS をここに入力してください */
/*************************************
書籍プレゼント見出し
***********************************/
/* Heading */
.elementor-widget-heading h2{
	color:#666666 !important;
	border-left-style:none !important;
	background-color:transparent;
	
}

/*************************************
書籍プレゼントボタン
***********************************/
.btn02 {
  display:block;  
  max-width: 100%;
  background-color: #24c1cd;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  padding:16px;
  text-align: center;
  border-radius: 4px;
  transition: .4s;
}
.btn02:hover {
  background-color: #fff4f7;
	
}



/*************************************
ダウンロードボタン中央
***********************************/
.elementor-shortcode .sdm_download_link a{
	text-align: center;
width: 100%;
  margin: 0 auto;
 /* max-width: 500px;*/
	
}
