/*
Theme Name: Neve Child
Template: neve
Version: 1.0
*/
.wp-block-latest-posts__list li {
    border-bottom: solid 0.5px #a7a7a7;
    padding-bottom: 10px;
}

.co-info-table table {
    border: solid 0.5px;
	margin: auto;
	width: 80%;
}

.co-info-table td:nth-of-type(1) {
	width: 30%;
	text-align: center;	
	background: #191970;
	color: #ffffff;
	border-bottom: solid 0.5px #ffffff;
}

.co-info-table td:nth-of-type(2) {
    width: 70%;
	border-bottom: solid 0.5px;
}

.co-info-table table tr {
    border: solid 0.5px;
}

.co-info-table table td {
    padding: 15px;
}

h2.wp-block-heading {
    margin-bottom: 10px;
}

h2.wp-block-heading:after {
    content: '';
    border-bottom: solid 3px #3c3aff;
    width: 45px;
    display: block;
    margin: auto;
    padding-top: 10px;
}

h3.wp-block-heading {
    color: #191970;
}

/* フォーム全体 */
.wpcf7 {
  margin: 0 auto;
}

.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ラベル */
.wpcf7 label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

/* 入力系 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: 0.2s;
  box-sizing: border-box;
}

/* フォーカス */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: #0073aa;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,115,170,0.15);
}

/* テキストエリア */
.wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}

/* 送信ボタン */
.wpcf7 input[type="submit"] {
  background: #0073aa;
  color: #fff;
  padding: 14px;
  border: none;
	width: 100%;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}

.wpcf7 input[type="submit"]:hover {
  background: #005f8d;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #d63638;
}

.wpcf7-response-output {
  margin-top: 20px;
  border-radius: 8px;
}

.footer--row-inner.footer-bottom-inner.footer-content-wrap {
    background: #191970;
}