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

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

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

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

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

/*写真つきテキスト　ここから*/
.contents-box {
  width: 80%;
  margin: 0 auto;
}

.col-odd{
     margin-bottom: 3em;
}
.col-odd__txt{
     padding: 0 2em 2em 2em;
} 
.col-odd__txt > h4 {
 margin-top: 0;
}
@media screen and (max-width: 767px){
.col-odd__txt{
     padding: 2em;
} 
}
@media screen and (min-width : 768px) { /* デスクトップ */
.flex-section{
       display: flex;
       justify-content: center;
       align-items: center;
  }
.col-odd{
       display: flex;
       justify-content: space-between;
       align-items: flex-start;
  }
.col-odd__img{
       width: 47%;
  }
.col-odd__txt{
       width: 50%;
  }
.col-odd.reverse{
       margin-bottom: 0;
       flex-direction: row-reverse;
  }
}
/*写真つきテキスト　ここまで*/


/************************************
** レスポンシブデザイン用　　 PC/タブレット/スマホ表示　　ここから
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1024px以下*/
@media screen and (max-width: 1024px){
  /*必要ならばここにコードを書く*/
.appeal div.appeal-in {
    min-height: 400px;
  }
.grid-record {
  grid-template-columns: repeat(2, minmax(500px, 1fr));
}
.appeal-title {
    font-size: 50px!important;
}
.appeal .appeal-in {
    min-height: 0px;
}
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
    .bfb-common-cta .bfb-cta-wrap .bfb-cta-right {
    margin-top: -1px;
}
	.blogcard {
    max-height: 82px;
  }
    .blogcard-snippet {
    max-height: 50px;
  }
.appeal-content {
    font-size: 1.2em!important;
}
}
/************************************
** レスポンシブデザイン用　　 PC/タブレット/スマホ表示　　ここまで
************************************/

/* 見出しカスタマイズ */
/* H2 */
.article h2{
background:none;
padding: 0;
}

/* H3 */
.article h3{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
padding: 0;
}

/* H4 */
.article h4{
border-top:none;
border-bottom:none;
padding: 0;
}

/* H5 */
.article h5{
border-bottom:none;
padding: 0;
}

/* H6 */
.article h6{
border-bottom:none;
padding: 0;
}
/* 見出しカスタマイズ 　ここまで*/

/* ヘッダー、フッダー非表示*/
#header, #footer {
  display:none;
}
/* タイトル非表示*/
.entry-title {
  display: none;
}



/* テーブル */
#wpcf7cpcnf table {
    border: none;
}
#wpcf7cpcnf table th {
    background-color: #00008B;
    border: 1px solid #ccc;
    color: #fff;
    text-align: center;
}
#wpcf7cpcnf table td {
    border: 1px solid #ccc;
}

/* ボタン */
#wpcf7cpcnf button {
    background-color: #555;
    border: 4px outset #000;
    color: #fff;
}