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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/** 記事本文内のマージンを調整 */
    .content p {
       margin-bottom: 1.4em;
        }
body {
    background-color: #fff;
        font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.content-in {
  flex-direction: row-reverse;
}
.wrap {
  max-width: 1200px;
}
.main {
    width: 66%;
    background:#fbfbfb;
}
.sidebar {
    width: 32%;
    background:#fbfbfb;
}
#content {
  margin: 50px 0;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}
/*768px以下*/
@media screen and (max-width: 768px){
  .mobile-menu-buttons {
    z-index: 1000!important;
  }
}

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