@charset "UTF-8";
/*
Template: swell
Theme Name: 川越もくもく会 子テーマ
Theme URI: https://kawagoe-mokumoku.com/
Description: SWELL 用カスタム子テーマ — 川越もくもく会公式
Version: 1.0.0
Author: 川越もくもく会
Author URI: https://kawagoe-mokumoku.com/
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: kawagoe-mokumoku-child
*/

.widget_categories>ul>.cat-item>a, .wp-block-categories-list>li>a {
    padding: .75em 1em .75em 1.5em;
}
.wp-block-categories-list>li>a:before {
    color: inherit;
    content: "\e921";
    display: inline-block;
    left: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
}

.widget_recent_entries a, .wp-block-latest-posts a {
    padding: .75em 1em .75em 1.5em;
	transition: padding .25s;
	position: relative;
}
.wp-block-latest-posts>li>a:before {
    color: inherit;
    content: "\e921";
	font-family: icomoon !important;
    display: inline-block;
    left: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
}
.wp-block-latest-posts{
    padding: 0;
	display:block;
}
.wp-block-latest-posts a {
    padding: .75em 1em .75em 1.5em;
    transition: padding .25s;display: block;
}
.wp-block-latest-posts a:hover {
    padding-left: 1.75em;
    padding-right: .75em
}
.wp-block-latest-posts a:hover {
    background-color: var(--swl-color_hov_gray);
}
.wp-block-latest-posts:not(.is-grid) li {
     padding: 0;
}
.icon-posted:before {
    content: none;
}
 .p-postList__meta {
        font-weight: bold;
    }
.c-categoryList:before {
    content: none;
}
@media screen and (min-width: 600px) {
	.l-topTitleArea {
        margin-top: 8px;
    }
}

/* ===== Contact Form 7 基本 ===== */
.wpcf7 {
  max-width: 640px;
  margin: 0 auto;
  font-size: 16px;
}

/* ラベル */
.wpcf7 label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

/* 入力欄 共通 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.6;
  transition: border-color 0.2s, box-shadow 0.2s;
}

/* フォーカス時 */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  outline: none;
  border-color: rgb(0, 74, 173);
  box-shadow: 0 0 0 2px rgba(0, 74, 173, 0.15);
}

/* テキストエリア */
.wpcf7 textarea {
  min-height: 140px;
  resize: vertical;
}

/* フォーム行間 */
.wpcf7 p {
  margin-bottom: 20px;
}

/* 送信ボタン */
.wpcf7 input[type="submit"] {
  background: rgb(0, 74, 173);
  color: #fff;
  border: none;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.wpcf7 input[type="submit"]:hover {
  background: rgb(0, 60, 140);
}

.wpcf7 input[type="submit"]:active {
  transform: translateY(1px);
}

/* エラーメッセージ */
.wpcf7-not-valid {
  border-color: #d93025;
}

.wpcf7-not-valid-tip {
  color: #d93025;
  font-size: 14px;
  margin-top: 6px;
}

/* 送信後メッセージ */
.wpcf7-response-output {
  margin-top: 24px;
  padding: 16px;
  border-radius: 6px;
  font-size: 15px;
}

/* 送信ボタン周りを縦並びにする */
.wpcf7 p:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* スピナーを上に */
.wpcf7 .wpcf7-spinner {
  order: -1;
  margin-bottom: 12px;
}
/* ラベル全体 */
.wpcf7 label {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
}

/* 項目名 */
.wpcf7 .label-text {
  display: inline-flex;
  align-items: center;
  line-height: 1.4;
}
/* 必須項目だけにバッジを付ける */
.wpcf7 label:has(.wpcf7-validates-as-required) .label-text::after {
  content: "必須";
  margin-left: 8px;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: rgb(0, 74, 173);
  border-radius: 4px;
}

/** 行間を調整 **/
.post_content p {
line-height:2.0;
}
.wp-block-table td, .wp-block-table th {
line-height:2.0;
}