/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./Site/User/Web/scss/main.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*************************************************
 変数定義
**************************************************/
/* Bootstrapのbtn-primary色 */
/* 薄いオレンジ */
/* 濃紺 商品のタイトル */
/* 濃い灰 */
/* 灰 */
/* 薄い灰 無効ボタン */
/* ごく薄い灰 エリアから探す等の未選択ボタン */
/* 薄い橙 */
/* 強めの橙 */
/* 濃橙 ニュースの配信中等アクティブステータス */
/* ごく薄い黄色 */
/* 薄黄色 */
/* 黄色 */
/* 臙 ニュースのNEW等  */
/* 薄肌 テーブルヘッダ、フォームラベル  */
/* 情報表示（フォント色 濃緑） */
/* 警告表示（フォント色 濃紫） */
/* エラー表示（フォント色 赤系） */
/* エラー表示（フォント色） */
/* 成功表示（背景色 緑系） */
/* 情報表示（背景色 青系） */
/* 警告表示（背景色 橙系） */
/* エラー表示（背景色 赤系） */
/* 成功表示（背景色 緑系） */
/* デバッグ情報表示（背景色 黄系） */
/* 薄灰グラデーション */
/* 灰グラデーション */
/* 濃灰グラデーション */
/* 橙グラデーション */
/* 明るい青 */
/* 暗い青 */
/*-------------------------------------------------
 タグ共通設定
-------------------------------------------------*/
html, body {
  height: 100%;
  /* 余白がある場合の隙間埋め */
  color: #333333;
  font: 16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif; }
  @media screen and (max-width: 768px) {
    html, body {
      font-size: 14px; } }

/* 印刷設定 */
@media print {
  body {
    /* Chromeで背景画像、背景色を表示させる */
    /* Bootstrap の場合、各箇所のbackground-color指定で!importantが必須だが、 */
    /* 面倒なので対応せず、Chrome の拡張機能 FireShot 等で対応してもらった方がいい。 */
    -webkit-print-color-adjust: exact; }
  /* リンクURLを非表示 */
  a[href]:after {
    content: "" !important; }
  abbr[title]:after {
    content: "" !important; } }

/* リンク */
a, a:hover, a:focus {
  color: #333333;
  text-decoration: none; }

/* マージン */
.mb-0 {
  margin-bottom: 0; }

.mb-1 {
  margin-bottom: 5px; }

.mb-3 {
  margin-bottom: 25px; }

.mb-5 {
  margin-bottom: 50px; }

.mt-0 {
  margin-top: 0; }

.mt-1 {
  margin-top: 5px; }

.mt-3 {
  margin-top: 25px; }

.mt-5 {
  margin-top: 50px; }

/*************************************************
 UI部品
*************************************************/
/*------------------------------------------------
 線
------------------------------------------------*/
.wv-border-round {
  border: 1px solid #bbb;
  border-radius: 10px; }

