.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: 400px;
}

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

.c-postThumb__cat {
    display: none;
}

/* コンテナ */
.to-woman-contact-wrap {
    background: #f7f7fb;
    border-radius: 14px;
    padding: 40px 30px;
    text-align: center;
    margin: 40px auto;
    max-width: 800px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* テキスト */
.to-woman-top-txt {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #333;
}

/* 説明文 */
.to-woman-contact-wrap p {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 30px;
}

/* ボタン */
.contact-toggle {
    background: linear-gradient(135deg, #7a7be9, #9aa3ff);
    color: #fff;
    border: none;
    padding: 16px 30px;
    cursor: pointer;
    font-size: 17px;
    border-radius: 8px;
    font-weight: 600;
    width: 90%;
    max-width: 420px;
    transition: all .25s ease;
    box-shadow: 0 8px 20px rgba(122, 123, 233, 0.25);
}

/* hover */
.contact-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(122, 123, 233, 0.35);
    background: linear-gradient(135deg, #6c6df0, #8c94ff);
}

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

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

}

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

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

/* 入力フィールド */
.wpcf7 .women-form input[type="text"],
.wpcf7 .women-form input[type="email"],
.wpcf7 .women-form input[type="tel"],
.wpcf7 .women-form input[type="date"],
.wpcf7 .women-form select,
.wpcf7 .women-form 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 .women-form textarea {
    min-height: 120px;
}

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

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

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

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

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

.gallery.gallery-grid {
    display: flex;
    gap: 10px;
    max-width: 1000px;
    flex-wrap: wrap;
}

.gallery.gallery-grid>a img {
    max-width: 200px;
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    object-fit: cover;
}

.pc-none {
    display: none;
}

@media (max-width:600px) {
    .pc-none {
        display: block;
    }

    .gallery.gallery-grid {
        display: flex;
        gap: 10px;
        max-width: 1000px;
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: 100%;
    }

    .gallery.gallery-grid>a img {
        width: 200px;
    }
}