@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以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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

.afterword-box {
  padding: 2em;
  background: #fefefe;
  border-top: 2px solid #e0e0e0;
  margin-top: 3em;
}
.afterword-box h2 {
  font-size: 1.5em;
  color: #444;
}
.afterword-box p {
  line-height: 1.9;
  color: #555;
  font-size: 1.05em;
}
.afterword-box blockquote {
  border-left: 4px solid #ff6600;
  padding-left: 1em;
  margin: 1.5em 0;
  color: #333;
  font-size: 1.05em;
}

/* スマホ・タブレット：文字やや大きめ */
.responsive-text {
  font-size: 1.2em;
  line-height: 1.9;
}

/* PC（768px以上）：文字を1段階小さく */
@media screen and (min-width: 768px) {
  .responsive-text {
    font-size: 1.05em !important;
  }
}