.wv-border-dotted {
  border-bottom: 1px dotted #eaeaea; }

.wv-border-dotted-top {
  border-top: 1px dotted #eaeaea; }

/*------------------------------------------------
 水平線
------------------------------------------------*/
/* 実線 */
.wv-hr1 {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff; }

/* 実線太め */
.wv-hr1-lg {
  border-top: 2px solid #bbb;
  border-bottom: 2px solid #fff; }

/* 2重線 */
.wv-hr2 {
  border-top: 3px double #bbb;
  border-bottom: 3px double #fff;
  margin: 10px 0px; }

/* 実線 */
.wv-hr-dotted {
  border-top: 1px dotted #eaeaea; }

/*------------------------------------------------
 ボタン
------------------------------------------------*/
/* Bootstrap 上書き */
.btn-primary {
  color: white;
  background: #0F3D99;
  border-color: #0F3D99; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #0F3D99;
    opacity: 0.7;
    filter: alpha(opacity=70);
    border-color: #0F3D99; }

a.btn-primary {
  color: white; }
  a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus {
    background: #0F3D99;
    opacity: 0.7;
    filter: alpha(opacity=70); }

/* ボタン大（デフォルト） */
.wv-btn-lg {
  font-size: 25px;
  border-radius: 10px; }

.wv-btn-mid {
  font-size: 25px;
  border-radius: 10px;
  font-size: 18px; }

.wv-btn-sm {
  font-size: 25px;
  border-radius: 10px;
  font-size: 12px; }

/* ボタン大（特殊1） */
/* ボタン大（橙系） */
.wv-btn-lg-orange {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  border-radius: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  margin: 5px 10px;
  /* hover 時の透過 */
  background: linear-gradient(to bottom, #FFD95A 0%, #FF7F00 50%, #C34300 100%); }
  .wv-btn-lg-orange:hover {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .wv-btn-lg-orange a {
    color: #FFFFFF; }

/* ボタン中（橙系） */
.wv-btn-mid-orange {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  border-radius: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  margin: 5px 10px;
  /* hover 時の透過 */
  background: linear-gradient(to bottom, #FFD95A 0%, #FF7F00 50%, #C34300 100%);
  font-size: 15px; }
  .wv-btn-mid-orange:hover {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .wv-btn-mid-orange a {
    color: #FFFFFF; }

/* ボタン小（橙系） */
.wv-btn-sm-orange {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  border-radius: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  margin: 5px 10px;
  /* hover 時の透過 */
  background: linear-gradient(to bottom, #FFD95A 0%, #FF7F00 50%, #C34300 100%);
  font-size: 10px; }
  .wv-btn-sm-orange:hover {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .wv-btn-sm-orange a {
    color: #FFFFFF; }

/* ボタン大（青系） */
.wv-btn-lg-blue {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  border-radius: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  margin: 5px 10px;
  /* hover 時の透過 */
  background: linear-gradient(to bottom, #99ecff 0%, #00CFFF 50%, #007c99 100%); }
  .wv-btn-lg-blue:hover {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .wv-btn-lg-blue a {
    color: #FFFFFF; }

/* ボタン中（青系） */
.wv-btn-mid-blue {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  border-radius: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  margin: 5px 10px;
  /* hover 時の透過 */
  background: linear-gradient(to bottom, #99ecff 0%, #00CFFF 50%, #007c99 100%);
  font-size: 15px; }
  .wv-btn-mid-blue:hover {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .wv-btn-mid-blue a {
    color: #FFFFFF; }

/* ボタン小（青系） */
.wv-btn-sm-blue {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  border-radius: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  margin: 5px 10px;
  /* hover 時の透過 */
  background: linear-gradient(to bottom, #99ecff 0%, #00CFFF 50%, #007c99 100%);
  font-size: 10px; }
  .wv-btn-sm-blue:hover {
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .wv-btn-sm-blue a {
    color: #FFFFFF; }

/* テストボタン */
/* テストボタン枠 */
.box-testInput .testInputVal {
  display: none; }

/* テストボタン枠 */
.box-btn-test {
  text-align: center;
  padding: 10px;
  background: #FFFFB4; }

/* テストボタン（大） */
.btn-test-lg {
  background-color: grey;
  color: #FFFFFF;
  text-align: center;
  border-radius: 20px;
  padding: 5px 20px;
  margin: 10px auto;
  font-size: 20px; }
  .btn-test-lg:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80); }

/* テストボタン（中） */
.btn-test {
  background-color: grey;
  color: #FFFFFF;
  text-align: center;
  border-radius: 20px;
  padding: 5px 20px;
  margin: 10px auto; }
  .btn-test:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80); }

/* テストボタン（小） */
.btn-test-sm {
  background-color: grey;
  color: #FFFFFF;
  text-align: center;
  border-radius: 20px;
  padding: 5px 20px;
  margin: 10px auto;
  font-size: 12px; }
  .btn-test-sm:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80); }

/*------------------------------------------------
 フォーム
------------------------------------------------*/
/* bootstrap の checkbox-inline と併用する場合、margin, padding 調節が難しいので注意！ */
/* チェックボックス（1.5倍） */
input[type="checkbox"] {
  transform: scale(1.5);
  margin: 5px; }

/* チェックボックス（2倍） */
/* ラジオボタン */
input[type="radio"] {
  /* サイズを1.5倍に */
  transform: scale(1.5);
  margin-right: 0.5em; }

/*------------------------------------------------
 ページャ
------------------------------------------------*/
.box-pager {
  /* ページャ */ }
  .box-pager .wv-pager {
    margin: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    /* アクティブページ */
    /* 件数詳細 */ }
    .box-pager .wv-pager ul {
      margin: 0px; }
      .box-pager .wv-pager ul li {
        display: inline-block; }
        .box-pager .wv-pager ul li a {
          background: #0F3D99;
          color: white;
          border-radius: 5px;
          padding: 5px 10px; }
          .box-pager .wv-pager ul li a:hover, .box-pager .wv-pager ul li a:active, .box-pager .wv-pager ul li a:focus {
            opacity: 0.7;
            filter: alpha(opacity=70); }
    .box-pager .wv-pager .status-active a {
      opacity: 0.7;
      filter: alpha(opacity=70); }

/*------------------------------------------------
 テーブル
------------------------------------------------*/
/* Bootstrap上書き  */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  /* テーブルセルの下線追加  */
  /*     実際には last-child だけでいいが見た目変わらないので全セルに追加  */
  vertical-align: middle; }

table.wv-table thead th {
  border: solid 1px white;
  background-color: #F5EDD1;
  padding: 5px 5px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  text-shadow: 0 1px 0px #C4C4C4; }

table.wv-table tbody tr td {
  border-bottom: dotted 1px #C4C4C4;
  border-left: dotted 1px #D8D8D8;
  background-color: #FFFFFF;
  padding: 2px 5px;
  text-align: left;
  font-size: 14px; }
  table.wv-table tbody tr td:first-child {
    border-left: none; }

table.wv-table tbody tr:first-child {
  border-top: dotted 1px #C4C4C4; }

/* 左ラベル配置のテーブル（詳細画面等） */
.tableLblLeft {
  margin-top: 10px; }
  .tableLblLeft table th {
    font-weight: normal;
    background-color: #F5EDD1;
    border-top: solid 1px #C4C4C4 !important;
    border-bottom: solid 1px #C4C4C4;
    border-right: solid 1px #C4C4C4; }
    .tableLblLeft table th:last-child {
      border-right: none; }
  .tableLblLeft table td {
    padding: 10px;
    border-top: solid 1px #C4C4C4;
    border-bottom: solid 1px #C4C4C4;
    border-right: solid 1px #C4C4C4; }
    .tableLblLeft table td:last-child {
      border-right: none; }
    .tableLblLeft table td.item-label {
      width: 250px;
      background-color: #F5EDD1; }
    .tableLblLeft table td.item-value {
      background-color: #FFFFFF; }
    .tableLblLeft table td.item-value-long {
      background-color: #FFFFFF; }

.row-height {
  display: flex;
  flex-wrap: wrap; }

.bg-beige {
  background-color: #F5EDD1; }

/*------------------------------------------------
 リスト
------------------------------------------------*/
/* リスト */
.wv-list {
  font-size: 16px;
  /* 1階層目 */ }
  .wv-list ul {
    /* インデント幅変更（デフォルト：40px） */
    -webkit-padding-start: 20px; }
  .wv-list li {
    list-style: none;
    position: relative; }
    .wv-list li:before {
      position: absolute;
      line-height: 1.5;
      font-family: 'FontAwesome';
      color: #0F3D99;
      left: -0.8em;
      content: "\f0da";
      /* caret-right */ }
  .wv-list > ul > li {
    /* 2階層目 */ }
    .wv-list > ul > li:before {
      left: -1.2em;
      content: "\f0c8";
      /* square */ }
    .wv-list > ul > li > ul > li {
      /* 3階層目 */ }
      .wv-list > ul > li > ul > li:before {
        left: -0.8em;
        content: "\f0da";
        /* caret-right */ }

/* 順序付きリスト */
.wv-ol ol {
  counter-reset: number;
  /* 数字をリセット */
  list-style-type: none !important;
  /* 数字を一旦消す */
  padding: 0.5em;
  /* インデント */ }
  .wv-ol ol li {
    position: relative;
    padding: 0.3em 0.3em 0.3em 30px; }
    .wv-ol ol li:before {
      /* 数字を付加 */
      position: absolute;
      counter-increment: number;
      content: counter(number);
      /* 数字のデザイン変更 */
      display: inline-block;
      background: #4b7a99;
      color: #FFFFFF;
      border-radius: 50%;
      /* 0：四角、50%：丸 */
      left: 0;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      /* 上下中央寄せ */
      /*
                top: 50%;
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                */ }

/* チェックリスト */
.wv-list-check ul {
  /* インデント幅変更（デフォルト：40px） */
  -webkit-padding-start: 30px; }

.wv-list-check ul > li {
  list-style: none;
  position: relative; }
  .wv-list-check ul > li:before {
    line-height: 1.2;
    position: absolute;
    left: -1.0em;
    font-family: 'FontAwesome';
    content: "\f05d";
    /* check-circle-o */
    color: #0F3D99;
    font-size: 20px; }

/*------------------------------------------------
 フォント
------------------------------------------------*/
.wv-font-sm2 {
  font-size: 10px; }

.wv-font-sm {
  font-size: 12px; }

.wv-font-def {
  font-size: 14px; }

.wv-font-lg {
  font-size: 16px; }

.wv-font-lg2 {
  font-size: 20px; }

.wv-font-lg3 {
  font-size: 24px; }

.wv-font-lg4 {
  font-size: 28px; }

.wv-font-lg5 {
  font-size: 32px; }

/*------------------------------------------------
 アイコンフォント
------------------------------------------------*/
/*
 *
 * 例
 *     <div class="wv-i i-info">テキスト</div>
 *     <div class="wv-i i-search">テキスト</div>
 */
.wv-i {
  list-style: none;
  /* info-circle */
  /* search */
  /* hand-o-right */
  /* question-circle */
  /* exclamation-triangle */
  /* search-plus */ }
  .wv-i:before {
    font-family: 'FontAwesome';
    color: #0F3D99;
    margin-right: 3px; }
  .wv-i.i-info:before {
    content: "\f05a"; }
  .wv-i.i-search:before {
    content: "\f002"; }
  .wv-i.i-hand:before {
    content: "\f0a4"; }
  .wv-i.i-question:before {
    content: "\f059"; }
  .wv-i.i-exclamation:before {
    content: "\f071"; }
  .wv-i.i-search-plus:before {
    content: "\f00e"; }

/* Q & A へリンク */
.toHelp {
  text-decoration: underline;
  font-weight: bold; }

/*------------------------------------------------
 見出し
------------------------------------------------*/
/* 各ページの大見出し */
.title-page {
  position: relative;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 10px solid #0F3D99;
  border-bottom: 1px solid #ccc;
  padding: 5px 20px;
  border-radius: 6px;
  text-shadow: 1px 1px 2px #333;
  font-size: 20px;
  margin: 10px 0; }

/* 中見出し */
.title-sub {
  position: relative;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 10px solid #4b7a99;
  border-bottom: 1px solid #ccc;
  padding: 5px 20px;
  border-radius: 6px;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, .15); */
  text-shadow: 1px 1px 2px #333;
  font-size: 18px;
  margin: 5px 0px; }

/*
 ラベル文字先頭に縦線（SPのみ）
*/
.lbl-left {
  border-left: 7px solid #4b7a99;
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
  margin-bottom: 5px; }

/*
 ラベル文字先頭に縦線（SPのみ）
 ＜例＞
----------------------------------------------------------------------------
<div>
    <div class="row">
        <div class="col-md-4 d-flex align-items-center">
            <span class="lbl-left-sp">見出 見出 見出（SPは左に青線）</span>
        </div>
        <div class="col-md-8 d-flex align-items-center">
            本文 本文 本文 本文 本文 本文 本文 本文 本文
        </div>
    </div>
</div>
----------------------------------------------------------------------------
*/
@media screen and (max-width: 768px) {
  .lbl-left-sp {
    border-left: 7px solid #4b7a99;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 5px; } }

/*------------------------------------------------
 タブメニュー
------------------------------------------------*/
.tab-menu {
  /* タブメニュー下のライン */
  border-bottom: 5px solid #0F3D99;
  margin-bottom: 20px; }
  .tab-menu .nav-tabs {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .tab-menu .nav-tabs {
        font-size: 12px; } }
    .tab-menu .nav-tabs li {
      background: white;
      padding: 10px 20px;
      margin-right: 10px;
      border-radius: 10px 10px 0 0;
      border: 1px solid #0F3D99;
      border-bottom: 0;
      /* 未選択かつリンク無効のタブ */
      /* 選択中のタブ */ }
      @media screen and (max-width: 768px) {
        .tab-menu .nav-tabs li {
          padding: 6px 10px; } }
      .tab-menu .nav-tabs li.active-invalid {
        background: #000000;
        color: rgba(255, 255, 255, 0.8); }
      .tab-menu .nav-tabs li.active, .tab-menu .nav-tabs li.active a, .tab-menu .nav-tabs li.active a:hover {
        color: #333333;
        font-weight: bold;
        background: #e5e5e5; }

/*------------------------------------------------
 モーダルウィンドウ
------------------------------------------------*/
.wv-modal {
  display: none; }

.wv-modal-body {
  position: fixed; }

/* 画面全体の透過背景画像 */
.wv-modal-back {
  position: fixed;
  z-index: 1000;
  height: 100%;
  width: 200%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  display: none; }

/*------------------------------------------------
 コンポーネント
------------------------------------------------*/
/* 円形にくり抜き（プロフィール画像） */
.img-circle {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px; }

.img-circle-lg {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px;
  height: 180px;
  width: 180px; }

/*
 * 評価ボックス
 *
 * 出品者、購入者
 *
 */
table.rate-table {
  border: solid 2px #EEEEEE;
  width: 300px; }
  table.rate-table thead th {
    border: solid 1px white;
    background-color: #F0F5F5;
    padding: 5px 5px;
    text-align: center;
    text-shadow: 0 1px 0px #C4C4C4; }
  table.rate-table tbody tr td {
    border: dotted 1px #C4C4C4;
    background-color: #FFFFFF;
    padding: 2px 5px;
    text-align: center;
    font-size: 18px; }

/*------------------------------------------------
 その他
------------------------------------------------*/
/* 垂直方向の余白（上下） */
.vspace5 {
  height: 5px; }

.vspace10 {
  height: 10px; }

.vspace20 {
  height: 20px; }

.vspace30 {
  height: 30px; }

.vspace40 {
  height: 40px; }

.vspace50 {
  height: 50px; }

.vspace80 {
  height: 80px; }

.vspace100 {
  height: 100px; }

.vspace150 {
  height: 150px; }

.vspace200 {
  height: 200px; }

.vspace250 {
  height: 250px; }

.vspace300 {
  height: 300px; }

/* パンくずリスト */
/* breadcrumb は Bootstrap と競合するので注意。 */
.breadCrumbEx {
  margin-top: 5px;
  font-size: 12px; }

/* NEWマーク */
.mark-new {
  background-color: #C00C00;
  color: #FFFFFF;
  font-size: 14px;
  padding: 2px 5px;
  margin: 5px 5px;
  border-radius: 3px; }

/* 配信中 */
/*     NEWSの配信中等アクティブなアイテム用 */
.mark-status-active {
  background-color: #EC660B;
  color: #FFFFFF;
  padding: 2px 5px;
  margin: 5px 5px;
  border-radius: 3px; }

/* 必須マーク */
.mark-require:before {
  background-color: #EC660B;
  color: #FFFFFF;
  padding: 2px 5px;
  margin: 5px 5px;
  border-radius: 3px;
  background-color: red;
  opacity: 0.7;
  filter: alpha(opacity=70);
  content: "必須"; }

/* 確認ダイアログに表示するメッセージ */
.confirmMessage {
  display: none; }

/* 注記 */
.annotation {
  color: #333333;
  font-size: 14px; }
  .annotation a {
    font-weight: bold; }

.annotation-sm {
  color: #333333;
  font-size: 12px; }
  .annotation-sm a {
    font-weight: bold; }

.annotation-lg {
  color: #333333;
  font-size: 16px; }
  .annotation-lg a {
    font-weight: bold; }

/* 警告 */
.caution {
  color: #000040;
  font-size: 16px; }
  .caution a {
    font-weight: bold; }

.caution-sm {
  color: #000040;
  font-size: 14px; }
  .caution-sm a {
    font-weight: bold; }

.caution-lg {
  color: #000040;
  font-size: 18px; }
  .caution-lg a {
    font-weight: bold; }

.caution-red {
  color: #000040;
  font-size: 16px;
  color: red; }
  .caution-red a {
    font-weight: bold; }

.caution-sm-red {
  color: #000040;
  font-size: 12px;
  color: red;
  margin-top: 5px; }
  .caution-sm-red a {
    font-weight: bold; }

/* 警告（単体表示） */
.box-caution {
  color: #000040;
  font-size: 20px;
  padding: 20px; }
  .box-caution a {
    font-weight: bold; }
  @media screen and (max-width: 768px) {
    .box-caution {
      font-size: 18px; } }

.box-caution-sm {
  color: #000040;
  font-size: 16px;
  padding: 20px; }
  .box-caution-sm a {
    font-weight: bold; }
  @media screen and (max-width: 768px) {
    .box-caution-sm {
      font-size: 14px;
      padding: 10px; } }

/* 枠あり */
.box-caution-ex {
  color: #000040;
  font-size: 16px;
  padding: 20px;
  background: #FFFFE6;
  border: 1px solid #373737;
  border-radius: 8px; }
  .box-caution-ex a {
    font-weight: bold; }
  .box-caution-ex .caution-title {
    font-weight: bold;
    color: #e79600; }

/* 吹き出し */
.arrow-box {
  position: absolute;
  display: none;
  padding: 10px;
  border-radius: 8px;
  background: #333;
  color: #fff;
  /* 矢印 */ }
  .arrow-box:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: solid transparent;
    border-color: rgba(51, 51, 51, 0);
    border-bottom-color: #333;
    border-width: 10px;
    pointer-events: none;
    content: " "; }

/* お気に入りアイコン */
/* ローディング */
#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  /* 画像が200pxの場合の中央寄せ */
  margin: -100px 0 0 -100px;
  z-index: 1001;
  display: none; }

/*************************************************
 各画面
*************************************************/
/*-------------------------------------------------
 ヘッダー
-------------------------------------------------*/
header .wv-nav-header {
  color: #FFFFFF;
  background-color: #0F3D99;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media screen and (max-width: 768px) {
    header .wv-nav-header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 800;
      width: 100%;
      padding-top: 0;
      padding-bottom: 0; } }
  header .wv-nav-header a {
    color: #FFFFFF; }
    header .wv-nav-header a:hover, header .wv-nav-header a:active, header .wv-nav-header a:focus {
      color: #C0C0C0; }
  header .wv-nav-header nav.navbar {
    padding-top: .3rem;
    padding-bottom: 0;
    background: #0F3D99; }
    header .wv-nav-header nav.navbar .navbar-brand {
      font-size: 15px;
      color: white !important;
      margin-right: 0.5rem; }
      header .wv-nav-header nav.navbar .navbar-brand img {
        width: 30px; }
      @media screen and (max-width: 768px) {
        header .wv-nav-header nav.navbar .navbar-brand .navbar-brand {
          padding-bottom: 0; }
          header .wv-nav-header nav.navbar .navbar-brand .navbar-brand img {
            width: 35px; } }
    header .wv-nav-header nav.navbar .navbar-nav .img-circle-ss {
      margin: 0; }
    @media screen and (max-width: 768px) {
      header .wv-nav-header nav.navbar #menu {
        margin-top: 0.5rem; }
        header .wv-nav-header nav.navbar #menu .navbar-nav li.nav-item {
          padding: 8px 0;
          width: 100%;
          text-align: left !important;
          border-bottom: 1px solid #d7e3ef; }
          header .wv-nav-header nav.navbar #menu .navbar-nav li.nav-item:first-child {
            border-top: 1px solid #d7e3ef; }
          header .wv-nav-header nav.navbar #menu .navbar-nav li.nav-item:last-child {
            border-bottom: none; } }
  header .wv-nav-header .navbar-light .navbar-nav .nav-link {
    color: white; }
  header .wv-nav-header .navbar-light {
    transition: all 1s 0s ease; }
    header .wv-nav-header .navbar-light ul.navbar-nav li.nav-item {
      position: relative; }
      header .wv-nav-header .navbar-light ul.navbar-nav li.nav-item a.nav-link {
        color: white;
        text-shadow: 1px 1px 2px #333; }
        @media screen and (max-width: 768px) {
          header .wv-nav-header .navbar-light ul.navbar-nav li.nav-item a.nav-link::after {
            position: absolute;
            top: 30%;
            right: 20px;
            font-family: 'FontAwesome';
            content: "\f105";
            font-weight: 900; } }
    header .wv-nav-header .navbar-light .navbar-brand img {
      animation: fadeIn 2s ease 0.1s 1 normal forwards; }
    header .wv-nav-header .navbar-light .navbar-toggler {
      padding: 0.4rem 0.2rem 0.1rem 0.2rem;
      border-color: transparent; }
      header .wv-nav-header .navbar-light .navbar-toggler i.fa-times {
        color: white;
        padding-top: 10px;
        display: none; }
    header .wv-nav-header .navbar-light .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>"); }
    header .wv-nav-header .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
      background-image: url('data:image/svg+xml;charset=utf8,<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><defs><style>.cls-1{fill:none;stroke:white;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}</style></defs><title/><g id="cross"><line class="cls-1" x1="7" x2="25" y1="7" y2="25"/><line class="cls-1" x1="7" x2="25" y1="25" y2="7"/></g></svg>'); }
  header .wv-nav-header .menu-global {
    /* 左側部分（サイトタイトル他） */
    /* 右側部分（ログイン、マイページリンク他） */ }
    header .wv-nav-header .menu-global .section-left {
      text-align: left; }
    header .wv-nav-header .menu-global .section-right {
      text-align: right; }
      header .wv-nav-header .menu-global .section-right .cntCircle {
        display: inline-block;
        background-color: #EC660B;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-size: 12px;
        line-height: 30px;
        text-align: center;
        padding-right: 2px; }
  @media screen and (max-width: 768px) {
    header .wv-nav-header .navbar-fa-icon {
      height: 50px;
      color: #FFFFFF;
      float: right;
      padding: 0px 8px;
      padding-top: 12px;
      font-size: 20px; }
      header .wv-nav-header .navbar-fa-icon .cntCircle {
        display: inline-block;
        background-color: #EC660B;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        font-size: 10px;
        line-height: 20px;
        text-align: center;
        padding-right: 2px;
        margin-left: -8px; } }
  header .wv-nav-header .box-menu-main {
    background: white;
    border-radius: 10px; }
    header .wv-nav-header .box-menu-main ul.menu-main {
      margin-top: 0.4rem;
      margin-bottom: 0.4rem; }
      header .wv-nav-header .box-menu-main ul.menu-main li {
        padding: 8px;
        border-radius: 10px; }
        header .wv-nav-header .box-menu-main ul.menu-main li.active {
          background: #e5e5e5; }
        header .wv-nav-header .box-menu-main ul.menu-main li a {
          color: #333333; }
          header .wv-nav-header .box-menu-main ul.menu-main li a:hover, header .wv-nav-header .box-menu-main ul.menu-main li a:active, header .wv-nav-header .box-menu-main ul.menu-main li a:focus {
            color: #333333; }
  header .wv-nav-header .btnAddItem {
    position: absolute;
    z-index: 998;
    top: 50px;
    left: 7%; }
    header .wv-nav-header .btnAddItem a {
      display: block;
      background-color: #EC660B;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      text-align: center;
      color: white; }
      header .wv-nav-header .btnAddItem a p {
        font-size: 20px;
        padding-top: 25px;
        font-weight: bold; }
      header .wv-nav-header .btnAddItem a i {
        margin-top: -10px;
        font-size: 50px; }
    @media screen and (max-width: 768px) {
      header .wv-nav-header .btnAddItem {
        top: auto;
        left: auto;
        bottom: -10px;
        right: -5px;
        position: fixed; }
        header .wv-nav-header .btnAddItem a {
          width: 100px;
          height: 100px; }
          header .wv-nav-header .btnAddItem a p {
            font-size: 18px;
            padding-top: 10px; }
          header .wv-nav-header .btnAddItem a i {
            font-size: 40px; } }

.menu_header_list_sp {
  background: white;
  padding: 5px; }
  .menu_header_list_sp .menu_header_sp {
    display: inline-block;
    text-align: center;
    padding: 5px; }
    .menu_header_list_sp .menu_header_sp img {
      width: 50px; }
    .menu_header_list_sp .menu_header_sp a {
      font-size: 11px; }

/*-------------------------------------------------
 フッター
-------------------------------------------------*/
/* フッターを常に最下部に表示するための設定 */
#wrap-fix-footer {
  position: relative;
  /* これがないと、下に続きがある場合、フッターがコンテンツに重ねて表示される。*/
  height: auto !important;
  /* 余白がある場合の隙間埋め */
  min-height: 100%; }

#footer_pc {
  background-color: #0F3D99;
  width: 100%;
  /* 余白ありでも常に最下部に固定する場合 */
  height: 250px;
  margin-top: 20px;
  position: absolute;
  bottom: 0; }
  @media screen and (max-width: 768px) {
    #footer_pc {
      font-size: 12px; } }
  #footer_pc .company-info {
    text-align: center;
    padding-top: 20px;
    color: #FFFFFF; }
    #footer_pc .company-info a {
      color: #FFFFFF; }
  #footer_pc .copyright {
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 20px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #footer_pc .copyright {
        font-size: 12px; } }

#footer_sp {
  width: 100%;
  background-color: #eaeaea;
  position: fixed;
  bottom: 0;
  padding-top: 10px; }
  #footer_sp .menu_header_sp {
    display: inline-block;
    width: 23%;
    text-align: center;
    padding: 5px 0; }
    #footer_sp .menu_header_sp img {
      width: 45%; }
    #footer_sp .menu_header_sp a {
      font-size: 11px; }

/*-------------------------------------------------
 デバッグ
-------------------------------------------------*/
#debug {
  font-size: 12px;
  background: #FFFFB4; }

/*-------------------------------------------------
 メインエリア
-------------------------------------------------*/
#main {
  /* 固定ヘッダ分 */
  /* フッターの高さと合わせた余白 */
  padding-bottom: 50px; }

/*-------------------------------------------------
 メッセージ
-------------------------------------------------*/
.master-message {
  font-size: 18px;
  padding: 10px;
  opacity: 0.7; }

.master-message-debug {
  /* 黄系 */
  background: #FFFFB4;
  border-radius: 10px;
  padding: 10px; }

.master-message-error {
  background: #d9534f;
  /* 赤系 */
  border-radius: 10px;
  padding: 10px; }

.master-message-warning {
  background: #f0ad4e;
  /* 橙系 */
  border-radius: 10px;
  padding: 10px; }

.master-message-info {
  background: #5bc0de;
  /* 青系 */
  border-radius: 10px;
  padding: 10px; }

.master-message-success {
  background: #5cb85c;
  /* 緑系 */
  border-radius: 10px;
  padding: 10px; }

/*-------------------------------------------------
 問合せ
-------------------------------------------------*/
.confirm-detail {
  border: solid 1px #C4C4C4;
  border-radius: 10px;
  padding: 10px; }

/*-------------------------------------------------
 ヘルプ
-------------------------------------------------*/
.help {
  /* メイン説明 */
  /* Q & A */ }
  .help .title {
    font-size: 18px;
    margin-top: 15px; }
  .help .detail a {
    font-weight: bold;
    color: #333364; }
  .help .detail .box-flow {
    width: 500px;
    padding: 20px;
    text-align: center; }
    .help .detail .box-flow .flow-title {
      background: #FFBB8C;
      border-radius: 20px;
      margin-left: auto;
      margin-right: auto;
      width: 300px;
      padding: 5px 10px;
      font-size: 18px;
      margin-bottom: 3px; }
    .help .detail .box-flow .flow-arrow {
      color: blue;
      font-size: 25px;
      line-height: 1.2;
      font-weight: bold; }
  .help .question {
    font-size: 18px;
    margin-top: 15px; }
    .help .question i {
      padding-right: 3px; }
  .help .answer a {
    font-weight: bold;
    color: #333364; }

/*-------------------------------------------------
 トップ
-------------------------------------------------*/
.page-top {
  /* トップバナー */
  /* GIFバナー上部 */
  /* GIFバナー下部 */
  /* 検索ボタン */
  /* 取引について */
  /* キャンペーンバナー */
  /* スライダー（slick） */ }
  .page-top .topBannerGifHead img {
    width: 30%; }
    @media screen and (max-width: 768px) {
      .page-top .topBannerGifHead img {
        width: 60%; } }
  .page-top .topBannerGifFoot img {
    width: 100%; }
  .page-top form {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center; }
  .page-top form input[name="keyword"] {
    display: inline-block;
    width: 400px;
    height: 50px;
    font-size: 20px; }
  .page-top .top-btn-search {
    font-size: 20px;
    height: 50px;
    vertical-align: top; }
  .page-top .aboutTrade {
    background: #0F3D99;
    padding: 50px 0px;
    color: white; }
  .page-top .listfloat {
    list-style: none; }
    .page-top .listfloat li {
      float: left;
      margin: 0px 5px 0px 0; }
  .page-top .prof-tesuuryou-title1 {
    font-size: 30px;
    font-weight: bold;
    color: #FF7F00; }
    @media screen and (max-width: 768px) {
      .page-top .prof-tesuuryou-title1 {
        font-size: 18px; } }
  .page-top .prof-tesuuryou-title2 {
    font-size: 50px;
    font-weight: bold;
    color: #FF7F00; }
    @media screen and (max-width: 768px) {
      .page-top .prof-tesuuryou-title2 {
        font-size: 25px; } }
  .page-top .prof-tesuuryou-deital {
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .page-top .prof-tesuuryou-deital {
        font-size: 14px; } }
  .page-top .shiharai-title1 {
    font-size: 30px;
    color: #FF7F00;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .page-top .shiharai-title1 {
        font-size: 14px; } }
  .page-top .shiharai-title2 {
    font-size: 40px;
    color: #FF7F00;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .page-top .shiharai-title2 {
        font-size: 18px; } }
  .page-top .shiharai-detail {
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .page-top .shiharai-detail {
        font-size: 14px; } }
  .page-top .imgPay1 {
    width: 280px; }
    @media screen and (max-width: 768px) {
      .page-top .imgPay1 {
        width: 120px; } }
  .page-top .banner-campaign {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .page-top .banner-campaign img {
      width: 90%; }
  .page-top .mainBanner-wrap {
    position: relative;
    /* slick の上書き */
    /* 左右のスライド送りボタン変更 */ }
    .page-top .mainBanner-wrap .mainBanner {
      margin: 0 auto;
      /* スライド全体の中央寄せ */ }
      @media screen and (max-width: 768px) {
        .page-top .mainBanner-wrap .mainBanner img {
          height: 150px; } }
    .page-top .mainBanner-wrap .btn-slick-link {
      position: absolute;
      bottom: 30px;
      right: 50%;
      font-size: 20px;
      font-weight: bold;
      background: #EC660B;
      padding: 5px 30px;
      border-radius: 20px;
      z-index: 2000; }
      @media screen and (max-width: 768px) {
        .page-top .mainBanner-wrap .btn-slick-link {
          right: 5%; } }
      .page-top .mainBanner-wrap .btn-slick-link a {
        color: #fffc98; }
    .page-top .mainBanner-wrap .slick-next {
      right: 5%; }
      @media screen and (max-width: 768px) {
        .page-top .mainBanner-wrap .slick-next {
          right: 4%; } }
    .page-top .mainBanner-wrap .slick-prev {
      left: 5%;
      z-index: 1000; }
      @media screen and (max-width: 768px) {
        .page-top .mainBanner-wrap .slick-prev {
          left: 2%; } }
    .page-top .mainBanner-wrap .slick-prev:before, .page-top .mainBanner-wrap .slick-next:before {
      font-size: 30px;
      color: #EC660B; }
    .page-top .mainBanner-wrap .slick-dots {
      position: relative;
      z-index: 3;
      bottom: -15px;
      margin: -20px auto;
      text-align: center; }
      .page-top .mainBanner-wrap .slick-dots li {
        display: inline-block;
        margin: 0 8px; }
      .page-top .mainBanner-wrap .slick-dots button {
        padding: 3px;
        color: transparent;
        outline: none;
        width: 30px;
        border: unset;
        height: 4px;
        display: block;
        background: #d6d6d6;
        cursor: pointer; }
      .page-top .mainBanner-wrap .slick-dots .slick-active button {
        background: #EC660B; }
  @media screen and (max-width: 768px) {
    .page-top .prof-tesuuryou1 {
      display: none; }
    .page-top .prof-tesuuryou12 {
      display: none; } }

/* アプリダウンロード */
hr.top-box-appDownload {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.box-appDownload {
  text-align: center; }
  .box-appDownload .catch {
    font-size: 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8); }

.btnImageCateLink {
  padding: 10px; }
  .btnImageCateLink li {
    display: inline-block;
    padding: 10px; }
  .btnImageCateLink img {
    width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px; }

.btnTextCateLink {
  border: 1px solid #4b7a99;
  border-radius: 10px;
  padding: 10px; }
  .btnTextCateLink li {
    background: #c9dafb;
    padding: 5px 8px;
    border-radius: 5px;
    margin-bottom: 15px;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .btnTextCateLink li {
        padding: 2px 8px; } }
  .btnTextCateLink li.hasCntColor {
    background: #4166b1; }
    .btnTextCateLink li.hasCntColor a {
      color: white; }

.box-doc-hikaku {
  position: relative; }
  .box-doc-hikaku .modalImgDlg {
    display: none;
    position: absolute; }

/*-------------------------------------------------
 商品一覧
-------------------------------------------------*/
/* 検索フォーム */
.box-search {
  padding: 10px 30px;
  background: lightgrey;
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .box-search {
      padding: 10px 3px;
      padding-left: 8px; } }
  .box-search .row .title-sm {
    font-size: 12px; }
  .box-search .row select {
    display: inline-block;
    width: 90%; }
    @media screen and (max-width: 768px) {
      .box-search .row select {
        width: 95%; } }
  .box-search .row button {
    display: inline-block; }
  .box-search .row .form-control {
    display: inline-block; }

/* 商品リスト */
.box-item {
  text-align: center;
  /* 商品情報 */ }
  .box-item .box-img {
    position: relative;
    width: 98%; }
    .box-item .box-img img {
      width: 100%; }
    .box-item .box-img .triangle {
      position: absolute;
      width: 0;
      height: 0;
      top: 0;
      left: 0;
      border-style: solid;
      border-width: 120px 120px 0 0;
      border-color: rgba(255, 0, 0, 0.7) transparent transparent transparent; }
      @media screen and (max-width: 768px) {
        .box-item .box-img .triangle {
          border-width: 80px 80px 0 0; } }
    .box-item .box-img .triangle.bg-sale-new {
      border-color: rgba(253, 126, 0, 0.5) transparent transparent transparent; }
    .box-item .box-img .saleStatus {
      position: absolute;
      font-size: 18px;
      font-weight: bold;
      color: #efe885;
      top: 15px;
      left: 10px;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .box-item .box-img .saleStatus {
          font-size: 10px; } }
      @media screen and (max-width: 768px) {
        .box-item .box-img .saleStatus {
          top: 10px;
          left: 7px; } }
    .box-item .box-img .itemPrice {
      position: absolute;
      bottom: 0;
      left: 0;
      background: white;
      background-color: rgba(255, 255, 255, 0.5);
      border-top-right-radius: 10px;
      padding: 5px;
      padding-right: 10px;
      font-size: 20px;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8); }
      @media screen and (max-width: 768px) {
        .box-item .box-img .itemPrice {
          font-size: 16px; } }
    .box-item .box-img .niceStatus {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 25px;
      text-shadow: 1px 1px 1px rgba(234, 99, 174, 0.8);
      padding: 8px 10px; }
      .box-item .box-img .niceStatus a {
        color: white; }
      .box-item .box-img .niceStatus .add-nice {
        color: white; }
      .box-item .box-img .niceStatus .del-nice {
        color: #EA63AE; }
  .box-item .box-info {
    font-size: 14px;
    padding: 0 5px; }
    @media screen and (max-width: 768px) {
      .box-item .box-info {
        font-size: 10px; } }

/*-------------------------------------------------
 商品詳細
-------------------------------------------------*/
.boxItemDetail img {
  border: solid 1px #80A2B7;
  border-radius: 5px;
  cursor: pointer; }

.boxItemDetail .boxItemDetail-left .modalImgDlg {
  display: none;
  position: absolute; }

.boxItemDetail .boxItemDetail-left .img-main {
  position: relative;
  border-radius: 5px; }
  .boxItemDetail .boxItemDetail-left .img-main .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 220px 220px 0 0;
    border-color: rgba(51, 51, 51, 0.7) transparent transparent transparent;
    border-radius: 5px;
    border-color: rgba(255, 0, 0, 0.7) transparent transparent transparent; }
  .boxItemDetail .boxItemDetail-left .img-main .triangle.bg-sale-new {
    border-color: rgba(253, 126, 0, 0.5) transparent transparent transparent; }
  .boxItemDetail .boxItemDetail-left .img-main .saleStatus {
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    color: white;
    top: 15px;
    left: 15px;
    line-height: 1; }

.boxItemDetail .boxItemDetail-right {
  /* イイネ！ボタン、コメントボタン、通報ボタン */ }
  .boxItemDetail .boxItemDetail-right .caution-SaleStatus {
    background: #EC660B;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .boxItemDetail .boxItemDetail-right .caution-SaleStatus {
        font-size: 16px; } }
  .boxItemDetail .boxItemDetail-right .price {
    font-size: 28px; }
  .boxItemDetail .boxItemDetail-right .box-eval {
    width: 100%;
    /* イイネ！ */
    /* コメントサマリー */
    /* 通報ボタン */ }
    .boxItemDetail .boxItemDetail-right .box-eval .box-nice {
      display: inline-block; }
      .boxItemDetail .boxItemDetail-right .box-eval .box-nice .btnUpdateNice .add-nice {
        display: none; }
      .boxItemDetail .boxItemDetail-right .box-eval .box-nice .btnUpdateNice .del-nice {
        display: none; }
    .boxItemDetail .boxItemDetail-right .box-eval .box-comment-icon {
      display: inline-block; }
    .boxItemDetail .boxItemDetail-right .box-eval .box-alertContact {
      text-align: right; }

.boxItemDetail-option {
  padding: 10px; }
  .boxItemDetail-option .item-spec-lbl {
    background: #F5EDD1;
    border-bottom: 1px solid #bbb;
    padding: 10px; }
  .boxItemDetail-option .item-spec-detail {
    border-bottom: 1px solid #bbb;
    padding: 10px; }
  .boxItemDetail-option .item-first {
    border-top: 1px solid #bbb; }
  .boxItemDetail-option .item-second {
    border-top: 1px solid #bbb; }
    @media screen and (max-width: 768px) {
      .boxItemDetail-option .item-second {
        border-top: none; } }
  .boxItemDetail-option .col-top {
    border-top: 1px solid #bbb; }
    .boxItemDetail-option .col-top:last-child {
      border-bottom: 1px solid #bbb; }
    .boxItemDetail-option .col-top .col-6 {
      padding: 10px; }
      .boxItemDetail-option .col-top .col-6:first-child {
        background: #F5EDD1; }

.box-btnSns {
  padding-top: 15px; }
  .box-btnSns .btnSns {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
    @media screen and (max-width: 768px) {
      .box-btnSns .btnSns {
        margin-left: 0.2rem;
        margin-right: 0.2rem; } }
    .box-btnSns .btnSns img {
      max-height: 50px;
      max-width: 100%; }
      @media screen and (max-width: 768px) {
        .box-btnSns .btnSns img {
          max-height: 30px;
          width: 100%; } }

/* コメント */
.box-comment {
  margin: 10px; }
  .box-comment .table-outer {
    width: 90%;
    background: #efebeb;
    padding-left: 10px;
    border-radius: 10px; }
    .box-comment .table-outer img {
      /* 円形にくり抜き */
      border-radius: 50%;
      height: 60px;
      width: 60px;
      margin: 5px; }
    .box-comment .table-outer .box-text .title {
      font-weight: bold; }
    .box-comment .table-outer .icon {
      text-align: right;
      padding-right: 20px; }

/*-------------------------------------------------
 購入履歴
-------------------------------------------------*/
.box-item-sum {
  border: solid 1px #C4C4C4;
  border-radius: 10px; }
  .box-item-sum table {
    width: 100%; }
    .box-item-sum table .item-detail .title {
      font-size: 28px; }
      @media screen and (max-width: 768px) {
        .box-item-sum table .item-detail .title {
          font-size: 18px; } }
    .box-item-sum table .item-detail .price {
      font-size: 20px; }
      @media screen and (max-width: 768px) {
        .box-item-sum table .item-detail .price {
          font-size: 16px; } }
    .box-item-sum table td {
      text-align: left;
      padding: 10px; }

/* 取引状態 */
.tradeStatus {
  font-size: 16px; }
  .tradeStatus .currentStatus {
    font-size: 20px; }
  .tradeStatus .waitStatus {
    font-size: 18px;
    margin: 5px 10px; }
    .tradeStatus .waitStatus .alert {
      padding: 0px 20px;
      border-radius: 10px;
      background: #FFB369; }
    .tradeStatus .waitStatus .info {
      padding: 0px 20px;
      border-radius: 10px;
      background: #5bc0de; }

/*-------------------------------------------------
 出品登録
-------------------------------------------------*/
.uploadImgList img {
  cursor: pointer; }

.uploadImgList .imgThumb .uploadImgTop, .uploadImgList .imgThumbSortable .uploadImgTop {
  position: relative; }
  .uploadImgList .imgThumb .uploadImgTop .btnPlayMovie, .uploadImgList .imgThumbSortable .uploadImgTop .btnPlayMovie {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%); }

.boxUploadImgModal {
  width: 100%; }
  .boxUploadImgModal .uploadImgModal {
    display: none;
    position: fixed;
    top: 50px;
    z-index: 2000;
    width: 50%;
    background: white;
    padding: 10px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .boxUploadImgModal .uploadImgModal {
        left: 10px; } }
    @media screen and (max-width: 768px) {
      .boxUploadImgModal .uploadImgModal {
        width: 90%; } }
    .boxUploadImgModal .uploadImgModal img {
      max-width: 70%;
      height: auto;
      max-height: 80vh;
      cursor: default; }
    .boxUploadImgModal .uploadImgModal input[name="uploadData"] {
      display: none; }
    .boxUploadImgModal .uploadImgModal #execUpload {
      display: none; }
    .boxUploadImgModal .uploadImgModal .editCaution {
      display: none; }
    .boxUploadImgModal .uploadImgModal .video_youtube {
      display: none;
      position: relative;
      padding-bottom: 50%;
      height: 0;
      overflow: hidden; }
      .boxUploadImgModal .uploadImgModal .video_youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

/*-------------------------------------------------
 支払い方法登録
-------------------------------------------------*/
.payjs-outer {
  border: solid 1px #eaeaea;
  border-radius: 5px;
  height: 30px;
  padding-top: 5px;
  padding-left: 5px; }

#errorPayjp {
  padding: 10px;
  margin: 10px;
  font-weight: bold;
  color: red; }

/*-------------------------------------------------
 出品元情報
-------------------------------------------------*/
@media screen and (max-width: 768px) {
  .box-table-scroll {
    overflow-x: scroll; }
    .box-table-scroll .table {
      white-space: nowrap; } }

/*-------------------------------------------------
 登録業者一覧
-------------------------------------------------*/
.topShopList {
  border: 1px solid #4b7a99;
  border-radius: 10px;
  padding: 10px;
  padding-top: 25px; }
  @media screen and (max-width: 768px) {
    .topShopList {
      border: none;
      padding: 2px; } }
  .topShopList .lbl-region {
    background: #4b7a99;
    padding: 5px 8px;
    color: white;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8); }
    @media screen and (max-width: 768px) {
      .topShopList .lbl-region {
        padding: 2px 2px; } }
  .topShopList p.lbl-region {
    margin-bottom: 10px; }
  .topShopList .topShopLink li {
    background: #c9dafb;
    padding: 5px 8px;
    border-radius: 5px;
    margin-bottom: 15px;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .topShopList .topShopLink li {
        padding: 2px 8px; } }
  .topShopList li.hasCntColor {
    background: #4166b1; }
    .topShopList li.hasCntColor a {
      color: white; }

.shopList .box-shop {
  padding: 5px; }
  .shopList .box-shop .shopInfo {
    padding: 20px;
    margin: 10px;
    border: 1px solid #0F3D99;
    border-radius: 10px; }
    .shopList .box-shop .shopInfo .shop-name {
      font-weight: bold;
      font-size: 18px;
      padding-bottom: 10px;
      border-bottom: 1px dotted #0F3D99; }
    .shopList .box-shop .shopInfo .shop-hr {
      padding-bottom: 15px; }


/*# sourceMappingURL=main.css.map*/