@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.lp-section h2 {
  color: #ffffff; /* 白に変更 */
  background-color: #003b4f; /* 落ち着いた濃紺に */
  padding: 1rem;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  border-left: 6px solid #00a7c4; /* ワンポイントカラー */
}

.lp-section.lp-box {
  background-color: #f9f9f9;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
