/* --- 共通設定 --- */
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
  padding: 20px;
}

.subtitle{
    color:#e63282;
    font-size:0.9em!important;
    padding:0!important;
    margin:0!important;
}

/* --- 特徴セクション --- */
  .point_flex_container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
    border-bottom: 2px dotted #ddd;
    padding-bottom: 30px;
  }

.point_flex_container dt {
  flex: 0 0 100px;
  text-align: center;
  font-weight: bold;
}

.point-label {
  color:#e63282;
    font-family: "Century Gothic", "Futura","Apple Gothic", "Arial", sans-serif!important;
  font-size: 0.9rem;  /* 小さめフォント */
  letter-spacing: 1px;
  display: block;
  line-height: 1;          /* 行間を詰める */
  margin-bottom: 2px; 
  padding-top:20px;
  padding-bottom:5px;
}

.point-number {
  color:#f13489;
  font-family: "Century Gothic", "Futura","Apple Gothic", "Arial", sans-serif!important;
  font-size: 2rem;     /* 大きめの数字 */
  line-height: 1;
}


  .point_flex_container dd {
    flex: 1;
    margin: 0;
  }

  .point_flex_container h4 {
    font-family: "Century Gothic", sans-serif!important;
    margin-top: 0;
    font-size: 1.5em!important;
    color: #333;
  }

.about_pointTitle_pic {
  display: flex;
  gap: 0;               /* 隙間なし、必要なら調整 */
  flex-wrap: nowrap;    /* 折り返さない */
  margin: 10px 0;
  padding-left: 0;
}

.about_pointTitle_pic li {
  list-style: none;
  flex: 1;              /* すべて同じ幅 */
}

.about_pointTitle_pic img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- ご注文ステップ --- */
.order_step{
    padding-top:50px;
}


/* --- ご注文ステップ（カード＋▼マーク） --- */
dl.chumon_Step01 {
  display: flex;
  align-items: center; 
  gap: 20px;
  margin-bottom: 50px;
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  position: relative;
}

dl.chumon_Step01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #e1e1e1;
}

.chumon-divider {
  display: none;
}

dl.chumon_Step01:last-of-type::after {
  display: none;
}

dl.chumon_Step01 dt {
  flex: 0 0 90px;
  text-align: center;
}

dl.chumon_Step01 dt img {
  width: 60px!important;
  height: auto;
}

dl.chumon_Step01 dd {
  flex: 1;
  margin-left: 15px;
}

.chumon_Step01 h4 {
  display: inline-block !important;
  position: relative !important;
  font-size: 1.3rem !important;
  font-weight: bold !important;
  line-height: 1.2em !important;
  z-index: 1 !important;
  margin-bottom: 8px !important; 
}

.step_label{
    font-size:1em;
}
.step_number_label{
    font-size:1.5em;
}


/* --- ボタンリンク --- */
.chumon_Step01 a,
.link_bottun a {
  display: inline-block;
  color: #333;
  background-color: #f7f7f7;
  border: 1px solid #333;
  border-radius: 999px;
  padding: 6px 18px;
  text-decoration: none;
  font-size: 14px;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.chumon_Step01 a:hover {
  background-color: #FFDA76;
}

.link_bottun {
  margin-bottom: 10px;
}

/* --- お問い合わせ＆会員登録ボタン --- */
.toiawase_about01 {
  margin: 60px 0;
  text-align: center;
}

ul.toiawase_about {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}


ul.toiawase_about li {
  border-radius: 8px;
  padding: 10px 30px !important;
  font-size: 19px !important;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.toiaase_about02 {
  background-color: #ec5f9e;
}

.sinkikaiin_about {
  background-color: #000;
}

.toiawase_about a {
  color: #fff;
  text-decoration: none;
}

.toiaase_about02 i {
  margin-right: 5px;
}

/* --- メディアクエリ（スマホ対応） --- */
@media screen and (max-width: 1024px) {
  .about_pointTitle_pic li {
    flex: 1 1 48%;
  }

  dl.chumon_Step01 {
    flex-direction: column;
    align-items: flex-start;
  }

  dl.chumon_Step01 dt,
  dl.chumon_Step01 dd {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}


@media screen and (max-width: 480px) {
  .about_pointTitle h4,
  .chumon_Step01 h4 {
    font-size: 18px !important;
  }

  .chumon_Step01 p {
    font-size: 14px;
  }

  .about_pointTitle_pic li {
    flex: 1 1 100%;
  }

  dl.chumon_Step01 dt img,
  .about_pointTitle dt img {
    width: 60px;
  }

  .chumon_Step01 a {
    font-size: 13px;
    padding: 5px 14px;
  }
