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

    .item_spec_tit_box {
      display: flex;
      width: 100%;
    }

    .item_spec_tit_l {
      width: 50%;
    }

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

    .item_spec_tit_r {
      width: 50%;
      background-color: #060;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Google Sans Flex", sans-serif;
      font-size: 28px;
      font-weight: 400;
      letter-spacing: 2px;
      text-align: center;
    }

    .item_spec_fe1_tit_box,
    .item_spec_fe2_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,
    .item_spec_fe2_tit_box::before,
    .item_spec_fe2_tit_box::after {
      content: "";
      flex: 1;
      height: 1px;
      background-color: #060;
    }

    .item_spec_fe1_tit_box::before,
    .item_spec_fe2_tit_box::before { margin-right: 40px; }
    .item_spec_fe1_tit_box::after,
    .item_spec_fe2_tit_box::after  { margin-left: 40px; }

    .fe1_tit,
    .fe2_tit {
      font-size: 22px;
      font-weight: 700;
      margin: 0;
      text-align: center;
      color: #060;
    }

    .item_spec_fe1 {
      position: relative;
      margin-top: 40px;
    }

    .item_spec_fe1_2 img,
    .item_spec_fe1_3 img {
      max-width: 640px;
      width: calc((640 / 930) * 100%);
      height: auto;
      display: inline-block;
    }

    .item_spec_fe1_2 {
      text-align: right;
      margin-bottom: -8%;
    }

    .item_spec_fe1_3 {
      text-align: left;
    }

    .item_spec_fe1_1 {
      position: absolute;
      top: 15%;
      left: 40px;
      max-width: 260px;
      padding: 16px 20px;
      background: rgba(255, 255, 220, 0.9);
      box-shadow: 0 2px 6px rgba(0,0,0,0.06);
      z-index: 2;
      box-sizing: border-box;
    }

    .item_spec_fe1_1 p {
      font-size: 14px;
      line-height: 1.8;
      margin: 0;
      color: #333;
    }

.item_spec_fe2_1_box{
width: calc(( 650 / 940 )*100%);
margin-left: auto;
margin-right: auto;
}
.item_spec_fe2_1{
width: 100%;
display: block;
}
    @media (max-width: 768px) {

      .br_sp { display: block; }
      .item_spec_tit_r {
        font-size: 16px;
      }

      .item_spec_fe1 {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
      }

      .item_spec_fe1_1 {
        position: static;
        order: 3;
        max-width: 640px;
        width: calc((640 / 930) * 100%);
        margin-top: 3%;
        margin-left: auto;
        margin-right: auto;
      }

      .item_spec_fe1_2 { order: 1; }
      .item_spec_fe1_3 { order: 2; }

      .fe1_tit,
      .fe2_tit {
        font-size: 16px;
      }

      .item_spec_fe1_tit_box::before,
      .item_spec_fe2_tit_box::before { margin-right: 10px; }
      .item_spec_fe1_tit_box::after,
      .item_spec_fe2_tit_box::after  { margin-left: 10px; }
      .item_spec_fe2_1_box{ width: 90%; }
    }

    /* ───── タイトルまわり ───── */

.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;
}
  /* 必要なら1列表示にする場合の例
  .frame_spec_dl {
    display: block;
  }
  .frame_spec_dl dt {
    margin-top: 12px;
  }
  .frame_spec_dl dd {
    margin-left: 0;
    padding-left: 1em;
  }
  */
}

.frame_notice{
  margin-top: 20px;
}
.frame_notice_body{
    background: rgba(255, 255, 220, 0.9);
    padding: 30px;
    width: 100%;
    max-width: 680px;
    margin-left: auto; margin-right: auto;
    margin-top: 40px;
}
.frame_notice_body h3{
  font-size: 18px;
  font-weight: 700;
  color: #03c;
  text-align: center;
}
.frame_notice_tex2{
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
}
.frame_notice_body p span{
  color: #900;
}
.sonoma_notice_icon{
  width: 90%;
  max-width: 500px;
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}