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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* 共通フォームボックス装飾 */
.cf7-box {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 2em;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  max-width: 600px;
  margin: 0 auto;
}

/* 見出し */
.cf7-heading {
  font-size: 1.5em;
  margin-bottom: 1em;
  color: #004080;
  font-weight: bold;
  border-left: 5px solid #004080;
  padding-left: 10px;
}

/* ラベルと入力欄の間隔 */
.cf7-box label {
  display: block;
  margin-bottom: 1.5em;
  font-weight: 600;
  color: #333;
}

/* 入力欄の基本装飾 */
.cf7-box input[type="text"],
.cf7-box input[type="email"],
.cf7-box input[type="tel"],
.cf7-box input[type="date"],
.cf7-box textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1em;
}

/* 必須マーク */
.cf7-box .required {
  color: #d00;
  font-size: 0.9em;
  margin-left: 0.3em;
}

/* 送信ボタン */
.cf7-box input[type="submit"] {
  background-color: #0077cc;
  color: #fff;
  padding: 0.75em 2em;
  border: none;
  border-radius: 8px;
  font-size: 1em;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cf7-box input[type="submit"]:hover {
  background-color: #005fa3;
}

@media screen and (min-width: 1024px) {
  .entry-content *[style*="font-size"] {
    font-size: 20px !important;
  }

  .entry-content h2,
  .entry-content h3,
  .entry-content h4 {
    font-size: 28px !important;
  }

  /* 見出し風に大きくしたい段落をさらに調整 */
  .entry-content p[style*="font-size:20px"] {
    font-size: 26px !important;
    font-weight: bold;
  }
}


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

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

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

.column-wrap{
flex-direction: row !important;
}

}