/**
Theme Name: Astra-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@import url('./css/contact7.css');


/* 見出しを縦書きにする設定 */
.tategaki-heading {
  writing-mode: vertical-rl; /* 縦書き（右から左） */
  -ms-writing-mode: tb-rl;
  text-orientation: upright; /* 英数字も立てる（お好みで） */
  height: auto;
  display: inline-block;
}



/* VOICE箇所のハート　ここから */

/* 全体のレイアウト設定 */
.voice-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px; /* 上下左右の隙間 */
    max-width: 1000px;
    margin: 0 auto;
    justify-content: center;
}

/* カード単体のスタイル */
.voice-card {
    background-color: #fff;
    border: 2px solid #ffb6c1; /* ピンクの枠線 */
    width: 100%;
    max-width: 450px; /* 横並び時の最大幅 */
    padding: 70px 20px;
    position: relative;
    box-sizing: border-box;
}

/* カード上中央のハートデザイン */
.voice-card::before {
    content: "❤"; /* 文字としてのハート */
    color: #f08090; /* 少し濃いピンク */
    font-size: 50px;
    position: absolute;
    top: -35px; /* 上に浮かせる */
    left: 50%;
    transform: translateX(-50%);
    background-color: #fdfdfd; /* 背景色と同じにして線を隠す */
    padding: 0 10px;
}

/* テキストの調整 */
.voice-card p {
    margin: 0;
    font-size: 15px;
    text-align: justify;
}

/* モバイル対応：画面が狭いときは1枚ずつ表示 */
@media (max-width: 600px) {
    .voice-container {
        gap: 50px 0;
    }
    .voice-card {
        max-width: 100%;
    }
}

/* VOICE箇所のハート　ここまで */




.ast-separate-container.ast-two-container #secondary .widget {
    background-color: #fff;
    padding: 1em;
    margin-bottom: 0em;
}