@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

.grecaptcha-badge {
    opacity: 0;
}

/* フォント変更 */
body, h1, h2, h3, h4, h5, h6, a {
	font-family: 'Noto Sans JP', sans-serif;
}

/*枠の太さと色*/
.sc_frame {
    border: 1.8px solid;
}

.text.sc_balloon{
	color: #545454  !important;
}


/*囲い枠の文字色*/
.sc_frame {
    color: #545454;
}

/*画像の囲い枠*/
/*.blocks-gallery-item img, .wp-block-image img {*/
/*border: 4px solid #e5e5e5;*/
/*padding: 1px;*/
/*}*/


.rtoc-mokuji-content #rtoc-mokuji-title {
  line-height: 0.6;
}

h5 {
  padding: .1em .9em;
  border-bottom: 1px dashed #ccc;
}


/*トグルカスタマイズ/*
/*①タイトルの背景色と文字色を変更*/ 
.sc_toggle_title { 
     background-color: #ffeae8;
     color: #e5e5e5;
}

/*②タイトル下の▼の背景色を変更*/
.sc_toggle_title.active:before {
     border-top: 10px solid #fffaf9;
}

/*テキストエリアの色を変更*/
.sc_toggle_content { 
     background-color: #fffaf9;
     color: #ffffff;
}