@charset "UTF-8";

  .p-mailform-table col {
    display: none;
  }
  .p-mailform-table td > dl {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-mailform-table td > dl > dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5em;
  }
  .p-mailform-table td > dl > dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .p-mailform-table td > * + *:not(input):not(textarea):not(select) {
    margin-top: 8px;
  }
  .p-mailform-table td > * + br + * {
    margin-top: 8px;
  }
  .p-mailform-table td label + br {
    display: none;
  }
  .p-mailform-table td label + br + label {
    display: table;
    margin-top: 8px;
  }
  
  .p-mailform-table [type="text"][name*="zip01"] {
    width: 4em !important;
  }
  .p-mailform-table [name*="zip02"],
  .p-mailform-table [name*="tel0"],
  .p-mailform-table [name*="fax0"] {
    width: 5em !important;
  }
  .p-mailform-table [name*="year"],
  .p-mailform-table [name*="month"],
  .p-mailform-table [name*="day"] {
    margin-right: .25em !important;
    width: 5em !important;
  }
  .p-mailform-table [name*="month"],
  .p-mailform-table [name*="day"] {
    margin-left: .5em !important;
    width: 3em !important;
  }
  .p-mailform-table p.top {
    line-height: 2;
    margin-bottom: -2px;
  }
  .p-mailform-table [type="password"] + p {
    margin-top: 4px;
  }
  .p-mailform-table [type="password"] + p + input {
    margin-top: 8px;
  }

  .btn_area {
    text-align: center;
    margin: 30px 0;
  }
  .btn_area:first-child {
    margin-top: 0;
  }
  .btn_area:last-child {
    margin-bottom: 0;
  }
  @media print, screen and (min-width: 768px) {
    .btn_area .c-col-md-6:first-child:not(:last-child) .p-btn {
      margin-right: 0;
    }
    .btn_area .c-col-md-6:last-child:not(:first-child) .p-btn {
      margin-left: 0;
    }
  }
  .btn_area .c-grid [class*="c-col"] {
    vertical-align: middle;
  }
  
  .eccube-page .l-area__main [type="url"],
  .eccube-page .l-area__main [type="tel"],
  .eccube-page .l-area__main [type="text"],
  .eccube-page .l-area__main [type="email"],
  .eccube-page .l-area__main [type="number"],
  .eccube-page .l-area__main [type="password"],
  .eccube-page .l-area__main select,
  .eccube-page .l-area__main textarea {
    background-color: #F7F7F7;
    border: 1px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
    padding: 4px 5px;
    -webkit-transition: border-color .175s;
    transition: border-color .175s;
    width: 100%;
    max-width: 100%;
  }
  @media print, screen and (max-width: 1023px) {
    input[type="url"],
    input[type="tel"],
    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="password"],
    textarea,
    select {
      font-size: 16px;
      font-size: 1.6rem;
    }
  }
  @media print, screen and (max-width: 567px) {
    textarea {
      max-height: 15em;
    }
  }



  /* ■以下、HTMLそのままで頑張るスタイル■ */
  
  a:not([href]) {
    cursor: default;
  }
  
  .alignL {
    text-align: left;
  }
  .alignC {
    text-align: center;
  }
  .alignR {
    text-align: right;
  }

  [id="cartbtn_dynamic"]:empty {
    display: none;
  }
  
  [id="undercolumn"] [id^="undercolumn"] > :not(:first-child),
  [id="mycontents_area"] > :not(:first-child),
  .pagenumber_area + table {
    margin-top: 20px;
  }

  /* テーブル */
  #windowcolumn table:not([class]),
  .eccube-page .l-area__main table:not([class*="p-"]) {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #600;
    width: 100%;
  }
  .eccube-page .l-area__main table:not([class*="p-"]):not(:first-child) {
    margin-top: 20px;
  }
  #windowcolumn table:not([class]) th,
  #windowcolumn table:not([class]) td,
  .eccube-page .l-area__main table:not([class*="p-"]) th,
  .eccube-page .l-area__main table:not([class*="p-"]) td {
    background-color: #fff;
    border: 1px solid #600;
    padding: 10px;
    transform: none;
  }
  #windowcolumn table:not([class]) th,
  .eccube-page .l-area__main table:not([class*="p-"]) th {
    background-color: #fffbe3;
    color: #600;
  }
  .eccube-page .l-area__main table:not([class*="p-"]) + br {
    display: none;
  }

  table[summary="商品情報"] + p {
    margin-top: 2em;
  }
  #quantity_level {
    display: block;
    font-size: 0;
    list-style: none;
    margin-top: 8px;
    padding-left: 0;
    text-align: center;
  }
  #quantity_level li {
    display: inline-block;
    margin: 0 3px;
  }
  #quantity_level li a:hover {
    opacity: .7
  }
  @media screen and (max-width: 767px) {
    #quantity_level {
      display: inline-block;
      margin-top: 0;
      vertical-align: -3px;
    }
  }

  /* テーブル内のテキストリンク */
  .eccube-page .l-area__main table:not([class*="p-"]) td > a[href]:not([href*="/products/"]):not([class]) {
    background-color: #600;
    border: .5em solid #600;
    border-right-width: .75em;
    border-left-width: .75em;
    color: #fff;
    display: table;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
  }
  @media screen and (min-width: 768px) {
    .eccube-page .l-area__main table:not([class*="p-"]) td > a[href]:not([href*="/products/"]):not([class]) {
      margin: 0 auto;
    }
  }
  .eccube-page .l-area__main table:not([class*="p-"]) td > a[href]:not([href*="/products/"]):not([class]) {
    text-decoration: underline;
  }
  .eccube-page .l-area__main table:not([class*="p-"])[summary="購入商品詳細"] td > a[href]:not([href*="/products/"]):not([class]) {
    font-weight: 700;
  }
  html:not(.sp).eccube-page .l-area__main table:not([class*="p-"]) td > a[href]:not([href*="/products/"]):not([class]):hover,
  html:not(.sp).eccube-page .l-area__main table:not([class*="p-"]) td > a[href]:not([href*="/products/"]):not([class]):focus {
    text-decoration: none;
  }
  .eccube-page .l-area__main table[summary="複数お届け先の商品情報"] tr:not(:first-child) td:nth-child(2) {
    line-height: 1.5;
  }
  .eccube-page .l-area__main .price {
    color: #ff6666;
  }
  @media screen and (max-width: 767px) {
    .eccube-page .l-area__main table:not([class*="p-"]) + table {
      margin-top: -4px;
    }
    .eccube-page .l-area__main table:not([class*="p-"]),
    .eccube-page .l-area__main table:not([class*="p-"]) caption,
    .eccube-page .l-area__main table:not([class*="p-"]) thead,
    .eccube-page .l-area__main table:not([class*="p-"]) tbody,
    .eccube-page .l-area__main table:not([class*="p-"]) tfoot,
    .eccube-page .l-area__main table:not([class*="p-"]) tr,
    .eccube-page .l-area__main table:not([class*="p-"]) th,
    .eccube-page .l-area__main table:not([class*="p-"]) td {
      border: none;
      display: block;
      line-height: 1.5;
      width: auto;
    }
    .eccube-page .l-area__main table:not([class*="p-"]) colgroup {
      display: none;
    }
    .eccube-page .l-area__main table:not([class*="p-"]) tr {
      border: 1px solid #600;
    }

    /**
     * before が見出しになる群
     */
    .eccube-page .l-area__main table[summary="購入履歴"] tr:not(:first-child),
    .eccube-page .l-area__main table[summary="購入商品詳細"] tr:not(:first-child),
    .eccube-page .l-area__main table[summary="商品情報"] tr:not(:first-child),
    .eccube-page .l-area__main table[summary="複数お届け先の商品情報"] tr:not(:first-child),
    .eccube-page .l-area__main table[summary="お届け先の指定"] tr:not(:first-child),
    .eccube-page .l-area__main table[summary="お支払方法選択"] tr:not(:first-child),
    .eccube-page .l-area__main table[summary="ご注文内容確認"] tr:not(:first-child),
    .eccube-page .l-area__main table[summary="お気に入り"] tr:not(:first-child),
    .eccube-page .l-area__main table[summary="お届け先"]:not(.delivname) tr:not(:first-child),
    .eccube-page .l-area__main table[summary="お届け先"].delivname ~ table tr:not(:first-child) {
      margin-top: 15px;
    }
    .eccube-page .l-area__main table[summary="購入履歴"] td,
    .eccube-page .l-area__main table[summary="購入商品詳細"] td,
    .eccube-page .l-area__main table[summary="商品情報"] td,
    .eccube-page .l-area__main table[summary="複数お届け先の商品情報"] td,
    .eccube-page .l-area__main table[summary="お届け先の指定"] td,
    .eccube-page .l-area__main table[summary="お支払方法選択"] td,
    .eccube-page .l-area__main table[summary="ご注文内容確認"] td,
    .eccube-page .l-area__main table[summary="お気に入り"] td,
    .eccube-page .l-area__main table[summary="お届け先"]:not(.delivname) td,
    .eccube-page .l-area__main table[summary="お届け先"].delivname ~ table td {
      border: none;
      padding-left: 8em;
      padding-left: calc(8em + 10px);
      position: relative;
      text-align: left;
      min-height: 2.92em;
    }
    .eccube-page .l-area__main table[summary="購入履歴"] td:before,
    .eccube-page .l-area__main table[summary="購入商品詳細"] td:before,
    .eccube-page .l-area__main table[summary="商品情報"] td:before,
    .eccube-page .l-area__main table[summary="複数お届け先の商品情報"] td:before,
    .eccube-page .l-area__main table[summary="お届け先の指定"] td:before,
    .eccube-page .l-area__main table[summary="お支払方法選択"] td:before,
    .eccube-page .l-area__main table[summary="ご注文内容確認"] td:before,
    .eccube-page .l-area__main table[summary="お気に入り"] td:before,
    .eccube-page .l-area__main table[summary="お届け先"]:not(.delivname) td:before,
    .eccube-page .l-area__main table[summary="お届け先"].delivname ~ table td:before {
      background-color: #fffbe3;
      border-right: 1px dotted #600;
      color: #600;
      content: "";
      display: block;
      font-weight: 700;
      position: absolute; left: 0; top: 0;
      height: 100%;
      padding: 10px;
      width: 8em;
    }
    .eccube-page .l-area__main table:not([class*="p-"])[summary] td + td,
    .eccube-page .l-area__main table[summary="お届け先"]:not(.delivname) td + td,
    .eccube-page .l-area__main table[summary="お届け先"].delivname ~ table td + td {
      border-top: 1px solid #600;
    }
    .eccube-page .l-area__main table[summary="購入履歴"] tr:first-child,
    .eccube-page .l-area__main table[summary="購入商品詳細"] tr:first-child,
    .eccube-page .l-area__main table[summary="購入商品詳細"] th,
    .eccube-page .l-area__main table[summary="商品情報"] tr:first-child,
    .eccube-page .l-area__main table[summary="商品情報"] th,
    .eccube-page .l-area__main table[summary="複数お届け先の商品情報"] tr:first-child,
    .eccube-page .l-area__main table[summary="お届け先の指定"] tr:first-child,
    .eccube-page .l-area__main table[summary="お支払方法選択"] thead,
    .eccube-page .l-area__main table[summary="ご注文内容確認"] tr:first-child,
    .eccube-page .l-area__main table[summary="ご注文内容確認"] th,
    .eccube-page .l-area__main table[summary="お気に入り"] tr:first-child,
    .eccube-page .l-area__main table[summary="お届け先"]:not(.delivname) tr:first-child,
    .eccube-page .l-area__main table[summary="お届け先"].delivname ~ table tr:first-child {
      display: none;
    }

    .eccube-page .l-area__main table[summary="購入履歴"] td:nth-child(1):before { content: "購入日時"; }
    .eccube-page .l-area__main table[summary="購入履歴"] td:nth-child(2):before { content: "注文番号"; }
    .eccube-page .l-area__main table[summary="購入履歴"] td:nth-child(3):before { content: "お支払い方法"; }
    .eccube-page .l-area__main table[summary="購入履歴"] td:nth-child(4):before { content: "合計金額"; }
    .eccube-page .l-area__main table[summary="購入履歴"] td:nth-child(5):before { content: "ご注文状況"; }
    .eccube-page .l-area__main table[summary="購入履歴"] td:nth-child(6):before { content: "詳細"; }

    .eccube-page .l-area__main table[summary="購入商品詳細"] td:nth-child(1):before { content: "商品コード"; }
    .eccube-page .l-area__main table[summary="購入商品詳細"] td:nth-child(2):before { content: "商品名"; }
    .eccube-page .l-area__main table[summary="購入商品詳細"] td:nth-child(3):before { content: "商品種別"; }
    .eccube-page .l-area__main table[summary="購入商品詳細"] td:nth-child(4):before { content: "単価"; }
    .eccube-page .l-area__main table[summary="購入商品詳細"] td:nth-child(5):before { content: "数量"; }
    .eccube-page .l-area__main table[summary="購入商品詳細"] td:nth-child(6):before { content: "小計"; }

    .eccube-page .LC_Page_Cart .l-area__main table[summary="商品情報"] td:nth-child(1):before { content: "削除"; }
    .eccube-page .LC_Page_Cart .l-area__main table[summary="商品情報"] td:nth-child(2):before { content: "商品写真"; }
    .eccube-page .LC_Page_Cart .l-area__main table[summary="商品情報"] td:nth-child(3):before { content: "商品名"; }
    .eccube-page .LC_Page_Cart .l-area__main table[summary="商品情報"] td:nth-child(4):before { content: "単価"; }
    .eccube-page .LC_Page_Cart .l-area__main table[summary="商品情報"] td:nth-child(5):before { text-align: left; }
    .eccube-page .LC_Page_Cart .l-area__main table[summary="商品情報"] td:nth-child(5):before { content: "数量"; }
    .eccube-page .LC_Page_Cart .l-area__main table[summary="商品情報"] td:nth-child(6):before { content: "小計"; }

    .eccube-page .l-area__main table[summary="複数お届け先の商品情報"] td:nth-child(1):before { content: "商品写真"; }
    .eccube-page .l-area__main table[summary="複数お届け先の商品情報"] td:nth-child(2):before { content: "商品名"; }
    .eccube-page .l-area__main table[summary="複数お届け先の商品情報"] td:nth-child(3):before { content: "数量"; }
    .eccube-page .l-area__main table[summary="複数お届け先の商品情報"] td:nth-child(4):before { content: "お届け先"; }

    .eccube-page .l-area__main table[summary="お届け先の指定"] td:nth-child(1):before { content: "選択"; }
    .eccube-page .l-area__main table[summary="お届け先の指定"] td:nth-child(2):before { content: "住所種類"; }
    .eccube-page .l-area__main table[summary="お届け先の指定"] td:nth-child(3):before { content: "お届け先"; }
    .eccube-page .l-area__main table[summary="お届け先の指定"] td:nth-child(4):before { content: "変更"; }
    .eccube-page .l-area__main table[summary="お届け先の指定"] td:nth-child(5):before { content: "削除"; }

    .eccube-page .l-area__main table[summary="お支払方法選択"] td:nth-child(1):before { content: "選択"; }
    .eccube-page .l-area__main table[summary="お支払方法選択"] td:nth-child(2):before { content: "お支払方法"; }

    .eccube-page .l-area__main table[summary="ご注文内容確認"] td:nth-child(1):before { content: "商品写真"; }
    .eccube-page .l-area__main table[summary="ご注文内容確認"] td:nth-child(2):before { content: "商品名"; }
    .eccube-page .l-area__main table[summary="ご注文内容確認"] td:nth-child(3):before { content: "単価"; }
    .eccube-page .l-area__main table[summary="ご注文内容確認"] td:nth-child(4):before { content: "数量"; }
    .eccube-page .l-area__main table[summary="ご注文内容確認"] td:nth-child(5):before { content: "小計"; }

    .eccube-page .l-area__main table[summary="お気に入り"] td:nth-child(1):before { content: "削除"; }
    .eccube-page .l-area__main table[summary="お気に入り"] td:nth-child(2):before { content: "商品画像"; }
    .eccube-page .l-area__main table[summary="お気に入り"] td:nth-child(3):before { content: "商品名"; }
    .eccube-page .l-area__main table[summary="お気に入り"] td:nth-child(4):before { content: "販売価格(税込)"; }

    .eccube-page .l-area__main table[summary="お届け先"]:not(.delivname) td:nth-child(1):before { content: "番号"; }
    .eccube-page .l-area__main table[summary="お届け先"]:not(.delivname) td:nth-child(2) { display: none; }
    .eccube-page .l-area__main table[summary="お届け先"]:not(.delivname) td:nth-child(3):before { content: "住所"; }
    .eccube-page .l-area__main table[summary="お届け先"]:not(.delivname) td:nth-child(4):before { content: "変更"; }
    .eccube-page .l-area__main table[summary="お届け先"]:not(.delivname) td:nth-child(5):before { content: "削除"; }

    .eccube-page .l-area__main table[summary="お届け先"].delivname ~ table td:nth-child(1):before { content: "処理日"; }
    .eccube-page .l-area__main table[summary="お届け先"].delivname ~ table td:nth-child(2):before { content: "通知メール"; }
    .eccube-page .l-area__main table[summary="お届け先"].delivname ~ table td:nth-child(3):before { content: "件名"; }

    .eccube-page .l-area__main table[summary="購入商品詳細"] tbody tr:nth-last-child(3),
    .eccube-page .l-area__main table[summary="購入商品詳細"] tbody tr:nth-last-child(2),
    .eccube-page .l-area__main table[summary="購入商品詳細"] tbody tr:nth-last-child(1),
    .eccube-page .l-area__main table[summary="ご注文内容確認"] tbody tr:nth-last-child(3),
    .eccube-page .l-area__main table[summary="ご注文内容確認"] tbody tr:nth-last-child(2),
    .eccube-page .l-area__main table[summary="ご注文内容確認"] tbody tr:nth-last-child(1),
    .eccube-page .LC_Page_Shopping_Confirm .l-area__main table[summary="商品情報"] tbody tr:nth-last-child(1) {
      border-top: none;
      margin-top: 0;
    }
    .eccube-page .l-area__main table[summary="購入商品詳細"] tbody tr:nth-last-child(4) td,
    .eccube-page .l-area__main table[summary="購入商品詳細"] tbody tr:nth-last-child(3) td,
    .eccube-page .l-area__main table[summary="購入商品詳細"] tbody tr:nth-last-child(2) td,
    .eccube-page .l-area__main table[summary="購入商品詳細"] tbody tr:nth-last-child(1) td,
    .eccube-page .l-area__main table[summary="ご注文内容確認"] tbody tr:nth-last-child(4) td,
    .eccube-page .l-area__main table[summary="ご注文内容確認"] tbody tr:nth-last-child(3) td,
    .eccube-page .l-area__main table[summary="ご注文内容確認"] tbody tr:nth-last-child(2) td,
    .eccube-page .l-area__main table[summary="ご注文内容確認"] tbody tr:nth-last-child(1) td,
    .eccube-page .LC_Page_Shopping_Confirm .l-area__main table[summary="商品情報"] tbody tr:nth-last-child(2) td,
    .eccube-page .LC_Page_Shopping_Confirm .l-area__main table[summary="商品情報"] tbody tr:nth-last-child(1) td {
      padding-left: 60%;
      padding-left: calc(60% + 10px);
    }
    .eccube-page .l-area__main table[summary="購入商品詳細"] tbody tr:nth-last-child(4) td:before,
    .eccube-page .l-area__main table[summary="購入商品詳細"] tbody tr:nth-last-child(3) td:before,
    .eccube-page .l-area__main table[summary="購入商品詳細"] tbody tr:nth-last-child(2) td:before,
    .eccube-page .l-area__main table[summary="購入商品詳細"] tbody tr:nth-last-child(1) td:before,
    .eccube-page .l-area__main table[summary="ご注文内容確認"] tbody tr:nth-last-child(4) td:before,
    .eccube-page .l-area__main table[summary="ご注文内容確認"] tbody tr:nth-last-child(3) td:before,
    .eccube-page .l-area__main table[summary="ご注文内容確認"] tbody tr:nth-last-child(2) td:before,
    .eccube-page .l-area__main table[summary="ご注文内容確認"] tbody tr:nth-last-child(1) td:before,
    .eccube-page .LC_Page_Shopping_Confirm .l-area__main table[summary="商品情報"] tbody tr:nth-last-child(2) td:before,
    .eccube-page .LC_Page_Shopping_Confirm .l-area__main table[summary="商品情報"] tbody tr:nth-last-child(1) td:before {
      text-align: right;
      width: 60%;
    }
    .eccube-page .l-area__main table[summary="購入商品詳細"] tbody tr:nth-last-child(4) td:before { background-color: #ffdf00; content: "小計"; }
    .eccube-page .l-area__main table[summary="購入商品詳細"] tbody tr:nth-last-child(3) td:before { background-color: #ffdf00; content: "送料"; }
    .eccube-page .l-area__main table[summary="購入商品詳細"] tbody tr:nth-last-child(2) td:before { background-color: #ffdf00; content: "手数料"; }
    .eccube-page .l-area__main table[summary="購入商品詳細"] tbody tr:nth-last-child(1) td:before { background-color: #ffdf00; content: "合計"; }
    .eccube-page .l-area__main table[summary="ご注文内容確認"] tbody tr:nth-last-child(4) td:before { content: "小計"; }
    .eccube-page .l-area__main table[summary="ご注文内容確認"] tbody tr:nth-last-child(3) td:before { content: "送料"; }
    .eccube-page .l-area__main table[summary="ご注文内容確認"] tbody tr:nth-last-child(2) td:before { content: "手数料"; }
    .eccube-page .l-area__main table[summary="ご注文内容確認"] tbody tr:nth-last-child(1) td:before { content: "合計"; }
    .eccube-page .LC_Page_Cart .l-area__main table[summary="商品情報"] tbody tr:nth-last-child(1) td:before { content: "合計"; }
    .eccube-page .LC_Page_Shopping_Confirm .l-area__main table[summary="商品情報"] tbody tr:nth-last-child(2) td:before { content: "合計"; }
    .eccube-page .LC_Page_Shopping_Confirm .l-area__main table[summary="商品情報"] tbody tr:nth-last-child(1) td:before { content: "今回加算ポイント"; }

    .eccube-page .l-area__main table[summary="お気に入り"] td {
      padding-left: 45%;
      padding-left: calc(45% + 10px);
    }
    .eccube-page .l-area__main table[summary="お気に入り"] td:before {
      width: 45%;
    }

    /**
     * th がそのまま生きる群
     */
    .eccube-page .l-area__main table[summary="使用ポイント"],
    .eccube-page .l-area__main table[summary="ポイント確認"],
    .eccube-page .l-area__main table[summary="ご注文者"],
    .eccube-page .l-area__main table[summary="お届け先確認"],
    .eccube-page .l-area__main table[summary="配送方法・お支払方法・その他お問い合わせ"],
    .eccube-page .l-area__main table[summary="お届け先"].delivname {
      border-top: 1px solid #600;
    }
    .eccube-page .l-area__main table[summary="使用ポイント"] tr,
    .eccube-page .l-area__main table[summary="ポイント確認"] tr,
    .eccube-page .l-area__main table[summary="ご注文者"] tr,
    .eccube-page .l-area__main table[summary="お届け先確認"] tr,
    .eccube-page .l-area__main table[summary="配送方法・お支払方法・その他お問い合わせ"] tr,
    .eccube-page .l-area__main table[summary="お届け先"].delivname tr {
      border-top: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
    .eccube-page .l-area__main table[summary="使用ポイント"] th,
    .eccube-page .l-area__main table[summary="ポイント確認"] th,
    .eccube-page .l-area__main table[summary="ご注文者"] th,
    .eccube-page .l-area__main table[summary="お届け先確認"] th,
    .eccube-page .l-area__main table[summary="配送方法・お支払方法・その他お問い合わせ"] th,
    .eccube-page .l-area__main table[summary="お届け先"].delivname th {
      border-right: 1px dotted #600;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 120px !important;
    }
    .eccube-page .l-area__main table[summary="使用ポイント"] td,
    .eccube-page .l-area__main table[summary="ポイント確認"] td,
    .eccube-page .l-area__main table[summary="ご注文者"] td,
    .eccube-page .l-area__main table[summary="お届け先確認"] td,
    .eccube-page .l-area__main table[summary="配送方法・お支払方法・その他お問い合わせ"] td,
    .eccube-page .l-area__main table[summary="お届け先"].delivname td {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
    }
    /*  .eccube-page .l-area__main table[summary="使用ポイント"] th {
      width: 60%;
    }
    .eccube-page .l-area__main table[summary="お届け先"].delivname th {
      width: 45%;
    }*/
  }

  .eccube-page .l-area__main table[summary="ご注文内容確認"] td ul {
    list-style: none;
    padding-left: 0;
  }

  .eccube-page [type="checkbox"],
  .eccube-page [type="radio"] {
    margin-right: .25em;
    vertical-align: -.075em;
  }

  span[style="background-color:#ffe8e8"] {
    border-radius: 5px;
    display: block;
    padding: .5em;
  }
  span.attention {
    color: #e9464d;
  }
  p.attention {
    color: #e9464d;
  }
  span.mini.attention {
    display: block;
  }
  div.attention {
    background-color: #e9464d;
    border-radius: 5px;
    color: #fff;
    padding: .5em;
  }
  div.attention:empty {
    display: none;
  }
  div.attention:not(:last-child) {
    margin-bottom: 10px;
  }
  table br:not([class]):last-child {
    display: none;
  }

  .eccube-page :not([class*="p-"]) h3:not([class]) {
    color: #300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: TsukuARdGothic-Regular, "GenJyuuGothic-P", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 15px;
  }
  .eccube-page :not([class*="p-"]) h3:not([class]):not(:first-child) {
    margin-top: 40px;
  }
  .eccube-page :not([class*="p-"]) h3:not([class]):before {
    content: "[ ";
    white-space: pre;
  }
  .eccube-page :not([class*="p-"]) h3:not([class]):after {
    content: " ]";
    white-space: pre;
  }

  [id="mynavi_area"] {
  }
  .mynavi_list {
    border-left: 3px solid #600;
    border-top: 3px solid #600;
    background-color: #fffbe3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1.65em;
    padding-left: 0;
    position: relative;
  }
  .mynavi_list:before {
    background-color: #600;
    content: "";
    display: block;
    height: 3px;
    position: absolute; right: 0; bottom: 0;
    width: 100%;
  }
  .mynavi_list:after {
    background-color: #600;
    content: "";
    display: block;
    height: 100%;
    position: absolute; right: 0; bottom: 0;
    width: 3px;
  }
  .mynavi_list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
  }
  .mynavi_list li a {
    -webkit-align-items: center;
            align-items: center;
    color: #600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: .75em;
    position: relative;
    z-index: 1;
  }
  .pc .mynavi_list li a:active {
    top: 0;
  }
  /* >印 */
  .mynavi_list li a:before {
    border-left: 3px dotted currentColor;
    border-top: 3px dotted currentColor;
    content: "";
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 15px;
    display: block;
    margin-right: .75em;
    transform: rotate(135deg);
    width: 15px;
  }
  /* 背景色 */
  .mynavi_list li a:after {
    content: "";
    position: absolute; left: 0; top: 0; right: 0; bottom: 0;
    z-index: -1;
  }
  .mynavi_list li a:hover:after {
    background-color: #f6f3df;
  }
  .mynavi_list li a.selected:after {
    background-color: #ffdf00;
  }
  .mynavi_list li a {
    border-right: 3px dotted #600;
    border-bottom: 3px dotted #600;
  }
  @media screen and (max-width: 767px) {
    .mynavi_list {
      border-left-width: 2px;
      border-top-width: 2px;
    }
    .mynavi_list:before {
      height: 2px;
    }
    .mynavi_list:after {
      width: 2px;
    }
    .mynavi_list li a {
      font-size: 15px;
      font-size: 1.5rem;
      padding: .5em;
    }
    /* >印 */
    .mynavi_list li a:before {
      border-left-width: 2px;
      border-top-width: 2px;
      height: 10px;
      width: 10px;
    }
    .mynavi_list li a {
      border-right-width: 2px;
      border-bottom-width: 2px;
    }
  }

  .point {
    color: #70b837;
  }
  .point_announce {
    background-color: #f3f3f3;
    border: 1px solid #e0e0e0;
    border-radius: 2em;
    font-weight: 700;
    padding: .75em 1.25em;
  }
  .point_announce .point {
    background-color: #70b837;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: .4em .5em .5em;
  }
  .point_announce ~ .empty {
    background-color: #e9464d;
    border-radius: 5px;
    color: #fff;
    margin-top: 1em;
    padding: .5em;
  }
  .point_announce ~ .empty .attention {
    color: currentColor;
  }

  .message {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .message_area {
    border-radius: 5px;
    border: 1px solid #300;
    color: #300;
    padding: 1em;
    text-align: center;
  }
  .message_area .error {
    font-weight: 700;
  }
  .message +.message_area {
    margin-top: 20px;
  }
  [data-page="mypage-refusal"] .message_area > p {
    font-weight: 700;
    line-height: 1.7;
  }

  .shop_information {
    background-color: #ffdf00;
    border-radius: 5px;
    border: 2px solid #300;
    color: #300;
    padding: 1em;
    text-align: center;
  }
  .shop_information .name {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: .25em;
  }
  * + .shop_information {
    margin-top: 20px;
  }

  .mycondition_area {
    -webkit-align-items: center;
            align-items: center;
    background-color: #ffdf00;
    border: 3px solid #600;
    color: #600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding: .75em 1em;
  }
  .mycondition_area .st {
    font-weight: 700;
  }
  .mycondition_area [action="order.php"] {
    background-color: #70b837;
    border: 1px solid #70b837;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 40px;
    margin-left: auto;
    position: relative;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    width: 200px;
  }
  @media screen and (max-width: 767px) {
    .mycondition_area {
      -webkit-align-items: flex-start;
              align-items: flex-start;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .mycondition_area [action="order.php"] {
      margin: 15px auto 5px;
    }
  }
  html:not(.sp) .mycondition_area [action="order.php"]:hover,
  html:not(.sp) .mycondition_area [action="order.php"]:focus {
    background-color: #fff;
    color: #70b837;
  }
  .mycondition_area [action="order.php"]:before {
    content: "この購入内容で再注文する";
  }
  .mycondition_area [action="order.php"] [name="submit"] {
    /* 非表示だとPOSTされない */
    height: 100%;
    opacity: 0;
    position: absolute; left: 0; top: 0;
    width: 100%;
  }

  [id="address_area"] {
    -webkit-align-items: center;
            align-items: center;
    border: 3px solid #600;
    color: #600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding: .75em 1em;
  }
  [id="address_area"] .add_multiple {
    background-color: #ffdf00;
    border-radius: 2px;
    margin-left: auto;
    padding: 1em;
    text-align: center;
  }
  [id="address_area"] .add_multiple p {
    font-weight: 700;
  }
  [id="address_area"] .add_multiple a {
    background-color: #431414;
    border: 1px solid #431414;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 40px;
    margin-top: .75em;
    position: relative;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    width: 200px;
  }
  @media screen and (max-width: 767px) {
    [id="address_area"] {
      -webkit-align-items: flex-start;
              align-items: flex-start;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    [id="address_area"] .add_multiple {
      margin: 15px 0 5px;
      width: 100%;
    }
    [id="address_area"] .add_multiple a {
      margin: .75em auto 0;
    }
  }
  html:not(.sp) [id="address_area"] .add_multiple a:hover,
  html:not(.sp) [id="address_area"] .add_multiple a:focus {
    background-color: #fff;
    color: #431414;
  }
  [id="address_area"] .add_multiple a:before {
    content: "お届け先を複数指定する";
  }
  [id="address_area"] .add_multiple a img {
    display: none;
  }

  .addbtn a {
    background-color: #70b837;
    border: 1px solid #70b837;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 40px;
    position: relative;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    width: 200px;
  }
  html:not(.sp) .addbtn a:hover,
  html:not(.sp) .addbtn a:focus {
    background-color: #fff;
    color: #70b837;
  }
  .addbtn a:before {
    content: "新しいお届け先を追加する";
  }
  .addbtn a img {
    display: none;
  }

  .message + p:not([class]),
  .inputtext,
  .inputbox + p:not([class]),
  .information {
    line-height: 1.7;
  }

  .login_area {
    /*background-color: #ffdf00;*/
    border-radius: 10px;
    border: 2px solid #300;
    color: #300;
    padding: 2em 2em 2.25em;
  }
  .login_area:not(:first-child) {
    margin-top: 1.65em;
  }
  .login_area a:not([class]) {
    font-weight: 700;
    text-decoration: underline;
  }
  html:not(.sp) .login_area a:not([class]):hover,
  html:not(.sp) .login_area a:not([class]):focus {
    text-decoration: none;
  }
  .inputbox:not(:first-child) {
    margin-top: 1.65em;
  }
  .inputbox:not(:last-child) {
    margin-bottom: 1.65em;
  }
  @media print, screen and (min-width: 768px) {
    .inputbox .formlist {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto;
      max-width: 768px;
    }
    .inputbox .formlist:not(:first-child) {
      margin-top: 1em;
    }
    .inputbox .formlist > dt {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      font-weight: 700;
      line-height: 30px;
      padding-right: .25em;
      text-align: right;
      width: 8.25em;
    }
    .inputbox .formlist > dd {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
    }
  }
  @media print, screen and (max-width: 767px) {
    .login_area {
      padding: 1.25em 1em 1.25em;
    }
    .inputbox .formlist:not(:first-child) {
      margin-top: 1em;
    }
    .inputbox .formlist > dt {
      font-weight: 700;
      margin-bottom: .5em;
    }
  }
  .inputbox .formlist .login_memory {
    margin-top: 5px;
  }

  .kiyaku_text {
    background-color: #fff;
    border-color: #300;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1em;
  }
  @media print, screen and (max-width: 767px) {
    .kiyaku_text {
      height: 320px;
    }
  }

  .favorite_btn {
    margin: 20px 0 0 auto;
    width: 100%;
    max-width: 350px;
  }
  .favorite_btn a {
    border-bottom: 1px solid currentColor;
    color: #a24735;
  }
  .favorite_btn a.checked {
    color: #b7ac95;
  }

  .pay_area + .pay_area {
    margin-top: 30px;
  }
  .pay_area02 {
    margin-top: 30px;
  }

  .delivdate {
    overflow: hidden;
  }
  .delivdate > div {
    margin-top: 10px;
  }
  .delivdate select {
    width: 100px !important;
  }
  .point_announce {
    margin-top: 10px;
  }
  .point_announce [name="use_point"] {
    width: 5em !important;
  }
  .point_announce li {
    margin-top: 10px;
  }
  .txtarea {
    margin: 10px 0;
  }

