.item_spec_wrap {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/*特徴*/
.item_spec_fe1_ph1 {
  max-width: 470px;
  box-sizing: border-box;
}
.item_spec_fe1_ph1 img {
  display: block;
  width: 100%;
  height: auto;
  border: solid 1px #ccc;
}
.item_spec_fe1_tex {
  background: rgba(255, 255, 220, 0.9);
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 44%;
  max-width: 400px;
}
.item_spec_fe1_tex p {
  margin: 0;
  line-height: 1.8;
  font-size: 14px;
  color: #333;
}
.fe1_tex_col1 span{ color: #ff6600; }
.fe1_tex_col2 span{ color: #0066cc; }

/* ───── フレームサイズ ───── */
    .item_spec_fe1_tit_box {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 40px 0 30px;
    }
    .item_spec_fe1_tit_box::before,
    .item_spec_fe1_tit_box::after {
      content: "";
      flex: 1;
      min-width: 40px;
      flex-shrink: 0;
      height: 1px;
      background-color: #8d4e81;
    }
    .item_spec_fe1_tit_box::before {
      margin-right: 40px;
    }
    .item_spec_fe1_tit_box::after {
      margin-left: 40px;
    }
    .fe1_tit {
    font-size: 22px;
    line-height: 1.8;
    font-weight: 700;
    margin: 0;
    text-align: center;
    color: #8d4e81;
    }
    .item_spec_fe1_1_box{
    width: calc(( 650 / 940 )*100%);
    margin-left: auto;
    margin-right: auto;
    }
    .item_spec_fe1_1{
    width: 100%;
    display: block;
    position: relative;
    margin: 30px auto 60px;
    width: 90%;
    max-width: 800px;
    }

/* ───── フレーム仕様 ───── */
.frame_spec{
  margin-top: 40px;
}
.frame_spec_tit_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.frame_spec_tit{
  font-size: 18px;
}
.frame_spec_tit_box::before,
.frame_spec_tit_box::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #6f789c;
}

.frame_spec_tit_box::before { margin-right: 40px; }
.frame_spec_tit_box::after  { margin-left: 40px; }

.frame_spec_tit {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

/* ───── 本文：項目／内容の2カラム ───── */

.frame_spec_body {
  max-width: 640px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  text-align: center;          /* 内側ラッパーを中央寄せ */
}

/* サイズ＋仕様 全体を包むラッパー */
.frame_spec_inner {
  display: inline-block;       /* 中身の幅に縮む */
  text-align: left;            /* 中のテキストは左寄せ */
}

/* 各ブロック（サイズ／仕様） */
.frame_spec_block {
  margin-bottom: 24px;
}

.frame_spec_body h3{
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: 700;
}

.frame_spec_dl {
  display: grid;
  grid-template-columns: auto 1fr;  /* 左：項目 / 右：内容（可変） */
  column-gap: 16px;
  row-gap: 8px;
  margin: 0;
}

.frame_spec_dl dt {
  font-weight: 700;
  white-space: nowrap;
}

.frame_spec_dl dd {
  margin: 0;
}

/* ───── スマホ版 ───── */
@media (max-width: 768px) {
  .frame_spec_body {
  max-width: none;
  font-size: 12px;
  line-height: 1.6;
  }
  .frame_spec_tit{
  font-size: 18px;
  }
  .item_spec_fe1_1_box{
  width: 90%;
  }
  .item_spec_fe1_ph1 {
  max-width: none;
  width: 100%;
  margin: 0 auto 15px;
  }
  .item_spec_fe1_tex {
  position: static;
  left: auto;
  bottom: auto;
  transform: none;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 10px auto 0;
  }
  .item_spec_fe1_tit_box::before {
    margin-right: 10px;
    min-width: 5px;
  }
  .item_spec_fe1_tit_box::after {
    margin-left: 10px;
    min-width: 5px;
  }
  .fe1_tit,
  .fe2_tit {
    font-size: 16px;
  }
  .item_spec_fe1_tit2_box p {
    font-size: 16px;
  }
}
