/*
Theme Name: 子実コーンNAVI
Theme URL: テーマのサイトのURI
Description: テーマの説明
Author: 作者の名前
Version: テーマのバージョン
Tags: テーマの特徴を表すタグ（カンマ区切り/オプション）
License: テーマのライセンス
License URI: テーマのライセンスのURI
*/
/* この下に通常のcssを書いていく */

/* Contact Form 7 スタイリング */
.wpcf7-form p {
    margin-bottom: 10px; /* ここで下マージンを調整 */
}

.wpcf7-form label {
    width: 30%;
    display: block;
    margin-bottom: 5px; /* ラベルの下のマージンを調整 */
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    padding: 8px;
    /* margin-bottom: 10px; */
    /* margin-left: 20px; */
}

.wpcf7-form input.btn-primary{
    padding-top:12px;
    padding-bottom: 12px;
}

.wpcf7-checkbox input{
    width: auto !important;
}

/* サブミットボタンのスタイル */
.wpcf7-form input[type="submit"] {
    /* color: #000;
    border: 1px solid #000;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    padding: 0.9em 2em;
    border-radius: 28px;
    font-size: 16px;
    font-weight: normal;
    transition: 0.3s;
    cursor: pointer; */
}

.pager a, .pager span {
    margin-left: -1px;
    padding: 0px 12px;
    border-left: 1px solid #999999;
    /* border-right: 1px solid #999999; */
}

.pager a.prev {
    margin-left: -1px;
    padding: 0px 12px;
    border-left: none;
    border-right: none;
}


.magnifying_glass {
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    color: #000;
    font-size: 20px;
    z-index: 2;
    top: 43px;
    float: right;
    right: 10px;
}
.magnifying_glass::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0.7em;
    height: 0.7em;
    box-sizing: border-box;
    border: 0.15em solid currentColor;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    z-index: 2;
}
.magnifying_glass::after {
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 1;
    transform: rotate(-45deg);
    width: 0.15em;
    height: 1em;
    box-sizing: border-box;
    background-color: currentColor;
    content: "";
}

/* .grecaptcha-badge { visibility: hidden; } */


/* reCAPTCHAバッジを中央Send下に配置 */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    position: relative !important;
    bottom: 290px !important;
    margin: 0 auto !important;
  }
  .grecaptcha-badge:hover {
    width: 256px !important;
  }

@media screen and (max-width: 1020px) {
    .grecaptcha-badge {
        bottom: 270px !important;
    }
}
@media screen and (max-width: 851px) {
    .grecaptcha-badge {
        bottom: 290px !important;
    }
}
@media screen and (max-width: 818px) {
    .grecaptcha-badge {
        bottom: 320px !important;
    }
}
@media screen and (max-width: 767px) {
    .grecaptcha-badge {
        bottom: 450px !important;
    }
}
@media screen and (max-width: 425px) {
    .grecaptcha-badge {
        bottom: 450px !important;
    }
}
@media screen and (max-width: 320px) {
    .grecaptcha-badge {
        bottom: 460px !important;
    }
}
.category footer {
    padding-top: 8.4rem;
}

