#container {
  max-width: 1200px;
  margin: 0 auto;
}
#main {
  width: 100%;
}


.mainContents {
  font-size: 14px;
  color:#696969;/*文字色*/
  padding: 1em;/* 内側余白 */
  letter-spacing: 0.1em;/*文字間*/
  line-height: 1.5;/*行間*/
}



    p {
    margin-bottom: 5px;
    padding-left: 1.5em;/* 内側余白 */
    padding-right: 1.5em;/* 内側余白 */
    }

    p.img_center{    
    text-align: center;
    margin-bottom: 5px;
    }




.display_sp {
    display: none !important;
}

.display_pc{
		display: block !important;
}

@media (max-width: 767px) {
    .mainContents {
        width: 100%;
    }
	.display_sp {
    display: block !important;
	}
	.display_pc{
		display: none !important;
	}
}



.product-details h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
}






.mincho-title {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
  margin: 0 0 30px 0;
}




/* 背景色をつける */
.box1-5 {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS P明朝", serif;
}

.box1-5 p {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333333;
}

.small {
  margin-bottom: 0;
}

.large {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0; /* ← ここが重要！ */
}




/* 背景色をつける */
.box1-6 {
    margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
    padding: 1em;        /* 内側余白 */
    background-color:#ffffff; /* 背景の色 */
}

/* pタグの余白 */
.box1-6 p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    color:#4c362c;
    letter-spacing: 0.2em;
    font-weight: bold;
}











.dotted-line {
  border: none;
  border-top: 1px dotted #ccc;
  margin: 10px 0;
}





.section-bg {
  background-color: #fce4ec; /* 薄いピンク */
  padding: 40px 0; /* 横paddingは中身の方で設定する */
  width: 100vw; /* ビューポート幅いっぱい */
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.section-bg img {
  display: block;
  max-width: 1200px; /* 好きな最大幅に設定 */
  width: 100%;
  margin: 0 auto;
}




.section-bg2 {
  background-color: #f7f3eb; /* 薄いグレージュ */
  padding: 40px 0; /* 横paddingは中身の方で設定する */
  width: 100vw; /* ビューポート幅いっぱい */
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.section-bg2 img {
  display: block;
  max-width: 1200px; /* 好きな最大幅に設定 */
  width: 100%;
  margin: 0 auto;
}




.card-box {
  max-width: 1200px; /* 中身の白カード幅制限 */
  margin: 0 auto;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 16px;
}

/* スマホ用：白カードの左右に余白を持たせる */
@media screen and (max-width: 768px) {
  .card-box {
    margin: 0 20px; 
  }
}


.card-box h2 {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.step {
  padding: 20px 0;
  border-bottom: 1px dashed #ccc;
  display: block !important;
}

.step:last-child {
  border-bottom: none;
}

.step h3 {
  font-size: 2.2em;
  color: #cc9900;
  margin-bottom: 0.5em;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "YuMincho", serif;
  font-weight: bold;
}

.step .lead.strong {
  font-size: 1.4em;
  font-weight: bold;
  color: #333;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "YuMincho", serif;
  line-height: 1.4 !important;
  margin-bottom: 0.5em;
}



.step .desc.left {
  text-align: left;
  margin-left: 0;
}


/* 念のため：親や全体にflexが効いていたら打ち消す */
.step * {
  display: block !important;
}


/* 最後の .step の下余白をなくす */
.step:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}



.point-item {
  padding: 20px 0;
  border-bottom: 1px dashed #ccc; /* ← 今までと同じ点線 */
}

.point-item:last-child {
  border-bottom: none;
}

.point-title {
  font-size: 1.3em; /* 少し大きく */
  font-weight: bold;
  color: #333;
  text-align: left;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "YuMincho", serif;
  margin-bottom: 0.5em;
}

.point-title .number {
  margin-right: 0.3em;
  color: #333;
}

.point-text {
  font-size: 1em;
  line-height: 1.8;
  text-align: left;
  font-family: sans-serif; /* 必要に応じて明朝体にも変更可 */
}





.faq-item {
  background-color: #fff;
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 25px;
  border-left: 5px solid #f8b6cc; /* 左ピンクライン */
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  padding: 20px; /* 内側余白を追加 */
  padding-bottom: 30px; /* 下だけ広めに */
}


/* スマホ用：白カードの左右に余白を持たせる */
@media screen and (max-width: 768px) {
  .faq-item {
    margin: 0 20px 20px 20px;
  }
}



.question {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #333;
}

.answer {
  font-size: 1em;
  color: #444;
  line-height: 1.6;
}

.answer span {
  color: #cc9900;
  font-weight: bold;
  margin-right: 5px;
}
