﻿@charset "utf-8";

/*--  LP1_common --*/

body {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #333;
  background: #f9f9f9;
  margin: 0;
  padding: 0;
}


h1, h2, h3 {
  color: #2b2b2b;
}

h1 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  border-left: 5px solid #7cb08a;
  padding-left: 0.5em;
}

img {
  max-width: 100%;
  height: auto;
}

header {
  background: #f9f9f9;
  margin: 0;
  padding: 5px 0;
}

#logo {
  max-width: 1000px;
  margin: 0 auto;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#logo img {
  display: block;
  width: 110px;
  height: auto;
}

#logo span {
  font-size: 0.75rem;
  color: #2b2b2b;
  white-space: nowrap;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.hero {
  background: #e9ebe2;
  padding: 20px 20px;
  text-align: center;
}

.hero .highlight {
  color: #3a7d5e;
  font-weight: bold;
}

#contents {
  max-width: 600px;
  margin: 0 auto;
  padding: 0px;
}

.section {
  padding: 40px 20px;
  text-align: left;
  background: #fff;
  margin-bottom: 20px;
}

.illustration {
  display: block;
  max-width: 300px;
  margin: 20px auto 0;
}



.btn-primary {
  display: inline-block;
  background: #3a7d5e;
  color: #fff;
  margin-top: 30px;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-primary:hover {
  background: #2b6149;
}

.highlight {
  color: #3a7d5e;
  font-weight: bold;
}

.product-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  width: 100%;
  box-sizing: border-box;
}

.product-image {
  width: 250px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.product-info {
  max-width: 400px;
  text-align: left;
}

.product-info ul {
  list-style: none;
  padding: 0;
}

.product-info li {
  margin: 8px 0;
  position: relative;
  padding-left: 1.2em;
}

.product-info li::before {
  content: "✓";
  color: #3a7d5e;
  position: absolute;
  left: 0;
}

footer {
  background: #949c72;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 0.7em;
}

footer a {
  display: inline-block;
  margin: 0;
  padding: 10px 0;
  font-size: 0.85rem;
  color:#fff;
}

.logo-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 0px;
  width: 100%;
  box-sizing: border-box;
}



/* ==== スマホ対応の全体調整 ==== */
html, body {
  overflow-x: hidden;
  width: 100%;
}

/* スマホ画面では余白を少し小さめに */
@media screen and (max-width: 768px) {
  .section {
    padding: 40px 15px;
  }
  header {
    padding: 10px 0;
  }
  #logo {
    padding: 5px 10px;
  }

  .product-box {
    flex-direction: column;
    align-items: center;
  }
  .product-info {
    max-width: 100%;
  }
}

.marker-yellow {
background: linear-gradient(transparent 75%, #ffdd00 0%);
}

span.nobr {
  display: inline-block;
}

.center {
  text-align: center;
}

   .profile {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	}
	.profile figure {
	margin: 0px; 
	padding: 0px;
	}
	.profile figcaption {
	font-size: 0.8em;
	text-align: center;
	}
	.profile img {
	border-radius: 50%;
	flex-shrink: 0;
	}
	.profile-text p {
	margin: 0 0 8px;
	font-size: 0.85em;
	line-height: 1.6;
	} 

