/*
 Theme Name:   EduPress Child
 Theme URI:    https://edupress.thimpress.com/
 Description:  EduPress Child Theme
 Author:       ThimPress
 Author URI:   https://thimpress.com
 Template:     edu-press
 Version:      1.0.0
 Text Domain:   edu-press-child
*/

.lp-button.next-btn {
  background-color: #ffffff;       /* 通常時：白背景 */
  color: #0073aa;                  /* 通常時：青文字 */
  border: 2px solid #0073aa;       /* 青系ボーダー */
  padding: 12px 24px;
  border-radius: 12px;             /* 角丸 */
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.lp-button.next-btn:hover {
  background-color: #0073aa;       /* ホバー時：青背景 */
  color: #ffffff;                  /* ホバー時：白文字 */
}

function custom_hide_course_price_css() {
    echo '<style>

/* トップページ (homeクラス) の講座価格を強制的に非表示にする 
body.home .elementor-widget-container .course-price {
    display: none !important;
}
	*/
	
/* Retake注意文
form.lp-form-retake-course .lp-retake-note{
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
  color: #d9534f;
}
		*/

