/**
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
*/


/* section */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 90%;
}

/* 
.elementor-widget-heading h2.elementor-heading-title {
    display: inline-block;
    background-image: linear-gradient(transparent 70%, #b9e0c3 70%);
}
*/


/* site-description */
.site-header .site-description {
  font-size: 1.1rem;
}

@media screen and (max-width: 544px) {
  .site-header .site-description {
    font-size: 0.8rem;
  }
}


/* concept-text */
.elementor-widget-container{
	line-height: 1.4;
}

.concept-line {
  text-align: center;
  line-height: 1.8;
  font-size: 4rem;
  font-weight: 900;
  margin: 0 auto;
  font-family: 'Noto Sans', sans-serif;
}

.concept-line .accent {
  font-size: 4rem;
}

.concept-line .highlight-bg {
  display: inline-block;
  padding: 0px 20px;
  background-color: #1B9C85;
  border-radius: 16px;
  color: #ffffff;
  margin-right: 10px;
}

@media screen and (max-width: 544px) {
  .concept-line {
    font-size: 2rem;
    line-height: 1.5;
  }

  .concept-line .accent {
    font-size: 2rem;
  }

  .concept-line .highlight-bg {
    padding: 0px 10px;
    border-radius: 12px;
    margin-right: 5px;
  }
}

/* CONTACT */
/* フォーム全体 */
.wpcf7 form {
  max-width: 640px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ラベル */
.wpcf7 form label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 0.9rem;
  color: #222;
}

/* 必須マーク */
.cf7-req {
  display: inline-block;
  background: #555;
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 3px;
  margin-right: 6px;
}

/* 入力フィールド共通 */
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 0.95rem;
  background: #fafafa;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* フォーカス時 */
.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form textarea:focus {
  border-color: #2b5dab;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(43, 93, 171, 0.15);
}

/* テキストエリア */
.wpcf7 form textarea {
  min-height: 140px;
  resize: vertical;
}

/* 送信ボタン */
.wpcf7 form .wpcf7-submit {
  background: #1b9c85;
  color: #fff;
  font-size: 1rem;
  padding: 12px 32px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.1s ease;
  text-align: center;
}

.wpcf7 form .cf7-submit {
  text-align: center;
}


/* hover / active */
.wpcf7 form .wpcf7-submit:hover {
  background: #234c8c;
}
.wpcf7 form .wpcf7-submit:active {
  transform: scale(0.98);
}

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

/* 送信結果メッセージ */
.wpcf7-response-output {
  margin-top: 16px;
  padding: 12px;
  border-radius: 4px;
  font-size: 0.9rem;
}
.wpcf7-mail-sent-ok {
  background: #e6f4ea;
  color: #256d1b;
  border: 1px solid #b7e0c2;
}
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  background: #fdecea;
  color: #b91c1c;
  border: 1px solid #f5c2c0;
}

.wpcf7 form label input,
.wpcf7 form label textarea {
  margin-top: 6px; /* 設問文と入力欄の間 */
}

.wpcf7-spinner {
    display: none !important;
}