/*
Theme Name: ふくい嶺北成年後見センター
Template: lightning
Version: 0.6.0
*/

/* reCAPTCHAバッジをCSS追記で非表示 */
.grecaptcha-badge {
    visibility: hidden;
}


/* フォーム全体の枠 */
.public-form {
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 24px;
    background: #fafafa;
}

/* 1行ごとのブロック */
.public-form .form-row {
    margin-bottom: 20px;
}

/* ラベル */
.public-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
    color: #333;
}

/* 必須マーク */
.public-form .req {
    color: #b30000;
    font-size: 0.9em;
    margin-left: 6px;
}

/* 入力欄 */
.public-form input[type="text"],
.public-form input[type="email"],
.public-form input[type="tel"],
.public-form select,
.public-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #bbb;
    border-radius: 2px;
    font-size: 16px;
    box-sizing: border-box;
    background: #fff;
}

/* テキストエリア高さ */
.public-form textarea {
    min-height: 160px;
}

/* フォーカス時 */
.public-form input:focus,
.public-form textarea:focus,
.public-form select:focus {
    outline: none;
    border-color: #666;
}

/* 送信ボタン */
.public-form .submit-row {
    text-align: center;
    margin-top: 30px;
}

.public-form input[type="submit"] {
    background: #333;
    color: #fff;
    border: none;
    padding: 12px 40px;
    font-size: 16px;
    cursor: pointer;
}

.public-form input[type="submit"]:hover {
    background: #000;
}


/* テーブルデザイン */
.wp-block-table th {
    color: #fff;
    background-color: #05a505;
}

.wp-block-table td,
.wp-block-table th {
    border: 1px solid #ddd;
    padding: 10px 30px;
    line-height: 2.2;
}

.wp-block-table a {
    font-size: 18px;
}


/*icon*/
.i-icon ul,
.i-icon {
    list-style: none !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

.i-pdf {
    background: url(https://demo.bizmark.co.jp/wp-content/uploads/icon_pdf.png) no-repeat 0 0;
    background-size: auto 17px;
    padding-left: 30px;
    background-position: left;
}

.i-word {
    background: url(https://demo.bizmark.co.jp/wp-content/uploads/icon_docx.png) no-repeat 0 0;
    background-size: auto 17px;
    padding-left: 30px;
    background-position: left;
}

.i-xlsx {
    background: url(https://demo.bizmark.co.jp/wp-content/uploads/icon_xlsx.png) no-repeat 0 0;
    background-size: auto 17px;
    padding-left: 30px;
    background-position: left;
}


li {
    line-height: var(--vk-line-height);
}


/* トップのギャラリーモバイル時は4列 */
@media (max-width: 767px) {

.wp-block-gallery.has-nested-images {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.wp-block-gallery.has-nested-images figure {
    width: 100% !important;
    margin: 0 !important;
}

.wp-block-gallery.has-nested-images img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

}