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

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

/* 問い合わせフォーム*/
/* 作成日を非表示 */
.post-112 .date-tags {
	display: none;
}

/*お名前、メールアドレス、題名*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
	width: 400px;
	height: 40px;
}
/*同意して送信*/
.wpcf7 input.wpcf7-quiz {
	width: 100px;
	height: 40px;
}
/* 送信ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#0071a1;
	border:0;
	border-radius: 4px;
	color:#fff;
	font-size:1em;
	padding:0;
	width: 100px;
	height: 40px;
}

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

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

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