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

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
.acf-field:nth-of-type(1){
  background-color: #8ed1fc;
  border-bottom: 5px double #f4f5f7;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 5px;
}

.acf-field:nth-of-type(2){
  background-color: #1e90ff;
  border-bottom: 5px double #f4f5f7;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 5px;
}
.acf-field:nth-of-type(3){
  background-color: #8ed1fc;
}
.acf-field:nth-of-type(4){
  border-bottom: 15px solid #f4f5f7;
  background-color: #8ed1fc;
}
.acf-field:nth-of-type(5){
  background-color: #8ed1fc;
}
.acf-field:nth-of-type(6){
  background-color: #8ed1fc;
  border-bottom: 15px solid #f4f5f7;
}
.acf-field:nth-of-type(7){
  background-color: #1e90ff;
  color: white;
  border-radius: 5px;
  border-bottom: 15px solid #f4f5f7;
}
.acf-field:nth-of-type(8){
  background-color: #8ed1fc;
  border-bottom: 15px solid #f4f5f7;
  border-radius: 5px;
}
p.description{
  color: white !important;;
}
