/*
Theme Name:     Foxiz child
Template:      	foxiz
Theme URI:      https://foxiz.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Foxiz in this child theme.
Version:        1.0
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

i.note:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top:6px;
    background-image: url('https://tacre.biz/wp-content/themes/foxiz-child/image/note.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

i.substack-jp:before,i.substack-en:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    margin-top:2px;
    width: 12px;
    height: 12px;
    margin-left:2px;
    background-image: url('https://tacre.biz/wp-content/themes/foxiz-child/image/substack.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-wrap:not(.footer-etemplate) > *:first-child:not(.footer-copyright) {
    padding-top: 0 !important;
}

.fa-angle-right {
    margin: 0 5px;
    line-height: 1;
}

/* ================================
   Contact Form 7 – Minimal Brand Style
   Designed for Takuya's portfolio
   ================================ */


/* 全体レイアウト */
p.cf7in {
    max-width: 600px;
    margin: 0 auto 15px;
}

.wpcf7 form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0;
}

/* ラベル（段落） */
.wpcf7 form p {
    margin-bottom: 24px;
    font-size: 15px;
    color: #333;
    letter-spacing: 0.3px;
}

/* 入力欄（テキスト・メール・テキストエリア） */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fafafa;
    font-size: 15px;
    color: #222;
    transition: all 0.2s ease;
}

/* フォーカス時：静かに強調 */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
    border-color: #000;
    background: #fff;
    outline: none;
}

/* 送信ボタン */
.wpcf7 input[type="submit"] {
    background: #000;
    color: #fff;
    padding: 5px 30px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s ease;
}

/* ホバー時：静かな変化 */
.wpcf7 input[type="submit"]:hover {
    background: #333;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
    color: #d9534f;
    font-size: 13px;
    margin-top: 4px;
}

/* 送信後のメッセージ */
.wpcf7-response-output {
    border: none;
    padding: 12px 0;
    font-size: 14px;
    color: #333;
}

.page-header-1 {
    margin-bottom: 10px;
    padding-top: 10px;
}

.page-id-8831 h1.s-title, .page-id-8888 h1.s-title {
	display:none !important;
}
.lang-item-en {
    margin-left: 0 !important;
}
.lang-item-ja {
    margin-left: -15px !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.entry-content h4.wp-block-heading {
  margin-bottom: 1rem;
  border-left: 6px double #ebca00;
  padding-left: 0.5rem;
}

.contact-head {
	margin-bottom:1.5em;
}

#back-top {
	bottom:40px !important;
}