@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
*/

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

h1 {
  font-size: 26px !important;/*文字のサイズ*/
  position: relative;
  padding: .8em;
  color: #fff;
  background: #7B86C6;
  margin-bottom: 15px;
  border-top: none;
  border-bottom: none;
}
h1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 40px rgba(123,134,198,.5);
}

h2 {
  font-size: 20px !important;/*文字のサイズ*/
  position: relative;
  padding: .8em;
  color: #323232;
  border: 1px solid rgba(85,168,220,.2);
  background: linear-gradient(#FFF 0%, rgba(85,168,220,.5) 100%);
  margin-bottom: 15px;
}

/*******************************************************************************************/
:root {
   --cocoon-tab-label-color: #000000; /* 非アクティブ時の背景色 */
   --cocoon-tab-label-active-color: #3038ab; /* 選択したタブの背景色 */
}
/*******************************************************************************************/

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

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

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