/*
Theme Name: Windy Child
Theme URI: 
Author: 
Author URI: 
Description: Windy の子テーマ
Template: windy
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: windy-child
*/

:root{
  --color-border:#e5e5e5;
}

/* news single */
.news-single .news-container{
  max-width: 900px;
}

.news-single-header{
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 2rem;
}

.news-single-title{
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 0.5rem;
}

.news-single-body{
  font-size: 1rem;
  line-height: 1.9;
}

.news-single-body p{ margin: 0 0 1rem; }

.news-single-body h2{
  font-size: 1.25rem;
  margin: 2rem 0 0.75rem;
  padding-left: 0.75rem;
  border-left: 3px solid var(--color-accent);
}

.news-single-body h3{
  font-size: 1.1rem;
  margin: 1.5rem 0 0.5rem;
}

.news-single-back{
  text-align: center;
  margin-top: 3rem;
}
/* サービス */
.service-card-description{
  margin-top: 0; /* または削除 */
}

.service-card {
	padding-bottom: calc(var(--spacing-xl) + 12px);
}

