@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/

/* fontの設定 *
* {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif !important;
}*/

/* Google reCaptcha の非表示 */
.grecaptcha-badge {
    visibility: hidden;
}

/* 親テーマの上書き */
/* 箇条書きのインデント */
.article-body ol:not(.contents-outline__ol) {
	list-style-position: outside;	/* inside => outsideへ変更 */
	padding-left: 1rem;
}

/* アコーディオンの記号を変える */
.epb-accordion__title.is-active:after{
	content:"\e92b";		/* + 記号を矢印記号に */
}

.epb-accordion__title:after{
	content:"\e92d";		/* - 記号を矢印記号に */
}

/* 本文のpaddingを削除 */
.article-body{
	padding-top: 0 !important;
}

/* お問い合わせフォームのバリデーション停止 */
.wpcf7-form-control-wrap {
  > .wpcf7-not-valid-tip {
    display: none;
    margin-top: 10px;
  }

  &.is-show {
    & .wpcf7-not-valid-tip {
      display: block;
    }
  }
}