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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.trialRead {
  margin: 1.5em 0 3em;
}
.trialRead a {
  background: #ff9b00;
  padding: 18px 38px;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  color: #ffff;
  width: 64%;
  display: block;
  text-align: center;
  border-radius: 5px;
  border-bottom: solid 4px #d97a01;
  margin: 0 auto;
}
.widget-above-single-sns-buttons-title {
  font-size: 23px;
  font-weight: bold;
  padding: 15px 0 10px 0;
  border-bottom: solid 5px #ffc877;
}
.cta-box {
  background-color: #fffce9;
  color: #000;
}
.widget-above-single-sns-buttons-title {
  text-align: center;
}
.sns-top-pickup-store {
  font-size: 27px !important;
  background: #fffade;
  border-left: solid #ffc877 8px;
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.widget-above-single-content-title p {
  font-size: 12px;
  color: #999;
}
#main .widget-above-single-content-title {
  margin-bottom: 0;
}
.grecaptcha-badge { visibility: hidden; }
.sideBnrBookstoreList {
  margin-bottom: 5px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  .trialRead a {
    width: 100%;
    padding: 10px 14px;
    font-size: 16px;
  }
  .sns-top-pickup-store {
    font-size: 22px !important;
  }
}
