@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){
  /*必要ならばここにコードを書く*/
}
/* ページID「74」のコンテンツ内の2列テーブルに30%と70%の幅を適用 */
.page-id-74 table td:first-child,
.page-id-74 table th:first-child,
.postid-74 table td:first-child,
.postid-74 table th:first-child {
    width: 30% !important;
}

.page-id-74 table td:last-child,
.page-id-74 table th:last-child,
.postid-74 table td:last-child,
.postid-74 table th:last-child {
    width: 70% !important;
}

/* 送信ボタン */
.wpcf7 input[type="submit"] {
    color: white;
    font-size: 24px;
    background-color: #B4533C; /* 背景色を緑に変更 */
    width: 250px; /* 幅を250pxに変更 */
    border-radius: 10px; /* 角を丸くする */
}

