/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/*Google fonts設定*/
.zen-kaku-gothic-antique-regular {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*------------- Contact Form 7------------- */
/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #e26c0c; /* 背景色 */
	border-radius: 0px;
}
/* 任意マーク */
.any {
    color: #76573C !important;
	margin-right: 10px;
	padding: 6px 10px;
	background: #fff; /* 背景色 */
	border-radius: 0px;
}

/* 項目名を太字にする */
form p {
	font-weight: 600;
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#0E2C8E;
	border:0;
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	margin:0 auto;
	border-radius: 0px;
}


/* ===== TablePress 会社概要デザイン（左：オレンジ / 右：薄ベージュ） ===== */
#tablepress-1 {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #d9d9d9;
  font-size: 16px;
}

/* 罫線 */
#tablepress-1 td,
#tablepress-1 th {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: none;
  border-right: none;
  padding: 18px 18px;
  vertical-align: top;
  line-height: 1.8;
}

/* 左列（見出し） */
#tablepress-1 td:first-child,
#tablepress-1 th:first-child {
  width: 180px;                 /* 左列幅（お好みで） */
  background: #f36f00;          /* オレンジ */
  color: #fff;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
	font-size: 1.1em;
}

/* 右列（本文） */
#tablepress-1 td:nth-child(2),
#tablepress-1 th:nth-child(2) {
  background: #fbf7ef;          /* 薄いベージュ */
  color: #222;
  font-size: 1.1em;
}

/* TablePressのデフォの縞模様を無効化（入ってるテーマ対策） */
#tablepress-1 tbody tr.odd td,
#tablepress-1 tbody tr.even td {
  background: inherit;
}

/* スマホで左列を少し狭く */
@media (max-width: 600px) {
  #tablepress-1 td:first-child,
  #tablepress-1 th:first-child {
    width: 120px;
    font-size: 14px;
    padding: 14px 10px;
  }

  #tablepress-1 td,
  #tablepress-1 th {
    padding: 14px 12px;
    font-size: 14px;
  }
}
