@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/




/************************************
太字・色
************************************/
.bold {
font-weight: bold;
}
.blue {
color: #0095d8;
font-weight: bold;
}

/************************************
解答（表示・非表示）
************************************/
.qa-toggle .toggle-button {
  display: inline-block;
  padding: 8px 12px;
  background-color: #0073aa;
  color: white;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s;
  font-size: 16px;
}
.qa-toggle .toggle-button:hover {
  background-color: #005a87;
}
.qa-toggle .answer {
  margin-top: 10px;
  padding: 10px;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.qa-toggle .toggle-button::before {
  content: none !important;
}
.answer > p {
	margin-bottom :0;
}

/************************************
本文記事見出し H2 H3 H4 H5
************************************/
.article h2 {
  font-size: 26px !important;/*文字のサイズ*/
  border-bottom: 2px solid #0053ac;/*下線*/
  color: #001a63;
  background-color: #ffffff;
  padding-bottom: .5em;
  padding-left: 0;
  margin-bottom: 5%;
  border-top: none;
}


/************************************
以下は削除しない
************************************/


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
