.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner,
.c-secTitle {
    border-color: #8888e7;
}

.c-categoryList__link {
    background-color: #8888e7;
}

.post_content h3:before {
    background: repeating-linear-gradient(90deg, #8888e7 0%, #8888e7 29.3%, rgba(150, 150, 150, .2) 29.3%, rgba(150, 150, 150, .2) 100%);
}

.c-categoryList {
    color: #8888e7;
}

.l-mainContent__inner {
    padding: 50px 20px;
}

.-sidebar-on .l-mainContent {
    margin: auto;
}

.c-postThumb__img {
    position: relative;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.c-postThumb__figure:before {
    padding: 0;
}

.p-articleThumb__img {
    max-width: 600px;
}

li.p-postList__item {
    max-width: 250px;
}

.c-postThumb__cat {
    display: none;
}

.contact-toggle {
    background: #8888e7;
    color: #fff;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.contact-toggle:hover {
    background: #a5a5e4;
    color: #fff;
}

.to-woman-contact {
    margin-top: 20px;
}

/* フォーム全体 */
.wpcf7 form {
    max-width: 700px;

}

/* 見出し */
.wpcf7 h3 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 20px;
    border-bottom: 2px solid #a5a5e4;
    padding-bottom: 6px;
}

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

/* 入力フィールド */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    margin-top: 6px;
    padding: 10px;
    border: 1px solid #a5a5e4;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #fff;
}

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

/* ファイルアップロード */
.wpcf7 input[type="file"] {
    margin-top: 6px;
}

/* 送信ボタン */
.wpcf7 input[type="submit"] {
    background: #8888e7;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}

/* ホバー */
.wpcf7 input[type="submit"]:hover {
    background: #6f6fd8;
}

.required {
    color: #ff0000;
    font-size: 13px;
    margin-left: 10px;
}

.wpcf7 input[type="file"] {
    margin-top: 6px;
    background: transparent;
    border: none;
    padding: 0 0 10px;
}