@charset "utf-8";
/* CSS Document */

/*-----------------------
ペロバーム
-----------------------*/
/* =========================
   Pelo Baum page styles
   ========================= */

.pelobaum-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 16px 56px;
  color: #222;
  line-height: 1.8;
  text-align: left;
  /*font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;*/
}

.pelobaum-hero {
  padding: 18px 18px 20px;
  border-radius: 14px;
  background: #f6f3ef;
  border: 1px solid #e7e0d8;
  margin-bottom: 18px;
}

.pelobaum-eyebrow {
  margin: 0 0 6px;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  color: #6a5b4a;
}

.pelobaum-title {
  margin: 0 0 4px;
  font-size: 1.6rem;
  line-height: 1.35;
}

.pelobaum-subtitle {
  margin: 0;
  color: #4a4a4a;
}

.pelobaum-section {
  margin-top: 26px;
}

.pelobaum-section-head {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pelobaum-h2 {
	margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-bottom: 8px;
  /*border: 1px #D2E4DA solid;*/
	color:#006C45 ;
	background: #E3F1EC;
	color: #414141;
	padding: 15px 10px 15px 18px;
}

.pelobaum-h3 {
  margin: 10px 0 8px;
  font-size: 1.4rem;
  line-height: 1.5;
	border-bottom: dotted 2px #7FA880;
	padding-bottom: 8px;
	margin-bottom: 18px;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
}
.pel-br{
	display: block;
}
.pel-br2{
		display: none;
}
.pelobaum-lead {
  margin: 0 0 10px;
}

.pelobaum-text {
  margin: 0 0 10px;
}

.pelobaum-em {
  font-weight: 600;
}

.pelobaum-note {
  margin: 0;
  font-size: 0.8rem;
  color: #666;
	text-align: right;
}

.pelo-baum_table{
	margin-top: 20px;
}

.pelo-baum_table table tr td{
	border-top: solid 1px #9A9A9A;
	padding: 10px;
	font-size: 14px;
}


/* Font Awesome 装飾リスト */
.pelobaum-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 5px 10px 5px 10px; 
	border-radius: 10px;
background: #E2F7E2;
	background: #DEF0E8;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
}

.pelobaum-list_2 {
  list-style: none;
  margin: 20px 0 0;
  padding: 5px 10px 5px 10px; 
	border-radius: 10px;
	background: #F1F1EA;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
}

.pelobaum-list li {
  position: relative;
  padding-left: 2em;
  margin: 10px 0;
  line-height: 1.7;
}

.pelobaum-list_2 li{
  position: relative;
	text-align: center;
	margin: 10px 0;
  line-height: 1.7;
	background: #FFFFFF;
	padding: 5px 0 5px 0;
	color: #513104;
	  font-size: 1.1em;
}

/* Font Awesome チェックアイコン */
.pelobaum-list li::before {
  content: "\f058"; /* fa-circle-check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.15em;
  font-size: 1em;
  color:#019E79;
	margin-left: 5px;
}

.pelobaum-box .pelobaum-list_2 li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.15em;
  font-size: 1.2em;
  color: #8c2d2d;
margin-left: 5px;
}

.pelobaum-checklist {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.pelobaum-checklist li {
  position: relative;
  padding-left: 1.5em;
  margin: 8px 0;
}

.pelobaum-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.8;
}

/* Feature cards (PC: 3 columns, SP: stacked) */
.pelobaum-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.pelobaum-feature {
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 20px;
  background: #fff;
	
}

.pelobaum-badge {
  display: inline-block;
  font-size: 0.82rem;
  padding: 2px 10px;
  border-radius: 999px;
	background: #045C53;
	color: #FFFE60;
/*  background: #f1e9de;
  border: 1px solid #e7e0d8;
  color: #6a5b4a;*/
  margin-bottom: 8px;
}

.pelobaum-photo{
	display: flex;
	justify-content: space-between;
}
.pelobaum-aga_block{
	display: flex;
	justify-content: space-between;
}
.pelobame-aga_txt{
	margin-right: 30px;
}
.pelobaum-aga_man-image{
	max-width: 300px;
	width: 100%;
	flex-shrink: 1;
}
.pelobaum-aga_man-image-450{
	max-width: 450px;
	width: 100%;
	flex-shrink: 1;
}

/* Box */
.pelobaum-box {
  margin-top: 12px;
  padding: 14px;
  border-radius: 14px;
  background: #fbfaf8;
  border: 1px solid #e7e0d8;
}

.pelobaum-box-title {
  margin: 0 0 8px;
  font-weight: 700;
	text-align: center;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
}

.balloon-001 {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 350px;
    margin-bottom: 15px;
    padding: .8em 1.2em;
    border-radius: 5px;
    background-color: #e3f2ec;
    color: #333333;
	margin: 0 auto;
}

.balloon-001::before {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    background-color: #e3f2ec;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}


/* Disclaimer */
.pelobaum-disclaimer {
  margin-top: 14px;
  padding: 10px 15px 5px 15px;
  border-radius: 14px;
	background: #F3F0F0;
	font-size: 14px;
}

.pelobaum-disclaimer-title {
  margin: 0 0 6px;
  font-weight: 700;
}

.pelobaum-mt {
  margin-top: 16px;
}


@media (max-width: 768px) {
  .pelobaum-wrap {
    padding: 20px 5px 40px;
  }
	
.pelobame-aga_txt{
	margin-right: 0px;
}
  .pelobaum-title {
    font-size: 1.4rem;
  }

  .pelobaum-features {
    grid-template-columns: 1fr;
  }
	
.pelobaum-photo{
	display: block;
	margin-bottom: 20px;
	text-align: center;
}	
	
.pelobaum-aga_block{
	display: block;
}	
.pel-br{
	display: none;
}
.pel-br2{
		display: block;
}
.pelobaum-note {
	text-align: left;
}
	
}

/* 横並びラッパー */
.product-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; /* ←追加 */
  gap: 10px; /* カードの間隔を追加 */
}

/* 各製品カード */
.product-card {
  width: 32%; /* 横3つで並ぶように調整 */
	border: solid 1px #B8B8B8;
  /*border: 1px solid #eee;*/
  border-radius: 10px;
  padding: 5px 20px 25px 20px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.product-card p{
	font-size: 15px;
}

h2.pelobame-item{
	font-size: 18px;
}

.pelobame-item_waribiki{
	font-size: 13px;
	background: #F9ECA7;
	padding: 5px;
}
  .product-image img {
	  text-align: center;
    margin: 0 auto;
    display: block;
  }
/* モバイル対応 */
@media (max-width: 1006px) {
  .product-wrapper {
    display: block;
  }

  .product-card {
    width: 100%;
    margin-bottom: 20px;
  }

h2.pelobame-item{
	font-size: 22px;
}

  .product-text {
    width: 100%;
    font-size: 15px;
  }

  .usage {
    font-size: 15px;
  }
}
