@charset "UTF-8";
/*!────────────────────────────────────────  
 * rv_custom.scss 
 * for [展示会レンタル.COMサイト]
 * ──────────────────────────────────────── */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

@font-face {
  font-family: "FontAwesome";
  src: url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome/fontawesome-webfont.eot");
  src: url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome/fontawesome-webfont.woff") format("woff"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome5/fa-regular-400.eot");
  src: url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome5/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome5/fa-regular-400.woff2") format("woff2"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome5/fa-regular-400.woff") format("woff"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome5/fa-regular-400.ttf") format("truetype"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome5/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome5/fa-solid-900.eot");
  src: url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome5/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome5/fa-solid-900.woff2") format("woff2"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome5/fa-solid-900.woff") format("woff"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome5/fa-solid-900.ttf") format("truetype"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome5/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome5/fa-brands-400.eot");
  src: url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome5/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome5/fa-brands-400.woff2") format("woff2"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome5/fa-brands-400.woff") format("woff"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome5/fa-brands-400.ttf") format("truetype"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/fontawesome5/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("https://assets.bcart.jp/3.3.9/fonts/vendor/material-design-icons/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: url("https://assets.bcart.jp/3.3.9/fonts/vendor/material-design-icons/MaterialIcons-Regular.woff2") format("woff2"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/material-design-icons/MaterialIcons-Regular.woff") format("woff"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/material-design-icons/MaterialIcons-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "dripicons-v2";
  src: url("https://assets.bcart.jp/3.3.9/fonts/vendor/material-design-icons/dripicons-v2.eot");
  src: url("https://assets.bcart.jp/3.3.9/fonts/vendor/material-design-icons/dripicons-v2.eot?#iefix") format("embedded-opentype"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/material-design-icons/dripicons-v2.woff") format("woff"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/material-design-icons/dripicons-v2.ttf") format("truetype"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/material-design-icons/dripicons-v2.svg#dripicons-v2") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LigatureSymbols";
  src: url("https://assets.bcart.jp/3.3.9/fonts/vendor/ligature-symbols/LigatureSymbols-2.11.eot");
  src: url("https://assets.bcart.jp/3.3.9/fonts/vendor/ligature-symbols/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/ligature-symbols/LigatureSymbols-2.11.woff") format("woff"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/ligature-symbols/LigatureSymbols-2.11.ttf") format("truetype"), url("https://assets.bcart.jp/3.3.9/fonts/vendor/ligature-symbols/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ==============================================================================================
   基本スタイルのCSSコーディングルール（classの命名規則、スタイルの記述方法）
   ==============================================================================================

   ※カスタムCSSで基本スタイルの一部を変更・上書きされる際に、ご参考ください。

    ■ クラスの種類

        （1）親要素クラス（頭に何も付かないもの）

            CSS記述の際に起点となるルート要素のクラス。
            フリースペース等にHTMLを記述される際、下記のクラス名の使用は避けてください。

            .header ・・・・・ body上部のブロック要素
                .gnav-pc ・・・・・ device-width 600px以上で表示されるグローバルナビ（ヘッダーメニュー）
                .gnav-sp ・・・・・ device-width 599px以下で表示されるグローバルナビ（ドロワーメニュー）

            .wrapper ・・・・・ asideとmainの外側にあるbody中部のブロック要素
                .main ・・・・・ メインコンテンツ（ページ別に .main--* のバリエーションがあります）
                .aside ・・・・・ 左サイドメニュー（device-width 599px以下では .main の下部に表示されます）

            .footer ・・・・・ body下部のブロック要素

        （2）子要素クラス（頭に .__ （アンダーバー2つ）が付くもの）

            必ずいずれかの親要素の内側（下層）にある子要素専用のクラス。
            クラス名の重複によるスタイルの干渉を起こさないように、必ず親要素から順に入れ子構造（スベース区切り）で記述しています。
            ※別の親要素の下層に、同じクラス名が複数存在する可能性があるため、子要素だけのスタイル指定は避けてください。

            .__name
            .__photo
            .__title
            .__description
            など

            ● 記述例

                商品詳細ページのメインコンテンツ > 商品情報の段落 > 商品名
                ○ .main.main--product-detail .__product .__name

                サイドメニュー > カテゴリ > カテゴリ名
                ○ .aside .__block.__block--category .__name

                子要素だけの指定をすると、別の親要素の子要素に意図しない影響が出てしまいます
                × .__name

        （3）付加クラス（頭に .__is- がつくもの。クラス名の後ろに -- （ハイフン2つ）で連結されるもの）

            要素の元のスタイルに追加・上書きするためのクラス

            ● 状態によってスタイルを追加・上書きするためのクラス

                .__is-active
                .__is-hidden
                など

            ● バリエーションの違いによってスタイルを追加・上書きするためのクラス

                .main--product-detail
                .__block--category
                など

            ● 記述例

                // .__photo非表示の写真要素

                .main .__product .__photo {
                    // 元のスタイル
                }
                .main .__product .__photo.__is-hidden {
                    display: none; // 非表示に
                }

                // .__block の別バリエーションを定義

                .aside .__block {
                    width: 100%;
                    background-color: #eee;
                }
                .aside .__block.__block--category {
                    background-color: #fff; // 背景色を上書き
                    border: 1px solid #ccc; // ボーダーを追加
                }


        （4）コンポーネントクラス（頭に .c- や .p- が付くもの）

            サイト内で繰り返し利用している、共通のスタイルのパーツ要素。 
            スタイルを変更すると、クラスが付与されているすべての要素に影響しますのでご注意ください。   

            .c-* ・・・・・ コンポーネント。ボタンなどの最小単位のスタイルが定義されたもの
            .p-* ・・・・・ プロジェクト。内側に複数の子要素を含み、まとめてスタイルが定義されたもの

            ● 例

                .c-button ・・・・・ ボタン
                .p-product-block ・・・・・ 商品一覧のブロック表示（内側に商品画像、商品名、商品価格などの要素を含む）
                など

    ■ ブレイクポイント

        メディアクエリのブレイクポイントは下記で設定しています。

               〜  599px  スマートフォン（縦）向け
        600px  〜  959px  スマートフォン（横）・タブレット（縦）向け
        960px  〜 1279px  タブレット（横）・PC（幅狭）向け
        1280px 〜         PC（幅広）向け
*/
/* ==============================================================================================
   FOUNDATION
   ブラウザのデフォルトスタイルの初期化や、プロジェクトにおける基本的なスタイルを定義
   ============================================================================================== */
/* --------------------------------------------------------------------------
    リセットCSS  Normalize.css
   -------------------------------------------------------------------------- */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

/* --------------------------------------------------------------------------
   ベースCSS  base
   -------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

html,
body {
  color: #333;
  line-height: 1.5;
  font-family: sans-serif;
  font-size: 15px;
}

@media (max-width: 599px) {
  html,
body {
    font-size: 13px;
  }
}
img {
  max-width: 100%;
}

a {
  color: #0070c9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

table {
  border-collapse: collapse;
}

table th {
  text-align: left;
}

/* ==============================================================================================
   LAYOUT
   ページを構成するヘッダーやメインのコンテンツエリア、サイドバーやフッターといったプロジェクト共通のコンテナーブロックのスタイル
   ============================================================================================== */
/* --------------------------------------------------------------------------
   ヘッダー  .header
   -------------------------------------------------------------------------- */
.header {
  background-color: #fff;
}

.header .__banner {
  margin: 0 auto;
  display: table;
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .header .__banner {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1279px) {
  .header .__banner {
    max-width: 960px;
  }
}
.header .__banner .__wrap {
  display: table-row;
}

.header .__banner .__wrap a.__logo {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em;
}

.header .__banner .__wrap a.__logo img {
  vertical-align: middle;
}

.header .__banner .__wrap a.__logo h1 {
  display: inline;
  margin: 0;
  font-size: inherit;
}

@media screen and (min-width: 600px) {
  .header .__banner .__wrap .__toggle-open,
.header .__banner .__wrap .__view-cart {
    display: none;
  }
  .header .__banner .__wrap a.__logo img {
    max-height: 4em;
  }
  .header .__banner .__wrap .__login {
    padding: 0.25em 0.5em 0.25em 1em;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }
  .header .__banner .__wrap .__login .__block .__heading {
    display: none;
  }
  .header .__banner .__wrap .__login .__block .__body ul.__menu {
    list-style-type: none;
    display: inline-block;
    padding: 0.25em 0 0.25em 0.25em;
    margin: 0;
  }
  .header .__banner .__wrap .__login .__block .__body ul.__menu li {
    display: inline-block;
    margin-left: 1em;
  }
  .header .__banner .__wrap .__login .__block .__body ul.__menu li a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 0.3em;
  }
  .header .__banner .__wrap .__login.__is-guest .__block .__body .__login-link {
    display: inline-block;
    padding: 0.25em 0;
  }
  .header .__banner .__wrap .__login.__is-guest .__block .__body .__login-link .__link {
    color: #fff;
    background-color: #d9534f;
    font-weight: bold;
    padding-left: 3.5em;
    padding-right: 3.5em;
    border-radius: 2em;
  }
  .header .__banner .__wrap .__login.__is-guest .__block .__body .__login-form {
    padding: 0.25em 0;
  }
  .header .__banner .__wrap .__login.__is-guest .__block .__body .__login-form form {
    display: inline-block;
  }
  .header .__banner .__wrap .__login.__is-guest .__block .__body .__login-form form dl {
    display: inline-block;
    margin: 0;
  }
  .header .__banner .__wrap .__login.__is-guest .__block .__body .__login-form form dl dt {
    display: none;
  }
  .header .__banner .__wrap .__login.__is-guest .__block .__body .__login-form form dl dd {
    display: inline-block;
    margin: 0;
  }
  .header .__banner .__wrap .__login.__is-guest .__block .__body .__login-form form dl dd input {
    width: 10em;
  }
  .header .__banner .__wrap .__login.__is-guest .__block .__body .__login-form form .__submit {
    display: inline-block;
    padding: 0.25em 0;
  }
  .header .__banner .__wrap .__login.__is-guest .__block .__body .__login-form form .__submit .__button {
    background-color: #d9534f;
    color: #fff;
    font-weight: bold;
  }
  .header .__banner .__wrap .__login.__is-member .__block .__body .__message {
    font-size: 0.85em;
    padding: 0.25em 0;
    display: inline-block;
  }
  .header .__banner .__wrap .__login.__is-member .__block .__body .__message .__name {
    display: inline-block;
  }
  .header .__banner .__wrap .__login.__is-member .__block .__body .__message .__name span {
    margin-right: 0.3em;
  }
  .header .__banner .__wrap .__login.__is-member .__block .__body .__message .__group {
    display: inline-block;
    margin-left: 0.5em;
  }
  .header .__banner .__wrap .__login.__is-member .__block .__body .__message .__group span {
    display: inline-block;
    font-size: 0.8em;
    padding: 0 0.5em;
    vertical-align: middle;
    border: 1px solid #ccc;
    background-color: #fff;
  }
  .header .__banner .__wrap .__login.__is-member .__block .__body .__point {
    font-size: 0.85em;
    display: inline-block;
    margin: 0.25em 0 0.25em 1em;
  }
  .header .__banner .__wrap .__login.__is-member .__block .__body .__point dl {
    margin: 0;
  }
  .header .__banner .__wrap .__login.__is-member .__block .__body .__point dl dt,
.header .__banner .__wrap .__login.__is-member .__block .__body .__point dl dd {
    display: inline-block;
  }
  .header .__banner .__wrap .__login.__is-member .__block .__body .__point dl dt:after {
    content: ":";
    margin-right: 0.3em;
  }
  .header .__banner .__wrap .__login.__is-member .__block .__body .__point dl dd {
    margin: 0;
  }
}
@media screen and (max-width: 599px) {
  .header .__banner .__wrap .__toggle-open {
    display: table-cell;
    width: 3.5em;
  }
  .header .__banner .__wrap .__toggle-open label {
    display: block;
    text-align: center;
    width: 3.5em;
    height: 3.5em;
    padding: 0.5em;
  }
  .header .__banner .__wrap .__toggle-open label span:before {
    font-size: 2.5em;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    content: "\e5d2";
  }
  .header .__banner .__wrap a.__logo {
    text-align: center;
    height: 3.5em;
  }
  .header .__banner .__wrap a.__logo img {
    line-height: 1;
    max-height: 2.5em;
  }
  .header .__banner .__wrap .__view-cart {
    display: table-cell;
    width: 3.5em;
    height: 3.5em;
  }
  .header .__banner .__wrap .__view-cart a {
    display: block;
    text-align: center;
    width: 3.5em;
    height: 3.5em;
    padding: 0.5em;
    color: #333;
    position: relative;
  }
  .header .__banner .__wrap .__view-cart a:before {
    font-size: 2.5em;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    content: "\e8cc";
  }
  .header .__banner .__wrap .__view-cart a span.__counter {
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 0 0.4em;
    font-size: 0.85em;
    background-color: #2ab27b;
    color: #fff;
    border-radius: 2em;
  }
  .header .__banner .__wrap .__view-cart a:hover {
    text-decoration: none;
  }
  .header .__banner .__wrap .__login {
    display: none;
  }
}
/* --------------------------------------------------------------------------
   グローバルナビ  .gnav-pc .gnav-sp
   -------------------------------------------------------------------------- */
/* グローバルナビ（device-width 600px以上）
   ////////////////////////////////////////////////////////////////// */
.gnav-pc {
  background-color: #f2f2f2;
}

@media (max-width: 599px) {
  .gnav-pc {
    display: none !important;
  }
}
.gnav-pc .__menu {
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .gnav-pc .__menu {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1279px) {
  .gnav-pc .__menu {
    max-width: 960px;
  }
}
.gnav-pc .__menu.__menu--default ul li.__item--quickorder a span {
  display: inline-block;
}

.gnav-pc .__menu.__menu--default,
.gnav-pc .__menu.__menu--custom {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.gnav-pc .__menu.__menu--default ul,
.gnav-pc .__menu.__menu--custom ul {
  display: table-row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.gnav-pc .__menu.__menu--default ul li,
.gnav-pc .__menu.__menu--custom ul li {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #f2f2f2;
}

.gnav-pc .__menu.__menu--default ul li.__is-active,
.gnav-pc .__menu.__menu--custom ul li.__is-active {
  font-weight: bold;
}

.gnav-pc .__menu.__menu--default ul li a,
.gnav-pc .__menu.__menu--custom ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  height: 100%;
  padding: 0.75em 0;
  color: #0070c9;
}

.gnav-pc .__menu.__menu--default ul li a:hover,
.gnav-pc .__menu.__menu--custom ul li a:hover {
  text-decoration: none;
  background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}

@media screen and (max-width: 959px) {
  .gnav-pc .__menu.__menu--default ul li:first-child,
.gnav-pc .__menu.__menu--custom ul li:first-child {
    border-left: none;
  }
  .gnav-pc .__menu.__menu--default ul li:last-child,
.gnav-pc .__menu.__menu--custom ul li:last-child {
    border-right: none;
  }
}
/* ドロワーメニュー（device-width 599px以下）
   ////////////////////////////////////////////////////////////////// */
@media (min-width: 600px) {
  .gnav-sp {
    display: none !important;
  }
}
.gnav-sp .__drawer {
  position: relative;
}

.gnav-sp .__drawer .__menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.2s ease-in-out;
  transform: translateX(-105%);
  padding-top: 3.5em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.gnav-sp .__drawer .__menu .__toggle-close {
  position: absolute;
  width: 100%;
  height: 3.5em;
  top: 0;
  left: 0;
  z-index: 99999;
  border-bottom: 1px solid #ccc;
}

.gnav-sp .__drawer .__menu .__toggle-close label {
  display: block;
  padding: 0.5em;
  line-height: 1;
  text-align: center;
}

.gnav-sp .__drawer .__menu .__toggle-close label span:before {
  font-size: 2.5em;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "\e5cd";
}

.gnav-sp .__drawer .__menu .__content {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.gnav-sp .__drawer .__menu .__content .__heading {
  color: #333;
  background-color: #f2f2f2;
  padding: 0.75em 1em;
  font-weight: bold;
}

.gnav-sp .__drawer .__menu .__content .__member.__is-member .__message {
  padding: 0.75em 1em;
  border-bottom: 1px solid #e6e6e6;
}

.gnav-sp .__drawer .__menu .__content .__member.__is-member .__message .__name span {
  margin-right: 0.5em;
}

.gnav-sp .__drawer .__menu .__content .__member.__is-member .__message .__group {
  margin-top: 0.5em;
}

.gnav-sp .__drawer .__menu .__content .__member.__is-member .__message .__group span {
  display: inline-block;
  font-size: 0.8em;
  padding: 0 0.5em;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #fff;
}

.gnav-sp .__drawer .__menu .__content .__member.__is-member .__message .__point {
  font-size: 0.85em;
}

.gnav-sp .__drawer .__menu .__content .__member.__is-member .__message .__point dl {
  margin: 0.5em 0 0 0;
}

.gnav-sp .__drawer .__menu .__content .__member.__is-member .__message .__point dl dt,
.gnav-sp .__drawer .__menu .__content .__member.__is-member .__message .__point dl dd {
  display: inline-block;
}

.gnav-sp .__drawer .__menu .__content .__member.__is-member .__message .__point dl dt:after {
  content: ":";
  margin-right: 0.3em;
}

.gnav-sp .__drawer .__menu .__content .__member.__is-member .__message .__point dl dd {
  margin: 0;
}

.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree,
.gnav-sp .__drawer .__menu .__content .__member.__is-member .__body ul.__sub-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree li.__item,
.gnav-sp .__drawer .__menu .__content .__member.__is-member .__body ul.__sub-menu li.__item {
  display: block;
  position: relative;
}

.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree li.__item a,
.gnav-sp .__drawer .__menu .__content .__member.__is-member .__body ul.__sub-menu li.__item a {
  border-top: 1px dotted #e6e6e6;
  display: block;
  text-decoration: none;
  padding: 0.3em 0;
  color: #333;
  padding: 0.75em 0 0.75em 1em;
}

.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree li.__item ul,
.gnav-sp .__drawer .__menu .__content .__member.__is-member .__body ul.__sub-menu li.__item ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 1em;
}

.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree li.__item.__item--has-children > a,
.gnav-sp .__drawer .__menu .__content .__member.__is-member .__body ul.__sub-menu li.__item.__item--has-children > a {
  padding-right: 3em;
}

.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree li.__item.__item--has-children span.__js-toggle,
.gnav-sp .__drawer .__menu .__content .__member.__is-member .__body ul.__sub-menu li.__item.__item--has-children span.__js-toggle {
  display: inline-block;
  position: absolute;
  text-align: center;
  right: 0;
  top: 1px;
  width: 3em;
  padding: 0.75em 0;
  line-height: 1;
  vertical-align: middle;
}

.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree li.__item.__item--has-children span.__js-toggle:before,
.gnav-sp .__drawer .__menu .__content .__member.__is-member .__body ul.__sub-menu li.__item.__item--has-children span.__js-toggle:before {
  font-size: 1.5em;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "\e5c5";
  vertical-align: middle;
}

.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree li.__item.__item--has-children ul,
.gnav-sp .__drawer .__menu .__content .__member.__is-member .__body ul.__sub-menu li.__item.__item--has-children ul {
  display: none;
}

.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree > li.__item,
.gnav-sp .__drawer .__menu .__content .__member.__is-member .__body ul.__sub-menu > li.__item {
  border-bottom: 1px solid #e6e6e6;
}

.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree > li.__item > a,
.gnav-sp .__drawer .__menu .__content .__member.__is-member .__body ul.__sub-menu > li.__item > a {
  border-top: none;
}

.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree > li.__item:last-child,
.gnav-sp .__drawer .__menu .__content .__member.__is-member .__body ul.__sub-menu > li.__item:last-child {
  border-bottom: none;
}

.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree > li.__item:last-child > a,
.gnav-sp .__drawer .__menu .__content .__member.__is-member .__body ul.__sub-menu > li.__item:last-child > a {
  border-top: none;
}

.gnav-sp .__drawer .__menu .__content .__search.__search--keyword .__body {
  padding: 0.75em 1em;
}

.gnav-sp .__drawer .__menu .__content .__member.__is-guest ul,
.gnav-sp .__drawer .__menu .__content .__search.__search--feature ul,
.gnav-sp .__drawer .__menu .__content.__content--default .__page ul,
.gnav-sp .__drawer .__menu .__content.__content--custom .__page ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.gnav-sp .__drawer .__menu .__content .__member.__is-guest ul li,
.gnav-sp .__drawer .__menu .__content .__search.__search--feature ul li,
.gnav-sp .__drawer .__menu .__content.__content--default .__page ul li,
.gnav-sp .__drawer .__menu .__content.__content--custom .__page ul li {
  display: block;
  border-bottom: 1px solid #e6e6e6;
}

.gnav-sp .__drawer .__menu .__content .__member.__is-guest ul li a,
.gnav-sp .__drawer .__menu .__content .__search.__search--feature ul li a,
.gnav-sp .__drawer .__menu .__content.__content--default .__page ul li a,
.gnav-sp .__drawer .__menu .__content.__content--custom .__page ul li a {
  position: relative;
  display: block;
  color: #333;
  padding: 0.75em 1.5rem 0.75em 1rem;
}

.gnav-sp .__drawer .__menu .__content .__member.__is-guest ul li a:hover,
.gnav-sp .__drawer .__menu .__content .__search.__search--feature ul li a:hover,
.gnav-sp .__drawer .__menu .__content.__content--default .__page ul li a:hover,
.gnav-sp .__drawer .__menu .__content.__content--custom .__page ul li a:hover {
  text-decoration: none;
}

.gnav-sp .__drawer .__menu .__content .__member.__is-guest ul li a:after,
.gnav-sp .__drawer .__menu .__content .__search.__search--feature ul li a:after,
.gnav-sp .__drawer .__menu .__content.__content--default .__page ul li a:after,
.gnav-sp .__drawer .__menu .__content.__content--custom .__page ul li a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
  color: #ccc;
}

.gnav-sp .__drawer .__menu .__content .__member.__is-guest ul li:last-child,
.gnav-sp .__drawer .__menu .__content .__search.__search--feature ul li:last-child,
.gnav-sp .__drawer .__menu .__content.__content--default .__page ul li:last-child,
.gnav-sp .__drawer .__menu .__content.__content--custom .__page ul li:last-child {
  border-bottom: none;
}

.gnav-sp .__drawer .__check {
  display: none;
}

.gnav-sp .__drawer .__check:checked ~ .__menu {
  transform: translateX(0%);
}

/* --------------------------------------------------------------------------
   中段メインエリア  .wrapper
   -------------------------------------------------------------------------- */
/* 共通
   ////////////////////////////////////////////////////////////////// */
.wrapper .__inner {
  margin: 0 auto;
}

.wrapper .__inner:before,
.wrapper .__inner:after {
  content: " ";
  display: table;
}

.wrapper .__inner:after {
  clear: both;
}

@media screen and (min-width: 1280px) {
  .wrapper .__inner {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1279px) {
  .wrapper .__inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 959px) {
  .wrapper .__inner .main,
.wrapper .__inner .aside {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media screen and (min-width: 960px) {
  .wrapper .__inner .main,
.wrapper .__inner .aside {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.wrapper .__inner .__content-home-top {
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  .wrapper .__inner .__content-home-top {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 960px) {
  .wrapper .__inner .__content-home-top {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 959px) {
  .wrapper.wrapper--home .__inner .main,
.wrapper.wrapper--home .__inner .aside {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* 2カラム用
   ////////////////////////////////////////////////////////////////// */
.wrapper.wrapper--column-2 .__inner .main {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  position: relative;
  min-height: 1px;
  position: relative;
  min-height: 1px;
}

@media (min-width: 960px) {
  .wrapper.wrapper--column-2 .__inner .main {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1280px) {
  .wrapper.wrapper--column-2 .__inner .main {
    float: left;
    width: 79.16666667%;
  }
}
@media screen and (min-width: 960px) {
  .wrapper.wrapper--column-2 .__inner .main {
    float: right;
    padding-left: 1em;
  }
}
.wrapper.wrapper--column-2 .__inner .aside {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  position: relative;
  min-height: 1px;
  position: relative;
  min-height: 1px;
}

@media (min-width: 960px) {
  .wrapper.wrapper--column-2 .__inner .aside {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .wrapper.wrapper--column-2 .__inner .aside {
    float: left;
    width: 20.83333333%;
  }
}
@media screen and (min-width: 960px) {
  .wrapper.wrapper--column-2 .__inner .aside {
    float: left;
    padding-right: 1em;
  }
}
/* 1カラム用
   ////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 1280px) {
  .wrapper.wrapper--column-1 .__inner {
    max-width: 960px;
  }
}
/* ヘッダー・フッターなし、メインコンテンツのみのレイアウト用
   ////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 1280px) {
  .wrapper.wrapper--column-plain .__inner {
    max-width: 960px;
  }
}
@media screen and (min-width: 600px) {
  .wrapper.wrapper--column-plain .__inner .main:not(.main--page-detail-free) {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
/* カスタム背景色・イメージ適用時
   ////////////////////////////////////////////////////////////////// */
.wrapper.wrapper--bg .__inner {
  background-color: #fff;
}

@media screen and (min-width: 960px) {
  .wrapper.wrapper--bg .__inner {
    padding-right: 1em;
    padding-left: 1em;
  }
}
/* --------------------------------------------------------------------------
   メインコンテンツ  .main
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   サブメニュー  .aside
   -------------------------------------------------------------------------- */
@media screen and (min-width: 960px) {
  .aside section.__block:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
.aside section.__block .__heading.__heading--default,
.aside section.__block .__heading.__heading--custom {
  font-weight: bold;
  margin: 0;
  padding: 0.5em 0.75em;
  padding: 0.5em 1rem;
  color: #333;
  background-color: #f2f2f2;
  font-size: 1.15em;
}

.aside section.__block .__heading.__heading--img {
  margin: 0;
}

.aside section.__block .__heading.__heading--img img {
  vertical-align: middle;
}

.aside section.__block.__block--cart .__body,
.aside section.__block.__block--search .__body {
  padding: 1em;
}

.aside section.__block.__block--login .__body {
  padding: 1em 0.5em;
}

.aside section.__block.__block--login .__body ul.__menu {
  list-style-type: none;
  padding: 0;
  margin: 0.5em 0 0 0;
}

.aside section.__block.__block--login .__body ul.__menu li {
  display: block;
  text-align: center;
  padding: 0.15em 0;
}

.aside section.__block.__block--login .__body ul.__menu li a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 0.3em;
}

.aside section.__block.__block--login.__is-guest .__body .__login-link {
  text-align: center;
  padding: 0.5em 0;
}

.aside section.__block.__block--login.__is-guest .__body .__login-link .__link {
  color: #fff;
  background-color: #d9534f;
  font-weight: bold;
  padding-left: 3.5em;
  padding-right: 3.5em;
  border-radius: 2em;
}

.aside section.__block.__block--login.__is-guest .__body .__login-form dl {
  margin: 0.3em 0;
  text-align: center;
  letter-spacing: -0.5em;
}

.aside section.__block.__block--login.__is-guest .__body .__login-form dl dt,
.aside section.__block.__block--login.__is-guest .__body .__login-form dl dd {
  letter-spacing: normal;
  display: inline-block;
}

.aside section.__block.__block--login.__is-guest .__body .__login-form dl dt {
  width: 45%;
  max-width: 8em;
  padding-right: 0.5em;
  text-align: right;
}

.aside section.__block.__block--login.__is-guest .__body .__login-form dl dd {
  width: 55%;
  max-width: 12em;
  margin: 0;
}

.aside section.__block.__block--login.__is-guest .__body .__login-form dl dd input {
  width: 100%;
}

.aside section.__block.__block--login.__is-guest .__body .__login-form .__submit {
  text-align: center;
  padding: 0.5em 0;
}

.aside section.__block.__block--login.__is-guest .__body .__login-form .__submit .__button {
  background-color: #d9534f;
  color: #fff;
  padding-left: 3.5em;
  padding-right: 3.5em;
  border-radius: 2em;
  font-weight: bold;
}

.aside section.__block.__block--login.__is-member .__message .__name {
  display: inline;
  margin-right: 0.5em;
}

.aside section.__block.__block--login.__is-member .__message .__name span {
  margin-right: 0.3em;
}

.aside section.__block.__block--login.__is-member .__message .__group {
  display: inline-block;
}

.aside section.__block.__block--login.__is-member .__message .__group span {
  display: inline-block;
  font-size: 0.8em;
  padding: 0 0.5em;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #fff;
}

.aside section.__block.__block--login.__is-member .__point {
  font-size: 0.85em;
}

.aside section.__block.__block--login.__is-member .__point dl {
  margin: 0.5em 0 0 0;
}

.aside section.__block.__block--login.__is-member .__point dl dt,
.aside section.__block.__block--login.__is-member .__point dl dd {
  display: inline-block;
}

.aside section.__block.__block--login.__is-member .__point dl dt:after {
  content: ":";
  margin-right: 0.3em;
}

.aside section.__block.__block--login.__is-member .__point dl dd {
  margin: 0;
}

.aside section.__block.__block--cart .__body .__total {
  text-align: center;
  padding: 0.5em 0;
}

.aside section.__block.__block--cart .__body .__total .__count {
  display: inline-block;
}

.aside section.__block.__block--cart .__body .__total .__count span.__num {
  font-size: 1.15em;
  font-weight: bold;
  margin-right: 2px;
}

.aside section.__block.__block--cart .__body .__total dl.__price {
  display: inline-block;
  margin: 0 0 0 1em;
}

.aside section.__block.__block--cart .__body .__total dl.__price dt,
.aside section.__block.__block--cart .__body .__total dl.__price dd {
  display: inline-block;
}

.aside section.__block.__block--cart .__body .__total dl.__price dt {
  margin-right: 2px;
}

.aside section.__block.__block--cart .__body .__total dl.__price dd {
  margin: 0;
  font-size: 1.15em;
  font-weight: bold;
}

.aside section.__block.__block--cart .__body .__to-cart {
  text-align: center;
  margin-top: 0.5em;
}

.aside section.__block.__block--cart .__body .__to-cart a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 0.3em;
}

.aside section.__block.__block--cart.__is-empty .__body {
  text-align: center;
}

.aside section.__block.__block--search .__body {
  text-align: center;
}

@media (min-width: 960px) {
  .aside section.__block.__block--search .__body input {
    width: 7em;
  }
}
.aside section.__block.__block--calendar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.aside section.__block.__block--calendar ul:before,
.aside section.__block.__block--calendar ul:after {
  content: " ";
  display: table;
}

.aside section.__block.__block--calendar ul:after {
  clear: both;
}

.aside section.__block.__block--calendar ul li {
  padding: 0 1em;
  margin: 1em 0;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .aside section.__block.__block--calendar ul li {
    float: left;
    width: 50%;
  }
}
.aside section.__block.__block--calendar ul li table.cal {
  width: 100%;
}

.aside section.__block.__block--calendar ul li table.cal thead th {
  text-align: center;
  padding: 0.5em 0;
}

.aside section.__block.__block--calendar ul li table.cal tbody th,
.aside section.__block.__block--calendar ul li table.cal tbody td {
  text-align: center;
  width: 14.27%;
}

.aside section.__block.__block--calendar ul li table.cal tbody th {
  background-color: #f2f2f2;
}

.aside section.__block.__block--calendar ul li table.cal tbody td {
  padding: 0;
  border: 1px solid #fff;
}

.aside section.__block.__block--calendar ul li table.cal tbody td span {
  display: block;
  width: 100%;
  height: 100%;
}

.aside section.__block.__block--calendar ul li table.cal tbody td span.cal-week-close {
  background-color: #ddd;
}

.aside section.__block.__block--category .__body ul.__tree {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.aside section.__block.__block--category .__body ul.__tree li.__item {
  display: block;
  position: relative;
}

.aside section.__block.__block--category .__body ul.__tree li.__item a {
  border-top: 1px dotted #e6e6e6;
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .aside section.__block.__block--category .__body ul.__tree li.__item a {
    padding: 0.3em 0;
  }
}
@media screen and (max-width: 959px) and (min-width: 600px) {
  .aside section.__block.__block--category .__body ul.__tree li.__item a {
    padding: 0.5em 0 0.5em 1em;
  }
}
@media screen and (max-width: 599px) {
  .aside section.__block.__block--category .__body ul.__tree li.__item a {
    padding: 0.75em 0 0.75em 1em;
  }
}
.aside section.__block.__block--category .__body ul.__tree li.__item ul {
  padding-left: 1em;
}

.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children > a {
  padding-right: 3em;
}

.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children span.__js-toggle {
  display: inline-block;
  position: absolute;
  text-align: center;
  right: 0;
  top: 1px;
  padding: 0.3em 0;
  width: 2em;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children span.__js-toggle {
    padding: 0.5em 0;
    width: 3em;
  }
}
@media screen and (max-width: 599px) {
  .aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children span.__js-toggle {
    padding: 0.75em 0;
  }
}
.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children span.__js-toggle:before {
  font-size: 1.5em;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "\e5c5";
  vertical-align: middle;
}

.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children ul {
  display: none;
}

.aside section.__block.__block--category .__body ul.__tree li.__item.__item--img > a {
  padding: 0;
  border-bottom: none;
}

.aside section.__block.__block--category .__body ul.__tree li.__item.__item--img > a img {
  vertical-align: middle;
}

.aside section.__block.__block--category .__body ul.__tree > li.__item {
  border-top: 1px solid #e6e6e6;
}

@media screen and (min-width: 960px) {
  .aside section.__block.__block--category .__body ul.__tree > li.__item {
    margin-top: 0.5em;
  }
  .aside section.__block.__block--category .__body ul.__tree > li.__item:first-child {
    border-top: none;
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  .aside section.__block.__block--category .__body ul.__tree > li.__item:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
}
.aside section.__block.__block--category .__body ul.__tree > li.__item > a {
  border-top: none;
}

@media screen and (min-width: 960px) {
  .aside section.__block.__block--category .__body ul.__tree > li.__item > a {
    padding: 0.5em 0;
  }
}
.aside section.__block.__block--category .__body ul.__tree > li.__item:first-child > a {
  border-top: none;
}

.aside section.__block.__block--category .__body ul.__tree > li.__item.__item--has-children > span.__js-toggle {
  display: none;
}

@media screen and (max-width: 959px) {
  .aside section.__block.__block--category .__body ul.__tree > li.__item.__item--has-children > span.__js-toggle {
    display: inline-block;
  }
}
.aside section.__block.__block--category .__body ul.__tree > li.__item.__item--has-children > ul {
  display: block;
}

@media screen and (max-width: 959px) {
  .aside section.__block.__block--category .__body ul.__tree > li.__item.__item--has-children > ul {
    display: none;
  }
}
.aside section.__block.__block--feature .__body ul,
.aside section.__block.__block--page .__body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 959px) {
  .aside section.__block.__block--feature .__body ul,
.aside section.__block.__block--page .__body ul {
    border-top: 1px solid #e6e6e6;
  }
}
.aside section.__block.__block--feature .__body ul li.__item,
.aside section.__block.__block--page .__body ul li.__item {
  display: block;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 960px) {
  .aside section.__block.__block--feature .__body ul li.__item:last-child,
.aside section.__block.__block--page .__body ul li.__item:last-child {
    border-bottom: none;
  }
}
.aside section.__block.__block--feature .__body ul li.__item a,
.aside section.__block.__block--page .__body ul li.__item a {
  display: block;
  padding: 0.5em 0;
}

.aside section.__block.__block--feature .__body ul li.__item.__item--img > a,
.aside section.__block.__block--page .__body ul li.__item.__item--img > a {
  padding: 0;
  border-bottom: none;
}

.aside section.__block.__block--feature .__body ul li.__item.__item--img > a img,
.aside section.__block.__block--page .__body ul li.__item.__item--img > a img {
  vertical-align: middle;
}

@media screen and (max-width: 959px) {
  .aside section.__block.__block--feature .__body ul li.__item a:hover,
.aside section.__block.__block--page .__body ul li.__item a:hover {
    text-decoration: none;
  }
  .aside section.__block.__block--feature .__body ul li.__item.__item--text a,
.aside section.__block.__block--page .__body ul li.__item.__item--text a {
    position: relative;
    padding: 0.75em 1.5em 0.75em 1em;
  }
  .aside section.__block.__block--feature .__body ul li.__item.__item--text a:after,
.aside section.__block.__block--page .__body ul li.__item.__item--text a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.5em;
    color: #ccc;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .aside section.__block.__block--feature .__body ul,
.aside section.__block.__block--page .__body ul {
    letter-spacing: -0.5em;
  }
  .aside section.__block.__block--feature .__body ul li.__item,
.aside section.__block.__block--page .__body ul li.__item {
    letter-spacing: normal;
    display: inline-block;
    width: 50%;
  }
  .aside section.__block.__block--feature .__body ul li.__item:nth-child(odd),
.aside section.__block.__block--page .__body ul li.__item:nth-child(odd) {
    border-right: 1px solid #e6e6e6;
  }
}
@media screen and (max-width: 599px) {
  .aside section.__block.__block--feature .__body ul li.__item a:after,
.aside section.__block.__block--page .__body ul li.__item a:after {
    right: 1em;
  }
}
@media screen and (max-width: 959px) {
  .aside section.__block.__block--free.__is-text {
    padding-right: 1em;
    padding-left: 1em;
  }
}
.aside section.__block.__block--paid {
  text-align: center;
}

/* --------------------------------------------------------------------------
   フッター  .footer
   -------------------------------------------------------------------------- */
.footer {
  background: #f2f2f2;
}

.footer nav.__nav,
.footer .__copyright {
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .footer nav.__nav,
.footer .__copyright {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1279px) {
  .footer nav.__nav,
.footer .__copyright {
    max-width: 960px;
  }
}
.footer nav.__nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0.5em 0;
  letter-spacing: -0.5em;
}

.footer nav.__nav ul li {
  display: inline-block;
  padding: 0.5em 0;
  letter-spacing: normal;
}

.footer nav.__nav ul li a {
  padding: 0 1em;
  border-right: 1px solid #ccc;
}

.footer nav.__nav ul li:last-child a {
  border-right: none;
}

.footer .__copyright {
  font-size: 0.85em;
  text-align: center;
  padding: 2em;
}

/* ==============================================================================================
   COMPONENT
   コンポーネント。ボタンなどの最小単位のスタイルが定義されたもの
   ============================================================================================== */
/* --------------------------------------------------------------------------
   ボタン  c-button
   -------------------------------------------------------------------------- */
.c-button,
.c-button-submit {
  font-family: inherit;
  line-height: inherit;
  padding: 0.6em 1em;
  border: 1px solid transparent;
  background-color: #dfdfdf;
  text-decoration: none;
  border-radius: 0.3em;
  display: inline-block;
  zoom: 1;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.c-button::-moz-focus-inner,
.c-button-submit::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.c-button:hover,
.c-button-submit:hover,
.c-button:focus,
.c-button-submit:focus {
  /* csslint ignore:start */
  filter: alpha(opacity=90);
  /* csslint ignore:end */
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.c-button:focus,
.c-button-submit:focus {
  outline: 0;
}

.c-button:active,
.c-button-submit:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000 \9 ;
}

.c-button[disabled],
.c-button-submit[disabled] {
  border: none;
  background-image: none;
  /* csslint ignore:start */
  filter: alpha(opacity=40);
  /* csslint ignore:end */
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}

.c-button-active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000 \9 ;
  cursor: default;
}

.c-button-active:hover {
  background-image: none;
}

.c-button-submit {
  color: #fff;
  font-weight: bold;
  background-color: #d9534f;
  min-width: 12em;
  font-size: 1.3em;
}

@media screen and (max-width: 599px) {
  .c-button-submit {
    display: block;
    width: 100%;
  }
}
a.c-button-submit {
  color: #0070c9;
  background-color: #ddd;
}

/* --------------------------------------------------------------------------
   フォームエレメント  c-form
   -------------------------------------------------------------------------- */
.c-form input[type=text],
.c-form input[type=password],
.c-form input[type=email],
.c-form input[type=url],
.c-form input[type=date],
.c-form input[type=month],
.c-form input[type=time],
.c-form input[type=datetime],
.c-form input[type=datetime-local],
.c-form input[type=week],
.c-form input[type=number],
.c-form input[type=search],
.c-form input[type=tel],
.c-form input[type=color] {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 0.3em;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 16px;
  max-width: 100%;
}

.c-form select,
.c-form textarea {
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 0.3em;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 16px;
}

.c-form select:focus,
.c-form textarea:focus {
  outline: 0;
  border-color: #129FEA;
}

.c-form select {
  padding: 0 0.6em;
}

.c-form textarea {
  padding: 0.5em 0.6em;
  width: 100%;
}

.c-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 0.3em;
  box-sizing: border-box;
}

.c-form input[type=color] {
  padding: 0.2em 0.5em;
}

.c-form input[type=text]:focus,
.c-form input[type=password]:focus,
.c-form input[type=email]:focus,
.c-form input[type=url]:focus,
.c-form input[type=date]:focus,
.c-form input[type=month]:focus,
.c-form input[type=time]:focus,
.c-form input[type=datetime]:focus,
.c-form input[type=datetime-local]:focus,
.c-form input[type=week]:focus,
.c-form input[type=number]:focus,
.c-form input[type=search]:focus,
.c-form input[type=tel]:focus,
.c-form input[type=color]:focus {
  outline: 0;
  border-color: #129FEA;
}

.c-form input:not([type]):focus {
  outline: 0;
  border-color: #129FEA;
}

.c-form input[type=file]:focus,
.c-form input[type=radio]:focus,
.c-form input[type=checkbox]:focus {
  outline: thin solid #129FEA;
  outline: 1px auto #129FEA;
}

.c-form input[type=radio],
.c-form input[type=checkbox] {
  font-size: 16px;
  vertical-align: middle;
}

.c-form input[type=text][disabled],
.c-form input[type=password][disabled],
.c-form input[type=email][disabled],
.c-form input[type=url][disabled],
.c-form input[type=date][disabled],
.c-form input[type=month][disabled],
.c-form input[type=time][disabled],
.c-form input[type=datetime][disabled],
.c-form input[type=datetime-local][disabled],
.c-form input[type=week][disabled],
.c-form input[type=number][disabled],
.c-form input[type=search][disabled],
.c-form input[type=tel][disabled],
.c-form input[type=color][disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
}

.c-form select[disabled],
.c-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
}

.c-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
}

.c-form input[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}

.c-form select[readonly],
.c-form textarea[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}

.c-form input:focus:invalid,
.c-form textarea:focus:invalid,
.c-form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}

.c-form input[type=file]:focus:invalid:focus,
.c-form input[type=radio]:focus:invalid:focus,
.c-form input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d;
}

.c-form select {
  /* Normalizes the height; padding is not sufficient. */
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: white;
}

.c-form select[multiple] {
  height: auto;
}

.c-form label {
  font-family: inherit;
  padding: 0.6em 1em;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  text-decoration: none;
  border-radius: 0.3em;
  display: inline-block;
  zoom: 1;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.c-form label::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.c-form label:hover,
.c-form label:focus {
  border-color: #129FEA;
}

.c-form label:focus {
  outline: 0;
}

.c-form label:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000 \9 ;
}

.c-form label input[type=radio],
.c-form label input[type=checkbox] {
  vertical-align: middle;
}

.c-form label.__is-disabled {
  background-image: none;
  /* csslint ignore:start */
  filter: alpha(opacity=40);
  /* csslint ignore:end */
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.c-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}

.c-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

.c-form input.__foundation-0,
.c-form input.__sales {
  text-align: right;
}

.c-form input[type=number]::-webkit-outer-spin-button,
.c-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.c-form input[type=number] {
  -moz-appearance: textfield;
}

/* --------------------------------------------------------------------------
   表・テーブル  .c-table-dl
   -------------------------------------------------------------------------- */
.c-table-dl {
  width: 100%;
  border-collapse: collapse;
}

.c-table-dl tr th,
.c-table-dl tr td {
  padding: 0.75em 1em;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.c-table-dl tr th {
  font-weight: normal;
  background-color: #f2f2f2;
}

@media screen and (max-width: 599px) {
  .c-table-dl {
    font-size: 0.85em;
  }
}
.c-table-dl tr th {
  width: 30%;
}

.c-table-dl tr td {
  width: 70%;
}

/* --------------------------------------------------------------------------
   アラート表示  .c-alert
   -------------------------------------------------------------------------- */
.c-alert {
  padding: 1em;
  background-color: #e2e3e5;
  margin: 1em 0;
}

.c-alert.c-alert--success {
  background-color: #d4edda;
}

.c-alert.c-alert--info {
  background-color: #d1ecf1;
}

.c-alert.c-alert--warning {
  background-color: #fff3cd;
}

.c-alert.c-alert--danger,
.c-alert.c-alert--error {
  background-color: #f8d7da;
}

.c-alert.c-alert--top {
  margin-top: 0;
}

/* --------------------------------------------------------------------------
   見出し  .c-heading
   -------------------------------------------------------------------------- */
.c-h1 {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 959px) {
  .c-h1 {
    padding: 0 1em;
    padding: 0 1rem;
  }
}
.c-heading-main {
  font-weight: bold;
  margin: 0;
  padding: 0.5em 0.75em;
  padding: 0.5em 1rem;
  color: #333;
  background-color: #f2f2f2;
  font-size: 1.3em;
}

.c-heading-aside {
  font-weight: bold;
  margin: 0;
  padding: 0.5em 0.75em;
  padding: 0.5em 1rem;
  color: #333;
  background-color: #f2f2f2;
  font-size: 1.15em;
}

/* --------------------------------------------------------------------------
   パンくずリスト  .c-breadcrumb
   -------------------------------------------------------------------------- */
.c-breadcrumb {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
  letter-spacing: -0.5em;
}

.c-breadcrumb li {
  display: inline;
  letter-spacing: normal;
  font-size: 0.85em;
  margin: 0 0.5em 0.5em 0;
}

.c-breadcrumb li:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  content: "\f105";
  padding-left: 0.5em;
}

.c-breadcrumb li:last-child {
  margin-right: 0;
}

.c-breadcrumb li:last-child:after {
  content: none;
}

/* --------------------------------------------------------------------------
   もっと見るリンク  .c-more
   -------------------------------------------------------------------------- */
.c-more {
  text-align: right;
  padding: 0.5em;
}

.c-more a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 0.3em;
}

/* --------------------------------------------------------------------------
   ページ上部へのスクロールボタン  .c-pagetop
   -------------------------------------------------------------------------- */
.c-pagetop {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
  transition: opacity 0.5s, visibility 0.5s;
}

@media screen and (min-width: 960px) {
  .c-pagetop {
    right: 1.5em;
    bottom: 1.5em;
  }
}
@media screen and (max-width: 959px) {
  .c-pagetop {
    right: 1em;
    bottom: 1em;
  }
}
.c-pagetop span:before {
  border-radius: 10em;
  background-color: #999;
  color: #fff;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  text-align: center;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "\e5ce";
}

@media screen and (min-width: 960px) {
  .c-pagetop span:before {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 959px) {
  .c-pagetop span:before {
    font-size: 3em;
  }
}
.c-pagetop.__is-visible {
  opacity: 0.8;
  visibility: visible;
}

/* --------------------------------------------------------------------------
   軽減税率対象ラベル表示  .c-tax-type
   -------------------------------------------------------------------------- */
.c-tax-type {
  font-weight: normal;
  color: #d9534f;
}

.c-tax-type:before {
  content: "※";
}

/* --------------------------------------------------------------------------
   税表示設定に基づく価格表示  .c-tax-price
   -------------------------------------------------------------------------- */
.c-tax-sub-price {
  font-size: 0.85em;
}

/* --------------------------------------------------------------------------
   新着情報のラベル  .c-news-label
   -------------------------------------------------------------------------- */
.c-news-label {
  display: inline-block;
  font-size: 0.8em;
  padding: 0 0.5em;
  vertical-align: middle;
  margin-right: 0.2em;
}

.c-news-label.c-news-label--color-1 {
  border: 1px solid #ccc;
  background-color: #fff;
}

.c-news-label.c-news-label--color-2 {
  color: #fff;
  font-weight: bold;
  background-color: #5bc0de;
}

.c-news-label.c-news-label--color-3 {
  color: #fff;
  font-weight: bold;
  background-color: #2ab27b;
}

.c-news-label.c-news-label--color-4 {
  color: #fff;
  font-weight: bold;
  background-color: #f0ad4e;
}

.c-news-label.c-news-label--color-5 {
  color: #fff;
  font-weight: bold;
  background-color: #d9534f;
}

/* --------------------------------------------------------------------------
   カード  .c-card
   -------------------------------------------------------------------------- */
.c-card {
  display: block;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #e6e6e6;
  border-radius: 0.3em;
}

.c-card > .c-card-header {
  padding: 1em;
  border-bottom: 1px solid #e6e6e6;
  border-radius: calc(0.3em - 1px) calc(0.3em - 1px) 0 0;
  overflow: hidden;
  background-color: #f2f2f2;
}

.c-card > .c-card-body {
  padding: 1em;
  border-radius: 0 0 calc(0.3em - 1px) calc(0.3em - 1px);
  overflow: hidden;
}

/* --------------------------------------------------------------------------
   Tabs .c-tabs
   -------------------------------------------------------------------------- */
.c-tabs .__nav {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin: 0.5em 1em 0;
  letter-spacing: normal;
}

.c-tabs .__nav .__nav-link {
  text-align: center;
  text-decoration: none;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-radius: 0.3em 0.3em 0 0;
  border-bottom: none;
}

.c-tabs .__nav .__nav-link.__is-active {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
}

.c-tabs .__tab-content {
  margin-top: 0.5em;
}

.c-tabs .__tab-content .__tabpanel {
  display: none;
}

.c-tabs .__tab-content .__tabpanel.__is-active {
  display: block;
}

.c-tabs .__is-hover {
  background-color: #ddd;
}

/* ==============================================================================================
   PROJECT
   プロジェクト。内側に複数の子要素を含み、まとめてスタイルが定義されたもの
   ============================================================================================== */
/* --------------------------------------------------------------------------
   商品のブロック表示  .p-product-block
   -------------------------------------------------------------------------- */
.p-product-block ul.__product {
  letter-spacing: -0.5em;
  /* 文字間を詰めて隙間を削除する */
  padding: 0 0.5em;
  margin: 0;
}

.p-product-block ul.__product li.__item {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  padding: 1em 0.5em;
  width: 50%;
}

@media (min-width: 600px) {
  .p-product-block ul.__product li.__item {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .p-product-block ul.__product li.__item {
    width: 16.6666666%;
  }
}
.p-product-block ul.__product li.__item a {
  display: block;
}

.p-product-block ul.__product li.__item a .__rank {
  text-align: center;
}

.p-product-block ul.__product li.__item a .__rank span.__icon {
  display: inline-block;
  position: relative;
  color: #e3e3e3;
}

.p-product-block ul.__product li.__item a .__rank span.__icon:before {
  font-family: "LigatureSymbols";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "\e03a";
  font-size: 3.5em;
}

.p-product-block ul.__product li.__item a .__rank span.__icon span.__num {
  display: inline-block;
  position: absolute;
  font-size: 0.8em;
  font-family: Verdana;
  color: #333;
  top: 50%;
  right: 0;
  left: 0;
  margin: -0.3em auto 0 auto;
}

.p-product-block ul.__product li.__item a .__rank.__rank--1 span.__icon {
  color: #e0cb73;
}

.p-product-block ul.__product li.__item a .__rank.__rank--2 span.__icon {
  color: #bdbdbd;
}

.p-product-block ul.__product li.__item a .__rank.__rank--3 span.__icon {
  color: #ba9c7e;
}

.p-product-block ul.__product li.__item a .__rank.__rank--1 span.__icon span.__num,
.p-product-block ul.__product li.__item a .__rank.__rank--2 span.__icon span.__num,
.p-product-block ul.__product li.__item a .__rank.__rank--3 span.__icon span.__num {
  color: #fff;
}

.p-product-block ul.__product li.__item a .__status {
  margin-bottom: 0.2em;
}

.p-product-block ul.__product li.__item a .__status ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.p-product-block ul.__product li.__item a .__status ul li.__label {
  display: inline-block;
  font-size: 0.8em;
  padding: 0 0.5em;
  vertical-align: middle;
  margin-bottom: 0.1em;
}

.p-product-block ul.__product li.__item a .__status ul li.__label.__label--new {
  color: #fff;
  font-weight: bold;
  background-color: #2ab27b;
}

.p-product-block ul.__product li.__item a .__status ul li.__label.__label--new span:before {
  content: "新着";
}

.p-product-block ul.__product li.__item a .__status ul li.__label.__label--recommend {
  color: #fff;
  font-weight: bold;
  background-color: #d9534f;
}

.p-product-block ul.__product li.__item a .__status ul li.__label.__label--recommend span:before {
  content: "おすすめ";
}

.p-product-block ul.__product li.__item a .__status ul li.__label.__label--limited {
  color: #fff;
  font-weight: bold;
  background-color: #f0ad4e;
}

.p-product-block ul.__product li.__item a .__status ul li.__label.__label--limited span:before {
  content: "限定商品";
}

.p-product-block ul.__product li.__item a .__status ul li.__label.__label--custom {
  color: #fff;
  font-weight: bold;
  background-color: #333;
}

.p-product-block ul.__product li.__item a .__photo {
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
}

.p-product-block ul.__product li.__item a .__photo img {
  vertical-align: middle;
}

@media screen and (min-width: 600px) {
  .p-product-block ul.__product li.__item a .__photo img {
    max-height: 12em;
  }
}
.p-product-block ul.__product li.__item a .__photo.__is-noimage .__noimage:before {
  display: block;
  content: "";
  padding-top: 100%;
}

.p-product-block ul.__product li.__item a .__photo.__is-noimage .__noimage .__wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  color: #fff;
}

.p-product-block ul.__product li.__item a .__photo.__is-noimage .__noimage .__wrap span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
}

.p-product-block ul.__product li.__item a .__photo.__is-noimage .__noimage .__wrap span:before {
  content: "NO IMAGE";
}

.p-product-block ul.__product li.__item a .__title {
  font-size: 0.85em;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.p-product-block ul.__product li.__item a .__description {
  margin-top: 0.5em;
}

.p-product-block ul.__product li.__item a .__description dl.__price {
  font-size: 0.85em;
  margin: 0;
  text-align: right;
}

.p-product-block ul.__product li.__item a .__description dl.__price dt,
.p-product-block ul.__product li.__item a .__description dl.__price dd {
  display: inline-block;
}

.p-product-block ul.__product li.__item a .__description dl.__price dd {
  margin-left: 0.5em;
}

.p-product-block ul.__product li.__item a:hover {
  text-decoration: none;
}

.p-product-block ul.__product li.__item a:hover > .__title {
  text-decoration: underline;
}

.p-product-block ul.__product li.__item a:hover .__photo {
  opacity: 0.9;
}

.p-product-block ul.__product li.__item.__is-soldout .__photo {
  position: relative;
}

.p-product-block ul.__product li.__item.__is-soldout .__photo .__soldout {
  display: none;
}

.p-product-block ul.__product li.__item.__is-soldout .__photo .__soldout:before {
  content: "";
  display: block;
  background-image: linear-gradient(rgba(128, 128, 128, 0.5), rgba(128, 128, 128, 0.5));
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
}

.p-product-block ul.__product li.__item.__is-soldout .__photo .__soldout:after {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  content: "SOLD OUT";
  z-index: 10;
  top: 50%;
  bottom: 0;
  margin-top: -0.5em;
  font-size: 1.3em;
  color: #fff;
}

@media (max-width: 599px) {
  .p-product-block.p-product-block--compact ul.__product {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .p-product-block.p-product-block--compact ul.__product li.__item {
    white-space: normal;
    width: 44.44444%;
  }
}
/* --------------------------------------------------------------------------
   商品セット一覧表示  .p-product-set
   -------------------------------------------------------------------------- */
.p-product-set {
  margin-top: 2em;
}

.p-product-set table {
  width: 100%;
}

.p-product-set table thead tr th {
  padding: 0.75em 1em;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-weight: normal;
  white-space: nowrap;
  font-size: 0.85em;
  background-color: #f2f2f2;
}

.p-product-set table thead tr th.__order {
  border-right: none;
}

.p-product-set table tbody tr td {
  padding: 0.75em 1em;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.p-product-set table tbody tr td .__heading {
  display: none;
}

.p-product-set table tbody tr td.__description .__shipping-group {
  margin-bottom: 0.3em;
}

.p-product-set table tbody tr td.__description .__shipping-group span {
  display: inline-block;
  font-size: 0.8em;
  padding: 0 0.5em;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #fff;
}

.p-product-set table tbody tr td.__description h2.__name {
  margin: 0;
  font-size: 1.15em;
}

.p-product-set table tbody tr td.__description .__tax-type {
  font-size: 0.85em;
}

.p-product-set table tbody tr td.__description .__spec {
  margin-top: 1em;
  font-size: 0.85em;
  color: #666;
}

.p-product-set table tbody tr td.__description .__spec dl {
  display: block;
  margin: 0.3em 0 0 0;
  line-height: 1.3;
}

.p-product-set table tbody tr td.__description .__spec dl dt {
  display: inline-block;
  margin: 0 0.3em 0 0;
}

.p-product-set table tbody tr td.__description .__spec dl dt:after {
  content: ":";
  display: inline-block;
  margin-left: 0.3em;
}

.p-product-set table tbody tr td.__description .__spec dl dd {
  display: inline-block;
  margin: 0;
}

.p-product-set table tbody tr td.__description .__content {
  margin-top: 1em;
  font-size: 0.85em;
}

.p-product-set table tbody tr td.__price .__body {
  text-align: right;
}

.p-product-set table tbody tr td.__price .__body .__total {
  font-weight: bold;
  font-size: 1.15em;
}

.p-product-set table tbody tr td.__price .__body .__detail {
  font-size: 0.85em;
}

.p-product-set table tbody tr td.__price .__body .__volume-discount {
  margin-top: 0.5em;
  font-size: 0.85em;
}

.p-product-set table tbody tr td.__order {
  border-right: none;
  white-space: nowrap;
}

.p-product-set table tbody tr td.__order .__body {
  text-align: center;
}

.p-product-set table tbody tr td.__order .__body dl.__cart-count {
  display: inline-block;
  margin: 0.5em 0 0 0;
}

.p-product-set table tbody tr td.__order .__body dl.__cart-count dt {
  font-size: 0.85em;
  display: inline-block;
  margin-left: 0.3em;
}

.p-product-set table tbody tr td.__order .__body dl.__cart-count dd {
  font-size: 0.85em;
  background-color: #2ab27b;
  color: #fff;
  display: inline-block;
  padding: 0 0.4em;
  margin: 0;
  text-align: center;
  border-radius: 2em;
}

.p-product-set table tbody tr td.__order .__body .__input input {
  text-align: right;
  margin-right: 0.3em;
  width: 4em;
}

.p-product-set table tbody tr td.__order .__body .__notice dl {
  margin: 0;
  letter-spacing: -0.5em;
  font-size: 0.85em;
}

.p-product-set table tbody tr td.__order .__body .__notice dl:first-child {
  margin-top: 0.5em;
}

.p-product-set table tbody tr td.__order .__body .__notice dl dt,
.p-product-set table tbody tr td.__order .__body .__notice dl dd {
  display: inline-block;
  letter-spacing: normal;
}

.p-product-set table tbody tr td.__order .__body .__notice dl dt:after {
  content: ":";
  margin-left: 0.3em;
}

.p-product-set table tbody tr td.__order .__body .__notice dl dd {
  margin-left: 0.5em;
}

.p-product-set table tbody tr td.__order .__body .__error {
  white-space: normal;
  font-size: 0.85em;
}

@media screen and (min-width: 600px) {
  .p-product-set table tbody tr.__is-hidden td.__price .__body {
    text-align: center;
  }
}
.p-product-set .__add-cart {
  margin-top: 1em;
  text-align: right;
}

@media screen and (max-width: 599px) {
  .p-product-set {
    margin-top: 1em;
  }
  .p-product-set table {
    display: block;
  }
  .p-product-set table thead {
    display: none;
  }
  .p-product-set table tbody {
    display: block;
    padding: 0 1em;
  }
  .p-product-set table tbody tr {
    display: block;
    margin-bottom: 1em;
    border-radius: 0.5em;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0 1em;
  }
  .p-product-set table tbody tr td {
    padding: 0.75em 0;
    display: block;
    border: none;
  }
  .p-product-set table tbody tr td:before,
.p-product-set table tbody tr td:after {
    content: " ";
    display: table;
  }
  .p-product-set table tbody tr td:after {
    clear: both;
  }
  .p-product-set table tbody tr td .__heading {
    display: block;
    width: 35%;
    float: left;
  }
  .p-product-set table tbody tr td .__body {
    display: block;
    width: 65%;
    float: left;
  }
  .p-product-set table tbody tr td.__price,
.p-product-set table tbody tr td.__order {
    border-top: 1px dotted #e6e6e6;
  }
  .p-product-set table tbody tr td.__price .__body,
.p-product-set table tbody tr td.__order .__body {
    text-align: right;
  }
  .p-product-set table tbody tr td.__price .__heading .__detail {
    font-size: 0.85em;
  }
  .p-product-set table tbody tr:last-child {
    margin-bottom: 0;
  }
  .p-product-set .__add-cart {
    padding-right: 1em;
    padding-left: 1em;
  }
}
/* --------------------------------------------------------------------------
   登録フォームでの進捗表示  .p-form-flow
   -------------------------------------------------------------------------- */
.p-form-flow {
  position: relative;
  list-style-type: none;
  margin: 1em auto;
  padding: 0;
  width: 100%;
  max-width: 640px;
}

.p-form-flow:before,
.p-form-flow:after {
  content: " ";
  display: table;
}

.p-form-flow:after {
  clear: both;
}

.p-form-flow:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.65em;
  left: 16.6666%;
  width: 66.6666%;
  border-bottom: 4px solid #999;
  margin: 0 auto;
  z-index: 0;
}

.p-form-flow .__flow {
  display: block;
  width: 33.3333%;
  text-align: center;
  float: left;
  position: relative;
  z-index: 1;
}

.p-form-flow .__flow .__number {
  background-color: #999;
  display: inline-block;
  font-size: 1.8em;
  height: 2em;
  width: 2em;
  border-radius: 2em;
  margin-bottom: 0.5em;
  color: #fff;
}

.p-form-flow .__flow .__number:before {
  line-height: 2em;
  vertical-align: middle;
}

.p-form-flow .__flow .__text {
  display: block;
  color: #999;
  font-weight: bold;
}

.p-form-flow .__flow.__flow-1 .__number:before {
  content: "1";
}

.p-form-flow .__flow.__flow-2 .__number:before {
  content: "2";
}

.p-form-flow .__flow.__flow-2 .__text:before {
  content: "入力情報確認";
}

.p-form-flow .__flow.__flow-3 .__number:before {
  content: "3";
}

.p-form-flow .__flow.__flow-3 .__text:before {
  content: "完了";
}

.p-form-flow .__flow.__active .__number {
  background-color: #333;
}

.p-form-flow .__flow.__active .__text {
  color: #333;
}

.p-form-flow.p-form-flow--customer .__flow.__flow-1 .__text:before {
  content: "ご登録情報入力";
}

.p-form-flow.p-form-flow--order .__flow.__flow-1 .__text:before {
  content: "ご注文情報入力";
}

.p-form-flow.p-form-flow--estimate .__flow.__flow-1 .__text:before {
  content: "お見積り情報入力";
}

/* --------------------------------------------------------------------------
   登録フォーム表示（必須・エラー表示など）  .p-form-table
   -------------------------------------------------------------------------- */
.p-form-table tr td label {
  margin: 0.25em 0.5em 0.25em 0;
}

.p-form-table tr td p.__example {
  color: #666;
  font-size: 0.85em;
}

.p-form-table tr td .__block {
  margin-top: 0.75em;
}

.p-form-table tr td .__block:first-child {
  margin-top: 0;
}

.p-form-table tr td .__block .__sub-title {
  margin-bottom: 0.3em;
}

.p-form-table tr.__is-error td {
  background-color: #f8d7da;
}

.p-form-table tr.__is-error td p.__message {
  color: #d9534f;
  padding: 0.3em 0;
  margin: 0;
}

.p-form-table tr.__is-required th:after {
  display: inline-block;
  font-size: 0.8em;
  padding: 0 0.5em;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  background-color: #d9534f;
  content: "必須";
  margin-left: 0.5em;
}

@media screen and (min-width: 600px) {
  .p-form-table {
    width: 100%;
    border-collapse: collapse;
  }
  .p-form-table tr th,
.p-form-table tr td {
    padding: 0.75em 1em;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .p-form-table tr th {
    width: 30%;
    background-color: #f2f2f2;
    font-weight: normal;
  }
  .p-form-table tr td {
    width: 70%;
  }
  .p-form-table tr td p.__example {
    display: inline-block;
    vertical-align: middle;
    margin: 0.3em 0 0.3em 0.5em;
  }
  .p-form-table tr.__is-error th {
    background-color: #f4c1c6;
  }
  .p-form-table tr.__is-required th:before,
.p-form-table tr.__is-required th:after {
    content: " ";
    display: table;
  }
  .p-form-table tr.__is-required th:after {
    clear: both;
  }
  .p-form-table tr.__is-required th:after {
    content: "必須";
    display: block;
    float: right;
  }
}
@media screen and (max-width: 599px) {
  .p-form-table {
    display: block;
    width: 100%;
    font-size: 1.15em;
  }
  .p-form-table tbody,
.p-form-table thead {
    width: 100%;
    display: block;
  }
  .p-form-table tr {
    width: 100%;
    display: block;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
    padding: 0.75em 1em;
  }
  .p-form-table tr:last-child {
    border-bottom: none;
  }
  .p-form-table tr th,
.p-form-table tr td {
    width: 100%;
    display: block;
  }
  .p-form-table tr th {
    padding-bottom: 0.3em;
  }
  .p-form-table tr td {
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    background-color: #f2f2f2;
  }
  .p-form-table tr td p.__example {
    display: block;
    margin: 0.3em 0 0 0;
  }
  .p-form-table tr.__is-error {
    background-color: #f8d7da;
  }
  .p-form-table tr.__is-required th:after {
    vertical-align: 2px;
    display: inline-block;
  }
}
/* --------------------------------------------------------------------------
   数量増減ボタン  .p-spin
   -------------------------------------------------------------------------- */
.p-spin .__minus,
.p-spin .__plus {
  display: inline-block;
  background-color: #f2f2f2;
  padding: 0.5em 0;
  line-height: 1.15em;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
  width: 1.75em;
  font-size: 16px;
  cursor: pointer;
}

.p-spin .__minus:active,
.p-spin .__plus:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000 \9 ;
}

@media screen and (max-width: 599px) {
  .p-spin .__minus,
.p-spin .__plus {
    width: 2.5em;
  }
}
.p-spin .__minus {
  border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  border-right: none;
}

.p-spin .__minus:before {
  content: "-";
}

.p-spin .__plus {
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  background-color: #f2f2f2;
}

.p-spin .__plus:before {
  content: "+";
}

/* --------------------------------------------------------------------------
   ショッピングカートの中身  .p-cart
   -------------------------------------------------------------------------- */
.p-cart .__product table tbody td.__description a {
  display: block;
}

.p-cart .__product table tbody td.__description a .__detail .__name {
  font-weight: bold;
}

.p-cart .__product table tbody td.__description a .__detail .__no,
.p-cart .__product table tbody td.__description a .__detail .__jan,
.p-cart .__product table tbody td.__description a .__detail .__product-option,
.p-cart .__product table tbody td.__description a .__detail .__custom,
.p-cart .__product table tbody td.__description a .__detail .__shipping-size {
  color: #666;
}

.p-cart .__product table tbody td.__description a .__detail .__custom {
  display: none;
}

.p-cart .__product table tbody td.__description a:hover {
  text-decoration: none;
}

.p-cart .__product table tbody td.__description a:hover .__detail .__name {
  text-decoration: underline;
}

.p-cart .__product table tbody td.__price .__body .__total .__tax-sub-price,
.p-cart .__product table tbody td.__price .__body .__detail .__tax-sub-price {
  margin-left: 0.25em;
}

.p-cart .__product table tbody td.__order .__body .__input {
  text-align: right;
  margin-right: 0.3em;
  width: 4em;
}

.p-cart .__product table tbody td.__order .__body dl.__min-max-order {
  margin: 0.5em 0 0 0;
  letter-spacing: -0.5em;
  font-size: 0.85em;
}

.p-cart .__product table tbody td.__order .__body dl.__min-max-order dt,
.p-cart .__product table tbody td.__order .__body dl.__min-max-order dd {
  display: inline-block;
  letter-spacing: normal;
}

.p-cart .__product table tbody td.__order .__body dl.__min-max-order dt:after {
  content: ":";
  margin-left: 0.3em;
}

.p-cart .__product table tbody td.__order .__body dl.__min-max-order dd {
  margin-left: 0.5em;
}

.p-cart .__product table tbody td.__total .__body .__tax-sub-price.__is-in,
.p-cart .__product table tbody td.__total .__body .__tax-sub-price.__is-out {
  margin-left: 0.25em;
}

.p-cart .__product table tbody td.__total .__body .__tax-sub-price:not(.__is-in):not(.__is-out) {
  display: block;
}

.p-cart .__total-count {
  text-align: right;
}

.p-cart .__total-count dl {
  display: inline-block;
  letter-spacing: -0.5em;
  margin: 0.75em 0 0 0;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.p-cart .__total-count dl dt,
.p-cart .__total-count dl dd {
  letter-spacing: normal;
  display: inline-block;
}

.p-cart .__total-count dl dt {
  margin-right: 0.5em;
}

.p-cart .__total-count dl dt:after {
  content: ":";
  margin-left: 0.3em;
}

.p-cart .__total-count dl dd {
  margin: 0;
}

.p-cart .__total-price {
  margin-top: 0.5em;
}

.p-cart .__total-price dl {
  letter-spacing: -0.5em;
  margin: 0;
  padding: 0.25em 0 0.75em 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.p-cart .__total-price dl dt,
.p-cart .__total-price dl dd {
  letter-spacing: normal;
  display: inline-block;
}

.p-cart .__total-price dl dt {
  width: 40%;
  text-align: left;
  vertical-align: top;
}

.p-cart .__total-price dl dd {
  width: 60%;
  text-align: right;
  vertical-align: top;
  margin: 0;
}

.p-cart .__total-price dl.__use-point dt,
.p-cart .__total-price dl.__get-point dt {
  font-size: 0.85em;
}

.p-cart .__total-price dl.__order .__price .__tax-sub-price:not(.__is-in):not(.__is-out) {
  display: block;
}

.p-cart .__total-price dl.__order .__tax {
  font-size: 0.85em;
}

.p-cart .__total-price dl.__is-final dd .__total {
  font-size: 1.3em;
  font-weight: bold;
}

.p-cart .__total-price dl.__is-final dd ul.__by-tax-rate {
  font-size: 0.85em;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.p-cart .__total-price dl.__is-final dd ul.__by-tax-rate li.__item {
  display: block;
}

@media screen and (min-width: 600px) {
  .p-cart .__product table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.85em;
  }
  .p-cart .__product table thead th {
    padding: 0.75em 1em;
    border: 1px solid #ddd;
    background-color: #f2f2f2;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
  }
  .p-cart .__product table tbody td {
    padding: 0.75em 1em;
    border: 1px solid #ddd;
  }
  .p-cart .__product table tbody td .__heading {
    display: none;
  }
  .p-cart .__product table tbody td.__description a {
    display: block;
  }
  .p-cart .__product table tbody td.__description a:before,
.p-cart .__product table tbody td.__description a:after {
    content: " ";
    display: table;
  }
  .p-cart .__product table tbody td.__description a:after {
    clear: both;
  }
  .p-cart .__product table tbody td.__description a .__image {
    float: left;
    padding-right: 0.5em;
    text-align: center;
  }
  .p-cart .__product table tbody td.__description a .__image img {
    max-height: 5em;
    max-width: 5em;
  }
  .p-cart .__product table tbody td.__description a .__detail {
    display: inline;
  }
  .p-cart .__product table tbody td.__description a .__detail .__name {
    margin-bottom: 0.5em;
  }
  .p-cart .__product table tbody td.__description a .__detail .__tax-type {
    margin: 0 0.5em 0 0;
    display: inline-block;
  }
  .p-cart .__product table tbody td.__description a .__detail .__no,
.p-cart .__product table tbody td.__description a .__detail .__jan,
.p-cart .__product table tbody td.__description a .__detail .__product-option,
.p-cart .__product table tbody td.__description a .__detail .__custom,
.p-cart .__product table tbody td.__description a .__detail .__shipping-size {
    margin: 0 0.5em 0 0;
    display: inline-block;
    vertical-align: top;
  }
  .p-cart .__product table tbody td.__description a .__detail .__no dt,
.p-cart .__product table tbody td.__description a .__detail .__jan dt,
.p-cart .__product table tbody td.__description a .__detail .__product-option dt,
.p-cart .__product table tbody td.__description a .__detail .__custom dt,
.p-cart .__product table tbody td.__description a .__detail .__shipping-size dt {
    display: inline-block;
    vertical-align: top;
  }
  .p-cart .__product table tbody td.__description a .__detail .__no dt:after,
.p-cart .__product table tbody td.__description a .__detail .__jan dt:after,
.p-cart .__product table tbody td.__description a .__detail .__product-option dt:after,
.p-cart .__product table tbody td.__description a .__detail .__custom dt:after,
.p-cart .__product table tbody td.__description a .__detail .__shipping-size dt:after {
    content: ":";
  }
  .p-cart .__product table tbody td.__description a .__detail .__no dd,
.p-cart .__product table tbody td.__description a .__detail .__jan dd,
.p-cart .__product table tbody td.__description a .__detail .__product-option dd,
.p-cart .__product table tbody td.__description a .__detail .__custom dd,
.p-cart .__product table tbody td.__description a .__detail .__shipping-size dd {
    display: inline-block;
    margin: 0;
  }
  .p-cart .__product table tbody td.__description a .__detail .__custom {
    display: none;
  }
  .p-cart .__product table tbody td.__price {
    white-space: nowrap;
    width: 1em;
  }
  .p-cart .__product table tbody td.__price .__body {
    text-align: right;
  }
  .p-cart .__product table tbody td.__price .__body .__detail {
    font-size: 0.85em;
  }
  .p-cart .__product table tbody td.__order {
    white-space: nowrap;
    width: 1em;
    text-align: center;
  }
  .p-cart .__product table tbody td.__order.__order--input span.__delete {
    display: inline-block;
    margin-left: 1em;
  }
  .p-cart .__product table tbody td.__total {
    white-space: nowrap;
    width: 1em;
    text-align: right;
  }
  .p-cart .__total-price dl {
    width: 40%;
    margin-left: 60%;
  }
}
@media screen and (max-width: 599px) {
  .p-cart .__product table {
    display: block;
  }
  .p-cart .__product table thead {
    display: none;
  }
  .p-cart .__product table tbody {
    display: block;
    border: 1px solid #ddd;
    border-radius: 0.5em;
  }
  .p-cart .__product table tbody tr {
    display: block;
    padding: 1em;
    border-bottom: 1px solid #ddd;
  }
  .p-cart .__product table tbody tr td {
    display: block;
  }
  .p-cart .__product table tbody tr td.__description a:before,
.p-cart .__product table tbody tr td.__description a:after {
    content: " ";
    display: table;
  }
  .p-cart .__product table tbody tr td.__description a:after {
    clear: both;
  }
  .p-cart .__product table tbody tr td.__description a .__image {
    float: left;
    width: 30%;
    padding-right: 1em;
  }
  .p-cart .__product table tbody tr td.__description a .__detail {
    display: inline;
  }
  .p-cart .__product table tbody tr td.__description a .__detail .__tax-type {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    font-size: 0.85em;
  }
  .p-cart .__product table tbody tr td.__description a .__detail dl {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    font-size: 0.85em;
  }
  .p-cart .__product table tbody tr td.__description a .__detail dl dt,
.p-cart .__product table tbody tr td.__description a .__detail dl dd {
    display: inline-block;
    vertical-align: top;
  }
  .p-cart .__product table tbody tr td.__description a .__detail dl dt {
    display: inline-block;
  }
  .p-cart .__product table tbody tr td.__description a .__detail dl dt:after {
    content: ":";
  }
  .p-cart .__product table tbody tr td.__description a .__detail dl dd {
    margin: 0;
  }
  .p-cart .__product table tbody tr td.__price,
.p-cart .__product table tbody tr td.__total,
.p-cart .__product table tbody tr td.__order.__order--text {
    padding: 0.5em 0;
  }
  .p-cart .__product table tbody tr td.__price:before,
.p-cart .__product table tbody tr td.__price:after,
.p-cart .__product table tbody tr td.__total:before,
.p-cart .__product table tbody tr td.__total:after,
.p-cart .__product table tbody tr td.__order.__order--text:before,
.p-cart .__product table tbody tr td.__order.__order--text:after {
    content: " ";
    display: table;
  }
  .p-cart .__product table tbody tr td.__price:after,
.p-cart .__product table tbody tr td.__total:after,
.p-cart .__product table tbody tr td.__order.__order--text:after {
    clear: both;
  }
  .p-cart .__product table tbody tr td.__price .__heading,
.p-cart .__product table tbody tr td.__total .__heading,
.p-cart .__product table tbody tr td.__order.__order--text .__heading {
    font-weight: bold;
    width: 40%;
    float: left;
  }
  .p-cart .__product table tbody tr td.__price .__body,
.p-cart .__product table tbody tr td.__total .__body,
.p-cart .__product table tbody tr td.__order.__order--text .__body {
    width: 60%;
    float: left;
    text-align: right;
  }
  .p-cart .__product table tbody tr td.__order.__order--input {
    padding: 0.5em 0;
  }
  .p-cart .__product table tbody tr td.__order.__order--input .__heading {
    font-weight: bold;
  }
  .p-cart .__product table tbody tr td.__order.__order--input .__body {
    text-align: center;
    margin-top: 0.3em;
  }
  .p-cart .__product table tbody tr td.__order.__order--input .__body span.__delete {
    display: inline-block;
    margin-left: 2em;
  }
  .p-cart .__product table tbody tr td.__price .__detail {
    font-size: 0.85em;
  }
  .p-cart .__product table tbody tr:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .p-cart .__product table tbody td.__order.__order--input .__body span.__delete {
    display: block;
    margin: 0.5em 0 0 0;
  }
}
/* --------------------------------------------------------------------------
   ページネーション  .p-pagination
   -------------------------------------------------------------------------- */
.p-pagination .__information {
  text-align: center;
}

.p-pagination .__information span {
  font-weight: bold;
}

.p-pagination .__link {
  padding-top: 1em;
  text-align: center;
}

.p-pagination .__link ul.__page {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.p-pagination .__link ul.__page li {
  display: inline-block;
  padding: 0.25em 0;
  vertical-align: middle;
  line-height: 1;
  font-size: 0.85em;
}

.p-pagination .__link ul.__page li.__active span {
  display: inline-block;
  padding: 1em 0.75em;
  font-weight: bold;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
}

.p-pagination .__link ul.__page li.__link a {
  display: inline-block;
  padding: 1em 0.75em;
  border: 1px solid #ccc;
}

.p-pagination .__link ul.__page li.__link a:hover {
  text-decoration: none;
  background: #f2f2f2;
}

.p-pagination .__link .__prev,
.p-pagination .__link .__next {
  display: inline-block;
}

.p-pagination .__link .__prev a,
.p-pagination .__link .__next a {
  display: inline-block;
  padding: 1em;
  border: 1px solid #ccc;
  line-height: 1;
  font-weight: bold;
  font-size: 0.85em;
}

.p-pagination .__link .__prev a:hover,
.p-pagination .__link .__next a:hover {
  text-decoration: none;
  background: #f2f2f2;
}

.p-pagination .__link .__prev a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  padding-right: 1em;
}

.p-pagination .__link .__prev a:after {
  content: "前へ";
}

.p-pagination .__link .__next a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-left: 1em;
}

.p-pagination .__link .__next a:before {
  content: "次へ";
}

@media screen and (max-width: 599px) {
  .p-pagination .__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-pagination .__link .__prev,
.p-pagination .__link .__next {
    margin-top: 1em;
    width: 50%;
  }
  .p-pagination .__link .__prev a,
.p-pagination .__link .__next a {
    width: 100%;
    font-size: 1em;
  }
  .p-pagination .__link .__prev {
    order: 1;
    padding-right: 0.25em;
  }
  .p-pagination .__link .__next {
    order: 2;
    padding-left: 0.25em;
  }
  .p-pagination .__link ul.__page {
    width: 100%;
  }
}
/* --------------------------------------------------------------------------
   ログイン画面のメニュー（クローズドサイト共通）  .p-menu-login
   -------------------------------------------------------------------------- */
.p-menu-login {
  margin-top: 2em;
}

.p-menu-login ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  letter-spacing: -0.5em;
}

.p-menu-login ul li {
  letter-spacing: normal;
  display: inline-block;
}

.p-menu-login ul li a {
  padding: 0 1em;
  border-right: 1px solid #ccc;
}

.p-menu-login ul li:last-child a {
  border-right: none;
}

/* --------------------------------------------------------------------------
   マイページのグローバルメニュー  .p-mypage-navi
   -------------------------------------------------------------------------- */
.p-mypage-navi {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 959px) {
  .p-mypage-navi .__member {
    margin: 0 1em;
    margin: 0 1rem;
  }
}
.p-mypage-navi .__member .__name {
  display: inline-block;
  margin-right: 1em;
}

.p-mypage-navi .__member .__name span {
  font-weight: bold;
  font-size: 1.15em;
  display: inline-block;
  margin-right: 0.5em;
}

.p-mypage-navi .__member .__group {
  display: inline-block;
  margin-right: 1em;
  margin-right: 1rem;
}

.p-mypage-navi .__member .__group span {
  display: inline-block;
  font-size: 0.8em;
  padding: 0 0.5em;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #fff;
}

.p-mypage-navi .__member .__point {
  display: inline-block;
  font-size: 0.85em;
}

.p-mypage-navi .__member .__point dl {
  margin: 0.3em 0 0 0;
}

.p-mypage-navi .__member .__point dl dt,
.p-mypage-navi .__member .__point dl dd {
  display: inline-block;
}

.p-mypage-navi .__member .__point dl dt:after {
  content: ":";
  margin-right: 0.3em;
}

.p-mypage-navi .__member .__point dl dd {
  margin: 0;
}

.p-mypage-navi nav.__menu {
  position: relative;
  margin-top: 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.p-mypage-navi nav.__menu .__heading {
  letter-spacing: -0.5em;
  padding: 0.5em 1em;
  padding: 0.5rem 1rem;
}

.p-mypage-navi nav.__menu .__heading .__title {
  letter-spacing: normal;
  font-size: 1.3em;
  display: inline-block;
  width: 50%;
  text-align: left;
  vertical-align: middle;
}

.p-mypage-navi nav.__menu .__heading .__toggle {
  letter-spacing: normal;
  display: inline-block;
  width: 50%;
  text-align: right;
  vertical-align: middle;
}

.p-mypage-navi nav.__menu .__heading .__toggle span.__button {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.6em 1em;
  cursor: pointer;
  zoom: 1;
  display: inline-block;
  border-radius: 0.3em;
}

.p-mypage-navi nav.__menu .__heading .__toggle span.__button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  margin-right: 0.3em;
}

.p-mypage-navi nav.__menu .__heading .__toggle span.__button.__is-open:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d8";
}

@media screen and (min-width: 600px) {
  .p-mypage-navi nav.__menu .__heading .__toggle span.__button {
    display: none;
  }
}
.p-mypage-navi nav.__menu .__body ul li.__is-active a {
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .p-mypage-navi nav.__menu .__body {
    display: none;
  }
  .p-mypage-navi nav.__menu .__body ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .p-mypage-navi nav.__menu .__body ul li {
    display: block;
    border-top: 1px solid #e6e6e6;
  }
  .p-mypage-navi nav.__menu .__body ul li a {
    position: relative;
    display: block;
    color: #333;
    padding: 0.75em 1.5rem 0.75em 1rem;
  }
  .p-mypage-navi nav.__menu .__body ul li a:hover {
    text-decoration: none;
  }
  .p-mypage-navi nav.__menu .__body ul li a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.5em;
    color: #ccc;
  }
}
@media screen and (min-width: 600px) {
  .p-mypage-navi nav.__menu .__body ul {
    list-style-type: none;
    padding: 0 0 0.75em 0;
    margin: 0;
    letter-spacing: -0.5em;
  }
  .p-mypage-navi nav.__menu .__body ul li {
    display: inline-block;
    margin-top: 0.5em;
    letter-spacing: normal;
  }
  .p-mypage-navi nav.__menu .__body ul li a {
    padding: 0 1em;
    border-right: 1px solid #ccc;
  }
  .p-mypage-navi nav.__menu .__body ul li:last-child a {
    border-right: none;
  }
}
/* --------------------------------------------------------------------------
   マイページの絞り込み条件  .p-mypage-search
   -------------------------------------------------------------------------- */
.p-mypage-search {
  background-color: #f2f2f2;
  margin-top: 1em;
}

.p-mypage-search .__heading {
  letter-spacing: -0.5em;
  background-color: #ddd;
  padding: 0.5em 1em;
  padding: 0.5rem 1rem;
}

.p-mypage-search .__heading .__title {
  letter-spacing: normal;
  font-size: 1.3em;
  display: inline-block;
  width: 50%;
  text-align: left;
  vertical-align: middle;
}

.p-mypage-search .__heading .__toggle {
  letter-spacing: normal;
  display: inline-block;
  width: 50%;
  text-align: right;
  vertical-align: middle;
}

.p-mypage-search .__heading .__toggle span.__button {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.6em 1em;
  cursor: pointer;
  zoom: 1;
  display: inline-block;
  border-radius: 0.3em;
}

.p-mypage-search .__heading .__toggle span.__button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  margin-right: 0.3em;
}

.p-mypage-search .__heading .__toggle span.__button.__is-open:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d8";
}

.p-mypage-search .__body {
  padding-bottom: 1em;
  display: none;
}

.p-mypage-search .__body.__is-open {
  display: block;
}

.p-mypage-search .__body .__input {
  letter-spacing: -0.5em;
  padding: 0.5em 0;
}

.p-mypage-search .__body .__input dl {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  letter-spacing: normal;
  padding: 0.5em 1em;
  margin: 0;
}

@media screen and (min-width: 600px) {
  .p-mypage-search .__body .__input dl {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .p-mypage-search .__body .__input dl {
    width: 33.33333%;
  }
}
.p-mypage-search .__body .__input dl dd {
  margin-top: 0.3em;
  margin: 0;
}

.p-mypage-search .__body .__input dl dd input,
.p-mypage-search .__body .__input dl dd select {
  max-width: 100%;
}

.p-mypage-search .__body .__input dl.__date input {
  width: 7.5em;
}

.p-mypage-search .__body .__input dl.__is-error {
  background-color: #f8d7da;
}

.p-mypage-search .__body .__input dl.__is-error dd .__message {
  color: #d9534f;
  font-weight: bold;
}

.p-mypage-search .__body .__control {
  letter-spacing: -0.5em;
  text-align: center;
  margin-top: 0.5em;
}

.p-mypage-search .__body .__control .__submit,
.p-mypage-search .__body .__control .__reset {
  letter-spacing: normal;
  display: inline;
  font-size: 1.15em;
  padding: 0 0.3em;
}

.p-mypage-search .__body .__control .__submit .__button {
  background-color: #d9534f;
  color: #fff;
  font-weight: bold;
  padding-left: 3em;
  padding-right: 3em;
}

/* --------------------------------------------------------------------------
   処理中の表示  .p-processing
   -------------------------------------------------------------------------- */
.p-processing {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483647;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.p-processing > div {
  position: relative;
  height: 100%;
  width: 100%;
}

.p-processing > div > div {
  position: absolute;
  text-align: center;
  padding: 0 1em;
  width: 100%;
  top: 40%;
  left: 0;
}

.p-processing > div > div span.__icon {
  font-size: 4em;
}

.p-processing > div > div span.__icon i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

.p-processing > div > div span.__icon i:before {
  content: "\f110";
}

.p-processing > div > div span.__text {
  font-size: 2em;
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --------------------------------------------------------------------------
   新着情報のバナー表示  .p-news-notifier
   -------------------------------------------------------------------------- */
.p-news-notifier > ul {
  padding: 0;
  margin: 0;
}

.p-news-notifier > ul li.__item {
  display: block;
}

.p-news-notifier > ul li.__item.__item--bgcolor-1 {
  background-color: #f2f2f2;
}

.p-news-notifier > ul li.__item.__item--bgcolor-2 {
  background-color: #d1ecf1;
}

.p-news-notifier > ul li.__item.__item--bgcolor-3 {
  background-color: #d4edda;
}

.p-news-notifier > ul li.__item.__item--bgcolor-4 {
  background-color: #fff3cd;
}

.p-news-notifier > ul li.__item.__item--bgcolor-5 {
  background-color: #f8d7da;
}

.p-news-notifier > ul li.__item .__inner {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .p-news-notifier > ul li.__item .__inner {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1279px) {
  .p-news-notifier > ul li.__item .__inner {
    max-width: 960px;
  }
}
.p-news-notifier > ul li.__item .__inner p.__content {
  font-size: 0.85em;
  margin: 0;
  padding: 0.5em 2em 0.5em 0.5em;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
}

@media screen and (min-width: 960px) {
  .p-news-notifier > ul li.__item .__inner p.__content {
    padding-left: 0;
    padding-right: 1.5em;
    padding-right: 1.5rem;
  }
}
.p-news-notifier > ul li.__item .__inner span.__close {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 0.5em;
  cursor: pointer;
  color: #0070c9;
}

@media screen and (min-width: 960px) {
  .p-news-notifier > ul li.__item .__inner span.__close {
    right: 0;
  }
}
.p-news-notifier > ul li.__item .__inner span.__close:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "\e5cd";
  padding-right: 0;
}

/* --------------------------------------------------------------------------
   新着情報のモーダル表示  .p-news-modal
   -------------------------------------------------------------------------- */
.p-news-modal .__wrap .__heading {
  margin-bottom: 1em;
}

.p-news-modal .__wrap .__heading span.__page-info {
  display: block;
  text-align: center;
  font-size: 0.85em;
}

.p-news-modal .__wrap .__heading span.__page-info span.__count:before {
  content: "/";
  margin-right: 0.3em;
}

.p-news-modal .__wrap .__heading span.__title {
  font-size: 1.15em;
  font-weight: bold;
}

.p-news-modal .__wrap .__heading span.__date {
  border-top: 1px solid #ccc;
  display: block;
  margin: 0.5em 0;
  padding-top: 0.5em;
  text-align: right;
  font-size: 0.85em;
  color: #666;
}

/* --------------------------------------------------------------------------
   商品オプション表示  .p-product-option
   -------------------------------------------------------------------------- */
.p-product-option {
  border-radius: 0.5em;
  overflow: hidden;
  margin-top: 1em;
  background-color: #f2f2f2;
}

.p-product-option .__option-heading {
  font-size: 0.85em;
  padding: 0.5em 1em;
  background-color: #e6e6e6;
}

.p-product-option .__option-body {
  padding: 0.5em 1em;
}

.p-product-option .__option-body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.p-product-option .__option-body ul li.__item {
  display: block;
}

.p-product-option .__option-body ul li.__item dl {
  margin: 0;
}

@media screen and (max-width: 1279px) {
  .p-product-option .__option-body ul li.__item dl dt {
    margin-bottom: 0.5em;
  }
}
.p-product-option .__option-body ul li.__item dl dt .__name {
  font-size: 0.85em;
  font-weight: bold;
}

.p-product-option .__option-body ul li.__item dl dt .__description {
  margin-top: 0.3em;
  font-size: 0.7225em;
}

.p-product-option .__option-body ul li.__item dl dd {
  margin: 0;
}

.p-product-option .__option-body ul li.__item dl dd .__form.__form--radio .__input,
.p-product-option .__option-body ul li.__item dl dd .__form.__form--check .__input {
  letter-spacing: -0.5em;
}

.p-product-option .__option-body ul li.__item dl dd .__form.__form--radio .__input label,
.p-product-option .__option-body ul li.__item dl dd .__form.__form--check .__input label {
  letter-spacing: normal;
  margin: 0 0.3em 0.3em 0;
}

.p-product-option .__option-body ul li.__item dl dd .__form.__form--text,
.p-product-option .__option-body ul li.__item dl dd .__form.__form--textarea {
  display: flex;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .p-product-option .__option-body ul li.__item dl dd .__form.__form--text .__input input[type=text],
.p-product-option .__option-body ul li.__item dl dd .__form.__form--text .__input textarea,
.p-product-option .__option-body ul li.__item dl dd .__form.__form--textarea .__input input[type=text],
.p-product-option .__option-body ul li.__item dl dd .__form.__form--textarea .__input textarea {
    width: 100%;
  }
}
.p-product-option .__option-body ul li.__item dl dd .__form .__unit {
  font-size: 0.85em;
  white-space: nowrap;
  padding-left: 0.3em;
}

.p-product-option .__option-body ul li.__item dl dd .__rules {
  margin-top: 0.3em;
  font-size: 0.7225em;
}

@media screen and (min-width: 1280px) {
  .p-product-option .__option-body ul li.__item dl {
    letter-spacing: -0.5em;
  }
  .p-product-option .__option-body ul li.__item dl dt,
.p-product-option .__option-body ul li.__item dl dd {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
  }
  .p-product-option .__option-body ul li.__item dl dt {
    width: 35%;
    padding-right: 0.5em;
  }
  .p-product-option .__option-body ul li.__item dl dd {
    width: 65%;
  }
}
.p-product-option .__option-body ul li.__item:not(:first-child) {
  padding-top: 0.5em;
  margin-top: 0.5em;
  border-top: 1px dotted #ccc;
}

.p-product-option .__option-body ul li.__item.__is-required dl dt .__name:after {
  display: inline-block;
  font-size: 0.8em;
  padding: 0 0.5em;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  background-color: #d9534f;
  content: "必須";
  margin-left: 0.5em;
}

/* ==============================================================================================
   PAGE
   ページを構成するヘッダーやメインのコンテンツエリア、サイドバーやフッターといったプロジェクト共通のコンテナーブロックのスタイル
   ============================================================================================== */
/* --------------------------------------------------------------------------
   トップページ
   -------------------------------------------------------------------------- */
.main.main--home section.__block {
  background-color: #fff;
}

@media (min-width: 960px) {
  .main.main--home section.__block:not(:last-child) {
    margin-bottom: 2em;
  }
}
.main.main--home section.__block .__heading.__heading--image {
  margin: 0;
}

.main.main--home section.__block .__heading.__heading--image img {
  vertical-align: middle;
}

.main.main--home section.__block.__block--banner img {
  vertical-align: middle;
}

.main.main--home section.__block.__block--feature .__body ul,
.main.main--home section.__block.__block--category .__body ul {
  letter-spacing: -0.5em;
  /* 文字間を詰めて隙間を削除する */
  padding: 0.5em 0 0 0.5em;
  margin: 0;
}

.main.main--home section.__block.__block--feature .__body ul li,
.main.main--home section.__block.__block--category .__body ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  text-align: center;
  padding: 0 0.5em 0.5em 0;
  width: 50%;
}

@media screen and (min-width: 600px) {
  .main.main--home section.__block.__block--feature .__body ul li,
.main.main--home section.__block.__block--category .__body ul li {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1280px) {
  .main.main--home section.__block.__block--feature .__body ul li,
.main.main--home section.__block.__block--category .__body ul li {
    width: 25%;
  }
}
.main.main--home section.__block.__block--feature .__body ul li a img,
.main.main--home section.__block.__block--category .__body ul li a img {
  vertical-align: bottom;
}

.main.main--home section.__block.__block--news .__body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main.main--home section.__block.__block--news .__body ul li > a span.__date,
.main.main--home section.__block.__block--news .__body ul li > span span.__date {
  color: #333;
}

.main.main--home section.__block.__block--news .__body ul li > a:hover {
  text-decoration: none;
}

.main.main--home section.__block.__block--news .__body ul li > a:hover span.__title {
  text-decoration: underline;
}

@media (min-width: 600px) {
  .main.main--home section.__block.__block--news .__body ul {
    display: table;
    width: 100%;
  }
  .main.main--home section.__block.__block--news .__body ul li {
    display: table-row-group;
    font-size: 0.85em;
  }
  .main.main--home section.__block.__block--news .__body ul li > a,
.main.main--home section.__block.__block--news .__body ul li > span {
    display: table-row;
  }
  .main.main--home section.__block.__block--news .__body ul li > a span.__date,
.main.main--home section.__block.__block--news .__body ul li > a span.__title,
.main.main--home section.__block.__block--news .__body ul li > span span.__date,
.main.main--home section.__block.__block--news .__body ul li > span span.__title {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: table-cell;
    border-bottom: 1px solid #e6e6e6;
  }
  .main.main--home section.__block.__block--news .__body ul li > a span.__date,
.main.main--home section.__block.__block--news .__body ul li > span span.__date {
    width: 1em;
    white-space: nowrap;
    padding-right: 0.5em;
  }
  .main.main--home section.__block.__block--news .__body ul li > a span.__title,
.main.main--home section.__block.__block--news .__body ul li > span span.__title {
    padding-left: 0.5em;
  }
  .main.main--home section.__block.__block--news .__body ul li:last-child > a span.__date,
.main.main--home section.__block.__block--news .__body ul li:last-child > a span.__title,
.main.main--home section.__block.__block--news .__body ul li:last-child > span span.__date,
.main.main--home section.__block.__block--news .__body ul li:last-child > span span.__title {
    border-bottom: none;
  }
}
@media (max-width: 959px) {
  .main.main--home section.__block.__block--news .__body ul li > a,
.main.main--home section.__block.__block--news .__body ul li > span {
    display: table-row;
  }
  .main.main--home section.__block.__block--news .__body ul li > a span.__date,
.main.main--home section.__block.__block--news .__body ul li > span span.__date {
    padding-left: 1em;
  }
  .main.main--home section.__block.__block--news .__body ul li > a span.__title,
.main.main--home section.__block.__block--news .__body ul li > span span.__title {
    padding-right: 1em;
  }
}
@media (max-width: 599px) {
  .main.main--home section.__block.__block--news .__body ul {
    display: block;
  }
  .main.main--home section.__block.__block--news .__body ul li {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 0.5em 1em;
  }
  .main.main--home section.__block.__block--news .__body ul li:last-child {
    border-bottom: none;
  }
  .main.main--home section.__block.__block--news .__body ul li > a,
.main.main--home section.__block.__block--news .__body ul li > span {
    display: block;
  }
  .main.main--home section.__block.__block--news .__body ul li > a span,
.main.main--home section.__block.__block--news .__body ul li > span span {
    font-size: 0.85em;
  }
  .main.main--home section.__block.__block--news .__body ul li > a span.__date,
.main.main--home section.__block.__block--news .__body ul li > span span.__date {
    display: block;
    padding: 0 0 0.3em 0;
    color: #333;
  }
  .main.main--home section.__block.__block--news .__body ul li > a span.__title,
.main.main--home section.__block.__block--news .__body ul li > span span.__title {
    display: block;
    padding: 0;
  }
}
@media (max-width: 959px) {
  .main.main--home section.__block.__block--free.__is-text {
    padding-right: 1em;
    padding-left: 1em;
  }
}
/* --------------------------------------------------------------------------
   商品一覧ページ  list.php
   -------------------------------------------------------------------------- */
.main.main--product-list section:not(:first-child):not(.__list) {
  margin-top: 1em;
}

.main.main--product-list section:not(:first-child):not(.__list).__content-bottom,
.main.main--product-list section:not(:first-child):not(.__list).__pagination,
.main.main--product-list section:not(:first-child):not(.__list).__block.__block--recommend {
  margin-top: 1.5em;
}

@media screen and (max-width: 959px) {
  .main.main--product-list section.__breadcrumb,
.main.main--product-list section.__content-top,
.main.main--product-list section.__child,
.main.main--product-list section.__category-description,
.main.main--product-list section.__content-bottom,
.main.main--product-list section.__pagination {
    padding: 0 1em;
  }
}
.main.main--product-list section.__child ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  letter-spacing: -0.5em;
}

.main.main--product-list section.__child ul li {
  display: inline-block;
  padding: 0.25em 0;
  letter-spacing: normal;
}

.main.main--product-list section.__child ul li a {
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #ccc;
}

.main.main--product-list section.__child ul li:last-child a {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.main.main--product-list section.__control {
  padding: 0.5em;
  background: #f2f2f2;
  font-size: 0.85em;
}

.main.main--product-list section.__control .__item-count {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3em 0.6em;
}

.main.main--product-list section.__control .__item-count span {
  font-weight: bold;
}

.main.main--product-list section.__control .__sort-control,
.main.main--product-list section.__control .__view-control {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3em 0.6em;
}

.main.main--product-list section.__control .__sort-control .__title,
.main.main--product-list section.__control .__sort-control .__select,
.main.main--product-list section.__control .__view-control .__title,
.main.main--product-list section.__control .__view-control .__select {
  vertical-align: middle;
  display: inline-block;
}

.main.main--product-list section.__control .__view-control .__select .__button--row:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00b";
}

.main.main--product-list section.__control .__view-control .__select .__button--block:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f009";
}

.main.main--product-list section.__control .__quickorder {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3em 0.6em;
}

.main.main--product-list section.__control .__quickorder a {
  display: inline-block;
  padding: 0.4em 1em;
  border: 1px solid #0070c9;
  border-radius: 2em;
  background: #fff;
}

.main.main--product-list section.__control .__quickorder a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-left: 0.5em;
}

.main.main--product-list section.__control .__quickorder a:hover {
  text-decoration: none;
  background: #f2f2f2;
}

.main.main--product-list section.__list.__list--row ul.__product {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item {
  border-bottom: 2px solid #ddd;
  background-color: #fff;
  display: block;
  padding: 1em 0;
}

@media screen and (max-width: 959px) {
  .main.main--product-list section.__list.__list--row ul.__product > li.__item {
    margin-bottom: 0.75em;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}
.main.main--product-list section.__list.__list--row ul.__product > li.__item a {
  display: block;
  padding: 0 1em;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a:hover {
  text-decoration: none;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a:hover table tr td.__photo {
  opacity: 0.9;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a:hover table tr td.__detail h2.__title {
  text-decoration: underline;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table {
  width: 100%;
  padding-right: 1em;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr {
  vertical-align: top;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__photo {
  text-align: center;
  width: 9em;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__photo img {
  max-width: 8em;
  max-height: 8em;
  vertical-align: middle;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__photo.__is-noimage {
  position: relative;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__photo.__is-noimage .__noimage:before {
  display: block;
  content: "";
  padding-top: 100%;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__photo.__is-noimage .__noimage .__wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  color: #fff;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__photo.__is-noimage .__noimage .__wrap span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__photo.__is-noimage .__noimage .__wrap span:before {
  content: "NO IMAGE";
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail {
  padding-left: 1em;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail .__status {
  margin-bottom: 0.2em;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail .__status ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail .__status ul li.__label {
  display: inline-block;
  font-size: 0.8em;
  padding: 0 0.5em;
  vertical-align: middle;
  margin-bottom: 0.1em;
  color: #fff;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail .__status ul li.__label.__label--new {
  color: #fff;
  font-weight: bold;
  background-color: #2ab27b;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail .__status ul li.__label.__label--new span:before {
  content: "新着";
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail .__status ul li.__label.__label--recommend {
  color: #fff;
  font-weight: bold;
  background-color: #d9534f;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail .__status ul li.__label.__label--recommend span:before {
  content: "おすすめ";
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail .__status ul li.__label.__label--limited {
  color: #fff;
  font-weight: bold;
  background-color: #f0ad4e;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail .__status ul li.__label.__label--limited span:before {
  content: "限定商品";
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail .__status ul li.__label.__label--custom {
  color: #fff;
  font-weight: bold;
  background-color: #333;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail h2.__title {
  font-size: 1.15em;
  margin: 0;
}

@media screen and (max-width: 599px) {
  .main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail h2.__title {
    font-size: 1em;
  }
}
.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail .__description {
  margin-top: 0.5em;
  text-align: right;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail .__description dl.__price {
  font-size: 0.85em;
  margin: 0;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail .__description dl.__price dt,
.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail .__description dl.__price dd {
  display: inline-block;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail .__description dl.__price dd {
  margin-left: 0.5em;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set {
  margin: 1em 0 0 0;
  padding: 0.5em 1em 0 1em;
  font-size: 0.85em;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table {
  width: 100%;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr {
  vertical-align: middle;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__description,
.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__order {
  border-top: 1px dotted #e6e6e6;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr:first-child .__description,
.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr:first-child .__order {
  border-top: none;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__description {
  padding: 0.5em 0.5em 0.5em 0;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__description .__max-order {
  margin-top: 0.3em;
}

@media screen and (min-width: 600px) {
  .main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__description .__tax-type {
    display: inline;
  }
}
@media screen and (max-width: 599px) {
  .main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__description .__price {
    margin-top: 0.3em;
  }
}
@media screen and (min-width: 600px) {
  .main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__description .__price {
    display: inline;
    text-align: right;
    float: right;
  }
}
.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__description .__price .__selling {
  font-weight: bold;
  display: inline-block;
  font-size: 1.15em;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__description .__price .__detail {
  display: inline-block;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__description .__price .__detail:before {
  content: "(";
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__description .__price .__detail:after {
  content: ")";
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__description .__price .__detail .__mul {
  margin-right: 0.3em;
  margin-left: 0.3em;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__description .__price .__detail .__mul:before {
  content: "×";
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__description .__price .__volume-discount {
  display: block;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__order {
  padding: 0.5em 0;
  white-space: nowrap;
  text-align: right;
  width: 1em;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__order .__input input {
  text-align: right;
  margin-right: 0.3em;
  width: 4em;
  display: inline-block;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__order .__input .__error {
  white-space: normal;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__order .__notice dl {
  margin: 0;
  letter-spacing: -0.5em;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__order .__notice dl:first-child {
  margin-top: 0.5em;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__order .__notice dl dt,
.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__order .__notice dl dd {
  letter-spacing: normal;
  display: inline-block;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__order .__notice dl dt:after {
  content: ":";
  margin-left: 0.3em;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__order .__notice dl dd {
  margin-left: 0.5em;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__order dl.__cart-count {
  margin: 0.5em 0 0 0;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__order dl.__cart-count dt {
  vertical-align: middle;
  display: inline-block;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set table tr td.__order dl.__cart-count dd {
  font-size: 0.85em;
  background-color: #2ab27b;
  color: #fff;
  display: inline-block;
  padding: 0 0.4em;
  margin: 0;
  text-align: center;
  border-radius: 2em;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set .__to-cart {
  text-align: right;
  padding: 0.5em 0 0 0;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item .__set .__to-cart .__button {
  color: #fff;
  font-size: 1.3em;
  background-color: #d9534f;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item.__is-soldout a table tr td.__photo {
  position: relative;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item.__is-soldout a table tr td.__photo .__soldout {
  display: none;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item.__is-soldout a table tr td.__photo .__soldout:before {
  content: "";
  display: block;
  background-image: linear-gradient(rgba(128, 128, 128, 0.5), rgba(128, 128, 128, 0.5));
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item.__is-soldout a table tr td.__photo .__soldout:after {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  content: "SOLD OUT";
  z-index: 10;
  top: 50%;
  bottom: 0;
  margin-top: -0.5em;
  font-size: 1.3em;
  color: #fff;
}

.main.main--product-list section.__list .__no-result {
  padding: 1em;
  background-color: #fff3cd;
  margin: 1em 0;
}

.main.main--product-list section.__list .__no-result .__title {
  color: #d9534f;
  margin: 0 0 1em 0;
}

.main.main--product-list section.__list .__no-result .__description {
  margin: 0;
  font-size: 0.85em;
}

.main.main--product-list section.__list .__no-result .__description:after {
  content: "検索条件を変えて再度お試しください。";
}

/* --------------------------------------------------------------------------
   商品詳細ページ  detail.php
   -------------------------------------------------------------------------- */
.main.main--product-detail section:not(:first-child):not(.__information) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--product-detail section.__breadcrumb,
.main.main--product-detail section.__content-top,
.main.main--product-detail section.__content-middle,
.main.main--product-detail section.__content-bottom,
.main.main--product-detail section.__common-content-top,
.main.main--product-detail section.__common-content-middle,
.main.main--product-detail section.__common-content-bottom,
.main.main--product-detail section.__add-cart {
    padding: 0 1em;
  }
}
.main.main--product-detail section.__information:before,
.main.main--product-detail section.__information:after {
  content: " ";
  display: table;
}

.main.main--product-detail section.__information:after {
  clear: both;
}

@media (min-width: 600px) and (max-width: 959px) {
  .main.main--product-detail section.__information {
    padding: 0 1em;
  }
}
.main.main--product-detail section.__information .__primary {
  margin-top: 1em;
  width: 40%;
  float: left;
  padding: 0 0.75em 0 0;
}

.main.main--product-detail section.__information .__primary .__photo .__main {
  text-align: center;
}

.main.main--product-detail section.__information .__primary .__photo .__main img {
  vertical-align: middle;
  max-height: 26em;
}

.main.main--product-detail section.__information .__primary .__photo .__main.__is-no-image span,
.main.main--product-detail section.__information .__primary .__photo .__main.__is-hidden span {
  display: block;
  padding: 2em 0;
  text-align: center;
  background-color: #f2f2f2;
}

.main.main--product-detail section.__information .__primary .__photo .__sub ul {
  list-style-type: none;
  padding: 0;
  margin: 0.5em -0.5em 0 0;
  letter-spacing: -0.5em;
}

.main.main--product-detail section.__information .__primary .__photo .__sub ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  padding: 0 0.5em 0.5em 0;
  width: 33.333333%;
}

@media (min-width: 600px) and (max-width: 1279px) {
  .main.main--product-detail section.__information .__primary .__photo .__sub ul li {
    width: 50%;
  }
}
.main.main--product-detail section.__information .__primary .__photo .__sub ul li a {
  display: block;
  text-align: center;
}

.main.main--product-detail section.__information .__primary .__photo .__sub ul li a img {
  max-height: 8em;
  vertical-align: middle;
}

@media (max-width: 599px) {
  .main.main--product-detail section.__information .__primary .__photo .__sub ul {
    padding: 0 0.5em;
    margin: 0.5em 0 0 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .main.main--product-detail section.__information .__primary .__photo .__sub ul li {
    white-space: normal;
    width: 30.76%;
  }
  .main.main--product-detail section.__information .__primary .__photo .__sub ul li a img {
    max-height: 10em;
  }
}
.main.main--product-detail section.__information .__secondary {
  width: 60%;
  float: right;
  padding: 0 0 0 0.75em;
  margin-top: 1em;
}

.main.main--product-detail section.__information .__secondary .__status ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0.5em 0;
}

.main.main--product-detail section.__information .__secondary .__status ul li.__item {
  display: inline-block;
  font-size: 0.8em;
  padding: 0 0.5em;
  vertical-align: middle;
  margin-bottom: 0.2em;
}

.main.main--product-detail section.__information .__secondary .__status ul li.__item.__item--new {
  color: #fff;
  font-weight: bold;
  background-color: #2ab27b;
}

.main.main--product-detail section.__information .__secondary .__status ul li.__item.__item--new span:before {
  content: "新着";
}

.main.main--product-detail section.__information .__secondary .__status ul li.__item.__item--recommend {
  color: #fff;
  font-weight: bold;
  background-color: #d9534f;
}

.main.main--product-detail section.__information .__secondary .__status ul li.__item.__item--recommend span:before {
  content: "おすすめ";
}

.main.main--product-detail section.__information .__secondary .__status ul li.__item.__item--limited {
  color: #fff;
  font-weight: bold;
  background-color: #f0ad4e;
}

.main.main--product-detail section.__information .__secondary .__status ul li.__item.__item--limited span:before {
  content: "限定商品";
}

.main.main--product-detail section.__information .__secondary .__status ul li.__item.__item--custom {
  color: #fff;
  font-weight: bold;
  background-color: #333;
}

.main.main--product-detail section.__information .__secondary h1.__title {
  font-size: 1.5em;
  margin: 0;
}

.main.main--product-detail section.__information .__secondary .__catch {
  font-size: 1.15em;
  font-weight: bold;
  margin-top: 1em;
  margin-top: 1rem;
}

.main.main--product-detail section.__information .__secondary .__description {
  margin-top: 1em;
  color: #666;
}

.main.main--product-detail section.__information .__secondary .__spec {
  margin-top: 1em;
}

.main.main--product-detail section.__information .__secondary .__spec .__table {
  font-size: 0.85em;
}

.main.main--product-detail section.__information .__secondary .__control {
  margin-top: 0.5em;
  padding: 0.5em 0;
}

.main.main--product-detail section.__information .__secondary .__control span.__bookmark,
.main.main--product-detail section.__information .__secondary .__control span.__download {
  display: inline-block;
  padding: 0.5em 0.5em 0 0;
}

@media (max-width: 599px) {
  .main.main--product-detail section.__information .__secondary .__control span.__bookmark,
.main.main--product-detail section.__information .__secondary .__control span.__download {
    display: block;
    padding: 0.5em 1em;
  }
}
.main.main--product-detail section.__information .__secondary .__control span.__bookmark .__button,
.main.main--product-detail section.__information .__secondary .__control span.__download .__button {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2em;
}

@media (max-width: 599px) {
  .main.main--product-detail section.__information .__secondary .__control span.__bookmark .__button,
.main.main--product-detail section.__information .__secondary .__control span.__download .__button {
    display: block;
    width: 100%;
  }
}
.main.main--product-detail section.__information .__secondary .__control span.__bookmark .__button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f005";
  margin-right: 0.5em;
  color: #f0ad4e;
}

.main.main--product-detail section.__information .__secondary .__control span.__bookmark .__button:after {
  content: "お気に入りに追加する";
}

.main.main--product-detail section.__information .__secondary .__control span.__bookmark .__button.__is-added {
  background-color: #ccc;
}

.main.main--product-detail section.__information .__secondary .__control span.__bookmark .__button.__is-added:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f005";
}

.main.main--product-detail section.__information .__secondary .__control span.__bookmark .__button.__is-added:after {
  content: "お気に入りに追加済み";
}

.main.main--product-detail section.__information .__secondary .__control span.__download .__button {
  text-decoration: none;
}

.main.main--product-detail section.__information .__secondary .__control span.__download .__button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f019";
  margin-right: 0.5em;
  color: #2ab27b;
}

.main.main--product-detail section.__information .__secondary .__control span.__download .__button:after {
  content: "ファイルダウンロード";
}

@media screen and (max-width: 599px) {
  .main.main--product-detail section.__information .__primary,
.main.main--product-detail section.__information .__secondary {
    width: auto;
    float: none;
    padding: 0;
  }
  .main.main--product-detail section.__information .__secondary .__status,
.main.main--product-detail section.__information .__secondary .__title,
.main.main--product-detail section.__information .__secondary .__catch,
.main.main--product-detail section.__information .__secondary .__description {
    padding: 0 1em;
    padding: 0 1rem;
  }
}
.main.main--product-detail section.__add-cart {
  text-align: right;
}

.main.main--product-detail section.__block.__block--recommend {
  margin-top: 2em;
}

/* --------------------------------------------------------------------------
   お問い合わせフォーム  contact.php
   -------------------------------------------------------------------------- */
.main.main--contact-form section:not(:first-child),
.main.main--contact-finish section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--contact-form section.__content-top,
.main.main--contact-form section.__content-bottom,
.main.main--contact-form section.__submit,
.main.main--contact-finish section.__content-top,
.main.main--contact-finish section.__content-bottom,
.main.main--contact-finish section.__submit {
    padding: 0 1em;
  }
}
.main.main--contact-form section.__submit {
  text-align: center;
}

.main.main--contact-finish section.__message h2 {
  font-size: 1.3em;
  margin: 0;
}

.main.main--contact-finish section.__message p {
  margin: 1em 0 0 0;
}

.main.main--contact-finish section.__back-home a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  padding-right: 0.3em;
}

/* --------------------------------------------------------------------------
   会社概要  corporate.php
   -------------------------------------------------------------------------- */
.main.main--corporate .__description,
.main.main--corporate .__profile {
  margin-top: 1em;
}

.main.main--corporate .__open {
  margin-top: 1.5em;
}

.main.main--corporate .__open .__content,
.main.main--corporate .__open .__text {
  margin-top: 1em;
}

.main.main--corporate .__open .__title {
  font-size: 1.5em;
  margin: 0;
}

@media screen and (max-width: 959px) {
  .main.main--corporate .__description {
    padding: 0 1em;
    padding: 0 1rem;
  }
  .main.main--corporate .__open .__title,
.main.main--corporate .__open .__text {
    padding: 0 1em;
    padding: 0 1rem;
  }
}
/* --------------------------------------------------------------------------
   会員登録フォーム  regist.php
   -------------------------------------------------------------------------- */
.main.main--regist .__content-top {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--regist .__content-top {
    padding: 0 1em;
  }
}
.main.main--regist-form .__submit,
.main.main--regist-confirm .__submit {
  margin-top: 1em;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .main.main--regist-form .__submit,
.main.main--regist-confirm .__submit {
    padding: 0 1em;
  }
}
.main.main--regist-form .__content-form,
.main.main--regist-confirm .__content-form {
  margin-top: 1em;
}

.main.main--regist-form .__content-form .__table tr.__row-paid td .__description {
  font-size: 0.85em;
  margin-bottom: 1em;
}

.main.main--regist-form .__content-form .__table tr.__row-mf_kessai td .__description {
  font-size: 0.85em;
  margin-bottom: 1em;
}

.main.main--regist-form .__content-form .__table tr.__row-mm_flag td .__description {
  margin-top: 0.5em;
}

.main.main--regist-form .__content-form .__table tr.__row-mm_flag td .__description.__is-text {
  font-size: 0.85em;
}

.main.main--regist-form .__kiyaku {
  margin-top: 1em;
}

.main.main--regist-form .__kiyaku .__table tr td .__content {
  border: 1px solid #ccc;
  height: 15em;
  overflow: auto;
  padding: 0.5em;
  background-color: #fff;
  font-size: 0.85em;
}

.main.main--regist-form .__kiyaku .__table tr td .__check-wrap {
  margin-top: 0.5em;
  text-align: center;
}

.main.main--regist-confirm .__description {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--regist-confirm .__description {
    padding: 0 1em;
  }
}
.main.main--regist-confirm .__back {
  margin-top: 1em;
  text-align: left;
}

@media screen and (max-width: 959px) {
  .main.main--regist-confirm .__back {
    text-align: center;
  }
}
.main.main--regist-confirm .__back .__button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  padding-right: 0.5em;
}

.main.main--regist-finish section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--regist-finish section.__message,
.main.main--regist-finish section.__back-home {
    padding: 0 1em;
  }
}
.main.main--regist-finish section.__message .__title {
  margin: 0;
  font-size: 1.3em;
}

.main.main--regist-finish section.__message .__text {
  margin-top: 1em;
}

.main.main--regist-finish section.__back-home a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  padding-right: 0.3em;
}

/* --------------------------------------------------------------------------
   ログインページ  login.php
   -------------------------------------------------------------------------- */
.main.main--login section:not(:first-child) {
  margin-top: 1em;
}

.main.main--login section:not(:first-child).__to-order {
  margin-top: 2em;
}

@media screen and (max-width: 959px) {
  .main.main--login section.__content-top,
.main.main--login section.__submit {
    padding: 0 1em;
  }
}
.main.main--login section.__input .__remember {
  margin-top: 1em;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .main.main--login section.__input table tr th {
    vertical-align: middle;
  }
}
.main.main--login section.__submit {
  text-align: center;
}

.main.main--login section.__to-order {
  padding: 2em 1em 0 1em;
  border-top: 1px solid #ccc;
  text-align: center;
}

.main.main--login section.__to-order .__link {
  color: #d9534f;
  background-color: #fff;
  border: 1px solid #d9534f;
}

.main.main--login section.__to-order .__link:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-left: 0.5em;
}

@media screen and (min-width: 600px) {
  .main.main--login {
    width: 600px !important;
    margin-right: auto;
    margin-left: auto;
  }
}
/* --------------------------------------------------------------------------
   新着情報ページ  news.php
   -------------------------------------------------------------------------- */
@media screen and (max-width: 959px) {
  .main.main--news-list section:not(.__news) {
    padding: 0 1em;
  }
}
.main.main--news-list section.__pagination {
  margin-top: 1.5em;
}

.main.main--news-list section.__news {
  margin-top: 0.5em;
}

.main.main--news-list section.__news ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main.main--news-list section.__news ul li > a span.__date,
.main.main--news-list section.__news ul li > span span.__date {
  color: #333;
}

.main.main--news-list section.__news ul li > a:hover {
  text-decoration: none;
}

.main.main--news-list section.__news ul li > a:hover span.__title {
  text-decoration: underline;
}

@media (min-width: 600px) {
  .main.main--news-list section.__news ul {
    display: table;
    width: 100%;
  }
  .main.main--news-list section.__news ul li {
    display: table-row-group;
  }
  .main.main--news-list section.__news ul li > a,
.main.main--news-list section.__news ul li > span {
    display: table-row;
  }
  .main.main--news-list section.__news ul li > a span.__date,
.main.main--news-list section.__news ul li > a span.__title,
.main.main--news-list section.__news ul li > span span.__date,
.main.main--news-list section.__news ul li > span span.__title {
    padding-top: 1em;
    padding-bottom: 1em;
    display: table-cell;
    border-bottom: 1px solid #e6e6e6;
  }
  .main.main--news-list section.__news ul li > a span.__date,
.main.main--news-list section.__news ul li > span span.__date {
    width: 1em;
    white-space: nowrap;
    padding-right: 0.5em;
  }
  .main.main--news-list section.__news ul li > a span.__title,
.main.main--news-list section.__news ul li > span span.__title {
    padding-left: 0.5em;
  }
}
@media (max-width: 959px) {
  .main.main--news-list section.__news ul li > a,
.main.main--news-list section.__news ul li > span {
    display: table-row;
  }
  .main.main--news-list section.__news ul li > a span.__date,
.main.main--news-list section.__news ul li > span span.__date {
    padding-left: 1em;
  }
  .main.main--news-list section.__news ul li > a span.__title,
.main.main--news-list section.__news ul li > span span.__title {
    padding-right: 1em;
  }
}
@media (max-width: 599px) {
  .main.main--news-list section.__news ul {
    display: block;
  }
  .main.main--news-list section.__news ul li {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 0.5em 1em;
  }
  .main.main--news-list section.__news ul li > a,
.main.main--news-list section.__news ul li > span {
    display: block;
  }
  .main.main--news-list section.__news ul li > a span,
.main.main--news-list section.__news ul li > span span {
    font-size: 0.85em;
  }
  .main.main--news-list section.__news ul li > a span.__date,
.main.main--news-list section.__news ul li > span span.__date {
    display: block;
    padding: 0 0 0.3em 0;
    color: #333;
  }
  .main.main--news-list section.__news ul li > a span.__title,
.main.main--news-list section.__news ul li > span span.__title {
    display: block;
    padding: 0;
  }
}
.main.main--news-detail section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--news-detail section {
    padding: 0 1em;
  }
}
.main.main--news-detail section.__article .__title h1 {
  font-size: 1.5em;
  margin: 0;
}

.main.main--news-detail section.__article .__date {
  text-align: right;
  margin-top: 0.5em;
}

.main.main--news-detail section.__article .__date span {
  font-size: 0.85em;
  color: #666;
}

.main.main--news-detail section.__article .__content {
  margin-top: 1em;
}

.main.main--news-detail section.__article .__content p {
  margin: 0;
}

.main.main--news-detail section.__to-list {
  margin-top: 2em;
}

.main.main--news-detail section.__to-list a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 0.3em;
}

/* --------------------------------------------------------------------------
   自由ページ  page/*
   -------------------------------------------------------------------------- */
.main.main--page-detail-1column section:not(:first-child),
.main.main--page-detail-2column section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--page-detail-1column section:not(.__heading),
.main.main--page-detail-2column section:not(.__heading) {
    padding: 0 1em;
  }
}
.main.main--page-detail-1column section.__content.__is-text p,
.main.main--page-detail-2column section.__content.__is-text p {
  margin: 0;
}

.main.main--page-detail-1column section.__to-home,
.main.main--page-detail-2column section.__to-home {
  margin-top: 1.5em;
}

.main.main--page-detail-1column section.__to-home a:before,
.main.main--page-detail-2column section.__to-home a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 0.3em;
}

/* --------------------------------------------------------------------------
   ご利用案内ページ  howto.php
   -------------------------------------------------------------------------- */
@media screen and (max-width: 959px) {
  .main.main--howto .__h1,
.main.main--howto .__content-top,
.main.main--howto .__content-bottom,
.main.main--howto .__step .__heading,
.main.main--howto .__step .__body {
    padding: 0 1em;
    padding: 0 1rem;
  }
}
.main.main--howto .__content-top,
.main.main--howto .__content-bottom,
.main.main--howto .__step {
  margin-top: 1.5em;
  margin-top: 1.5rem;
}

.main.main--howto .__step h2.__heading {
  font-size: 1.5em;
}

.main.main--howto .__step .__body ul.__list {
  list-style-type: none;
  padding: 0;
}

.main.main--howto .__step .__body ul.__list li.__item {
  display: block;
  margin-top: 1.5em;
}

.main.main--howto .__step .__body ul.__list li.__item .__title {
  margin: 0;
  font-size: 1.15em;
}

.main.main--howto .__step .__body ul.__list li.__item .__description {
  margin-top: 0.5em;
}

/* --------------------------------------------------------------------------
   利用規約ページ  kiyaku.php
   -------------------------------------------------------------------------- */
@media screen and (max-width: 959px) {
  .main.main--kiyaku .__h1,
.main.main--kiyaku .__content {
    padding: 0 1em;
    padding: 0 1rem;
  }
}
.main.main--kiyaku .__content {
  margin-top: 1em;
  margin-top: 1rem;
}

/* --------------------------------------------------------------------------
   特定商取引法に基づく表記  law.php
   -------------------------------------------------------------------------- */
@media screen and (max-width: 959px) {
  .main.main--law .__h1,
.main.main--law .__content-top,
.main.main--law .__content-bottom {
    padding: 0 1em;
    padding: 0 1rem;
  }
}
.main.main--law .__content-top,
.main.main--law .__content-bottom,
.main.main--law .__information {
  margin-top: 1.5em;
  margin-top: 1.5rem;
}

.main.main--law .__information table.__table tr.__shipping-cost td .__cost-list {
  margin-top: 0.5em;
}

.main.main--law .__information table.__table tr.__shipping-cost td .__cost-list a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 0.3em;
}

/* --------------------------------------------------------------------------
   個人情報の取り扱いについて  privacy.php
   -------------------------------------------------------------------------- */
@media screen and (max-width: 959px) {
  .main.main--privacy .__h1,
.main.main--privacy .__content {
    padding: 0 1em;
    padding: 0 1rem;
  }
}
.main.main--privacy .__content {
  margin-top: 1em;
  margin-top: 1rem;
}

/* --------------------------------------------------------------------------
   サイトマップ  sitemap.php
   -------------------------------------------------------------------------- */
.main.main--sitemap:before,
.main.main--sitemap:after {
  content: " ";
  display: table;
}

.main.main--sitemap:after {
  clear: both;
}

@media screen and (max-width: 959px) {
  .main.main--sitemap .__h1,
.main.main--sitemap .__wrap .__block {
    padding: 0 1em;
    padding: 0 1rem;
  }
}
.main.main--sitemap .__wrap {
  letter-spacing: -0.5em;
}

.main.main--sitemap .__wrap .__block {
  letter-spacing: normal;
  width: 100%;
  margin-top: 1em;
  margin-top: 1rem;
  display: inline-block;
  vertical-align: top;
}

.main.main--sitemap .__wrap .__block h2.__heading {
  font-size: 1.5em;
  margin: 0;
}

.main.main--sitemap .__wrap .__block .__body {
  margin-top: 1em;
}

.main.main--sitemap .__wrap .__block .__body ul {
  list-style-type: none;
  padding: 0;
}

.main.main--sitemap .__wrap .__block .__body ul li {
  display: block;
}

.main.main--sitemap .__wrap .__block .__body ul li a {
  display: block;
  padding: 0.25em 0;
}

.main.main--sitemap .__wrap .__block .__body ul li a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-right: 0.5em;
  color: #ccc;
}

@media screen and (min-width: 600px) {
  .main.main--sitemap .__wrap .__block {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .main.main--sitemap .__wrap .__block {
    width: 33%;
  }
}
/* --------------------------------------------------------------------------
   ショッピングカート  cart.php
   -------------------------------------------------------------------------- */
.main.main--cart section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--cart section.__content-top,
.main.main--cart section.__content-bottom,
.main.main--cart section.__shipping-wrap .__shipping {
    padding: 0 1em;
  }
}
.main.main--cart section.__shipping-wrap .__shipping h2.__shipping-title {
  margin: 0;
}

.main.main--cart section.__shipping-wrap .__shipping h2.__shipping-title span.__group {
  font-size: 0.85em;
  font-weight: normal;
}

.main.main--cart section.__shipping-wrap .__shipping p.__shipping-description {
  margin: 1em 0 0 0;
}

.main.main--cart section.__shipping-wrap .__shipping .__shipping-cost-alert .__price,
.main.main--cart section.__shipping-wrap .__shipping .__shipping-cost-alert .__free {
  font-weight: bold;
}

.main.main--cart section.__shipping-wrap .__shipping .__product {
  margin-top: 1em;
}

.main.main--cart section.__shipping-wrap .__shipping .__product table tbody tr td.__order .__body .__order-alert .__parent-stock-error .__title .__toggle {
  display: inline-block;
  margin-left: 0.5em;
  color: #0070c9;
  cursor: pointer;
}

.main.main--cart section.__shipping-wrap .__shipping .__product table tbody tr td.__order .__body .__order-alert .__parent-stock-error .__title .__toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  margin-right: 0.3em;
}

.main.main--cart section.__shipping-wrap .__shipping .__product table tbody tr td.__order .__body .__order-alert .__parent-stock-error .__more {
  display: none;
  margin-top: 1em;
  white-space: normal;
}

.main.main--cart section.__shipping-wrap .__shipping .__product table tbody tr td.__order .__body .__order-alert .__parent-stock-error .__more.__is-open {
  display: block;
}

.main.main--cart section.__shipping-wrap .__shipping .__product table tbody tr td.__order .__body .__order-alert .__parent-stock-error .__more .__description {
  text-align: left;
}

.main.main--cart section.__shipping-wrap .__shipping .__product table tbody tr td.__order .__body .__order-alert .__parent-stock-error .__more ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main.main--cart section.__shipping-wrap .__shipping .__product table tbody tr td.__order .__body .__order-alert .__parent-stock-error .__more ul li {
  display: block;
  margin: 0.75em 0;
  text-align: left;
  font-weight: bold;
  text-indent: -1.3em;
  margin-left: 1.3em;
}

.main.main--cart section.__shipping-wrap .__shipping .__product table tbody tr td.__order .__body .__order-alert .__parent-stock-error .__more ul li:before {
  content: "※";
  margin-right: 0.3em;
}

.main.main--cart section.__shipping-wrap .__shipping .__product table tbody tr td.__order .__body .__order-alert .__parent-stock-error .__more ul li dl {
  font-weight: normal;
  display: inline-block;
  margin: 0;
  text-indent: 0;
}

.main.main--cart section.__shipping-wrap .__shipping .__product table tbody tr td.__order .__body .__order-alert .__parent-stock-error .__more ul li dl dt {
  display: inline-block;
}

.main.main--cart section.__shipping-wrap .__shipping .__product table tbody tr td.__order .__body .__order-alert .__parent-stock-error .__more ul li dl dt:after {
  content: ":";
}

.main.main--cart section.__shipping-wrap .__shipping .__product table tbody tr td.__order .__body .__order-alert .__parent-stock-error .__more ul li dl dd {
  display: inline-block;
  margin: 0;
}

.main.main--cart section.__shipping-wrap .__shipping .__control {
  margin-top: 1.5em;
}

.main.main--cart section.__shipping-wrap .__shipping .__control ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main.main--cart section.__shipping-wrap .__shipping .__control ul li.__to-estimate .__button {
  background-color: #fff;
  color: #d9534f;
  border: 1px solid #d9534f;
  font-weight: bold;
}

.main.main--cart section.__shipping-wrap .__shipping .__control ul li.__to-order .__button {
  background-color: #d9534f;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .main.main--cart section.__back {
    margin: 1em 0;
  }
  .main.main--cart section.__shipping-wrap .__shipping {
    border-top: 2px solid #ddd;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .main.main--cart section.__shipping-wrap .__shipping .__control ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
    letter-spacing: -0.5em;
  }
  .main.main--cart section.__shipping-wrap .__shipping .__control ul li {
    letter-spacing: normal;
    display: inline-block;
    margin: 0 0 0.5em 0.75em;
  }
}
@media screen and (max-width: 599px) {
  .main.main--cart section.__shipping-wrap {
    background-color: #f2f2f2;
  }
  .main.main--cart section.__shipping-wrap .__shipping {
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 0.75em;
  }
  .main.main--cart section.__shipping-wrap .__shipping:last-child {
    margin-bottom: 0;
  }
  .main.main--cart section.__shipping-wrap .__shipping h2.__shipping-title span.__group {
    display: block;
  }
  .main.main--cart section.__shipping-wrap .__shipping .__control ul li {
    margin-top: 0.75em;
  }
  .main.main--cart section.__shipping-wrap .__shipping .__control ul li .__button {
    display: block;
    width: 100%;
  }
}
/* --------------------------------------------------------------------------
   注文フォーム  order.php
   -------------------------------------------------------------------------- */
.main.main--order-form section:not(:first-child),
.main.main--order-confirm section:not(:first-child) {
  margin-top: 1em;
}

.main.main--order-form section:not(:first-child).__block,
.main.main--order-form section:not(:first-child).__submit,
.main.main--order-confirm section:not(:first-child).__block,
.main.main--order-confirm section:not(:first-child).__submit {
  margin-top: 1.5em;
}

@media screen and (max-width: 959px) {
  .main.main--order-form section.__block > .__heading,
.main.main--order-form section.__block > .__body > .__description,
.main.main--order-form section.__block.__block--order,
.main.main--order-form section.__content-top,
.main.main--order-form section.__content-bottom,
.main.main--order-form section.__submit,
.main.main--order-form section.__back,
.main.main--order-confirm section.__block > .__heading,
.main.main--order-confirm section.__block > .__body > .__description,
.main.main--order-confirm section.__block.__block--order,
.main.main--order-confirm section.__content-top,
.main.main--order-confirm section.__content-bottom,
.main.main--order-confirm section.__submit,
.main.main--order-confirm section.__back {
    padding: 0 1em;
    padding: 0 1rem;
  }
}
.main.main--order-form section.__block > .__heading,
.main.main--order-confirm section.__block > .__heading {
  margin: 0;
}

.main.main--order-form section.__block > .__body > .__description,
.main.main--order-confirm section.__block > .__body > .__description {
  margin: 1em 0 0 0;
}

.main.main--order-form section.__block table:not(.__form),
.main.main--order-confirm section.__block table:not(.__form) {
  margin-top: 1em;
}

.main.main--order-form section.__block table tr td .__description,
.main.main--order-confirm section.__block table tr td .__description {
  font-size: 0.85em;
  margin-bottom: 0.5em;
}

.main.main--order-form section.__block.__block--order,
.main.main--order-confirm section.__block.__block--order {
  margin-bottom: 2em;
}

.main.main--order-form section.__block.__block--point table tr td .__input,
.main.main--order-confirm section.__block.__block--point table tr td .__input {
  text-align: right;
  width: 5em;
}

@media screen and (min-width: 600px) {
  .main.main--order-form section.__block.__block--shipping-address .__body table.__form tbody tr:first-child td,
.main.main--order-form section.__block.__block--shipping-address .__body table.__form tbody tr:first-child th,
.main.main--order-confirm section.__block.__block--shipping-address .__body table.__form tbody tr:first-child td,
.main.main--order-confirm section.__block.__block--shipping-address .__body table.__form tbody tr:first-child th {
    border-top: none;
  }
}
@media screen and (max-width: 599px) {
  .main.main--order-form section.__block.__block--shipping-address .__body table.__form tbody tr:first-child,
.main.main--order-confirm section.__block.__block--shipping-address .__body table.__form tbody tr:first-child {
    border-top: 1px solid #ddd;
  }
}
.main.main--order-form section.__block.__block--shipping-cost table tr td .__link a:before,
.main.main--order-confirm section.__block.__block--shipping-cost table tr td .__link a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 0.3em;
}

.main.main--order-form section.__block.__block--payment .__body table tr td > ul,
.main.main--order-confirm section.__block.__block--payment .__body table tr td > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main.main--order-form section.__block.__block--payment .__body table tr td > ul > li,
.main.main--order-confirm section.__block.__block--payment .__body table tr td > ul > li {
  display: block;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #ddd;
}

.main.main--order-form section.__block.__block--payment .__body table tr td > ul > li:last-child,
.main.main--order-confirm section.__block.__block--payment .__body table tr td > ul > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.main.main--order-form section.__block.__block--payment .__body table tr td > ul > li .__description,
.main.main--order-confirm section.__block.__block--payment .__body table tr td > ul > li .__description {
  font-size: 0.85em;
  margin: 0.5em 0 0 0;
}

.main.main--order-form section.__block.__block--payment .__body table tr td > ul > li .__description .__prepend.__is-mf,
.main.main--order-confirm section.__block.__block--payment .__body table tr td > ul > li .__description .__prepend.__is-mf {
  color: #d9534f;
}

.main.main--order-form section.__block.__block--payment .__body table tr td > ul > li .__custom,
.main.main--order-confirm section.__block.__block--payment .__body table tr td > ul > li .__custom {
  margin-top: 0.5em;
  font-size: 0.85em;
}

.main.main--order-form section.__submit,
.main.main--order-confirm section.__submit {
  text-align: center;
}

.main.main--order-form section.__back,
.main.main--order-confirm section.__back {
  margin-top: 1em;
  text-align: left;
}

@media screen and (max-width: 959px) {
  .main.main--order-form section.__back,
.main.main--order-confirm section.__back {
    text-align: center;
  }
}
.main.main--order-form section.__back .__button:before,
.main.main--order-confirm section.__back .__button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  padding-right: 0.5em;
}

.main.main--order-confirm section.__block.__block--credit .__body table tr.__row-card-registered td ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main.main--order-confirm section.__block.__block--credit .__body table tr.__row-card-registered td ul li {
  display: block;
}

.main.main--order-confirm section.__block.__block--credit .__body table tr.__row-card-registered td ul li:not(:last-child) {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #ccc;
}

.main.main--order-confirm section.__block.__block--credit .__body table tr.__row-card-registered td ul li dl {
  display: inline-block;
  margin: 0;
}

.main.main--order-confirm section.__block.__block--credit .__body table tr.__row-card-registered td ul li dl dt,
.main.main--order-confirm section.__block.__block--credit .__body table tr.__row-card-registered td ul li dl dd {
  display: inline-block;
}

.main.main--order-confirm section.__block.__block--credit .__body table tr.__row-card-registered td ul li dl dt:after {
  content: ":";
}

.main.main--order-confirm section.__block.__block--credit .__body table tr.__row-card-registered td ul li dl dd {
  margin: 0;
}

.main.main--order-confirm section.__block.__block--credit .__body table tr.__row-card-registered td ul li dl.__name {
  font-size: 0.85em;
  margin-right: 1em;
}

.main.main--order-confirm section.__block.__block--credit .__body table tr.__row-card-registered td ul li dl.__expire {
  font-size: 0.85em;
}

.main.main--order-confirm section.__block.__block--credit .__body table tr.__row-card-registered td ul li .__control dl.__number {
  font-size: 0.85em;
}

.main.main--order-confirm section.__block.__block--credit .__body table tr.__row-card-registered td ul li .__control span.__delete {
  font-size: 0.85em;
}

.main.main--order-confirm section.__block.__block--credit .__body table tr.__row-card-new td dl,
.main.main--order-confirm section.__block.__block--credit .__body table tr.__row-card-registered-option td dl {
  margin: 0 0 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #ccc;
}

.main.main--order-confirm section.__block.__block--credit .__body table tr.__row-card-new td dl dd,
.main.main--order-confirm section.__block.__block--credit .__body table tr.__row-card-registered-option td dl dd {
  margin: 0.3em 0 0 0;
}

.main.main--order-confirm section.__block.__block--credit .__body table tr.__row-card-new td dl:last-child,
.main.main--order-confirm section.__block.__block--credit .__body table tr.__row-card-registered-option td dl:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.main.main--order-finish section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--order-finish section.__content-top,
.main.main--order-finish section.__back-home {
    padding: 0 1em;
    padding: 0 1rem;
  }
}
.main.main--order-finish section.__back-home a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 0.3em;
}

.main.main--order-finish section.__estimate-pdf {
  text-align: center;
}

.main.main--order-finish section.__estimate-pdf a {
  background-color: #2ab27b;
  color: #fff;
  display: inline-block;
  font-size: 1.3em;
}

.main.main--order-finish section.__estimate-pdf a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15c";
  margin-right: 0.3em;
}

.main.main--order-finish section.__continue-order p.__text {
  margin: 0 0 1em 0;
}

.main.main--order-finish section.__continue-order .__to-cart a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 0.3em;
}

.main.main--order-finish section.__payment-link p.__description {
  margin: 0 0 1em 0;
}

.main.main--order-finish section.__payment-link p.__description-bottom {
  margin: 1em 0 0 0;
  color: #666;
}

/* --------------------------------------------------------------------------
   クレジットカード決済ページ（リンク型）  order.php
   -------------------------------------------------------------------------- */
.main.main--credit section:not(:first-child) {
  margin-top: 1em;
}

.main.main--credit .__order {
  padding: 0.5em 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.main.main--credit .__order dl {
  margin: 0.5em 0;
}

.main.main--credit .__order dl dt,
.main.main--credit .__order dl dd {
  display: inline-block;
}

.main.main--credit .__order dl dt {
  font-weight: bold;
}

.main.main--credit .__order dl dt:after {
  content: ":";
  margin-right: 0.3em;
}

.main.main--credit .__order dl dd {
  margin: 0;
}

.main.main--credit section.__payment-link p.__description {
  margin: 0 0 1em 0;
}

.main.main--credit section.__payment-link p.__description-bottom {
  margin: 2em 0 0 0;
  margin: 1.5rem 0 0 0;
  font-size: 0.85em;
}

/* --------------------------------------------------------------------------
   送料一覧
   -------------------------------------------------------------------------- */
.main.main--send-cost-list .__description,
.main.main--send-cost-list .__price {
  margin-top: 1em;
  padding: 0 1em;
}

.main.main--send-cost-list .__description {
  font-size: 0.85em;
}

.main.main--send-cost-list .__price {
  overflow: auto;
}

@media screen and (max-width: 599px) {
  .main.main--send-cost-list .__price table {
    font-size: 0.85em;
  }
}
.main.main--send-cost-list .__price table tr th,
.main.main--send-cost-list .__price table tr td {
  padding: 0.75em 1em;
  vertical-align: top;
  border: 1px solid #ddd;
  white-space: nowrap;
  width: 1em;
}

.main.main--send-cost-list .__price table tr th {
  font-weight: normal;
  background-color: #f2f2f2;
  text-align: center;
}

.main.main--send-cost-list .__price table thead tr th {
  font-weight: bold;
}

.main.main--send-cost-list .__price table tbody tr td {
  text-align: right;
}

.main.main--send-cost-list .__price table tbody tr:hover th,
.main.main--send-cost-list .__price table tbody tr:hover td {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

/* --------------------------------------------------------------------------
   クイックオーダー  order_list.php
   -------------------------------------------------------------------------- */
.main.main--quickorder-form section:not(:first-child) {
  margin-top: 1em;
}

.main.main--quickorder-form section:not(:first-child).__csv-form,
.main.main--quickorder-form section:not(:first-child).__input-form {
  margin-top: 1.5em;
}

.main.main--quickorder-form section.__csv-form .__body,
.main.main--quickorder-form section.__input-form .__body {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--quickorder-form section.__content-top,
.main.main--quickorder-form section.__csv-form .__heading,
.main.main--quickorder-form section.__input-form .__heading,
.main.main--quickorder-form section.__add,
.main.main--quickorder-form section.__submit {
    padding: 0 1em;
    padding: 0 1rem;
  }
}
.main.main--quickorder-form .__csv-form .__heading {
  font-weight: bold;
  font-size: 1.3em;
}

.main.main--quickorder-form .__csv-form .__body .__table tr td .__description {
  font-size: 0.85em;
  margin-top: 1em;
}

.main.main--quickorder-form .__csv-form .__body .__table tr td .__sample {
  margin-top: 0.5em;
}

.main.main--quickorder-form .__csv-form .__body .__table tr td .__sample a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f019";
  margin-right: 0.3em;
}

.main.main--quickorder-form .__input-form .__heading {
  font-weight: bold;
  font-size: 1.3em;
}

.main.main--quickorder-form .__input-form .__body .__table {
  width: 100%;
  border-collapse: collapse;
}

.main.main--quickorder-form .__input-form .__body .__table tr th,
.main.main--quickorder-form .__input-form .__body .__table tr td {
  padding: 0.75em 1em;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.main.main--quickorder-form .__input-form .__body .__table tr th {
  font-weight: normal;
  background-color: #f2f2f2;
}

.main.main--quickorder-form .__input-form .__body .__table thead th {
  white-space: nowrap;
  text-align: center;
}

.main.main--quickorder-form .__input-form .__body .__table thead th.__order {
  padding-left: 0;
  padding-right: 0;
}

.main.main--quickorder-form .__input-form .__body .__table tbody tr td {
  vertical-align: middle;
}

.main.main--quickorder-form .__input-form .__body .__table tbody tr td.__no {
  width: 100%;
}

.main.main--quickorder-form .__input-form .__body .__table tbody tr td.__no input {
  width: 100%;
}

.main.main--quickorder-form .__input-form .__body .__table tbody tr td.__order {
  white-space: nowrap;
  width: 1em;
  padding-left: 0;
  padding-right: 0;
}

.main.main--quickorder-form .__input-form .__body .__table tbody tr td.__order input {
  width: 4em;
  text-align: right;
}

.main.main--quickorder-form .__input-form .__body .__table tbody tr td.__delete {
  width: 1em;
  white-space: nowrap;
}

.main.main--quickorder-form .__submit {
  text-align: center;
}

.main.main--quickorder-form .__add {
  text-align: right;
}

.main.main--quickorder-form .__add .__button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
  margin-right: 0.3em;
}

.main.main--quickorder-confirm section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--quickorder-confirm section.__content-top,
.main.main--quickorder-confirm section.__submit,
.main.main--quickorder-confirm section.__back {
    padding: 0 1em;
  }
}
.main.main--quickorder-confirm .__input-form .__table {
  width: 100%;
  border-collapse: collapse;
}

.main.main--quickorder-confirm .__input-form .__table tr th,
.main.main--quickorder-confirm .__input-form .__table tr td {
  padding: 0.75em 1em;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.main.main--quickorder-confirm .__input-form .__table tr th {
  font-weight: normal;
  background-color: #f2f2f2;
}

.main.main--quickorder-confirm .__input-form .__table thead th {
  white-space: nowrap;
  text-align: center;
}

.main.main--quickorder-confirm .__input-form .__table thead th.__order {
  padding-left: 0;
  padding-right: 0;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td {
  vertical-align: middle;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__description {
  width: 100%;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__description .__error {
  margin-top: 0;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__description .__no .__toggle {
  display: inline-block;
  margin-left: 0.5em;
  color: #0070c9;
  cursor: pointer;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__description .__no .__toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  margin-right: 0.3em;
}

@media screen and (min-width: 600px) {
  .main.main--quickorder-confirm .__input-form .__table tbody tr td.__description .__no .__toggle {
    font-size: 0.85em;
  }
}
.main.main--quickorder-confirm .__input-form .__table tbody tr td.__description .__more {
  margin-top: 0.5em;
  display: none;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__description .__more:before,
.main.main--quickorder-confirm .__input-form .__table tbody tr td.__description .__more:after {
  content: " ";
  display: table;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__description .__more:after {
  clear: both;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__description .__more.__is-open {
  display: block;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__description .__more .__image {
  float: left;
  padding-right: 1em;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__description .__more .__image img {
  max-height: 5em;
  max-width: 5em;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__description .__more .__detail {
  display: inline;
  font-size: 0.85em;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__description .__more .__detail dl {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__description .__more .__detail dl dt,
.main.main--quickorder-confirm .__input-form .__table tbody tr td.__description .__more .__detail dl dd {
  display: inline-block;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__description .__more .__detail dl dt {
  display: inline-block;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__description .__more .__detail dl dt:after {
  content: ":";
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__description .__more .__detail dl dd {
  margin: 0;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__order {
  white-space: nowrap;
  width: 1em;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__order .__input input {
  width: 4em;
  text-align: right;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__order .__notice {
  font-size: 0.85em;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__order .__notice dl {
  margin: 0;
  letter-spacing: -0.5em;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__order .__notice dl:first-child {
  margin-top: 0.5em;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__order .__notice dl dt,
.main.main--quickorder-confirm .__input-form .__table tbody tr td.__order .__notice dl dd {
  letter-spacing: normal;
  display: inline-block;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__order .__notice dl dt:after {
  content: ":";
  margin-left: 0.3em;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__order .__notice dl dd {
  margin-left: 0.5em;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__order dl.__cart-count {
  margin: 0.5em 0 0 0;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__order dl.__cart-count dt {
  font-size: 0.85em;
  vertical-align: middle;
  display: inline-block;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__order dl.__cart-count dd {
  font-size: 0.85em;
  background-color: #2ab27b;
  color: #fff;
  display: inline-block;
  padding: 0 0.4em;
  margin: 0;
  text-align: center;
  border-radius: 2em;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr td.__delete {
  width: 1em;
  white-space: nowrap;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr.__is-error td {
  background-color: #f8d7da;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr.__is-error td .__message {
  color: #d9534f;
  margin-bottom: 0.3em;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr.__is-warning td {
  background-color: #fff3cd;
}

.main.main--quickorder-confirm .__input-form .__table tbody tr.__is-warning td .__message {
  color: #f0ad4e;
  margin-bottom: 0.3em;
}

.main.main--quickorder-confirm .__submit {
  text-align: right;
}

.main.main--quickorder-confirm .__back .__button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  padding-right: 0.5em;
}

/* --------------------------------------------------------------------------
   メール案内配信停止ページ  mm_refusal.php
   -------------------------------------------------------------------------- */
.main.main--mm-refusal-form section:not(:first-child),
.main.main--mm-refusal-finish section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mm-refusal-form section:not(.__input),
.main.main--mm-refusal-finish section:not(.__input) {
    padding: 0 1em;
  }
}
.main.main--mm-refusal-form .__submit,
.main.main--mm-refusal-finish .__submit {
  text-align: center;
}

.main.main--mm-refusal-finish section.__message h2 {
  font-size: 1.3em;
  margin: 0;
}

.main.main--mm-refusal-finish section.__message p {
  margin: 1em 0 0 0;
}

/* --------------------------------------------------------------------------
   パスワード再発行ページ  password.php
   -------------------------------------------------------------------------- */
.main.main--password-form section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--password-form section.__description,
.main.main--password-form section.__submit {
    padding: 0 1em;
  }
}
.main.main--password-form section.__input table.__table tr th {
  white-space: nowrap;
  vertical-align: middle;
}

.main.main--password-form section.__input table.__table tr td {
  vertical-align: middle;
}

.main.main--password-form section.__submit {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .main.main--password-form {
    width: 600px !important;
    margin-right: auto;
    margin-left: auto;
  }
}
.main.main--password-finish section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--password-finish section.__message,
.main.main--password-finish section.__to-login {
    padding: 0 1em;
  }
}
.main.main--password-finish section.__message h2 {
  font-size: 1.3em;
  margin: 0;
}

.main.main--password-finish section.__message p {
  margin: 1em 0 0 0;
}

.main.main--password-finish section.__to-login a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  padding-right: 0.3em;
}

@media screen and (min-width: 600px) {
  .main.main--password-finish {
    width: 600px !important;
    margin-right: auto;
    margin-left: auto;
  }
}
/* --------------------------------------------------------------------------
   マイページ > 注文履歴
   -------------------------------------------------------------------------- */
.main.main--mypage-order-list section:not(:first-child) {
  margin-top: 1em;
}

.main.main--mypage-order-list section:not(:first-child).__pagination {
  margin-top: 1.5em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-order-list section.__pagination,
.main.main--mypage-order-list section.__description,
.main.main--mypage-order-list section.__orderer {
    padding: 0 1em;
  }
}
.main.main--mypage-order-list section.__orderer span {
  font-weight: bold;
  margin-right: 0.5em;
}

.main.main--mypage-order-list section.__change-list-link a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 0.3em;
}

@media screen and (min-width: 600px) {
  .main.main--mypage-order-list section.__list table.__table {
    width: 100%;
    border-collapse: collapse;
  }
  .main.main--mypage-order-list section.__list table.__table tr th,
.main.main--mypage-order-list section.__list table.__table tr td {
    padding: 0.75em 1em;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .main.main--mypage-order-list section.__list table.__table tr th {
    font-weight: normal;
    background-color: #f2f2f2;
  }
  .main.main--mypage-order-list section.__list table.__table thead th {
    text-align: center;
    vertical-align: middle;
  }
  .main.main--mypage-order-list section.__list table.__table thead th.__group-info div:not(:first-child),
.main.main--mypage-order-list section.__list table.__table thead th.__order-info div:not(:first-child) {
    margin-top: 0.3em;
  }
  .main.main--mypage-order-list section.__list table.__table thead th .__code {
    margin-top: 0.3em;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td {
    vertical-align: middle;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td dl {
    margin: 0;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td dl dt {
    display: none;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td dl dd {
    margin: 0;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__order-info,
.main.main--mypage-order-list section.__list table.__table tbody tr td.__date-code,
.main.main--mypage-order-list section.__list table.__table tbody tr td.__reorder {
    width: 1em;
    white-space: nowrap;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__group-info dl,
.main.main--mypage-order-list section.__list table.__table tbody tr td.__order-info dl {
    text-align: center;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__group-info dl:not(:first-child),
.main.main--mypage-order-list section.__list table.__table tbody tr td.__order-info dl:not(:first-child) {
    margin-top: 0.3em;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__group-info dl.__total,
.main.main--mypage-order-list section.__list table.__table tbody tr td.__group-info dl.__code,
.main.main--mypage-order-list section.__list table.__table tbody tr td.__order-info dl.__total,
.main.main--mypage-order-list section.__list table.__table tbody tr td.__order-info dl.__code {
    margin-top: 0.3em;
    letter-spacing: 1px;
    font-size: 0.85em;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__group-info .__member,
.main.main--mypage-order-list section.__list table.__table tbody tr td.__order-info .__member {
    min-width: 120px;
    white-space: normal;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__date-code dl.__code {
    margin-top: 0.3em;
    letter-spacing: 1px;
    font-size: 0.85em;
    text-align: center;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__detail a {
    display: block;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__detail a:before,
.main.main--mypage-order-list section.__list table.__table tbody tr td.__detail a:after {
    content: " ";
    display: table;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__detail a:after {
    clear: both;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__detail a .__image {
    float: left;
    padding-right: 0.5em;
    text-align: center;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__detail a .__image img {
    max-height: 5em;
    max-width: 5em;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__detail .__approval-status {
    display: block;
    margin-bottom: 0.5em;
    font-size: 0.85em;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__detail .__approval-status a {
    padding-left: 1em;
    display: inline-block;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__detail .__approval-status a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 0.3em;
  }
}
@media screen and (max-width: 599px) {
  .main.main--mypage-order-list section.__list table.__table {
    display: block;
  }
  .main.main--mypage-order-list section.__list table.__table thead {
    display: none;
  }
  .main.main--mypage-order-list section.__list table.__table tbody {
    display: block;
    border-top: 1px solid #ddd;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr {
    display: block;
    padding: 1em;
    border-bottom: 1px solid #ddd;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td {
    display: block;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td dl {
    margin: 0 0 0.3em 0;
    display: inline-block;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td dl dt {
    display: inline-block;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td dl dd {
    display: inline-block;
    margin: 0;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__group-info,
.main.main--mypage-order-list section.__list table.__table tbody tr td.__order-info,
.main.main--mypage-order-list section.__list table.__table tbody tr td.__date-code {
    font-size: 0.85em;
    letter-spacing: -0.5em;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__group-info dl,
.main.main--mypage-order-list section.__list table.__table tbody tr td.__order-info dl,
.main.main--mypage-order-list section.__list table.__table tbody tr td.__date-code dl {
    letter-spacing: normal;
    width: 50%;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__group-info dl:last-child,
.main.main--mypage-order-list section.__list table.__table tbody tr td.__order-info dl:last-child,
.main.main--mypage-order-list section.__list table.__table tbody tr td.__date-code dl:last-child {
    margin-right: none;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__group-info dl dt,
.main.main--mypage-order-list section.__list table.__table tbody tr td.__order-info dl dt,
.main.main--mypage-order-list section.__list table.__table tbody tr td.__date-code dl dt {
    font-weight: bold;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__detail {
    margin-top: 0.5em;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__detail a {
    display: block;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__detail a:before,
.main.main--mypage-order-list section.__list table.__table tbody tr td.__detail a:after {
    content: " ";
    display: table;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__detail a:after {
    clear: both;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__detail a .__image {
    float: left;
    padding-right: 0.5em;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__detail a .__image img {
    max-height: 5em;
    max-width: 5em;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__detail .__approval-status {
    display: block;
    margin-bottom: 0.5em;
    font-size: 0.85em;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__detail .__approval-status a {
    padding-left: 1em;
    display: inline-block;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__detail .__approval-status a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 0.3em;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__reorder {
    margin-top: 0.5em;
  }
  .main.main--mypage-order-list section.__list table.__table tbody tr td.__reorder a.__link {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.main.main--mypage-order-detail section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-order-detail section.__detail,
.main.main--mypage-order-detail section.__orderer {
    padding: 0 1em;
  }
}
.main.main--mypage-order-detail section.__orderer span {
  font-weight: bold;
  margin-right: 0.5em;
}

.main.main--mypage-order-detail section.__information .__table {
  width: 100%;
  border-collapse: collapse;
}

.main.main--mypage-order-detail section.__information .__table tr th,
.main.main--mypage-order-detail section.__information .__table tr td {
  padding: 0.75em 1em;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.main.main--mypage-order-detail section.__information .__table tr th {
  font-weight: normal;
  background-color: #f2f2f2;
}

.main.main--mypage-order-detail section.__information .__table tr th {
  width: 30%;
}

@media screen and (max-width: 599px) {
  .main.main--mypage-order-detail section.__information .__table tr th {
    width: 40%;
  }
}
.main.main--mypage-order-detail section.__information .__table tr.__approval-status td a {
  font-size: 0.85em;
  display: inline-block;
}

.main.main--mypage-order-detail section.__information .__table tr.__approval-status td a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 0.3em;
}

.main.main--mypage-order-detail section.__information .__table tr.__enquete td dl {
  margin: 0;
}

.main.main--mypage-order-detail section.__information .__table tr.__enquete td dl dt,
.main.main--mypage-order-detail section.__information .__table tr.__enquete td dl dd {
  display: inline-block;
}

.main.main--mypage-order-detail section.__information .__table tr.__enquete td dl dt {
  display: inline-block;
}

.main.main--mypage-order-detail section.__information .__table tr.__enquete td dl dt:after {
  content: ":";
}

.main.main--mypage-order-detail section.__information .__table tr.__enquete td dl dd {
  margin: 0;
}

.main.main--mypage-order-detail section.__information .__table tr.__total .__final .__all {
  font-weight: bold;
  font-size: 1.3em;
}

.main.main--mypage-order-detail section.__information .__table tr.__total .__final .__by-tax-rate {
  font-size: 0.85em;
}

.main.main--mypage-order-detail section.__information .__table tr.__total .__detail {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px dotted #ddd;
  font-size: 0.85em;
}

.main.main--mypage-order-detail section.__information .__table tr.__total .__detail dl {
  display: inline-block;
  margin: 0 1em 0 0;
}

.main.main--mypage-order-detail section.__information .__table tr.__total .__detail dl:last-child {
  margin-right: 0;
}

.main.main--mypage-order-detail section.__information .__table tr.__total .__detail dl dt,
.main.main--mypage-order-detail section.__information .__table tr.__total .__detail dl dd {
  display: inline-block;
}

.main.main--mypage-order-detail section.__information .__table tr.__total .__detail dl dt {
  display: inline-block;
}

.main.main--mypage-order-detail section.__information .__table tr.__total .__detail dl dt:after {
  content: ":";
}

.main.main--mypage-order-detail section.__information .__table tr.__total .__detail dl dd {
  margin: 0;
}

.main.main--mypage-order-detail section.__detail .__delivery:last-child {
  border-bottom: none;
}

.main.main--mypage-order-detail section.__detail .__delivery:not(:first-child) {
  margin-top: 1em;
}

.main.main--mypage-order-detail section.__detail .__delivery h2.__title {
  margin: 0;
}

.main.main--mypage-order-detail section.__detail .__delivery .__information {
  margin-top: 1em;
}

@media screen and (max-width: 599px) {
  .main.main--mypage-order-detail section.__detail .__delivery .__information {
    border: 1px solid #ddd;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    overflow: hidden;
  }
}
.main.main--mypage-order-detail section.__detail .__delivery .__information .__table {
  width: 100%;
  border-collapse: collapse;
}

.main.main--mypage-order-detail section.__detail .__delivery .__information .__table tr th,
.main.main--mypage-order-detail section.__detail .__delivery .__information .__table tr td {
  padding: 0.75em 1em;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.main.main--mypage-order-detail section.__detail .__delivery .__information .__table tr th {
  font-weight: normal;
  background-color: #f2f2f2;
}

.main.main--mypage-order-detail section.__detail .__delivery .__information .__table tr th {
  width: 30%;
}

.main.main--mypage-order-detail section.__detail .__delivery .__information .__table tr:last-child th,
.main.main--mypage-order-detail section.__detail .__delivery .__information .__table tr:last-child td {
  border-bottom: none;
}

@media screen and (min-width: 600px) {
  .main.main--mypage-order-detail section.__detail .__delivery .__information .__table tr th {
    border-left: 1px solid #ddd;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__information .__table tr td {
    border-right: 1px solid #ddd;
  }
}
@media screen and (max-width: 599px) {
  .main.main--mypage-order-detail section.__detail .__delivery .__information .__table tr th {
    width: 40%;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__information .__table tr:first-child th,
.main.main--mypage-order-detail section.__detail .__delivery .__information .__table tr:first-child td,
.main.main--mypage-order-detail section.__detail .__delivery .__information .__table tr:last-child th,
.main.main--mypage-order-detail section.__detail .__delivery .__information .__table tr:last-child td {
    border-top: none;
  }
}
.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description a {
  display: block;
}

.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description a .__detail .__name {
  font-weight: bold;
}

.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description a .__detail dl {
  color: #333;
}

.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description a:hover {
  text-decoration: none;
}

.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description a:hover .__detail .__name {
  text-decoration: underline;
}

.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description .__more {
  margin-top: 0.5em;
  color: #666;
}

.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description .__more dl {
  margin: 0;
}

.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description .__more dl dt,
.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description .__more dl dd {
  display: inline-block;
}

.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description .__more dl dt {
  display: inline-block;
}

.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description .__more dl dt:after {
  content: ":";
}

.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description .__more dl dd {
  margin: 0;
}

@media screen and (min-width: 600px) {
  .main.main--mypage-order-detail section.__detail .__delivery .__product table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.85em;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table thead th {
    padding: 0.75em 1em;
    border: 1px solid #ddd;
    background-color: #f2f2f2;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td {
    padding: 0.75em 1em;
    border: 1px solid #ddd;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td .__heading {
    display: none;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description a {
    display: block;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description a:before,
.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description a:after {
    content: " ";
    display: table;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description a:after {
    clear: both;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description a .__image {
    float: left;
    padding-right: 0.5em;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description a .__image img {
    max-height: 5em;
    max-width: 5em;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description a .__detail {
    display: inline;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description a .__detail .__name {
    margin-bottom: 0.5em;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description a .__detail .__tax-type {
    margin: 0 0.5em 0 0;
    display: inline-block;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description a .__detail dl {
    margin: 0 0.5em 0 0;
    display: inline-block;
    vertical-align: top;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description a .__detail dl dt {
    display: inline-block;
    vertical-align: top;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description a .__detail dl dt:after {
    content: ":";
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__description a .__detail dl dd {
    display: inline-block;
    margin: 0;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__price {
    white-space: nowrap;
    width: 1em;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__price .__body {
    text-align: right;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__price .__body .__detail {
    font-size: 0.85em;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__order {
    white-space: nowrap;
    width: 1em;
    text-align: center;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__order.__order--input span.__delete {
    display: inline-block;
    margin-left: 1em;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody td.__total {
    white-space: nowrap;
    width: 1em;
    text-align: right;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__total-price dl {
    width: 40%;
    margin-left: 60%;
  }
}
@media screen and (max-width: 599px) {
  .main.main--mypage-order-detail section.__detail .__delivery .__product table {
    display: block;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table thead {
    display: none;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody {
    display: block;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr {
    display: block;
    padding: 1em;
    border-bottom: 1px solid #ddd;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td {
    display: block;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__description a:before,
.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__description a:after {
    content: " ";
    display: table;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__description a:after {
    clear: both;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__description a .__image {
    float: left;
    width: 30%;
    padding-right: 1em;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail {
    display: inline;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail .__tax-type {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    font-size: 0.85em;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail dl {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    font-size: 0.85em;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail dl dt,
.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail dl dd {
    display: inline-block;
    vertical-align: top;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail dl dt {
    display: inline-block;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail dl dt:after {
    content: ":";
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail dl dd {
    margin: 0;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__description .__more {
    font-size: 0.85em;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__price,
.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__order,
.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__total {
    padding: 0.5em 0;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__price:before,
.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__price:after,
.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__order:before,
.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__order:after,
.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__total:before,
.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__total:after {
    content: " ";
    display: table;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__price:after,
.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__order:after,
.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__total:after {
    clear: both;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__price .__heading,
.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__order .__heading,
.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__total .__heading {
    font-weight: bold;
    width: 40%;
    float: left;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__price .__body,
.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__order .__body,
.main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__total .__body {
    width: 60%;
    float: left;
    text-align: right;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr td.__price .__detail {
    font-size: 0.85em;
  }
  .main.main--mypage-order-detail section.__detail .__delivery .__product table tbody tr:last-child {
    border-bottom: none;
  }
}
.main.main--mypage-order-detail section.__reorder,
.main.main--mypage-order-detail section.__back {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-order-detail section.__reorder,
.main.main--mypage-order-detail section.__back {
    padding-right: 1em;
    padding-left: 1em;
  }
}
.main.main--mypage-order-detail section.__reorder {
  text-align: center;
}

.main.main--mypage-order-detail section.__back a.__link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  padding-right: 0.5em;
}

.main.main--mypage-order-reorder section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-order-reorder section.__back,
.main.main--mypage-order-reorder section.__add-cart {
    margin-right: 1em;
    margin-left: 1em;
  }
}
.main.main--mypage-order-reorder section.__add-cart {
  text-align: right;
}

.main.main--mypage-order-reorder section.__back a.__link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  padding-right: 0.5em;
}

.main.main--mypage-order-list-agent section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-order-list-agent section.__description,
.main.main--mypage-order-list-agent section.__orderer,
.main.main--mypage-order-list-agent section.__change-list-link {
    margin-right: 1em;
    margin-left: 1em;
  }
}
.main.main--mypage-order-list-agent section.__orderer span {
  font-weight: bold;
  margin-right: 0.5em;
}

.main.main--mypage-order-list-agent section.__change-list-link a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 0.3em;
}

.main.main--mypage-order-list-agent section.__list table.__table {
  width: 100%;
  border-collapse: collapse;
}

.main.main--mypage-order-list-agent section.__list table.__table tr th,
.main.main--mypage-order-list-agent section.__list table.__table tr td {
  padding: 0.75em 1em;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.main.main--mypage-order-list-agent section.__list table.__table tr th {
  font-weight: normal;
  background-color: #f2f2f2;
}

.main.main--mypage-order-list-agent section.__list table.__table tbody td.__order {
  white-space: nowrap;
  width: 1em;
}

/* --------------------------------------------------------------------------
   マイページ > 見積履歴
   -------------------------------------------------------------------------- */
.main.main--mypage-estimate-list section:not(:first-child) {
  margin-top: 1em;
}

.main.main--mypage-estimate-list section:not(:first-child).__pagination {
  margin-top: 1.5em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-estimate-list section.__pagination,
.main.main--mypage-estimate-list section.__description {
    padding: 0 1em;
  }
}
.main.main--mypage-estimate-list section.__list {
  margin-top: 1.5em;
}

@media screen and (min-width: 600px) {
  .main.main--mypage-estimate-list section.__list table.__table {
    width: 100%;
    border-collapse: collapse;
  }
  .main.main--mypage-estimate-list section.__list table.__table tr th,
.main.main--mypage-estimate-list section.__list table.__table tr td {
    padding: 0.75em 1em;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .main.main--mypage-estimate-list section.__list table.__table tr th {
    font-weight: normal;
    background-color: #f2f2f2;
  }
  .main.main--mypage-estimate-list section.__list table.__table thead th {
    text-align: center;
    vertical-align: middle;
  }
  .main.main--mypage-estimate-list section.__list table.__table thead th .__code {
    margin-top: 0.3em;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td {
    vertical-align: middle;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td dl {
    margin: 0;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td dl dt {
    display: none;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td dl dd {
    margin: 0;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td.__status-code,
.main.main--mypage-estimate-list section.__list table.__table tbody tr td.__date {
    width: 1em;
    white-space: nowrap;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td.__status-code .__status {
    text-align: center;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td.__status-code .__status span {
    display: inline-block;
    font-size: 0.8em;
    padding: 0 0.5em;
    vertical-align: middle;
    border: 1px solid #ccc;
    background-color: #fff;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td.__status-code .__code {
    margin-top: 0.3em;
    letter-spacing: 1px;
    font-size: 0.85em;
    text-align: center;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td.__detail a {
    display: block;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td.__detail a:before,
.main.main--mypage-estimate-list section.__list table.__table tbody tr td.__detail a:after {
    content: " ";
    display: table;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td.__detail a:after {
    clear: both;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td.__detail a .__image {
    float: left;
    padding-right: 0.5em;
    text-align: center;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td.__detail a .__image img {
    max-height: 5em;
    max-width: 5em;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr.__is-disabled th,
.main.main--mypage-estimate-list section.__list table.__table tbody tr.__is-disabled td {
    background-color: #e9e9e9;
  }
}
@media screen and (max-width: 599px) {
  .main.main--mypage-estimate-list section.__list table.__table {
    display: block;
  }
  .main.main--mypage-estimate-list section.__list table.__table thead {
    display: none;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody {
    display: block;
    border-top: 1px solid #ddd;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr {
    display: block;
    padding: 1em;
    border-bottom: 1px solid #ddd;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr.__is-disabled {
    background-color: #e9e9e9;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td {
    display: block;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td dl {
    margin: 0;
    display: inline-block;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td dl dt {
    display: inline-block;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td dl dd {
    display: inline-block;
    margin: 0;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td.__status-code,
.main.main--mypage-estimate-list section.__list table.__table tbody tr td.__date {
    font-size: 0.85em;
    letter-spacing: -0.5em;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td.__status-code dl,
.main.main--mypage-estimate-list section.__list table.__table tbody tr td.__date dl {
    letter-spacing: normal;
    width: 50%;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td.__status-code dl:last-child,
.main.main--mypage-estimate-list section.__list table.__table tbody tr td.__date dl:last-child {
    margin-right: none;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td.__status-code dl dt,
.main.main--mypage-estimate-list section.__list table.__table tbody tr td.__date dl dt {
    font-weight: bold;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td.__detail {
    margin-top: 0.5em;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td.__detail a {
    display: block;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td.__detail a:before,
.main.main--mypage-estimate-list section.__list table.__table tbody tr td.__detail a:after {
    content: " ";
    display: table;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td.__detail a:after {
    clear: both;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td.__detail a .__image {
    float: left;
    padding-right: 0.5em;
  }
  .main.main--mypage-estimate-list section.__list table.__table tbody tr td.__detail a .__image img {
    max-height: 5em;
    max-width: 5em;
  }
}
.main.main--mypage-estimate-detail section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-estimate-detail section.__detail {
    padding: 0 1em;
  }
}
.main.main--mypage-estimate-detail section.__information .__table {
  width: 100%;
  border-collapse: collapse;
}

.main.main--mypage-estimate-detail section.__information .__table tr th,
.main.main--mypage-estimate-detail section.__information .__table tr td {
  padding: 0.75em 1em;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.main.main--mypage-estimate-detail section.__information .__table tr th {
  font-weight: normal;
  background-color: #f2f2f2;
}

.main.main--mypage-estimate-detail section.__information .__table tr th {
  width: 30%;
}

@media screen and (max-width: 599px) {
  .main.main--mypage-estimate-detail section.__information .__table tr th {
    width: 40%;
  }
}
.main.main--mypage-estimate-detail section.__information .__table tr.__enquete td dl {
  margin: 0;
}

.main.main--mypage-estimate-detail section.__information .__table tr.__enquete td dl dt,
.main.main--mypage-estimate-detail section.__information .__table tr.__enquete td dl dd {
  display: inline-block;
}

.main.main--mypage-estimate-detail section.__information .__table tr.__enquete td dl dt {
  display: inline-block;
}

.main.main--mypage-estimate-detail section.__information .__table tr.__enquete td dl dt:after {
  content: ":";
}

.main.main--mypage-estimate-detail section.__information .__table tr.__enquete td dl dd {
  margin: 0;
}

.main.main--mypage-estimate-detail section.__information .__table tr.__total .__final .__all {
  font-weight: bold;
  font-size: 1.3em;
}

.main.main--mypage-estimate-detail section.__information .__table tr.__total .__final .__by-tax-rate {
  font-size: 0.85em;
}

.main.main--mypage-estimate-detail section.__information .__table tr.__total .__detail {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px dotted #ddd;
  font-size: 0.85em;
}

.main.main--mypage-estimate-detail section.__information .__table tr.__total .__detail dl {
  display: inline-block;
  margin: 0 1em 0 0;
}

.main.main--mypage-estimate-detail section.__information .__table tr.__total .__detail dl:last-child {
  margin-right: 0;
}

.main.main--mypage-estimate-detail section.__information .__table tr.__total .__detail dl dt,
.main.main--mypage-estimate-detail section.__information .__table tr.__total .__detail dl dd {
  display: inline-block;
}

.main.main--mypage-estimate-detail section.__information .__table tr.__total .__detail dl dt {
  display: inline-block;
}

.main.main--mypage-estimate-detail section.__information .__table tr.__total .__detail dl dt:after {
  content: ":";
}

.main.main--mypage-estimate-detail section.__information .__table tr.__total .__detail dl dd {
  margin: 0;
}

.main.main--mypage-estimate-detail section.__detail .__delivery:last-child {
  border-bottom: none;
}

.main.main--mypage-estimate-detail section.__detail .__delivery h2.__title {
  margin: 0;
}

.main.main--mypage-estimate-detail section.__detail .__delivery .__information {
  margin-top: 1em;
}

@media screen and (max-width: 599px) {
  .main.main--mypage-estimate-detail section.__detail .__delivery .__information {
    border: 1px solid #ddd;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    overflow: hidden;
  }
}
.main.main--mypage-estimate-detail section.__detail .__delivery .__information .__table {
  width: 100%;
  border-collapse: collapse;
}

.main.main--mypage-estimate-detail section.__detail .__delivery .__information .__table tr th,
.main.main--mypage-estimate-detail section.__detail .__delivery .__information .__table tr td {
  padding: 0.75em 1em;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.main.main--mypage-estimate-detail section.__detail .__delivery .__information .__table tr th {
  font-weight: normal;
  background-color: #f2f2f2;
}

.main.main--mypage-estimate-detail section.__detail .__delivery .__information .__table tr th {
  width: 30%;
}

.main.main--mypage-estimate-detail section.__detail .__delivery .__information .__table tr:last-child th,
.main.main--mypage-estimate-detail section.__detail .__delivery .__information .__table tr:last-child td {
  border-bottom: none;
}

@media screen and (min-width: 600px) {
  .main.main--mypage-estimate-detail section.__detail .__delivery .__information .__table tr th {
    border-left: 1px solid #ddd;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__information .__table tr td {
    border-right: 1px solid #ddd;
  }
}
@media screen and (max-width: 599px) {
  .main.main--mypage-estimate-detail section.__detail .__delivery .__information .__table tr th {
    width: 40%;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__information .__table tr:first-child th,
.main.main--mypage-estimate-detail section.__detail .__delivery .__information .__table tr:first-child td,
.main.main--mypage-estimate-detail section.__detail .__delivery .__information .__table tr:last-child th,
.main.main--mypage-estimate-detail section.__detail .__delivery .__information .__table tr:last-child td {
    border-top: none;
  }
}
.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description a {
  display: block;
}

.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description a .__detail .__name {
  font-weight: bold;
}

.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description a .__detail dl {
  color: #333;
}

.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description a:hover {
  text-decoration: none;
}

.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description a:hover .__detail .__name {
  text-decoration: underline;
}

.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description .__more {
  margin-top: 0.5em;
  color: #666;
}

.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description .__more dl {
  margin: 0;
}

.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description .__more dl dt,
.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description .__more dl dd {
  display: inline-block;
}

.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description .__more dl dt {
  display: inline-block;
}

.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description .__more dl dt:after {
  content: ":";
}

.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description .__more dl dd {
  margin: 0;
}

@media screen and (min-width: 600px) {
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.85em;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table thead th {
    padding: 0.75em 1em;
    border: 1px solid #ddd;
    background-color: #f2f2f2;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td {
    padding: 0.75em 1em;
    border: 1px solid #ddd;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td .__heading {
    display: none;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description a {
    display: block;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description a:before,
.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description a:after {
    content: " ";
    display: table;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description a:after {
    clear: both;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description a .__image {
    float: left;
    padding: 0 0.5em 0 0;
    text-align: center;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description a .__image img {
    max-height: 5em;
    max-width: 5em;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description a .__detail {
    display: inline;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description a .__detail .__name {
    margin-bottom: 0.5em;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description a .__detail .__tax-type {
    margin: 0 0.5em 0 0;
    display: inline-block;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description a .__detail dl {
    margin: 0 0.5em 0 0;
    display: inline;
    vertical-align: top;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description a .__detail dl dt {
    display: inline-block;
    vertical-align: top;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description a .__detail dl dt:after {
    content: ":";
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__description a .__detail dl dd {
    display: inline-block;
    margin: 0;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__price {
    white-space: nowrap;
    width: 1em;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__price .__body {
    text-align: right;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__price .__body .__detail {
    font-size: 0.85em;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__order {
    white-space: nowrap;
    width: 1em;
    text-align: center;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__order.__order--input span.__delete {
    display: inline-block;
    margin-left: 1em;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody td.__total {
    white-space: nowrap;
    width: 1em;
    text-align: right;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__total-price dl {
    width: 40%;
    margin-left: 60%;
  }
}
@media screen and (max-width: 599px) {
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table {
    display: block;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table thead {
    display: none;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody {
    display: block;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr {
    display: block;
    padding: 1em;
    border-bottom: 1px solid #ddd;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr:last-child {
    border-bottom: none;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td {
    display: block;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__description a:before,
.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__description a:after {
    content: " ";
    display: table;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__description a:after {
    clear: both;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__description a .__image {
    float: left;
    width: 30%;
    padding-right: 1em;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail {
    display: inline;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail .__tax-type {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    font-size: 0.85em;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail dl {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    font-size: 0.85em;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail dl dt,
.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail dl dd {
    display: inline-block;
    vertical-align: top;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail dl dt {
    display: inline-block;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail dl dt:after {
    content: ":";
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail dl dd {
    margin: 0;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__description .__more {
    font-size: 0.85em;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__price,
.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__order,
.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__total {
    padding: 0.5em 0;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__price:before,
.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__price:after,
.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__order:before,
.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__order:after,
.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__total:before,
.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__total:after {
    content: " ";
    display: table;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__price:after,
.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__order:after,
.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__total:after {
    clear: both;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__price .__heading,
.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__order .__heading,
.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__total .__heading {
    font-weight: bold;
    width: 40%;
    float: left;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__price .__body,
.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__order .__body,
.main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__total .__body {
    width: 60%;
    float: left;
    text-align: right;
  }
  .main.main--mypage-estimate-detail section.__detail .__delivery .__product table tbody tr td.__price .__detail {
    font-size: 0.85em;
  }
}
.main.main--mypage-estimate-detail section.__download,
.main.main--mypage-estimate-detail section.__order,
.main.main--mypage-estimate-detail section.__back {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-estimate-detail section.__download,
.main.main--mypage-estimate-detail section.__order,
.main.main--mypage-estimate-detail section.__back {
    padding-right: 1em;
    padding-left: 1em;
  }
}
.main.main--mypage-estimate-detail section.__download {
  text-align: center;
}

.main.main--mypage-estimate-detail section.__download .__button {
  background-color: #2ab27b;
  color: #fff;
}

.main.main--mypage-estimate-detail section.__download .__button:before {
  font-size: 1.3em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c1";
  padding-right: 0.3em;
}

.main.main--mypage-estimate-detail section.__order {
  text-align: center;
}

.main.main--mypage-estimate-detail section.__back a.__link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  padding-right: 0.5em;
}

/* --------------------------------------------------------------------------
   マイページ > お気に入り
   -------------------------------------------------------------------------- */
.main.main--mypage-bookmark section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-bookmark section.__description {
    padding: 0 1em;
  }
}
.main.main--mypage-bookmark section.__list ul.__product li.__item .__description .__date {
  margin: 0;
  font-size: 0.85em;
  text-align: center;
  color: #666;
}

.main.main--mypage-bookmark section.__list ul.__product li.__item .__description .__date dt {
  display: inline-block;
}

.main.main--mypage-bookmark section.__list ul.__product li.__item .__description .__date dd {
  display: inline-block;
  margin: 0 0 0 0.5em;
}

.main.main--mypage-bookmark section.__list ul.__product li.__item .__delete {
  margin-top: 1em;
  text-align: center;
}

/* --------------------------------------------------------------------------
   マイページ > 発注リスト
   -------------------------------------------------------------------------- */
.main.main--mypage-bookmarklist-index section:not(:first-child) {
  margin-top: 1em;
}

.main.main--mypage-bookmarklist-index section:not(:first-child).__pagination {
  margin-top: 1.5em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-bookmarklist-index section.__description,
.main.main--mypage-bookmarklist-index section.__pagination {
    padding: 0 1em;
  }
}
.main.main--mypage-bookmarklist-index section.__list > ul {
  list-style-type: none;
  padding: 0;
}

.main.main--mypage-bookmarklist-index section.__list > ul > li {
  display: block;
  padding: 1.5em 0;
  border-top: 2px solid #ddd;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-bookmarklist-index section.__list > ul > li .__information {
    padding-right: 1em;
    padding-left: 1em;
  }
}
.main.main--mypage-bookmarklist-index section.__list > ul > li .__information .__title {
  margin: 0 0 0.5em 0;
  margin: 0 0 1rem 0;
}

.main.main--mypage-bookmarklist-index section.__list > ul > li .__information dl {
  margin: 0.3em 0;
}

.main.main--mypage-bookmarklist-index section.__list > ul > li .__information dl dt {
  display: inline-block;
  margin-right: 0.5em;
}

.main.main--mypage-bookmarklist-index section.__list > ul > li .__information dl dt:after {
  content: ":";
}

.main.main--mypage-bookmarklist-index section.__list > ul > li .__information dl dd {
  display: inline-block;
  margin: 0;
}

.main.main--mypage-bookmarklist-index section.__list > ul > li .__information .__control {
  text-align: right;
}

.main.main--mypage-bookmarklist-index section.__list > ul > li .__information .__control .__toggle {
  display: inline-block;
  vertical-align: middle;
}

.main.main--mypage-bookmarklist-index section.__list > ul > li .__information .__control .__toggle span.__button {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.6em 1em;
  cursor: pointer;
  zoom: 1;
  display: inline-block;
  border-radius: 0.3em;
}

.main.main--mypage-bookmarklist-index section.__list > ul > li .__information .__control .__toggle span.__button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  margin-right: 0.3em;
}

.main.main--mypage-bookmarklist-index section.__list > ul > li .__information .__control .__toggle span.__button.__is-open:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d8";
}

.main.main--mypage-bookmarklist-index section.__list > ul > li .__information .__control .__edit {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-left: 0.3em;
}

.main.main--mypage-bookmarklist-index section.__list > ul > li .__product {
  display: none;
}

.main.main--mypage-bookmarklist-index section.__list .__submit {
  margin-top: 1em;
  text-align: right;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-bookmarklist-index section.__list .__submit {
    padding-right: 1em;
    padding-left: 1em;
  }
}
.main.main--mypage-bookmarklist-edit section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-bookmarklist-edit section.__description,
.main.main--mypage-bookmarklist-edit section.__save,
.main.main--mypage-bookmarklist-edit section.__delete,
.main.main--mypage-bookmarklist-edit section.__back {
    padding: 0 1em;
  }
}
.main.main--mypage-bookmarklist-edit section.__save,
.main.main--mypage-bookmarklist-edit section.__delete {
  text-align: center;
}

.main.main--mypage-bookmarklist-edit section.__back {
  text-align: left;
}

.main.main--mypage-bookmarklist-edit section.__back a.__link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  padding-right: 0.5em;
}

.main.main--mypage-bookmarklist-edit section.__product table tbody tr td.__order .__body .__delete {
  margin-top: 0.5em;
}

/* --------------------------------------------------------------------------
   マイページ > 会員登録編集
   -------------------------------------------------------------------------- */
.main.main--mypage-profile-form section:not(:first-child),
.main.main--mypage-group-member-edit section:not(:first-child),
.main.main--mypage-group-member-create section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-profile-form section.__submit,
.main.main--mypage-group-member-edit section.__submit,
.main.main--mypage-group-member-create section.__submit {
    padding: 0 1em;
  }
}
.main.main--mypage-profile-form section.__content-form table tr.__row-password td .__change-flag,
.main.main--mypage-group-member-edit section.__content-form table tr.__row-password td .__change-flag,
.main.main--mypage-group-member-create section.__content-form table tr.__row-password td .__change-flag {
  margin-bottom: 0.75em;
}

.main.main--mypage-profile-form section.__submit,
.main.main--mypage-group-member-edit section.__submit,
.main.main--mypage-group-member-create section.__submit {
  text-align: center;
}

.main.main--mypage-profile-finish section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-profile-finish section.__description,
.main.main--mypage-profile-finish section.__back {
    padding: 0 1em;
  }
}
.main.main--mypage-profile-finish section.__back {
  text-align: center;
}

.main.main--mypage-profile-finish section.__back a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  padding-right: 0.5em;
}

/* --------------------------------------------------------------------------
   マイページ > 配送先情報
   -------------------------------------------------------------------------- */
.main.main--mypage-address-list section:not(:first-child) {
  margin-top: 1em;
}

.main.main--mypage-address-list section:not(:first-child).__pagination {
  margin-top: 1.5em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-address-list section.__description,
.main.main--mypage-address-list section.__create,
.main.main--mypage-address-list section.__pagination {
    padding: 0 1em;
  }
}
.main.main--mypage-address-list section.__create {
  text-align: right;
}

@media screen and (min-width: 600px) {
  .main.main--mypage-address-list section.__list table.__table {
    width: 100%;
  }
  .main.main--mypage-address-list section.__list table.__table thead tr th {
    padding: 0.75em 1em;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    background-color: #f2f2f2;
  }
  .main.main--mypage-address-list section.__list table.__table tbody tr td {
    padding: 0.75em 1em;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .main.main--mypage-address-list section.__list table.__table tbody tr td .__heading {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .main.main--mypage-address-list section.__list table.__table {
    display: block;
  }
  .main.main--mypage-address-list section.__list table.__table thead {
    display: none;
  }
  .main.main--mypage-address-list section.__list table.__table tbody {
    display: block;
  }
  .main.main--mypage-address-list section.__list table.__table tbody tr {
    display: block;
    padding: 1em;
    border-top: 2px solid #ddd;
  }
  .main.main--mypage-address-list section.__list table.__table tbody tr:last-child {
    border-bottom: 2px solid #ddd;
  }
  .main.main--mypage-address-list section.__list table.__table tbody tr th,
.main.main--mypage-address-list section.__list table.__table tbody tr td {
    display: block;
  }
  .main.main--mypage-address-list section.__list table.__table tbody tr td {
    padding: 0.5em 0;
    letter-spacing: -0.5em;
    border-bottom: 1px dotted #ddd;
  }
  .main.main--mypage-address-list section.__list table.__table tbody tr td:first-child {
    padding-top: 0;
  }
  .main.main--mypage-address-list section.__list table.__table tbody tr td:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .main.main--mypage-address-list section.__list table.__table tbody tr td > * {
    letter-spacing: normal;
  }
  .main.main--mypage-address-list section.__list table.__table tbody tr td .__heading {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    width: 40%;
  }
  .main.main--mypage-address-list section.__list table.__table tbody tr td .__body {
    display: inline-block;
    vertical-align: top;
    width: 60%;
  }
}
@media screen and (min-width: 600px) {
  .main.main--mypage-address-list section.__list table.__table tbody td.__control {
    width: 1em;
    white-space: nowrap;
  }
}
@media screen and (max-width: 599px) {
  .main.main--mypage-address-list section.__list table.__table tbody td.__control .__edit a.__link {
    width: 100%;
  }
}
.main.main--mypage-address-edit section:not(:first-child),
.main.main--mypage-address-create section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-address-edit section.__submit,
.main.main--mypage-address-edit section.__delete,
.main.main--mypage-address-edit section.__back,
.main.main--mypage-address-create section.__submit,
.main.main--mypage-address-create section.__delete,
.main.main--mypage-address-create section.__back {
    padding: 0 1em;
  }
}
.main.main--mypage-address-edit section.__submit,
.main.main--mypage-address-edit section.__delete,
.main.main--mypage-address-create section.__submit,
.main.main--mypage-address-create section.__delete {
  text-align: center;
}

.main.main--mypage-address-edit section.__back,
.main.main--mypage-address-create section.__back {
  text-align: left;
}

.main.main--mypage-address-edit section.__back a.__link:before,
.main.main--mypage-address-create section.__back a.__link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  padding-right: 0.5em;
}

/* --------------------------------------------------------------------------
   マイページ > Paid利用申請フォーム
   -------------------------------------------------------------------------- */
.main.main--mypage-paid-form section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-paid-form section.__notice,
.main.main--mypage-paid-form section.__submit {
    padding: 0 1em;
  }
}
.main.main--mypage-paid-form section.__description {
  padding: 1em;
  background-color: #f2f2f2;
}

.main.main--mypage-paid-form section.__description .__title {
  font-weight: bold;
  font-size: 1.5em;
}

.main.main--mypage-paid-form section.__description .__text {
  margin-top: 1em;
}

.main.main--mypage-paid-form section.__description .__text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main.main--mypage-paid-form section.__description .__text ul li {
  margin-bottom: 0.5em;
  margin-left: 1.3em;
  text-indent: -1.3em;
}

.main.main--mypage-paid-form section.__description .__text ul li:before {
  content: "※";
  margin-right: 0.3em;
}

.main.main--mypage-paid-form section.__description .__text ul li:last-child {
  margin-bottom: 0;
}

.main.main--mypage-paid-form section.__description .__text ul li a {
  font-weight: bold;
  text-decoration: underline;
}

.main.main--mypage-paid-form section.__description .__payment {
  margin-top: 1em;
}

.main.main--mypage-paid-form section.__description .__payment table th,
.main.main--mypage-paid-form section.__description .__payment table td {
  background-color: #fff;
  padding: 0.75em 1em;
  border: 1px solid #ddd;
}

.main.main--mypage-paid-form section.__description .__payment table th {
  white-space: nowrap;
  font-weight: normal;
}

.main.main--mypage-paid-form section.__description .__payment table td dl {
  margin: 0 0 0.5em 0;
  font-size: 0.85em;
}

.main.main--mypage-paid-form section.__description .__payment table td dl dt {
  font-weight: bold;
}

.main.main--mypage-paid-form section.__description .__payment table td dl dd {
  margin: 0.3em 0 0 1em;
}

.main.main--mypage-paid-form section.__description .__payment table td dl dd ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main.main--mypage-paid-form section.__description .__payment table td dl dd ul li {
  margin-bottom: 0.3em;
  margin-left: 1.3em;
  text-indent: -1.3em;
}

.main.main--mypage-paid-form section.__description .__payment table td dl dd ul li:before {
  content: "※";
  margin-right: 0.3em;
}

.main.main--mypage-paid-form section.__description .__payment table td dl dd ul li::last-child {
  margin-bottom: 0;
}

.main.main--mypage-paid-form section.__description .__payment table td dl:last-child {
  margin: 0;
}

.main.main--mypage-paid-form section.__notice {
  text-align: center;
  color: #d9534f;
}

.main.main--mypage-paid-form section.__submit {
  text-align: center;
}

.main.main--mypage-paid-finish section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-paid-finish section.__message {
    padding: 0 1em;
  }
}
/* --------------------------------------------------------------------------
   マイページ > クロネコ掛け払い利用申請フォーム
   -------------------------------------------------------------------------- */
.main.main--mypage-kuroneko-form section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-kuroneko-form section.__submit {
    padding: 0 1em;
  }
}
.main.main--mypage-kuroneko-form section.__input table.__operation,
.main.main--mypage-kuroneko-form section.__input table.__destination,
.main.main--mypage-kuroneko-form section.__input table.__payment,
.main.main--mypage-kuroneko-form section.__input table.__kiyaku {
  margin-top: 1em;
}

.main.main--mypage-kuroneko-form section.__input table.__information tr.__is-hide,
.main.main--mypage-kuroneko-form section.__input table.__information tr.__is-hide2,
.main.main--mypage-kuroneko-form section.__input table.__operation tr.__is-hide,
.main.main--mypage-kuroneko-form section.__input table.__operation tr.__is-hide2,
.main.main--mypage-kuroneko-form section.__input table.__destination tr.__is-hide,
.main.main--mypage-kuroneko-form section.__input table.__destination tr.__is-hide2 {
  display: none;
}

.main.main--mypage-kuroneko-form section.__input table.__information tr.__row-address .__detail,
.main.main--mypage-kuroneko-form section.__input table.__operation tr.__row-address .__detail,
.main.main--mypage-kuroneko-form section.__input table.__destination tr.__row-address .__detail {
  margin-top: 0.5em;
}

.main.main--mypage-kuroneko-form section.__input table.__kiyaku tr td .__content {
  border: 1px solid #ccc;
  height: 20em;
  overflow: auto;
  padding: 1em;
  background-color: #fff;
  font-size: 0.85em;
}

.main.main--mypage-kuroneko-form section.__input table.__kiyaku tr td .__content table tr td {
  width: auto;
  border: 1px solid #ddd;
}

.main.main--mypage-kuroneko-form section.__input table.__kiyaku tr td .__check-wrap {
  margin-top: 0.5em;
  text-align: center;
}

.main.main--mypage-kuroneko-form section.__submit {
  text-align: center;
}

.main.main--mypage-kuroneko-finish section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-kuroneko-finish section.__message {
    padding: 0 1em;
  }
}
/* --------------------------------------------------------------------------
   マイページ > MF KESSAI利用申請フォーム
   -------------------------------------------------------------------------- */
.main.main--mypage-mfkessai section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-mfkessai section.__notice,
.main.main--mypage-mfkessai section.__submit {
    padding: 0 1em;
  }
}
@media screen and (max-width: 959px) {
  .main.main--mypage-mfkessai section.__description {
    padding: 0 1em;
  }
}
.main.main--mypage-mfkessai section.__notice {
  color: #d9534f;
}

.main.main--mypage-mfkessai section.__submit {
  text-align: center;
}

/* --------------------------------------------------------------------------
   マイページ > 設定
   -------------------------------------------------------------------------- */
.main.main--mypage-setting section:not(:first-child) {
  margin-top: 1em;
}

.main.main--mypage-setting section:not(:first-child).__pagination {
  margin-top: 1.5em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-setting section.__description,
.main.main--mypage-setting section.__submit {
    padding: 0 1em;
  }
}
.main.main--mypage-setting section.__input table tr.__row-payment td > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main.main--mypage-setting section.__input table tr.__row-payment td > ul > li {
  display: block;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #ddd;
}

.main.main--mypage-setting section.__input table tr.__row-payment td > ul > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.main.main--mypage-setting section.__input table tr.__row-payment td > ul > li .__description {
  font-size: 0.85em;
  margin: 0.5em 0 0 0;
}

.main.main--mypage-setting section.__input table tr.__row-payment td > ul > li .__custom {
  margin-top: 0.5em;
  font-size: 0.85em;
}

.main.main--mypage-setting section.__input table tr.__row-delivery td .__detail {
  margin-top: 1em;
  font-size: 0.85em;
}

.main.main--mypage-setting section.__input table tr.__row-delivery td .__detail .__address,
.main.main--mypage-setting section.__input table tr.__row-delivery td .__detail .__tel {
  margin-top: 0.3em;
}

.main.main--mypage-setting section.__submit {
  text-align: center;
}

/* --------------------------------------------------------------------------
   マイページ > ポイント履歴
   -------------------------------------------------------------------------- */
.main.main--mypage-point section:not(:first-child) {
  margin-top: 1em;
}

.main.main--mypage-point section:not(:first-child).__pagination {
  margin-top: 1.5em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-point section.__pagination {
    padding: 0 1em;
  }
}
.main.main--mypage-point section.__total {
  padding: 1em;
  background-color: #fff3cd;
}

.main.main--mypage-point section.__total dl {
  margin: 0;
}

.main.main--mypage-point section.__total dl dt {
  display: inline-block;
}

.main.main--mypage-point section.__total dl dt:after {
  content: ":";
}

.main.main--mypage-point section.__total dl dd {
  display: inline-block;
  margin: 0;
}

.main.main--mypage-point section.__total dl dd span {
  font-size: 1.15em;
  font-weight: bold;
  color: #d9534f;
}

.main.main--mypage-point section.__list table {
  width: 100%;
  border-collapse: collapse;
}

.main.main--mypage-point section.__list table tr th,
.main.main--mypage-point section.__list table tr td {
  padding: 0.75em 1em;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.main.main--mypage-point section.__list table tr th {
  font-weight: normal;
  background-color: #f2f2f2;
}

.main.main--mypage-point section.__list table th {
  white-space: nowrap;
  width: 1em;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 599px) {
  .main.main--mypage-point section.__list table th span {
    display: block;
  }
}
.main.main--mypage-point section.__list table td.__date {
  white-space: nowrap;
  width: 1em;
}

.main.main--mypage-point section.__list table td.__detail .__name {
  display: inline-block;
}

.main.main--mypage-point section.__list table td.__detail dl.__order {
  margin: 0;
  display: inline-block;
}

.main.main--mypage-point section.__list table td.__detail dl.__order:before {
  content: "（";
}

.main.main--mypage-point section.__list table td.__detail dl.__order:after {
  content: "）";
}

.main.main--mypage-point section.__list table td.__detail dl.__order dt {
  display: inline-block;
  margin-right: 0.3em;
}

.main.main--mypage-point section.__list table td.__detail dl.__order dt:after {
  content: ":";
}

.main.main--mypage-point section.__list table td.__detail dl.__order dd {
  display: inline-block;
  margin: 0;
}

.main.main--mypage-point section.__list table td.__detail dl.__order dd span {
  font-size: 1.15em;
  font-weight: bold;
  color: #d9534f;
}

.main.main--mypage-point section.__list table td.__count {
  white-space: nowrap;
  width: 1em;
  text-align: right;
}

/* --------------------------------------------------------------------------
   マイページ > グループ管理
   -------------------------------------------------------------------------- */
@media screen and (max-width: 959px) {
  .main.main--mypage-group section.__breadcrumb {
    padding: 0 1em;
  }
}
.main.main--mypage-group-index section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-group-index section.__group-list {
    padding: 0 1em;
  }
}
.main.main--mypage-group-index section.__group-list > ul {
  list-style-type: none;
  padding: 0;
}

.main.main--mypage-group-index section.__group-list > ul > li:not(:first-child) {
  margin-top: 1em;
  display: block;
}

.main.main--mypage-group-index section.__group-list > ul > li > .__body > ul {
  list-style-type: none;
  padding: 0;
}

.main.main--mypage-group-index section.__group-list > ul > li > .__body > ul > li:not(:first-child) {
  margin-top: 0.5em;
}

/* --------------------------------------------------------------------------
   マイページ > グループ管理 > 承認の依頼
   -------------------------------------------------------------------------- */
.main.main--mypage-approval-index section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-approval-index section.__discription,
.main.main--mypage-approval-index section.__pagination {
    padding: 0 1em;
  }
}
@media screen and (min-width: 600px) {
  .main.main--mypage-approval-index section.__list table.__table {
    width: 100%;
    border-collapse: collapse;
  }
  .main.main--mypage-approval-index section.__list table.__table tr th,
.main.main--mypage-approval-index section.__list table.__table tr td {
    padding: 0.75em 1em;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .main.main--mypage-approval-index section.__list table.__table tr th {
    font-weight: normal;
    background-color: #f2f2f2;
  }
  .main.main--mypage-approval-index section.__list table.__table thead th {
    vertical-align: middle;
    white-space: nowrap;
  }
  .main.main--mypage-approval-index section.__list table.__table tbody tr td {
    vertical-align: middle;
  }
  .main.main--mypage-approval-index section.__list table.__table tbody tr td dl {
    margin: 0;
  }
  .main.main--mypage-approval-index section.__list table.__table tbody tr td dl dt {
    display: none;
  }
  .main.main--mypage-approval-index section.__list table.__table tbody tr td dl dd {
    margin: 0;
  }
  .main.main--mypage-approval-index section.__list table.__table tbody tr td.__date,
.main.main--mypage-approval-index section.__list table.__table tbody tr td.__requester,
.main.main--mypage-approval-index section.__list table.__table tbody tr td.__action {
    width: 1em;
    white-space: nowrap;
  }
  .main.main--mypage-approval-index section.__list table.__table tbody tr td.__requester .__group {
    margin-bottom: 0.3em;
  }
}
@media screen and (max-width: 599px) {
  .main.main--mypage-approval-index section.__list table.__table {
    display: block;
  }
  .main.main--mypage-approval-index section.__list table.__table thead {
    display: none;
  }
  .main.main--mypage-approval-index section.__list table.__table tbody {
    display: block;
    border-top: 1px solid #ddd;
  }
  .main.main--mypage-approval-index section.__list table.__table tbody tr {
    display: block;
    padding: 1em;
    border-bottom: 1px solid #ddd;
  }
  .main.main--mypage-approval-index section.__list table.__table tbody tr td {
    display: block;
  }
  .main.main--mypage-approval-index section.__list table.__table tbody tr td dl {
    margin: 0 0 0.3em 0;
    display: inline-block;
  }
  .main.main--mypage-approval-index section.__list table.__table tbody tr td dl dt {
    display: inline-block;
  }
  .main.main--mypage-approval-index section.__list table.__table tbody tr td dl dd {
    display: inline-block;
    margin: 0;
  }
  .main.main--mypage-approval-index section.__list table.__table tbody tr td.__date,
.main.main--mypage-approval-index section.__list table.__table tbody tr td.__requester {
    font-size: 0.85em;
    letter-spacing: -0.5em;
  }
  .main.main--mypage-approval-index section.__list table.__table tbody tr td.__date dl,
.main.main--mypage-approval-index section.__list table.__table tbody tr td.__requester dl {
    letter-spacing: normal;
    width: 50%;
  }
  .main.main--mypage-approval-index section.__list table.__table tbody tr td.__date dl:last-child,
.main.main--mypage-approval-index section.__list table.__table tbody tr td.__requester dl:last-child {
    margin-right: none;
  }
  .main.main--mypage-approval-index section.__list table.__table tbody tr td.__date dl dt,
.main.main--mypage-approval-index section.__list table.__table tbody tr td.__requester dl dt {
    font-weight: bold;
  }
  .main.main--mypage-approval-index section.__list table.__table tbody tr td.__product {
    margin-top: 1em;
  }
  .main.main--mypage-approval-index section.__list table.__table tbody tr td.__action {
    margin-top: 1em;
  }
  .main.main--mypage-approval-index section.__list table.__table tbody tr td.__action a {
    display: block;
  }
}
.main.main--mypage-approval-detail section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-approval-detail section.__requester > .__title,
.main.main--mypage-approval-detail section.__information > .__title,
.main.main--mypage-approval-detail section.__approval-form,
.main.main--mypage-approval-detail section.__detail,
.main.main--mypage-approval-detail section.__back {
    padding: 0 1em;
  }
}
.main.main--mypage-approval-detail section.__approval-form .__allow,
.main.main--mypage-approval-detail section.__approval-form .__not-allow {
  margin-top: 1em;
  text-align: center;
}

.main.main--mypage-approval-detail section.__approval-form .__not-allow .__button {
  background-color: #d9534f;
}

.main.main--mypage-approval-detail section.__result > .__message {
  font-size: 1.15em;
}

.main.main--mypage-approval-detail section.__result > .__message span.__status {
  font-weight: bold;
}

.main.main--mypage-approval-detail section.__result > .__message.__is-approved span.__status {
  color: #2ab27b;
}

.main.main--mypage-approval-detail section.__result > .__message.__is-denied span.__status {
  color: #d9534f;
}

.main.main--mypage-approval-detail section.__result > .__message.__is-unapproved span.__status {
  color: #f0ad4e;
}

.main.main--mypage-approval-detail section.__result > ul.__approvers {
  padding: 0;
  margin: 0.5em 0 0 0;
  list-style-type: none;
}

.main.main--mypage-approval-detail section.__result > ul.__approvers li.__item {
  display: block;
  margin-top: 0.5em;
}

.main.main--mypage-approval-detail section.__result > ul.__approvers li.__item.__is-denied span.__status {
  color: #d9534f;
}

.main.main--mypage-approval-detail section.__result > ul.__approvers li.__item.__is-approved span.__status {
  color: #2ab27b;
}

.main.main--mypage-approval-detail section.__result > ul.__approvers li.__item.__is-unapproved span.__status {
  color: #f0ad4e;
}

.main.main--mypage-approval-detail section.__result > ul.__approvers li.__item span.__date {
  font-size: 0.85em;
}

.main.main--mypage-approval-detail section.__result > ul.__approvers li.__item span.__date:before {
  content: "（";
}

.main.main--mypage-approval-detail section.__result > ul.__approvers li.__item span.__date:after {
  content: "）";
}

.main.main--mypage-approval-detail section.__result > ul.__approvers li.__item span.__email {
  font-size: 0.85em;
}

.main.main--mypage-approval-detail section.__result > ul.__approvers li.__item span.__email:before {
  content: "（";
}

.main.main--mypage-approval-detail section.__result > ul.__approvers li.__item span.__email:after {
  content: "）";
}

.main.main--mypage-approval-detail section.__result > ul.__approvers li.__item span.__message {
  font-size: 0.85em;
}

.main.main--mypage-approval-detail section.__result > ul.__approvers li.__item span.__message:before {
  content: "「";
}

.main.main--mypage-approval-detail section.__result > ul.__approvers li.__item span.__message:after {
  content: "」";
}

.main.main--mypage-approval-detail section.__requester .__table {
  width: 100%;
  border-collapse: collapse;
}

.main.main--mypage-approval-detail section.__requester .__table tr th,
.main.main--mypage-approval-detail section.__requester .__table tr td {
  padding: 0.75em 1em;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.main.main--mypage-approval-detail section.__requester .__table tr th {
  font-weight: normal;
  background-color: #f2f2f2;
}

.main.main--mypage-approval-detail section.__requester .__table tr th {
  width: 30%;
}

@media screen and (max-width: 599px) {
  .main.main--mypage-approval-detail section.__requester .__table tr th {
    width: 40%;
  }
}
.main.main--mypage-approval-detail section.__information .__table {
  width: 100%;
  border-collapse: collapse;
}

.main.main--mypage-approval-detail section.__information .__table tr th,
.main.main--mypage-approval-detail section.__information .__table tr td {
  padding: 0.75em 1em;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.main.main--mypage-approval-detail section.__information .__table tr th {
  font-weight: normal;
  background-color: #f2f2f2;
}

.main.main--mypage-approval-detail section.__information .__table tr th {
  width: 30%;
}

@media screen and (max-width: 599px) {
  .main.main--mypage-approval-detail section.__information .__table tr th {
    width: 40%;
  }
}
.main.main--mypage-approval-detail section.__information .__table tr.__enquete td dl {
  margin: 0;
}

.main.main--mypage-approval-detail section.__information .__table tr.__enquete td dl dt,
.main.main--mypage-approval-detail section.__information .__table tr.__enquete td dl dd {
  display: inline-block;
}

.main.main--mypage-approval-detail section.__information .__table tr.__enquete td dl dt {
  display: inline-block;
}

.main.main--mypage-approval-detail section.__information .__table tr.__enquete td dl dt:after {
  content: ":";
}

.main.main--mypage-approval-detail section.__information .__table tr.__enquete td dl dd {
  margin: 0;
}

.main.main--mypage-approval-detail section.__information .__table tr.__total .__final .__all {
  font-weight: bold;
  font-size: 1.3em;
}

.main.main--mypage-approval-detail section.__information .__table tr.__total .__final .__by-tax-rate {
  font-size: 0.85em;
}

.main.main--mypage-approval-detail section.__information .__table tr.__total .__detail {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px dotted #ddd;
  font-size: 0.85em;
}

.main.main--mypage-approval-detail section.__information .__table tr.__total .__detail dl {
  display: inline-block;
  margin: 0 1em 0 0;
}

.main.main--mypage-approval-detail section.__information .__table tr.__total .__detail dl:last-child {
  margin-right: 0;
}

.main.main--mypage-approval-detail section.__information .__table tr.__total .__detail dl dt,
.main.main--mypage-approval-detail section.__information .__table tr.__total .__detail dl dd {
  display: inline-block;
}

.main.main--mypage-approval-detail section.__information .__table tr.__total .__detail dl dt {
  display: inline-block;
}

.main.main--mypage-approval-detail section.__information .__table tr.__total .__detail dl dt:after {
  content: ":";
}

.main.main--mypage-approval-detail section.__information .__table tr.__total .__detail dl dd {
  margin: 0;
}

.main.main--mypage-approval-detail section.__detail .__delivery:last-child {
  border-bottom: none;
}

.main.main--mypage-approval-detail section.__detail .__delivery h2.__title {
  margin: 0;
}

.main.main--mypage-approval-detail section.__detail .__delivery .__information {
  margin-top: 1em;
}

@media screen and (max-width: 599px) {
  .main.main--mypage-approval-detail section.__detail .__delivery .__information {
    border: 1px solid #ddd;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    overflow: hidden;
  }
}
.main.main--mypage-approval-detail section.__detail .__delivery .__information .__table {
  width: 100%;
  border-collapse: collapse;
}

.main.main--mypage-approval-detail section.__detail .__delivery .__information .__table tr th,
.main.main--mypage-approval-detail section.__detail .__delivery .__information .__table tr td {
  padding: 0.75em 1em;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.main.main--mypage-approval-detail section.__detail .__delivery .__information .__table tr th {
  font-weight: normal;
  background-color: #f2f2f2;
}

.main.main--mypage-approval-detail section.__detail .__delivery .__information .__table tr th {
  width: 30%;
}

.main.main--mypage-approval-detail section.__detail .__delivery .__information .__table tr:last-child th,
.main.main--mypage-approval-detail section.__detail .__delivery .__information .__table tr:last-child td {
  border-bottom: none;
}

@media screen and (min-width: 600px) {
  .main.main--mypage-approval-detail section.__detail .__delivery .__information .__table tr th {
    border-left: 1px solid #ddd;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__information .__table tr td {
    border-right: 1px solid #ddd;
  }
}
@media screen and (max-width: 599px) {
  .main.main--mypage-approval-detail section.__detail .__delivery .__information .__table tr th {
    width: 40%;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__information .__table tr:first-child th,
.main.main--mypage-approval-detail section.__detail .__delivery .__information .__table tr:first-child td,
.main.main--mypage-approval-detail section.__detail .__delivery .__information .__table tr:last-child th,
.main.main--mypage-approval-detail section.__detail .__delivery .__information .__table tr:last-child td {
    border-top: none;
  }
}
.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description a {
  display: block;
}

.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description a .__detail .__name {
  font-weight: bold;
}

.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description a .__detail dl {
  color: #333;
}

.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description a:hover {
  text-decoration: none;
}

.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description a:hover .__detail .__name {
  text-decoration: underline;
}

.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description .__more {
  margin-top: 0.5em;
  color: #666;
}

.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description .__more dl {
  margin: 0;
}

.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description .__more dl dt,
.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description .__more dl dd {
  display: inline-block;
}

.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description .__more dl dt {
  display: inline-block;
}

.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description .__more dl dt:after {
  content: ":";
}

.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description .__more dl dd {
  margin: 0;
}

@media screen and (min-width: 600px) {
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.85em;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table thead th {
    padding: 0.75em 1em;
    border: 1px solid #ddd;
    background-color: #f2f2f2;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td {
    padding: 0.75em 1em;
    border: 1px solid #ddd;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td .__heading {
    display: none;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description a {
    display: block;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description a:before,
.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description a:after {
    content: " ";
    display: table;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description a:after {
    clear: both;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description a .__image {
    float: left;
    padding-right: 0.5em;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description a .__image img {
    max-height: 5em;
    max-width: 5em;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description a .__detail {
    display: inline;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description a .__detail .__name {
    margin-bottom: 0.5em;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description a .__detail .__tax-type {
    margin: 0 0.5em 0 0;
    display: inline-block;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description a .__detail dl {
    margin: 0 0.5em 0 0;
    display: inline-block;
    vertical-align: top;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description a .__detail dl dt {
    display: inline-block;
    vertical-align: top;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description a .__detail dl dt:after {
    content: ":";
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__description a .__detail dl dd {
    display: inline-block;
    margin: 0;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__price {
    white-space: nowrap;
    width: 1em;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__price .__body {
    text-align: right;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__price .__body .__detail {
    font-size: 0.85em;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__order {
    white-space: nowrap;
    width: 1em;
    text-align: center;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__order.__order--input span.__delete {
    display: inline-block;
    margin-left: 1em;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody td.__total {
    white-space: nowrap;
    width: 1em;
    text-align: right;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__total-price dl {
    width: 40%;
    margin-left: 60%;
  }
}
@media screen and (max-width: 599px) {
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table {
    display: block;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table thead {
    display: none;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody {
    display: block;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr {
    display: block;
    padding: 1em;
    border-bottom: 1px solid #ddd;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td {
    display: block;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__description a:before,
.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__description a:after {
    content: " ";
    display: table;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__description a:after {
    clear: both;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__description a .__image {
    float: left;
    width: 30%;
    padding-right: 1em;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail {
    display: inline;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail .__tax-type {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    font-size: 0.85em;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail dl {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    font-size: 0.85em;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail dl dt,
.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail dl dd {
    display: inline-block;
    vertical-align: top;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail dl dt {
    display: inline-block;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail dl dt:after {
    content: ":";
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__description a .__detail dl dd {
    margin: 0;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__description .__more {
    font-size: 0.85em;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__price,
.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__order,
.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__total {
    padding: 0.5em 0;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__price:before,
.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__price:after,
.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__order:before,
.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__order:after,
.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__total:before,
.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__total:after {
    content: " ";
    display: table;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__price:after,
.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__order:after,
.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__total:after {
    clear: both;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__price .__heading,
.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__order .__heading,
.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__total .__heading {
    font-weight: bold;
    width: 40%;
    float: left;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__price .__body,
.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__order .__body,
.main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__total .__body {
    width: 60%;
    float: left;
    text-align: right;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr td.__price .__detail {
    font-size: 0.85em;
  }
  .main.main--mypage-approval-detail section.__detail .__delivery .__product table tbody tr:last-child {
    border-bottom: none;
  }
}
.main.main--mypage-approval-detail section.__back a.__link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  padding-right: 0.5em;
}

/* --------------------------------------------------------------------------
   マイページ > グループ管理 > グループ会員
   -------------------------------------------------------------------------- */
.main.main--mypage-group-member-index section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-group-member-index section.__create,
.main.main--mypage-group-member-index section.__list,
.main.main--mypage-group-member-index section.__pagination {
    padding: 0 1em;
  }
}
.main.main--mypage-group-member-index section.__create {
  text-align: right;
}

.main.main--mypage-group-member-index section.__list table.__table {
  width: 100%;
  border-collapse: collapse;
}

.main.main--mypage-group-member-index section.__list table.__table tr th,
.main.main--mypage-group-member-index section.__list table.__table tr td {
  padding: 0.75em 1em;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.main.main--mypage-group-member-index section.__list table.__table tr th {
  font-weight: normal;
  background-color: #f2f2f2;
}

@media screen and (max-width: 599px) {
  .main.main--mypage-group-member-index section.__list table.__table {
    display: block;
  }
  .main.main--mypage-group-member-index section.__list table.__table tbody {
    display: block;
  }
  .main.main--mypage-group-member-index section.__list table.__table tbody tr {
    display: block;
    padding: 0.75em 1em;
    border-top: 1px solid #ddd;
  }
  .main.main--mypage-group-member-index section.__list table.__table tbody tr:last-child {
    border-bottom: 1px solid #ddd;
  }
  .main.main--mypage-group-member-index section.__list table.__table tbody tr td {
    padding: 0;
    display: block;
    border-top: none;
    border-bottom: none;
  }
  .main.main--mypage-group-member-index section.__list table.__table tbody tr td:not(:first-child) {
    margin-top: 0.5em;
  }
  .main.main--mypage-group-member-index section.__list table.__table tbody tr td.__action {
    text-align: right;
  }
}
.main.main--mypage-group-member-index section.__list table.__table tbody td.__name .__email {
  display: block;
  font-size: 0.85em;
  color: #666;
}

.main.main--mypage-group-member-index section.__list table.__table tbody td.__roles ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main.main--mypage-group-member-index section.__list table.__table tbody td.__roles ul li {
  display: inline-block;
  font-size: 0.8em;
  padding: 0 0.5em;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #fff;
}

@media screen and (min-width: 600px) {
  .main.main--mypage-group-member-index section.__list table.__table tbody td.__action {
    white-space: nowrap;
    width: 1em;
  }
}
.main.main--mypage-group-member-edit section.__content-form table:not(:first-child),
.main.main--mypage-group-member-create section.__content-form table:not(:first-child) {
  margin-top: 1em;
}

.main.main--mypage-group-member-edit section.__delete {
  text-align: center;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-group-member-edit section.__delete {
    padding: 0 1em;
  }
}
.main.main--mypage-group-member-edit section.__delete button.__button {
  background-color: #fff;
  color: #d9534f;
  border: 1px solid #d9534f;
  font-weight: bold;
}

/* --------------------------------------------------------------------------
   マイページ > グループ管理 > 承認ルール
   -------------------------------------------------------------------------- */
.main.main--mypage-group-policy-index section:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-group-policy-index section.__create,
.main.main--mypage-group-policy-index section.__list,
.main.main--mypage-group-policy-index section.__pagination {
    padding: 0 1em;
  }
}
.main.main--mypage-group-policy-index section.__create {
  text-align: right;
}

.main.main--mypage-group-policy-index section.__list table.__table {
  width: 100%;
  border-collapse: collapse;
}

.main.main--mypage-group-policy-index section.__list table.__table tr th,
.main.main--mypage-group-policy-index section.__list table.__table tr td {
  padding: 0.75em 1em;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.main.main--mypage-group-policy-index section.__list table.__table tr th {
  font-weight: normal;
  background-color: #f2f2f2;
}

@media screen and (max-width: 599px) {
  .main.main--mypage-group-policy-index section.__list table.__table {
    display: block;
  }
  .main.main--mypage-group-policy-index section.__list table.__table tbody {
    display: block;
  }
  .main.main--mypage-group-policy-index section.__list table.__table tbody tr {
    display: block;
    padding: 0.75em 1em;
    border-top: 1px solid #ddd;
  }
  .main.main--mypage-group-policy-index section.__list table.__table tbody tr:last-child {
    border-bottom: 1px solid #ddd;
  }
  .main.main--mypage-group-policy-index section.__list table.__table tbody tr td {
    padding: 0;
    display: block;
    border-top: none;
    border-bottom: none;
  }
  .main.main--mypage-group-policy-index section.__list table.__table tbody tr td:not(:first-child) {
    margin-top: 0.5em;
  }
  .main.main--mypage-group-policy-index section.__list table.__table tbody tr td.__action {
    text-align: right;
  }
}
.main.main--mypage-group-policy-index section.__list table.__table tbody td.__name a {
  font-weight: bold;
}

.main.main--mypage-group-policy-index section.__list table.__table tbody td.__name .__discription {
  display: block;
  font-size: 0.85em;
  color: #666;
}

@media screen and (min-width: 600px) {
  .main.main--mypage-group-policy-index section.__list table.__table tbody td.__action {
    white-space: nowrap;
    width: 1em;
  }
}
.main.main--mypage-group-policy-edit section:not(:first-child) {
  margin-top: 1em;
}

.main.main--mypage-group-policy-edit section.__submit,
.main.main--mypage-group-policy-edit section.__delete {
  text-align: center;
}

@media screen and (max-width: 959px) {
  .main.main--mypage-group-policy-edit section.__submit,
.main.main--mypage-group-policy-edit section.__delete {
    padding: 0 1em;
  }
}
.main.main--mypage-group-policy-edit section.__input td.__wrapper .__js-add-form {
  text-align: right;
}

.main.main--mypage-group-policy-edit section.__input td.__wrapper .__form-wrapper {
  margin-top: 1em;
}

.main.main--mypage-group-policy-edit section.__input td.__wrapper .__form-wrapper .__level {
  display: inline-block;
  color: #666;
  font-weight: bold;
}

.main.main--mypage-group-policy-edit section.__input td.__wrapper .__form-wrapper span.__js-delete-form {
  display: inline-block;
  float: right;
  cursor: pointer;
  color: #666;
  font-weight: bold;
}

.main.main--mypage-group-policy-edit section.__delete button.__button {
  background-color: #fff;
  color: #d9534f;
  border: 1px solid #d9534f;
  font-weight: bold;
}

html {
  font-size: 62.5%;
  position: relative;
  overflow-x: hidden;
  margin-top: 0 !important;
}

body {
  font-size: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: #333333;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0;
}

li {
  list-style: none;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .pc_only {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .pc_only {
    display: none;
  }
}

.tb_only {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .tb_only {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .tb_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .sp_only {
    display: block;
  }
}

/* 画面横幅指定 */
.wrapper .__inner {
  max-width: calc(1100px + 2em);
  padding-top: 30px;
  padding-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .wrapper .__inner {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .wrapper .__inner {
    padding-top: 0;
    padding-bottom: 10.6666666667vw;
  }
}
.wrapper.wrapper--column-2 .__inner .aside {
  max-width: 240px;
  width: 100%;
  padding-top: 0;
  padding-right: 0;
}
@media screen and (max-width: 599px) {
  .wrapper.wrapper--column-2 .__inner .aside {
    display: block;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .wrapper.wrapper--column-2 .__inner .aside {
    display: block;
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .wrapper.wrapper--column-2 .__inner .aside {
    width: 30%;
  }
}
.wrapper.wrapper--column-2 .__inner .main {
  max-width: 800px;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .wrapper.wrapper--column-2 .__inner .main {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .wrapper.wrapper--column-2 .__inner .main {
    width: 70%;
  }
}

.c-form label input[type=radio],
.c-form label input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

/* ============================ */
/* ヘッダー */
/* ============================ */
@media screen and (max-width: 599px) {
  .hidden {
    overflow-y: hidden;
  }
}
/* ログイン前 */
.__is-guest .header .__login {
  display: flex;
}
.__is-guest .header .__regist {
  display: flex;
}
.__is-guest .header .__logout {
  display: none;
}
.__is-guest .header .__mypage {
  display: none;
}

/* ログイン後 */
.__is-member .header .__login {
  display: none;
}
.__is-member .header .__regist {
  display: none;
}
.__is-member .header .__logout {
  display: flex;
}
.__is-member .header .__mypage {
  display: flex;
}

.header {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
}
@media screen and (min-width: 1280px) {
  .header .hamburger {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .header .hamburger {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .header .hamburger {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .header .hamburger {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 100;
    order: 1;
    transition: all 0.6s;
    /* ボタン */
    /* メニュー */
  }
  .header .hamburger.visivle {
    width: 100vw;
    background-color: #fff;
    position: fixed;
  }
  .header .hamburger .btn-trigger {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 100;
    width: 20px;
    height: 17px;
    cursor: pointer;
    transition: all 0.5s;
    display: inline-block;
    margin: 4vw;
  }
  .header .hamburger .btn-trigger span {
    display: inline-block;
    transition: all 0.5s;
    width: 100%;
    height: 1px;
    background-color: #e33537;
    position: absolute;
  }
  .header .hamburger .btn-trigger span:nth-child(1) {
    top: 0;
  }
  .header .hamburger .btn-trigger span:nth-child(2) {
    top: 8px;
  }
  .header .hamburger .btn-trigger span:nth-child(3) {
    bottom: 0;
  }
  .header .hamburger #ham-btn span:nth-of-type(1) {
    -webkit-animation: btn07-bar01 0.75s forwards;
    animation: btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar01 {
    0% {
      transform: translateY(8px) rotate(45deg);
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .header .hamburger #ham-btn span:nth-of-type(2) {
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  .header .hamburger #ham-btn span:nth-of-type(3) {
    -webkit-animation: btn07-bar03 0.75s forwards;
    animation: btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar03 {
    0% {
      transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      transform: translateY(-8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .header .hamburger #ham-btn.active span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01 0.75s forwards;
    animation: active-btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
    }
  }
  @keyframes active-btn07-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(8px) rotate(45deg);
    }
  }
  .header .hamburger #ham-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .hamburger #ham-btn.active span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03 0.75s forwards;
    animation: active-btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
    }
  }
  @keyframes active-btn07-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-8px) rotate(0);
    }
    100% {
      transform: translateY(-8px) rotate(-45deg);
    }
  }
  .header .hamburger__menu {
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
  }
  .header .hamburger__menu .category__list li {
    border-bottom: 1px solid #d2d2d2;
  }
  .header .hamburger__menu .category__list li .category__list_ttl {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }
  .header .hamburger__menu .category__list li .category__list_ttl::before {
    content: "\e5cf";
    display: inline-block;
    font-family: "Material Icons";
    font-size: 2.4rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .hamburger__menu .category__list li .category__list_ttl.active::before {
    content: "\e5ce";
    display: inline-block;
    font-family: "Material Icons";
    font-size: 2.4rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .hamburger__menu .category__list li ul.category__list_child {
    display: none;
    margin-left: 10px;
    border-bottom: none;
  }
  .header .hamburger__menu .category__list li ul.category__list_child li {
    padding-left: 0;
  }
  .header .hamburger__menu .category__list li ul.category__list_child li .category__list_ttl {
    border-bottom: 1px solid #d2d2d2;
  }
  .header .hamburger__menu .category__list li ul.category__list_child li .category__list_ttl.category__list_ttl {
    border: none;
  }
  .header .hamburger__menu .category__list li ul.category__list_child li:first-child {
    border-top: 1px solid #d2d2d2;
  }
  .header .hamburger__menu .category__list li ul.category__list_child li:last-child {
    border-bottom: 1px solid #d2d2d2;
  }
  .header .hamburger__menu .category__list li ul.category__list_child02 {
    display: none;
    margin-left: 10px;
  }
  .header .hamburger__menu .category__list li ul.category__list_child02 li {
    border-bottom: 1px solid #d2d2d2;
  }
  .header .hamburger__menu .category__list li ul.category__list_child02 li:last-child {
    border-bottom: 1px solid #d2d2d2;
  }
  .header .hamburger__menu .category__list li ul.category__list_child02.open li:last-child {
    border-bottom: none;
  }
  .header .hamburger__menu .category__list li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header .hamburger__menu .category__list > li {
    padding-left: 8px;
  }
  .header .hamburger__menu .category__list > li.open {
    border-bottom: none;
  }
  .header .hamburger__menu.open {
    visibility: visible;
    opacity: 1;
  }
  .header .hamburger__menu {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 50;
    padding-bottom: 2.6666666667vw;
    overflow-y: scroll;
    margin-top: 12.5333333333vw;
    border-top: 1px solid #d2d2d2;
  }
  .header .hamburger__name {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    background: linear-gradient(163deg, rgb(227, 53, 55) 20%, rgb(155, 150, 144) 50%, rgb(44, 192, 236) 80%);
  }
  .header .hamburger__list {
    margin: 0 4vw;
  }
  .header .hamburger__list li:last-child a {
    border: none;
  }
  .header .hamburger__list a {
    font-size: 1.3rem;
    font-weight: 500;
    padding: 16px 0;
    display: block;
    position: relative;
  }
  .header .hamburger__list02 a {
    border-bottom: 1px solid #d2d2d2;
  }
}
.header__h1 {
  font-size: 12px;
  font-weight: 400;
}
.header__wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 0;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .header__wrap {
    padding: 30px 1em 20px;
    padding-bottom: 0;
    padding-top: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .header__wrap {
    padding: 30px 1em 20px;
    padding-bottom: 0;
    padding-top: 16px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .header__wrap {
    padding: 2.1333333333vw;
    margin: 0 4vw;
  }
}
.header__logo {
  max-width: 496px;
  width: 100%;
  margin-left: 25px;
}
@media screen and (max-width: 599px) {
  .header__logo {
    order: 2;
    max-width: 75.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .header__logo {
    margin-left: 0;
    max-width: 240px;
  }
}
.header__logo a {
  display: block;
}
.header__info {
  display: flex;
}
@media screen and (max-width: 599px) {
  .header__info {
    order: 3;
  }
  .header__info .header__login,
.header__info .header__member {
    display: none;
  }
}
.header__login a {
  transition: all 0.3s;
  width: 95px;
  border: 1px solid #3698c6;
  color: #3698c6;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 25px;
  font-weight: bold;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .header__login a {
    margin-right: 10px;
  }
}
.header__login a:hover {
  transition: all 300ms ease;
  background: #3698c6;
  color: #fff;
  opacity: 1;
}
.header__member a {
  transition: all 0.3s;
  width: 120px;
  border: 1px solid #333333;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
.header__member a {
  background: #3698c6;
  border: 1px solid #3698c6;
  border-radius: 25px;
  color: #fff;
}
.header__member a:hover {
  background: #fff;
  color: #3698c6;
  opacity: 1;
}
.header .cartbtn {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .header .cartbtn {
    position: absolute;
    top: 4vw;
    right: 4vw;
  }
}
.header .cartbtn__img {
  max-width: 23px;
  display: inline-block;
}
.header .cartbtn__text {
  padding-left: 8px;
  color: #3698c6;
}
@media screen and (max-width: 599px) {
  .header .cartbtn__text {
    display: none;
  }
}
.header__wrap2 {
  background: linear-gradient(175deg, rgb(227, 53, 55) 20%, rgb(155, 150, 144) 50%, rgb(44, 192, 236) 80%);
}
.header .wrap2__inner {
  max-width: 1100px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__serach {
  margin-left: 20px;
  max-width: 290px;
  min-height: 34px;
  width: 100%;
  position: relative;
  font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
  .header__serach {
    max-width: none;
    margin-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .header__serach {
    max-width: 180px;
    margin-left: 10px;
  }
}
.header__serach input[type=text] {
  -webkit-box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  padding: 12px 50px 8px 20px;
  width: 100%;
  border-radius: 25px;
  font-size: 1.2rem;
}
.header__serach .__button {
  background-color: transparent;
  bottom: 0;
  font-size: 0;
  height: 100%;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  width: 34px;
}
.header__serach .__button::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  content: "\e8b6";
  color: #333333;
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 2.8rem;
}
.header__serach .c-button:hover {
  background: none;
}
@media screen and (max-width: 599px) {
  .header__menu {
    display: none;
  }
}
.header__menu ul {
  display: flex;
}
.header__menu a {
  color: #fff;
  padding: 20px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .header__menu a {
    padding: 20px 0.6666666667vw;
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .header__menu a {
    padding: 20px 14px;
  }
}

.footer {
  background: linear-gradient(160deg, rgb(227, 53, 55) 30%, rgb(155, 150, 144) 50%, rgb(44, 192, 236) 70%);
  text-align: center;
  padding: 30px 0;
  width: 100%;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 4vw 0;
  }
}
.footer__menu {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .footer__menu {
    justify-content: flex-start;
    margin-bottom: 4vw;
  }
}
.footer__menu li {
  padding: 0 20px;
  border-right: 1px solid #fff;
  font-size: 1.4rem;
}
.footer__menu li:last-of-type {
  border-right: none;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .footer__menu li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .footer__menu li {
    padding: 0 1em;
    margin-bottom: 2.6666666667vw;
    font-size: 1.3rem;
  }
}
.footer__menu a {
  color: #fff;
}
.footer__copy {
  color: #fff;
  font-size: 1rem;
}

.aside {
  /* サイドナビ見出し */
  /* カテゴリー */
  /* カテゴリー */
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .aside {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .aside {
    display: none;
  }
}
.aside section.__block.__block--cart .__body .__to-cart a {
  display: block;
  background: linear-gradient(175deg, #e33537 20%, #9b9690 50%, #2cc0ec 80%);
  color: #fff;
  font-size: 1.8rem;
  width: 200px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  transition: all 300ms;
  margin-left: auto;
  margin-right: auto;
}
.aside section.__block.__block--cart .__body .__to-cart a::before {
  content: none;
}
.aside section.__block.__block--cart .__body .__to-cart a:hover {
  color: #e33537;
  background: #fff;
  border: 1px solid #e33537;
  opacity: 1;
  transition: all 300ms;
}
.aside .aside__ttl,
.aside .c-heading-aside {
  font-size: 1.8rem !important;
  text-align: center;
  padding-bottom: 10px;
  background: linear-gradient(175deg, #e33537 20%, #9b9690 50%, #2cc0ec 80%);
  color: #fff !important;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.aside section.__block.__block--cart .__body {
  padding: 40px 0 20px;
}
@media screen and (max-width: 599px) {
  .aside section.__block.__block--cart {
    display: none;
  }
}
.aside .__block--free {
  /* バナー */
}
.aside .__block--free .aside__bnr a {
  display: block;
  margin-bottom: 20px;
}
.aside .category__list li {
  border-bottom: 1px solid #d2d2d2;
}
.aside .category__list li .category__list_ttl {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}
.aside .category__list li .category__list_ttl::before {
  content: "\e5cf";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 2.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.aside .category__list li .category__list_ttl.active::before {
  content: "\e5ce";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 2.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.aside .category__list li ul.category__list_child {
  display: none;
  margin-left: 10px;
  border-bottom: none;
}
.aside .category__list li ul.category__list_child li {
  padding-left: 0;
}
.aside .category__list li ul.category__list_child li .category__list_ttl {
  border-bottom: 1px solid #d2d2d2;
}
.aside .category__list li ul.category__list_child li .category__list_ttl.category__list_ttl {
  border: none;
}
.aside .category__list li ul.category__list_child li:first-child {
  border-top: 1px solid #d2d2d2;
}
.aside .category__list li ul.category__list_child li:last-child {
  border-bottom: 1px solid #d2d2d2;
}
.aside .category__list li ul.category__list_child02 {
  display: none;
  margin-left: 10px;
}
.aside .category__list li ul.category__list_child02 li {
  border-bottom: 1px solid #d2d2d2;
}
.aside .category__list li ul.category__list_child02 li:last-child {
  border-bottom: 1px solid #d2d2d2;
}
.aside .category__list li ul.category__list_child02.open li:last-child {
  border-bottom: none;
}
.aside .category__list li a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.aside .category__list > li {
  padding-left: 8px;
}
.aside .category__list > li.open {
  border-bottom: none;
}
.aside .category__name {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #d2d2d2;
  padding: 10px;
  display: block;
  position: relative;
}
.aside .category__name::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  content: "\e5cc";
  color: #333333;
  position: absolute;
  top: 12px;
  right: 0;
}
.aside .category.category02 {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .aside .category {
    display: none;
  }
}
.aside .side_bnr {
  margin-top: 40px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .aside .side_bnr {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.aside .side_bnr ul li {
  margin-bottom: 10px;
}
.aside .side_bnr_guide {
  background: linear-gradient(165deg, #e33537 35%, #9b9690 55%, #2cc0ec 75%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aside .side_bnr_guide--group {
  color: #fff;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .aside .side_bnr_guide--group {
    height: 265px;
  }
}
.aside .side_bnr_guide--group--ttl {
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .aside .side_bnr_guide--group--ttl {
    font-size: 2.4rem;
  }
}
.aside .side_bnr_guide--group--img {
  width: 104px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 599px) {
  .aside .side_bnr_guide--group--img {
    width: 152px;
    margin-bottom: 15px;
  }
}
.aside .side_bnr_guide--group--text {
  font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
  .aside .side_bnr_guide--group--text {
    font-size: 1.7rem;
  }
}
.aside .side_bnr_guide--group--text img {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
@media screen and (max-width: 599px) {
  .aside .side_bnr_guide--group--text img {
    width: 22px;
    height: 22px;
  }
}
.aside .side_bnr_qa--group {
  background: linear-gradient(165deg, #e33537 35%, #9b9690 55%, #2cc0ec 75%);
  display: flex;
  color: #fff;
  height: 90px;
  align-items: center;
  justify-content: center;
}
.aside .side_bnr_qa--group--img {
  max-width: 100%;
  width: 50px;
  height: auto;
  margin-right: 15px;
}
@media screen and (max-width: 599px) {
  .aside .side_bnr_qa--group--img {
    width: 72px;
  }
}
.aside .side_bnr_qa--group--txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .aside .side_bnr_qa--group--txt {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.aside .side_bnr_qa--group--txt span {
  font-size: 1rem;
  display: block;
}
@media screen and (max-width: 599px) {
  .aside .side_bnr_qa--group--txt span {
    font-size: 1.5rem;
  }
}
.aside .side_bnr_order--group {
  background: linear-gradient(165deg, #e33537 35%, #9b9690 55%, #2cc0ec 75%);
  display: flex;
  color: #fff;
  height: 90px;
  align-items: center;
  justify-content: center;
}
.aside .side_bnr_order--group--img {
  max-width: 100%;
  width: 38px;
  height: auto;
  margin-right: 20px;
}
@media screen and (max-width: 599px) {
  .aside .side_bnr_order--group--img {
    width: 56px;
  }
}
.aside .side_bnr_order--group--txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .aside .side_bnr_order--group--txt {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}

.body-home {
  /* ログイン前 */
  /* ログイン後 */
  /* ========================= */
  /* スライダー */
  /* ========================= */
  /* ========================= */
  /* RECUS WHOLESALER の特徴 */
  /* ========================= */
  /* ========================= */
  /* 商品紹介動画 */
  /* ========================= */
  /* ========================= */
  /* お知らせ */
  /* ========================= */
  /* ========================= */
  /* 商品陳列 */
  /* ========================= */
  /* 王冠リセット・ランキングナンバー */
  /* スクロールリセット */
}
.body-home.__is-guest .__block--free.__block--free-1 .contents__ttl {
  margin-top: 0;
}
.body-home.__is-member .__block--free.__block--free-1 {
  display: none;
}
.body-home.__is-member .__block--free.__block--free-2 .contents__ttl {
  margin-top: 0;
}
.body-home.__is-member .main--home section.__block:not(:last-child) {
  margin-bottom: 0;
}
.body-home .wrapper .__inner {
  max-width: calc(1100px + 2em);
  padding-top: 30px;
  padding-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .body-home .wrapper .__inner {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .__inner {
    padding-top: 0;
    padding-bottom: 10.6666666667vw;
  }
}
.body-home .wrapper .contents__ttl {
  padding-bottom: 10px;
}
.body-home .wrapper .contents__ttl, .body-home .wrapper .contents__ttl2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  margin: 70px auto 40px;
  max-width: 400px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents__ttl, .body-home .wrapper .contents__ttl2 {
    font-size: 1.7rem;
    max-width: 100%;
    margin: 16vw auto 10.6666666667vw;
  }
}
.body-home .wrapper .contents__ttl span, .body-home .wrapper .contents__ttl2 span {
  position: relative;
}
.body-home .wrapper .contents__ttl span::before, .body-home .wrapper .contents__ttl2 span::before {
  content: "";
  background: url(https://ssl4.bcart.jp/replus-d/uploads/renewal/ico_ttl_deco.png) no-repeat;
  width: 40px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: -20px;
  background-size: 100%;
  transform: translate(-100%, -50%);
}
.body-home .wrapper .contents__ttl span::after, .body-home .wrapper .contents__ttl2 span::after {
  content: "";
  background: url(https://ssl4.bcart.jp/replus-d/uploads/renewal/ico_ttl_deco.png) no-repeat;
  width: 40px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: -20px;
  background-size: 100%;
  transform: translate(100%, -50%);
}
.body-home .wrapper .contents__ttl::after {
  content: "";
  max-width: 400px;
  height: 1px;
  background-color: #333333;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents__ttl::after {
    max-width: 100%;
  }
}
.body-home .wrapper .contents_link_blk {
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .body-home .wrapper .contents_link_blk {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents_link_blk {
    margin-bottom: 40px;
  }
}
.body-home .wrapper .contents_link_blk--ttl {
  text-align: center;
  font-size: 2rem;
  max-width: 625px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #e92d35;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .body-home .wrapper .contents_link_blk--ttl {
    width: 90%;
  }
}
.body-home .wrapper .contents_link_blk--ttl h2 span {
  color: #e92d35;
}
.body-home .wrapper .contents_link_blk--list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 625px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.body-home .wrapper .contents_link_blk--list li a {
  display: block;
  background: linear-gradient(175deg, #e33537 20%, #9b9690 50%, #2cc0ec 80%);
  color: #fff;
  font-size: 1.8rem;
  width: 200px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  transition: all 300ms;
}
.body-home .wrapper .contents_link_blk--list li a:hover {
  color: #e33537;
  background: #fff;
  border: 1px solid #e33537;
  opacity: 1;
  transition: all 300ms;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents_link_blk--list li a {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 40px;
    font-size: 1.4rem;
  }
  .body-home .wrapper .contents_link_blk--list li:last-child a {
    margin-bottom: 0;
  }
}
.body-home .wrapper .contents_link_blk--list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents_link_blk--list {
    display: block;
  }
}
.body-home .wrapper .contents_flow {
  background: #eeeeee;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents_flow {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .body-home .wrapper .contents_flow {
    margin-bottom: 50px;
  }
}
.body-home .wrapper .contents_flow::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 60px;
  background: url(https://ssl4.bcart.jp/replus-d/uploads/renewal/ico_character.png) no-repeat;
  width: 89px;
  height: 70px;
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents_flow::before {
    width: 59px;
    height: 47px;
    top: 18px;
    right: 30px;
  }
}
.body-home .wrapper .contents_flow h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
  max-width: 718px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents_flow h2 {
    font-size: 1.7rem;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .body-home .wrapper .contents_flow h2 {
    width: 90%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .body-home .wrapper .contents_flow h2 {
    width: 90%;
  }
}
.body-home .wrapper .contents_flow--list--item {
  position: relative;
  align-items: center;
  display: flex;
  max-width: 718px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents_flow--list--item {
    display: block;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .body-home .wrapper .contents_flow--list--item {
    width: 90%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .body-home .wrapper .contents_flow--list--item {
    width: 90%;
  }
}
.body-home .wrapper .contents_flow--list--item--step {
  background: #52c3f1;
  color: #fff;
  text-align: center;
  width: 240px;
  height: 100px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents_flow--list--item--step {
    width: auto;
    height: 87px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .body-home .wrapper .contents_flow--list--item--step {
    min-width: 240px;
  }
}
.body-home .wrapper .contents_flow--list--item--step p {
  font-size: 1.5rem;
  margin-top: 15px;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents_flow--list--item--step p {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.body-home .wrapper .contents_flow--list--item--step h3 {
  font-size: 1.8rem;
}
.body-home .wrapper .contents_flow--list--item--step h3 span {
  font-size: 1.6rem;
  display: block;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents_flow--list--item--step h3 {
    font-size: 1.6rem;
  }
  .body-home .wrapper .contents_flow--list--item--step h3 span {
    font-size: 1.4rem;
  }
}
.body-home .wrapper .contents_flow--list--item--txt {
  font-size: 1.4rem;
  text-align: left;
  margin-left: 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents_flow--list--item--txt {
    margin-left: 10px;
    margin-right: 10px;
    min-height: 160px;
    padding-top: 45px;
  }
}
.body-home .wrapper .contents_flow--list--item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 42px;
  background: url(https://ssl4.bcart.jp/replus-d/uploads/renewal/ico_user.png) no-repeat;
  width: 83px;
  height: 103px;
  background-size: 100%;
  opacity: 0.5;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents_flow--list--item::before {
    top: auto;
    bottom: 0;
    right: 10px;
    width: 70px;
    height: 92px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .body-home .wrapper .contents_flow--list--item::before {
    right: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .body-home .wrapper .contents_flow--list--item::before {
    right: 0;
  }
}
.body-home .wrapper .contents_flow--list--item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 32px;
  background: url(https://ssl4.bcart.jp/replus-d/uploads/renewal/ico_keitai.png) no-repeat;
  width: 130px;
  height: 100px;
  background-size: 100%;
  opacity: 0.5;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents_flow--list--item:nth-child(2)::before {
    top: auto;
    bottom: 0;
    right: 10px;
    width: 120px;
    height: 92px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .body-home .wrapper .contents_flow--list--item:nth-child(2)::before {
    right: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .body-home .wrapper .contents_flow--list--item:nth-child(2)::before {
    right: 0;
  }
}
.body-home .wrapper .contents_flow--list--item:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 38px;
  background: url(https://ssl4.bcart.jp/replus-d/uploads/renewal/ico_mail.png) no-repeat;
  width: 96px;
  height: 100px;
  background-size: 100%;
  opacity: 0.5;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents_flow--list--item:nth-child(3)::before {
    top: auto;
    bottom: 0;
    right: 10px;
    width: 85px;
    height: 89px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .body-home .wrapper .contents_flow--list--item:nth-child(3)::before {
    right: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .body-home .wrapper .contents_flow--list--item:nth-child(3)::before {
    right: 0;
  }
}
.body-home .wrapper .contents_flow--list--item:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  background: url(https://ssl4.bcart.jp/replus-d/uploads/renewal/ico_track.png) no-repeat;
  width: 150px;
  height: 102px;
  background-size: 100%;
  opacity: 0.5;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents_flow--list--item:nth-child(4)::before {
    top: auto;
    bottom: 0;
    right: 10px;
    width: 129px;
    height: 89px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .body-home .wrapper .contents_flow--list--item:nth-child(4)::before {
    right: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .body-home .wrapper .contents_flow--list--item:nth-child(4)::before {
    right: 0;
  }
}
.body-home .wrapper .contents_flow--list--item:nth-child(5)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  background: url(https://ssl4.bcart.jp/replus-d/uploads/renewal/ico_track.png) no-repeat;
  width: 150px;
  height: 102px;
  background-size: 100%;
  transform: scale(-1, 1);
  opacity: 0.5;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents_flow--list--item:nth-child(5)::before {
    top: auto;
    bottom: 0;
    right: 10px;
    width: 129px;
    height: 89px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .body-home .wrapper .contents_flow--list--item:nth-child(5)::before {
    right: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .body-home .wrapper .contents_flow--list--item:nth-child(5)::before {
    right: 0;
  }
}
.body-home .wrapper .contents_flow--list--item:nth-child(5)::after {
  content: none;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents_flow--list--item:nth-child(5)::after {
    content: "";
    background: url(https://ssl4.bcart.jp/replus-d/uploads/renewal/ico_step.png) no-repeat;
    background-size: 100%;
    width: 23px;
    height: 29px;
  }
}
.body-home .wrapper .contents_flow--list--item::after {
  content: "";
  background: url(https://ssl4.bcart.jp/replus-d/uploads/renewal/ico_step.png) no-repeat;
  width: 23px;
  height: 29px;
  position: absolute;
  bottom: -12px;
  left: 108px;
  transform: translateY(100%);
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents_flow--list--item::after {
    top: 97px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.body-home .wrapper .contents_flow--btn a {
  max-width: 200px;
  width: 200px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  background: #52c3f1;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #52c3f1;
}
@media screen and (max-width: 599px) {
  .body-home .wrapper .contents_flow--btn a {
    font-size: 1.4rem;
    width: 250px;
    height: 40px;
    max-width: 100%;
  }
}
.body-home .wrapper .contents_flow--btn a:hover {
  background: #fff;
  color: #fff;
  opacity: 1;
  color: #52c3f1;
}
.body-home .wrapper .contents_package a {
  display: block;
}
.body-home .wrapper .contents_package a img {
  width: 100%;
  height: auto;
}
.body-home .main--home section.__block:not(:last-child) {
  margin-bottom: 15px;
}
.body-home .swiper-container {
  padding-bottom: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .body-home .swiper-container {
    margin-bottom: 15px;
  }
}
.body-home .swiper-pagination-bullet {
  background: #333333;
  width: 10px;
  height: 10px;
}
.body-home .swiper-pagination-bullet-active {
  background: #878787;
  width: 10px;
  height: 10px;
}
.body-home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.body-home .swiper-container-horizontal > .swiper-pagination-bullets,
.body-home .swiper-pagination-custom,
.body-home .swiper-pagination-fraction {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-home .member {
  text-align: center;
  margin-top: 40px;
}
.body-home .member__ttl {
  margin-bottom: 20px;
}
.body-home .member__btn {
  max-width: 240px;
  height: 68px;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  box-shadow: 5px 5px 0 #878787;
  margin: 0 auto;
}
.body-home .member__btn:hover {
  transform: translateY(5px) translateX(5px);
  box-shadow: 0 0 0 #333;
}
.body-home .p-product-block .c-more {
  padding: 0;
}
.body-home .p-product-block .c-more a {
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  background: #fff;
  font-size: 0;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 120px;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.body-home .p-product-block .c-more a::before {
  content: "もっと見る";
  font-size: 1.4rem;
  margin-right: 0;
  margin-left: 1rem;
}
.body-home .p-product-block .c-more a:hover {
  background: #000;
  color: #fff;
}
.body-home .p-product-block ul.__product {
  letter-spacing: normal;
  padding: 0;
  margin-bottom: 35px;
}
.body-home .p-product-block ul.__product li.__item {
  margin: 0 20px;
  width: 100%;
  max-width: calc(20% - 44px);
  padding: 0;
}
.body-home .p-product-block ul.__product li.__item:nth-child(n+6) {
  display: none;
}
@media screen and (max-width: 599px) {
  .body-home .p-product-block ul.__product li.__item:nth-child(n+6) {
    display: inline-block;
  }
}
@media screen and (max-width: 599px) {
  .body-home .p-product-block ul.__product li.__item:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .body-home .p-product-block ul.__product li.__item {
    max-width: calc(20% - 23px);
    margin: 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .body-home .p-product-block ul.__product li.__item {
    max-width: calc(50% - 6vw);
    margin: 0 2.6666666667vw;
    padding: 10px 0 8vw;
  }
}
.body-home .p-product-block ul.__product li.__item a .__photo img {
  max-height: none;
}
.body-home .p-product-block ul.__product li.__item a .__title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.body-home .p-product-block ul.__product li.__item a .__description dl.__price {
  text-align: left;
}
.body-home .p-product-block ul.__product li.__item a .__description dl.__price dt {
  display: none;
}
.body-home .p-product-block ul.__product li.__item a .__description dl.__price dd {
  display: none;
}
.body-home .p-product-block ul.__product li.__item a:hover,
.body-home .p-product-block ul.__product li.__item a:hover > .__title {
  text-decoration: none;
}
.body-home .p-product-block ul.__product li.__item a .__rank span.__icon:before {
  content: none;
}
.body-home .p-product-block ul.__product li.__item a .__rank {
  font-weight: 700;
}
.body-home .p-product-block ul.__product li.__item a .__rank span.__icon {
  position: inherit;
}
.body-home .p-product-block ul.__product li.__item a .__rank span.__icon span.__num {
  position: relative;
  color: #333;
  font-size: 2.4rem;
  font-family: "Lato", sans-serif;
  padding-bottom: 16px;
}
.body-home .p-product-block ul.__product li.__item a .__rank span.__icon span.__num::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #333;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.body-home .p-product-block ul.__product li.__item a .__rank.__rank--3 span.__icon span.__num, .body-home .p-product-block ul.__product li.__item a .__rank.__rank--4 span.__icon span.__num, .body-home .p-product-block ul.__product li.__item a .__rank.__rank--5 span.__icon span.__num, .body-home .p-product-block ul.__product li.__item a .__rank.__rank--6 span.__icon span.__num {
  color: #878787;
}
.body-home .p-product-block ul.__product li.__item a .__rank.__rank--3 span.__icon span.__num::after, .body-home .p-product-block ul.__product li.__item a .__rank.__rank--4 span.__icon span.__num::after, .body-home .p-product-block ul.__product li.__item a .__rank.__rank--5 span.__icon span.__num::after, .body-home .p-product-block ul.__product li.__item a .__rank.__rank--6 span.__icon span.__num::after {
  background-color: #878787;
}
@media screen and (max-width: 599px) {
  .body-home .p-product-block.p-product-block--compact ul.__product {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: normal;
  }
}

.main.main--page-detail-1column section.__to-home,
.main.main--page-detail-2column section.__to-home {
  display: none;
}

.main.main--page-detail-2column section:not(.__heading) {
  padding: 0;
}

.content_ttl03 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: normal;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .content_ttl03 {
    overflow: hidden;
  }
}
@media screen and (max-width: 599px) {
  .content_ttl03 {
    overflow: hidden;
    font-size: 2rem;
  }
}
.content_ttl03 span {
  position: relative;
}
.content_ttl03 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 148px;
  height: 2px;
  background: #e33537;
  transform: translateX(-100%);
}
@media screen and (max-width: 599px) {
  .content_ttl03 span::before {
    left: -10px;
  }
}
.content_ttl03 span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 148px;
  height: 2px;
  background: #e33537;
  transform: translateX(100%);
}
@media screen and (max-width: 599px) {
  .content_ttl03 span::after {
    right: -10px;
  }
}

.c-h1 {
  font-size: 2.5rem;
  border-bottom: 2px solid #e33537;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .c-h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }
}

.order_guide_flow {
  background: #eeeeee;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .order_guide_flow {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .order_guide_flow {
    margin-bottom: 50px;
  }
}
.order_guide_flow::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 60px;
  background: url(https://ssl4.bcart.jp/replus-d/uploads/renewal/ico_character.png) no-repeat;
  width: 89px;
  height: 70px;
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  .order_guide_flow::before {
    width: 59px;
    height: 47px;
    top: 18px;
    right: 30px;
  }
}
.order_guide_flow h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
  max-width: 718px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .order_guide_flow h2 {
    font-size: 1.7rem;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .order_guide_flow h2 {
    width: 90%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .order_guide_flow h2 {
    width: 90%;
  }
}
.order_guide_flow--list--item {
  position: relative;
  display: flex;
  max-width: 718px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}
@media screen and (max-width: 599px) {
  .order_guide_flow--list--item {
    display: block;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .order_guide_flow--list--item {
    width: 90%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .order_guide_flow--list--item {
    width: 90%;
  }
}
.order_guide_flow--list--item--step {
  background: #52c3f1;
  color: #fff;
  text-align: center;
  width: 160px;
  min-width: 160px;
  min-height: 85px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .order_guide_flow--list--item--step {
    width: auto;
    height: 87px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .order_guide_flow--list--item--step {
    min-width: 240px;
  }
}
.order_guide_flow--list--item--step p {
  font-size: 1.8rem;
}
.order_guide_flow--list--item--step img {
  width: 100%;
  height: auto;
}
.order_guide_flow--list--item--txt {
  font-size: 1.4rem;
  text-align: left;
  margin-left: 25px;
  position: relative;
  z-index: 1;
}
.order_guide_flow--list--item--txt span {
  color: #e33537;
}
@media screen and (max-width: 599px) {
  .order_guide_flow--list--item--txt {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 45px;
  }
}
.order_guide_flow--list--item--txt01 {
  padding-top: 8px;
}
@media screen and (max-width: 599px) {
  .order_guide_flow--list--item--txt01 {
    padding-top: 45px;
  }
}
.order_guide_flow--list--item--txt04 {
  padding-top: 30px;
}
@media screen and (max-width: 599px) {
  .order_guide_flow--list--item--txt04 {
    padding-top: 45px;
  }
}
.order_guide_flow--list--item--txt05 {
  padding-top: 20px;
}
@media screen and (max-width: 599px) {
  .order_guide_flow--list--item--txt05 {
    padding-top: 45px;
  }
}
.order_guide_flow--list--item:nth-child(5) {
  margin-bottom: 0;
}
.order_guide_flow--list--item:nth-child(5)::after {
  content: none;
}
@media screen and (max-width: 599px) {
  .order_guide_flow--list--item:nth-child(5)::after {
    content: "";
    background: url(https://ssl4.bcart.jp/replus-d/uploads/renewal/ico_step.png) no-repeat;
    background-size: 100%;
    width: 23px;
    height: 29px;
  }
}
.order_guide_flow--list--item::after {
  content: "";
  background: url(https://ssl4.bcart.jp/replus-d/uploads/renewal/ico_step.png) no-repeat;
  width: 23px;
  height: 29px;
  position: absolute;
  bottom: -12px;
  left: 67px;
  transform: translateY(100%);
  background-size: 100%;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .order_guide_flow--list--item::after {
    left: 108px;
  }
}
@media screen and (max-width: 599px) {
  .order_guide_flow--list--item::after {
    top: 97px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.order_guide_price {
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .order_guide_price {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .order_guide_price {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.order_guide_price .content_ttl02 {
  font-size: 2rem;
  position: relative;
  padding-left: 20px;
  margin-bottom: 35px;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .order_guide_price .content_ttl02 {
    margin-bottom: 25px;
  }
}
.order_guide_price .content_ttl02::before {
  content: "";
  background: linear-gradient(175deg, #e33537 0%, #9b9690 50%, #2cc0ec 100%);
  width: 8px;
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
}
.order_guide_price_tbl {
  border: 1px solid #000;
  width: 100%;
}
.order_guide_price_tbl tr {
  border: 1px solid #000;
}
.order_guide_price_tbl tr th {
  background: #eeeeee;
  text-align: center;
  width: 170px;
  border: 1px solid #000;
  padding: 8px 20px;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .order_guide_price_tbl tr th {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #000;
  }
}
.order_guide_price_tbl tr td {
  border: 1px solid #000;
  padding: 12px 20px;
}
@media screen and (max-width: 599px) {
  .order_guide_price_tbl tr td {
    width: 100%;
    display: block;
    border: none;
  }
}
@media screen and (max-width: 599px) {
  .order_guide_rule {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .order_guide_rule {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.order_guide_rule .content_ttl02 {
  font-size: 2rem;
  position: relative;
  padding-left: 20px;
  margin-bottom: 35px;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .order_guide_rule .content_ttl02 {
    margin-bottom: 25px;
  }
}
.order_guide_rule .content_ttl02::before {
  content: "";
  background: linear-gradient(175deg, #e33537 0%, #9b9690 50%, #2cc0ec 100%);
  width: 8px;
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
}
.order_guide_rule p {
  margin-bottom: 30px;
}
.order_guide_rule ol li {
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .order_guide_rule ol li {
    margin-bottom: 20px;
  }
}
.order_guide_rule ol li span {
  margin-right: 5px;
}
.order_guide_rule ol li:last-child {
  margin-bottom: 0;
}
.order_guide .contents_flow--btn a {
  max-width: 260px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  background: #52c3f1;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .order_guide .contents_flow--btn a {
    margin-bottom: 20px;
    font-size: 1.4rem;
    height: 40px;
  }
}
.order_guide .contents_flow--btn a:hover {
  background: #fff;
  color: #52c3f1;
  opacity: 1;
  border: 1px solid #52c3f1;
}

.package_booth #package01,
.package_booth #package02 {
  margin-bottom: 80px;
}
.package_booth #package01,
.package_booth #package02,
.package_booth #package03 {
  padding-top: 147px;
  margin-top: -147px;
}
@media screen and (max-width: 599px) {
  .package_booth #package01,
.package_booth #package02,
.package_booth #package03 {
    padding-top: 108px;
    margin-top: -108px;
  }
}
.package_booth_list {
  background: #eee;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .package_booth_list {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .package_booth_list {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.package_booth_list ul {
  max-width: 625px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.package_booth_list ul li {
  margin-bottom: 5px;
}
.package_booth_list ul li:last-child {
  margin-bottom: 0;
}
.package_booth_list ul li span {
  background: linear-gradient(0deg, #a3e4fe 50%, transparent 40%);
  background-repeat: no-repeat;
  background-size: 200%;
}
.package_booth_list02 {
  margin-bottom: 80px;
}
.package_booth_imglist {
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .package_booth_imglist {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .package_booth_imglist {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    margin-bottom: 50px;
  }
}
.package_booth_imglist ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .package_booth_imglist ul {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.package_booth_imglist ul li {
  max-width: 256px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .package_booth_imglist ul li {
    max-width: 100%;
    width: 32%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .package_booth_imglist ul li {
    width: 32%;
  }
}
@media screen and (max-width: 599px) {
  .package_booth_imglist ul li {
    max-width: 30.4vw;
  }
}
.package_booth_imglist ul li p {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 2.2rem;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .package_booth_imglist ul li p {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .package_booth_imglist ul li p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .package_booth_imglist ul li p {
    font-size: 1rem;
    margin-top: 5px;
  }
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.package_booth .tab_area {
  display: flex;
  cursor: pointer;
  align-items: flex-end;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .package_booth .tab_area {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.package_booth .tab {
  width: 33.3333333333%;
  padding: 5px;
  text-align: center;
  background: #C4C4C4;
  color: #fff;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .package_booth .tab {
    font-size: 13px;
    line-height: 1;
  }
}
.package_booth .tab:nth-child(n+2) {
  border-left: 2px solid #fff;
}
.package_booth .tab.active {
  background-color: #32BEE8;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .package_booth .tab.active {
    height: 55px;
  }
}
.package_booth .tab.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  border-color: #32BEE8 transparent transparent transparent;
  transform: translate(-50%, 100%);
  z-index: 10;
}
.package_booth .panel {
  display: none;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .package_booth .panel {
    margin-bottom: 60px;
  }
}
.package_booth .panel.active {
  display: block;
}
.package_booth .panel_content {
  background: #E0F6FF;
  padding: 40px 40px 0;
  display: block;
}
.package_booth .panel_content.active {
  display: none;
  -webkit-animation: show 1s linear 0s;
          animation: show 1s linear 0s;
}
@media screen and (max-width: 599px) {
  .package_booth .panel_content {
    padding: 40px 20px 0;
  }
}
.package_booth .panel_content_subttl {
  font-size: 24px;
  border: 2px solid #32BEE8;
  color: #32BEE8;
  font-weight: bold;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  line-height: 1;
  padding: 8px 20px;
}
.package_booth .panel_content_ttl {
  font-size: 20px;
  border-bottom: 1px solid #333;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.package_booth .panel_content_flx {
  display: flex;
  flex-wrap: wrap;
}
.package_booth .panel_content_flx_list {
  max-width: 340px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .package_booth .panel_content_flx_list {
    max-width: 100%;
    width: 48%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .package_booth .panel_content_flx_list {
    max-width: 100%;
    width: 48%;
  }
}
@media screen and (max-width: 599px) {
  .package_booth .panel_content_flx_list {
    max-width: 100%;
    margin-right: 0;
  }
}
.package_booth .panel_content_flx_list:nth-child(odd) {
  margin-right: 40px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .package_booth .panel_content_flx_list:nth-child(odd) {
    margin-right: 3%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .package_booth .panel_content_flx_list:nth-child(odd) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 599px) {
  .package_booth .panel_content_flx_list:nth-child(odd) {
    margin-right: 0;
  }
}
.package_booth .panel_content_flx_list_img {
  background: #0A0A0A;
  position: relative;
  margin-bottom: 10px;
}
.package_booth .panel_content_flx_list_img img {
  width: 100%;
}
.package_booth .panel_content_flx_list_img p {
  position: absolute;
  top: 8px;
  left: 15px;
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .package_booth .panel_content_flx_list_img p {
    font-size: 21px;
  }
}
.package_booth .panel_content_flx_list_ul {
  text-align: left;
  margin-bottom: 10px;
}
.package_booth .panel_content_flx_list_ul li {
  font-size: 13px;
  margin-bottom: 5px;
}
.package_booth .panel_content_flx_list_ul li span {
  color: #E33537;
}
.package_booth .panel_content_flx_list_ul li:last-child {
  margin-bottom: 0;
}
.package_booth .panel_content_flx_list_backbtn a {
  width: 200px;
  height: 46px;
  border: 1px solid #000;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .package_booth .panel_content_flx_list_backbtn a {
    width: 250px;
  }
}
.package_booth .panel_content_flx_list_backbtn a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.package_booth .panel_content_flx_list_btn a {
  width: 140px;
  height: 32px;
  border: 1px solid #000;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.package_booth .panel_content_flx_list_btn a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.package_booth .panel_content.panel_content02, .package_booth .panel_content.panel_content03, .package_booth .panel_content.panel_content04, .package_booth .panel_content.panel_content05, .package_booth .panel_content.panel_content0202, .package_booth .panel_content.panel_content0203, .package_booth .panel_content.panel_content0204, .package_booth .panel_content.panel_content0205, .package_booth .panel_content.panel_content0302, .package_booth .panel_content.panel_content0303, .package_booth .panel_content.panel_content0304, .package_booth .panel_content.panel_content0305, .package_booth .panel_content.panel_content0402, .package_booth .panel_content.panel_content0403, .package_booth .panel_content.panel_content0404, .package_booth .panel_content.panel_content0405 {
  display: none;
  -webkit-animation: show 1s linear 0s;
          animation: show 1s linear 0s;
  padding-bottom: 40px;
}
.package_booth .panel_content.panel_content02.active, .package_booth .panel_content.panel_content03.active, .package_booth .panel_content.panel_content04.active, .package_booth .panel_content.panel_content05.active, .package_booth .panel_content.panel_content0202.active, .package_booth .panel_content.panel_content0203.active, .package_booth .panel_content.panel_content0204.active, .package_booth .panel_content.panel_content0205.active, .package_booth .panel_content.panel_content0302.active, .package_booth .panel_content.panel_content0303.active, .package_booth .panel_content.panel_content0304.active, .package_booth .panel_content.panel_content0305.active, .package_booth .panel_content.panel_content0402.active, .package_booth .panel_content.panel_content0403.active, .package_booth .panel_content.panel_content0404.active, .package_booth .panel_content.panel_content0405.active {
  -webkit-animation: show 1s linear 0s;
          animation: show 1s linear 0s;
  display: block;
}
.package_booth .panel_content.panel_content04, .package_booth .panel_content.panel_content0204, .package_booth .panel_content.panel_content0304, .package_booth .panel_content.panel_content0404 {
  background: #F5E7E7;
}
.package_booth .panel_content.panel_content04 .panel_content_subttl, .package_booth .panel_content.panel_content0204 .panel_content_subttl, .package_booth .panel_content.panel_content0304 .panel_content_subttl, .package_booth .panel_content.panel_content0404 .panel_content_subttl {
  color: #E33537;
  border-color: #E33537;
}
.package_booth .panel_content.panel_content05, .package_booth .panel_content.panel_content0205, .package_booth .panel_content.panel_content0305, .package_booth .panel_content.panel_content0405 {
  background: #E6D7B6;
}
.package_booth .panel_content.panel_content05 .panel_content_subttl, .package_booth .panel_content.panel_content0205 .panel_content_subttl, .package_booth .panel_content.panel_content0305 .panel_content_subttl, .package_booth .panel_content.panel_content0405 .panel_content_subttl {
  color: #B29044;
  border-color: #B29044;
}
.package_booth_bnr {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .package_booth_bnr {
    margin-bottom: 30px;
  }
}
.package_booth_plan {
  background: #e0f6ff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .package_booth_plan {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.package_booth_plan_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .package_booth_plan_head {
    display: block;
  }
}
.package_booth_plan_head_g h3 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background: #1c97c9;
  max-width: 410px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .package_booth_plan_head_g h3 {
    width: 95%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .package_booth_plan_head_g h3 {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .package_booth_plan_head_g h3 {
    font-size: 1.7rem;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.package_booth_plan_head_g_list {
  margin-top: 20px;
  max-width: 410px;
  width: 100%;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .package_booth_plan_head_g_list {
    width: 95%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .package_booth_plan_head_g_list {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .package_booth_plan_head_g_list {
    margin-bottom: 30px;
  }
}
.package_booth_plan_head_g_list ul li {
  display: flex;
}
.package_booth_plan_head_img {
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .package_booth_plan_head_img {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .package_booth_plan_head_img {
    max-width: 100%;
  }
}
.package_booth_plan_inr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .package_booth_plan_inr {
    display: block;
  }
}
.package_booth_plan_inr_sec {
  max-width: 350px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .package_booth_plan_inr_sec {
    max-width: 100%;
    width: 49%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .package_booth_plan_inr_sec {
    max-width: 100%;
    width: 49%;
  }
}
@media screen and (max-width: 599px) {
  .package_booth_plan_inr_sec {
    margin-left: auto;
    margin-right: auto;
  }
}
.package_booth_plan_inr_sec h4 {
  font-size: 2rem;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .package_booth_plan_inr_sec h4 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .package_booth_plan_inr_sec h4 {
    font-size: 1.7rem;
  }
}
.package_booth_plan_inr_sec h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 20px;
  background: #e92d35;
  transform: translateY(-50%);
}
.package_booth_plan_inr_sec_g {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .package_booth_plan_inr_sec_g {
    display: block;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .package_booth_plan_inr_sec_g_img {
    margin-right: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .package_booth_plan_inr_sec_g_img {
    margin-right: 5px;
  }
}
.package_booth_plan_inr_sec_g_img img {
  max-width: 350px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .package_booth_plan_inr_sec_g_img img {
    max-width: 100%;
  }
}
.package_booth_plan_inr_sec_g_txt {
  margin-top: 10px;
  font-size: 1.2rem;
}
.package_booth_plan_inr_sec_g_btn a {
  width: 140px;
  height: 32px;
  border: 1px solid #000;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .package_booth_plan_inr_sec_g_btn a {
    width: 250px;
    height: 40px;
    font-size: 1.4rem;
  }
}
.package_booth_plan_inr_sec_g_btn a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.package_booth_plan_inr_sec:nth-child(3) {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .package_booth_plan_inr_sec:nth-child(3) {
    margin-bottom: 40px;
  }
}
.package_booth_plan_inr_sec:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .package_booth_plan_inr_sec:last-child {
    margin-bottom: 0;
  }
}
.package_booth_plan.package_booth_plan02 {
  background: #e6d7b6;
}
.package_booth_plan.package_booth_plan02 .package_booth_plan_head .package_booth_plan_head_g h3 {
  background: #b29044;
}

.body-page-detail-free .wrapper.wrapper--bg .__inner {
  padding: 0;
  max-width: 1100px;
}

.body-page-detail-free .wrapper .__inner .main,
.body-page-detail-free .wrapper .__inner .aside {
  padding-top: 0;
  padding-bottom: 0;
}

.exhibitor #exhibitor01,
.exhibitor #exhibitor02,
.exhibitor #exhibitor03 {
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .exhibitor #exhibitor01,
.exhibitor #exhibitor02,
.exhibitor #exhibitor03 {
    margin-bottom: 40px;
  }
}
.exhibitor header {
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .exhibitor header {
    margin-bottom: 0;
  }
}
.exhibitor header h1 {
  text-align: center;
  font-size: 2.6rem;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 6px solid #e92d35;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 599px) {
  .exhibitor header h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 3px solid #e92d35;
  }
}
.exhibitor_mv {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .exhibitor_mv {
    margin-bottom: 20px;
  }
}
.exhibitor_booth_leadtxt {
  margin-top: 40px;
  margin-bottom: 80px;
  max-width: 890px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .exhibitor_booth_leadtxt {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}
.exhibitor_booth_list {
  background: #eee;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 40px;
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .exhibitor_booth_list {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .exhibitor_booth_list {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.exhibitor_booth_list ul {
  max-width: 625px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.exhibitor_booth_list ul li {
  margin-bottom: 5px;
}
.exhibitor_booth_list ul li:last-child {
  margin-bottom: 0;
}
.exhibitor_booth_list ul li span {
  background: linear-gradient(0deg, #a3e4fe 50%, transparent 40%);
  background-repeat: no-repeat;
  background-size: 200%;
}
.exhibitor_booth_imglist {
  margin-bottom: 80px;
  max-width: 938px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .exhibitor_booth_imglist {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .exhibitor_booth_imglist {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    margin-bottom: 40px;
    width: auto;
  }
}
.exhibitor_booth_imglist ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .exhibitor_booth_imglist ul {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.exhibitor_booth_imglist ul li {
  max-width: 300px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .exhibitor_booth_imglist ul li {
    max-width: 100%;
    width: 32%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .exhibitor_booth_imglist ul li {
    width: 32%;
  }
}
@media screen and (max-width: 599px) {
  .exhibitor_booth_imglist ul li {
    max-width: 30.1333333333vw;
  }
}
.exhibitor_booth_imglist ul li p {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 2.2rem;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .exhibitor_booth_imglist ul li p {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .exhibitor_booth_imglist ul li p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .exhibitor_booth_imglist ul li p {
    font-size: 1rem;
    margin-top: 5px;
  }
}
.exhibitor_booth_plan {
  background: #e0f6ff;
  padding-left: 65px;
  padding-right: 65px;
  padding-top: 65px;
  padding-bottom: 65px;
  margin-top: 40px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .exhibitor_booth_plan {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .exhibitor_booth_plan {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.exhibitor_booth_plan_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .exhibitor_booth_plan_head {
    display: block;
  }
}
.exhibitor_booth_plan_head_g {
  max-width: 468px;
  width: 100%;
}
.exhibitor_booth_plan_head_g h3 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background: #1c97c9;
  max-width: 468px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .exhibitor_booth_plan_head_g h3 {
    width: 95%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .exhibitor_booth_plan_head_g h3 {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .exhibitor_booth_plan_head_g h3 {
    font-size: 1.7rem;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.exhibitor_booth_plan_head_g_list {
  margin-top: 20px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .exhibitor_booth_plan_head_g_list {
    width: 95%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .exhibitor_booth_plan_head_g_list {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .exhibitor_booth_plan_head_g_list {
    margin-bottom: 30px;
  }
}
.exhibitor_booth_plan_head_img {
  max-width: 465px;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .exhibitor_booth_plan_head_img {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .exhibitor_booth_plan_head_img {
    max-width: 100%;
  }
}
.exhibitor_booth_plan_inr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .exhibitor_booth_plan_inr {
    display: block;
  }
}
.exhibitor_booth_plan_inr_sec {
  max-width: 470px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .exhibitor_booth_plan_inr_sec {
    max-width: 100%;
    width: 49%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .exhibitor_booth_plan_inr_sec {
    max-width: 100%;
    width: 49%;
  }
}
@media screen and (max-width: 599px) {
  .exhibitor_booth_plan_inr_sec {
    margin-left: auto;
    margin-right: auto;
  }
}
.exhibitor_booth_plan_inr_sec_val {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.exhibitor_booth_plan_inr_sec_val h4 {
  font-size: 2rem;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .exhibitor_booth_plan_inr_sec_val h4 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .exhibitor_booth_plan_inr_sec_val h4 {
    font-size: 1.7rem;
  }
}
.exhibitor_booth_plan_inr_sec_val h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 20px;
  background: #e92d35;
  transform: translateY(-50%);
}
.exhibitor_booth_plan_inr_sec_val p {
  font-size: 2rem;
}
.exhibitor_booth_plan_inr_sec_g {
  display: block;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .exhibitor_booth_plan_inr_sec_g {
    display: block;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .exhibitor_booth_plan_inr_sec_g_img {
    margin-right: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .exhibitor_booth_plan_inr_sec_g_img {
    margin-right: 5px;
  }
}
.exhibitor_booth_plan_inr_sec_g_img img {
  max-width: 470px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .exhibitor_booth_plan_inr_sec_g_img img {
    max-width: 100%;
  }
}
.exhibitor_booth_plan_inr_sec_g_txt {
  margin-top: 10px;
  font-size: 1.4rem;
}
.exhibitor_booth_plan_inr_sec_g_btn a {
  width: 140px;
  height: 32px;
  border: 1px solid #000;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .exhibitor_booth_plan_inr_sec_g_btn a {
    width: 250px;
    height: 40px;
    font-size: 1.4rem;
  }
}
.exhibitor_booth_plan_inr_sec_g_btn a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.exhibitor_booth_plan_inr_sec:nth-child(3) {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .exhibitor_booth_plan_inr_sec:nth-child(3) {
    margin-bottom: 40px;
  }
}
.exhibitor_booth_plan_inr_sec:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .exhibitor_booth_plan_inr_sec:last-child {
    margin-bottom: 0;
  }
}
.exhibitor_booth_plan.exhibitor_booth_plan02 {
  background: #e6d7b6;
}
.exhibitor_booth_plan.exhibitor_booth_plan02 .exhibitor_booth_plan_head .exhibitor_booth_plan_head_g h3 {
  background: #b29044;
}
.exhibitor .contents__ttl2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  margin: 70px auto 40px;
  max-width: 400px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .exhibitor .contents__ttl2 {
    font-size: 1.7rem;
    max-width: 100%;
    margin: 8vw auto 5.3333333333vw;
  }
}
.exhibitor .contents__ttl2 span {
  position: relative;
}
.exhibitor .contents__ttl2 span::before {
  content: "";
  background: url(https://ssl4.bcart.jp/replus-d/uploads/renewal/ico_ttl_deco.png) no-repeat;
  width: 40px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: -20px;
  background-size: 100%;
  transform: translate(-100%, -50%);
}
.exhibitor .contents__ttl2 span::after {
  content: "";
  background: url(https://ssl4.bcart.jp/replus-d/uploads/renewal/ico_ttl_deco.png) no-repeat;
  width: 40px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: -20px;
  background-size: 100%;
  transform: translate(100%, -50%);
}
.exhibitor .p-product-block .c-more {
  padding: 0;
}
.exhibitor .p-product-block .c-more a {
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  background: #fff;
  font-size: 0;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 120px;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .exhibitor .p-product-block .c-more a {
    width: 250px;
    height: 40px;
  }
}
.exhibitor .p-product-block .c-more a::before {
  content: "もっと見る";
  font-size: 1.4rem;
  margin-right: 0;
  margin-left: 1rem;
}
.exhibitor .p-product-block .c-more a:hover {
  background: #000;
  color: #fff;
}
.exhibitor .p-product-block ul.__product {
  letter-spacing: normal;
  padding: 0;
  margin-bottom: 35px;
}
@media screen and (max-width: 599px) {
  .exhibitor .p-product-block ul.__product {
    overflow: visible;
    white-space: inherit;
  }
}
.exhibitor .p-product-block ul.__product li.__item {
  margin: 0 20px;
  width: 100%;
  max-width: calc(20% - 80px);
  padding: 0;
}
.exhibitor .p-product-block ul.__product li.__item:nth-child(n+7) {
  display: none;
}
@media screen and (max-width: 599px) {
  .exhibitor .p-product-block ul.__product li.__item:nth-child(n+7) {
    display: inline-block;
  }
}
@media screen and (max-width: 599px) {
  .exhibitor .p-product-block ul.__product li.__item:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .exhibitor .p-product-block ul.__product li.__item {
    max-width: 16%;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    margin: 0 10px;
    margin: 0;
  }
  .exhibitor .p-product-block ul.__product li.__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .exhibitor .p-product-block ul.__product li.__item {
    max-width: calc(50% - 5.8666666667vw);
    margin: 0 2.6666666667vw;
    padding: 10px 0 8vw;
  }
}
.exhibitor .p-product-block ul.__product li.__item a .__photo img {
  max-height: none;
}
.exhibitor .p-product-block ul.__product li.__item a .__title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.exhibitor .p-product-block ul.__product li.__item a .__description dl.__price {
  text-align: left;
}
.exhibitor .p-product-block ul.__product li.__item a .__description dl.__price dt {
  display: none;
}
.exhibitor .p-product-block ul.__product li.__item a .__description dl.__price dd {
  display: none;
}
.exhibitor .p-product-block ul.__product li.__item a:hover,
.exhibitor .p-product-block ul.__product li.__item a:hover > .__title {
  text-decoration: none;
}
.exhibitor footer {
  background: #e92d35;
  color: #fff;
  margin: 0 calc(50% - 50vw);
  padding-top: 28px;
  padding-bottom: 28px;
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  .exhibitor footer {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 40px;
  }
}
.exhibitor footer p {
  text-align: center;
  font-size: 1rem;
}

.c-h1 {
  font-weight: 600;
  border-bottom: 2px solid #e33537;
}

.c-table-dl tr th, .c-table-dl tr td {
  border: 1px solid #494949;
  vertical-align: middle;
}

.c-table-dl th {
  text-align: center;
}

#privacy .box_01 {
  border: 1px solid #494949;
  padding: 20px 32px;
  margin-bottom: 80px;
}
#privacy .box_01 h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
#privacy .box_01 .box_01__txt {
  font-size: 16px;
}
#privacy h4 {
  margin-bottom: 20px;
  font-size: 20px;
  padding-left: 10px;
  border-left: 8px solid;
  -o-border-image: linear-gradient(to bottom, #e33537 20%, #9b9690 50%, #2cc0ec 80%);
     border-image: linear-gradient(to bottom, #e33537 20%, #9b9690 50%, #2cc0ec 80%);
  border-image-slice: 1;
}
#privacy .h4_txt {
  margin-bottom: 70px;
}

.main--regist .__content-top {
  margin-top: 32px;
  margin-bottom: 32px;
}

.p-form-flow .__flow.__active .__number {
  background-color: #df393c;
}

.p-form-flow .__flow.__active .__text {
  color: #df393c;
}

.p-form-table tr th {
  vertical-align: middle;
}

.p-form-table tr th, .p-form-table tr td {
  border: 1px solid #494949;
}

.p-form-table tr.__is-required th:after {
  display: inline-block;
  float: none;
}

.c-form input[type=text], .c-form input[type=password], .c-form input[type=email], .c-form input[type=url], .c-form input[type=date], .c-form input[type=month], .c-form input[type=time], .c-form input[type=datetime], .c-form input[type=datetime-local], .c-form input[type=week], .c-form input[type=number], .c-form input[type=search], .c-form input[type=tel], .c-form input[type=color] {
  box-shadow: none;
  background-color: #fff;
}

.c-form select, .c-form textarea {
  box-shadow: none;
  background-color: #fff;
}

.c-form label:active {
  box-shadow: none;
}

.__kiyaku input, .__kiyaku button, .__kiyaku textarea, .__kiyaku select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.__kiyaku .p-form-table td {
  border: none;
}

.main.main--regist-form .__kiyaku .__table tr td .__content {
  padding: 20px;
  font-size: 14px;
}

.c-form label {
  border: none;
  box-shadow: none;
}

.c-button-submit {
  min-width: 260px;
  background-color: #52c3f1;
  border-radius: 30px;
}
.c-button-submit:hover {
  background: #fff;
  transition: all 300ms ease;
  color: #52c3f1;
  border: 1px solid #52c3f1;
}

#payment .mb10 {
  margin-bottom: 10px;
}
#payment #tab {
  max-width: 700px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 50px;
}
#payment #tab li {
  display: inline-block;
  width: 48%;
  vertical-align: middle;
}
#payment #tab li a {
  display: block;
  height: 50px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 11px 0;
  background: #fff;
  background-size: 18px auto;
  color: #e33537;
  border: 1px solid #e33537;
  border-radius: 35px;
  position: relative;
}
#payment #tab li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  right: 8%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #e33537;
  border-right: 1px solid #e33537;
  transform: rotate(45deg);
}
#payment #tab :hover, #payment #tab .active a {
  color: #fff;
  background: linear-gradient(175deg, #e33537 20%, #9b9690 50%, #2cc0ec 80%);
  position: relative;
  border: none;
  border-radius: 35px;
  opacity: 1;
}
#payment #tab :hover::after, #payment #tab .active a::after {
  display: none;
}
#payment #tab li:not(:last-child) {
  margin-right: 3%;
}
#payment h3 {
  margin-bottom: 20px;
  font-size: 20px;
  padding-left: 10px;
  border-left: 8px solid;
  -o-border-image: linear-gradient(to bottom, #e33537 20%, #9b9690 50%, #2cc0ec 80%);
     border-image: linear-gradient(to bottom, #e33537 20%, #9b9690 50%, #2cc0ec 80%);
  border-image-slice: 1;
}
#payment .tabbox .img_01 {
  width: 62%;
  margin-bottom: 10px;
}
#payment .tabbox .mb50 {
  margin-bottom: 50px;
}
#payment .payment_flow {
  background: #eeeeee;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 80px;
}
#payment .payment_flow::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 60px;
  background: url(https://ssl4.bcart.jp/replus-d/uploads/renewal/ico_character.png) no-repeat;
  width: 89px;
  height: 70px;
  background-size: 100%;
}
#payment .payment_flow *, #payment .payment_flow *:before, #payment .payment_flow *:after {
  box-sizing: border-box;
}
#payment .payment_flow ::before, #payment .payment_flow ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
#payment .payment_flow h4 {
  width: 90%;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
  max-width: 718px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}
#payment .payment_flow .list_01 .list--item {
  width: 90%;
  position: relative;
  display: flex;
  max-width: 718px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}
#payment .payment_flow .list_01 .list--item:nth-child(4) {
  margin-bottom: 0;
}
#payment .payment_flow .list_01 .list--item:nth-child(4)::after {
  content: none;
}
#payment .payment_flow .list_01 .list--item::after {
  content: "";
  background: url(https://ssl4.bcart.jp/replus-d/uploads/renewal/ico_step.png) no-repeat;
  width: 23px;
  height: 29px;
  position: absolute;
  bottom: -12px;
  left: 67px;
  transform: translateY(100%);
  background-size: 100%;
}
#payment .payment_flow .list_01 .list--item .list--item--step {
  background: #52c3f1;
  color: #fff;
  text-align: center;
  width: 160px;
  min-width: 160px;
  min-height: 85px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  align-items: center;
}
#payment .payment_flow .list_01 .list--item .list--item--step p {
  font-size: 1.8rem;
}
#payment .payment_flow .list_01 .list--item .list--item--txt {
  font-size: 1.4rem;
  text-align: left;
  margin-left: 25px;
  position: relative;
  z-index: 1;
}
#payment .payment_flow .list_01 .list--item .list--item--txt table {
  margin-top: 10px;
}
#payment .payment_flow .list_01 .list--item .list--item--txt th {
  width: 100px;
  min-width: 100px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #494949;
  background-color: #e3e3e3;
}
#payment .payment_flow .list_01 .list--item .list--item--txt td {
  padding: 18px;
  border: 1px solid #494949;
  background-color: #fff;
}
#payment .payment_flow .list_01 .list--item .list--item--txt .mb10 {
  margin-bottom: 10px;
}
#payment .payment_flow .list_02 .list--item {
  width: 90%;
  position: relative;
  display: flex;
  max-width: 718px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}
#payment .payment_flow .list_02 .list--item:nth-child(3) {
  margin-bottom: 0;
}
#payment .payment_flow .list_02 .list--item:nth-child(3)::after {
  content: none;
}
#payment .payment_flow .list_02 .list--item::after {
  content: "";
  background: url(https://ssl4.bcart.jp/replus-d/uploads/renewal/ico_step.png) no-repeat;
  width: 23px;
  height: 29px;
  position: absolute;
  bottom: -12px;
  left: 67px;
  transform: translateY(100%);
  background-size: 100%;
}
#payment .payment_flow .list_02 .list--item .list--item--step {
  background: #52c3f1;
  color: #fff;
  text-align: center;
  width: 160px;
  min-width: 160px;
  min-height: 85px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  align-items: center;
}
#payment .payment_flow .list_02 .list--item .list--item--step p {
  font-size: 1.8rem;
}
#payment .payment_flow .list_02 .list--item .list--item--txt {
  font-size: 1.4rem;
  text-align: left;
  margin-left: 25px;
  position: relative;
  z-index: 1;
}
#payment .payment_flow .list_02 .list--item .list--item--txt table {
  margin-top: 10px;
}
#payment .payment_flow .list_02 .list--item .list--item--txt th {
  width: 100px;
  min-width: 100px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #494949;
  background-color: #e3e3e3;
}
#payment .payment_flow .list_02 .list--item .list--item--txt td {
  padding: 18px;
  border: 1px solid #494949;
  background-color: #fff;
}
#payment .payment_flow .list_02 .list--item .list--item--txt .mb10 {
  margin-bottom: 10px;
}
#payment .tbl_02 {
  margin-bottom: 20px;
}
#payment .tbl_02 th {
  width: 130px;
  min-width: 100px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #494949;
  background-color: #e3e3e3;
}
#payment .tbl_02 td {
  padding: 11px 24px;
  border: 1px solid #494949;
  background-color: #fff;
}
#payment .tbl_02 .tbl_btn {
  margin-top: 20px;
  font-size: 15px;
}
#payment .tbl_02 .tbl_btn a {
  display: inline-block;
  text-align: center;
  width: 230px;
  padding: 4px 0;
  border: 1px solid #494949;
  border-radius: 17px;
  position: relative;
}
#payment .tbl_02 .tbl_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  right: 8%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #494949;
  border-right: 1px solid #494949;
  transform: rotate(45deg);
}
#payment .tbl_02 li {
  margin-left: 15px;
  list-style-type: disc;
  display: list-item;
}
#payment .box_02 {
  margin-top: 20px;
  border: 1px solid #494949;
  padding: 24px 34px;
}
#payment .box_02 .ttl {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
#payment .box_02 .txt {
  font-size: 16px;
}
#payment .list_marker li {
  margin-left: 15px;
  margin-bottom: 8px;
  list-style-type: disc;
  display: list-item;
}

#faq .anchor_area {
  width: 100%;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
}
#faq .anchor_area .anchor_btn {
  width: 30%;
}
#faq .anchor_area .anchor_btn:not(:last-child) {
  margin-right: 1%;
}
#faq .anchor_area .anchor_btn a {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  padding: 14px 0;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  background: linear-gradient(175deg, #e33537 20%, #9b9690 50%, #2cc0ec 80%);
  border: 1px solid #fff;
}
#faq .anchor_area .anchor_btn a:hover {
  color: #e33537;
  background: #fff;
  border: 1px solid #e33537;
}
#faq h3 {
  margin-bottom: 20px;
  font-size: 20px;
  padding-left: 10px;
  border-left: 8px solid;
  -o-border-image: linear-gradient(to bottom, #e33537 20%, #9b9690 50%, #2cc0ec 80%);
     border-image: linear-gradient(to bottom, #e33537 20%, #9b9690 50%, #2cc0ec 80%);
  border-image-slice: 1;
}
#faq .faq_box {
  margin-bottom: 60px;
}
#faq .faq_box .accordion dt {
  font-size: 18px;
  padding: 8px 46px;
  background-color: #2cc0ec;
  color: #fff;
  cursor: pointer;
  position: relative;
}
#faq .faq_box .accordion dt::before {
  position: absolute;
  top: 7px;
  left: 15px;
  content: "Q.";
  font-weight: 600;
  margin-right: 10px;
}
#faq .faq_box .accordion dt::after {
  position: absolute;
  top: 50%;
  right: 3%;
  content: "";
  width: 17px;
  height: 10px;
  margin-top: -3px;
  background: url(https://ssl4.bcart.jp/replus-d/uploads/renewal/faq/faq_arrow.png) no-repeat center center;
  background-size: 17px auto;
  transition: all, 0.25s, linear;
  transition: 0.3s;
}
#faq .faq_box .accordion dt.open::after {
  transform: rotate(180deg);
}
#faq .faq_box .accordion dd {
  font-size: 14px;
  padding: 8px 46px;
  border-left: 1px solid #494949;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  position: relative;
}
#faq .faq_box .accordion dd::before {
  position: absolute;
  top: 4px;
  left: 15px;
  content: "A.";
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
}
#faq .faq_box .accordion .faq_space {
  height: 20px;
  background-color: #fff;
}
#faq .faq_box_02 {
  border: 1px solid #494949;
  padding: 10px 15px;
}
#faq .faq_box_02 a {
  text-decoration: underline;
  text-underline-position: under;
}

#begginers .begginers__block {
  margin-bottom: 80px;
}
#begginers h4 {
  margin-bottom: 20px;
  font-size: 20px;
  padding-left: 10px;
  border-left: 8px solid;
  -o-border-image: linear-gradient(to bottom, #e33537 20%, #9b9690 50%, #2cc0ec 80%);
     border-image: linear-gradient(to bottom, #e33537 20%, #9b9690 50%, #2cc0ec 80%);
  border-image-slice: 1;
}
#begginers .begginers_img {
  border: 1px solid #494949;
  margin: 20px 0 0;
}
#begginers .h4_txt span {
  color: #df393c;
}
#begginers .mt40 {
  margin-top: 40px;
}

@media screen and (max-width: 1099px) {
  #faq .anchor_area {
    flex-wrap: wrap;
  }
  #faq .anchor_area .anchor_btn {
    width: 48%;
  }
  #faq .anchor_area .anchor_btn:not(:last-child) {
    margin-right: 0%;
  }
  #faq .anchor_area .anchor_btn:nth-child(2n+1) {
    margin-right: 2%;
  }
  #faq .anchor_area .anchor_btn:nth-child(-n+2) {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 959px) {
  .c-h1 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .c-form {
    margin-left: 10px;
    margin-right: 10px;
  }
  #payment .payment_flow h4 {
    width: 90%;
  }
  #payment .payment_flow .list_01 .list--item {
    width: 90%;
  }
  #payment .payment_flow .list_02 .list--item {
    width: 90%;
  }
  #begginers {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 820px) {
  .c-h1 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .__profile {
    margin-left: 10px;
    margin-right: 10px;
  }
  .__information {
    margin-left: 10px;
    margin-right: 10px;
  }
  .c-form {
    margin-left: 10px;
    margin-right: 10px;
  }
  #payment h3, #payment .img_01, #payment .mb50, #payment .tab_list, #payment .tbl_02, #payment .box_02, #payment .list_marker {
    margin-left: 10px;
    margin-right: 10px;
  }
  #payment .mrl10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  #faq h3, #faq .accordion, #faq .faq_box_02 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .c-h1 {
    padding-bottom: 5px;
  }
  .__profile {
    margin-left: 10px;
    margin-right: 10px;
  }
  .__information {
    margin-left: 10px;
    margin-right: 10px;
  }
  #privacy .box_01 {
    padding: 16px;
    margin-bottom: 40px;
  }
  #privacy .box_01 h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #privacy .box_01 .box_01__txt {
    font-size: 14px;
  }
  #privacy h4 {
    margin-bottom: 17px;
    font-size: 17px;
    padding-left: 10px;
    border-left: 4px solid;
    -o-border-image: linear-gradient(to bottom, #e33537 20%, #9b9690 50%, #2cc0ec 80%);
       border-image: linear-gradient(to bottom, #e33537 20%, #9b9690 50%, #2cc0ec 80%);
    border-image-slice: 1;
  }
  #privacy .h4_txt {
    margin-bottom: 35px;
  }
  .p-form-table tr th, .p-form-table tr td {
    border: none;
  }
  .c-form {
    margin-left: 0;
    margin-right: 0;
  }
  .__kiyaku .p-form-table tr {
    background-color: #fff;
  }
  .__kiyaku .p-form-table td {
    background-color: #fff;
  }
  .c-button-submit {
    width: 250px;
    margin: 0 auto;
  }
  #payment #tab {
    margin-bottom: 30px;
  }
  #payment #tab li a {
    font-size: 13px;
    height: 40px;
    padding: 8px 0;
  }
  #payment #tab li a::after {
    right: 6%;
  }
  #payment h3 {
    margin-bottom: 20px;
    font-size: 17px;
    padding-left: 10px;
    border-left: 4px solid;
    -o-border-image: linear-gradient(to bottom, #e33537 20%, #9b9690 50%, #2cc0ec 80%);
       border-image: linear-gradient(to bottom, #e33537 20%, #9b9690 50%, #2cc0ec 80%);
    border-image-slice: 1;
  }
  #payment .tabbox .img_01 {
    width: 95%;
    margin: 0 auto 14px;
  }
  #payment .tabbox .mb50 {
    margin-bottom: 25px;
  }
  #payment .payment_flow {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  #payment .payment_flow::after {
    width: 59px;
    height: 47px;
    top: 25px;
    right: 30px;
  }
  #payment .payment_flow h4 {
    font-size: 1.7rem;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
  }
  #payment .payment_flow .list_01 .list--item {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }
  #payment .payment_flow .list_01 .list--item:nth-child(4)::after {
    content: "";
  }
  #payment .payment_flow .list_01 .list--item::after {
    top: 97px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  #payment .payment_flow .list_01 .list--item .list--item--step {
    width: auto;
    height: 87px;
    margin-left: 10px;
    margin-right: 10px;
  }
  #payment .payment_flow .list_01 .list--item .list--item--step p {
    font-size: 1.8rem;
  }
  #payment .payment_flow .list_01 .list--item .list--item--txt {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 45px;
  }
  #payment .payment_flow .list_01 .list--item .list--item--txt table {
    margin-top: 10px;
  }
  #payment .payment_flow .list_01 .list--item .list--item--txt th {
    display: block;
    width: 100%;
    border: none;
    border-top: 1px solid #494949;
    border-left: 1px solid #494949;
    border-right: 1px solid #494949;
    padding: 8px 0;
  }
  #payment .payment_flow .list_01 .list--item .list--item--txt td {
    display: block;
    padding: 15px;
    background-color: #fff;
  }
  #payment .payment_flow .list_01 .list--item .list--item--txt tr:not(:last-of-type) td {
    border: none;
    border-top: 1px solid #494949;
    border-left: 1px solid #494949;
    border-right: 1px solid #494949;
  }
  #payment .payment_flow .list_01 .list--item .list--item--txt .mb10 {
    margin-bottom: 10px;
  }
  #payment .payment_flow .list_02 .list--item {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }
  #payment .payment_flow .list_02 .list--item:nth-child(3)::after {
    content: "";
  }
  #payment .payment_flow .list_02 .list--item::after {
    top: 97px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  #payment .payment_flow .list_02 .list--item .list--item--step {
    width: auto;
    height: 87px;
    margin-left: 10px;
    margin-right: 10px;
  }
  #payment .payment_flow .list_02 .list--item .list--item--step p {
    font-size: 1.8rem;
  }
  #payment .payment_flow .list_02 .list--item .list--item--txt {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 45px;
  }
  #payment .payment_flow .list_02 .list--item .list--item--txt table {
    margin-top: 10px;
  }
  #payment .payment_flow .list_02 .list--item .list--item--txt th {
    display: block;
    width: 100%;
    border: none;
    border-top: 1px solid #494949;
    border-left: 1px solid #494949;
    border-right: 1px solid #494949;
    padding: 8px 0;
  }
  #payment .payment_flow .list_02 .list--item .list--item--txt td {
    display: block;
    padding: 15px;
    background-color: #fff;
  }
  #payment .payment_flow .list_02 .list--item .list--item--txt tr:not(:last-of-type) td {
    border: none;
    border-top: 1px solid #494949;
    border-left: 1px solid #494949;
    border-right: 1px solid #494949;
  }
  #payment .payment_flow .list_02 .list--item .list--item--txt .mb10 {
    margin-bottom: 10px;
  }
  #payment .tbl_02 {
    margin-bottom: 20px;
  }
  #payment .tbl_02 th {
    display: block;
    width: 100%;
    padding: 8px 0;
    border: none;
    border-top: 1px solid #494949;
    border-left: 1px solid #494949;
    border-right: 1px solid #494949;
  }
  #payment .tbl_02 td {
    display: block;
    padding: 8px 15px;
    border: 1px solid #494949;
    background-color: #fff;
  }
  #payment .tbl_02 tr:not(:last-of-type) td {
    border: none;
    border-top: 1px solid #494949;
    border-left: 1px solid #494949;
    border-right: 1px solid #494949;
  }
  #payment .tbl_02 .tbl_btn {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
  }
  #payment .tbl_02 .tbl_btn a {
    width: 250px;
    padding: 7px 0;
    border-radius: 20px;
  }
  #payment .box_02 {
    margin-top: 20px;
    padding: 15px;
  }
  #payment .box_02 .ttl {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #payment .box_02 .txt {
    font-size: 14px;
  }
  #faq .anchor_area {
    width: 96%;
    margin: 0 auto 20px;
    justify-content: space-between;
  }
  #faq .anchor_area .anchor_btn a {
    font-size: 14px;
  }
  #faq .anchor_area .anchor_btn:nth-child(-n+2) {
    margin-bottom: 3%;
  }
  #faq .faq_box .accordion dt {
    font-size: 16px;
    padding: 8px 30px 8px 46px;
  }
  #faq .faq_box .accordion dt::after {
    top: 50%;
    right: 3%;
    width: 14px;
    height: 8px;
    margin-top: -4px;
    background-size: 14px auto;
  }
  #faq .faq_box .accordion dd {
    font-size: 14px;
    padding: 8px 15px 8px 46px;
  }
  #faq .faq_box .accordion dd::before {
    font-size: 16px;
  }
  #begginers .begginers__block {
    margin-bottom: 40px;
  }
  #begginers h4 {
    margin-bottom: 17px;
    font-size: 17px;
    padding-left: 10px;
    border-left: 4px solid;
    -o-border-image: linear-gradient(to bottom, #e33537 20%, #9b9690 50%, #2cc0ec 80%);
       border-image: linear-gradient(to bottom, #e33537 20%, #9b9690 50%, #2cc0ec 80%);
    border-image-slice: 1;
  }
  #begginers .begginers_img {
    margin: 10px 0 0;
  }
  #begginers .mt40 {
    margin-top: 30px;
  }
}
.main.main--product-detail section.__information .__primary {
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .main.main--product-detail section.__information .__primary {
    max-width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .main.main--product-detail section.__information .__primary {
    max-width: 100%;
    width: 40%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .main.main--product-detail section.__information .__primary {
    max-width: 100%;
    width: 40%;
  }
}
.main.main--product-detail section.__information .__secondary {
  max-width: 425px;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .main.main--product-detail section.__information .__secondary {
    max-width: 100%;
    width: 60%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .main.main--product-detail section.__information .__secondary {
    max-width: 100%;
    width: 60%;
  }
}
.main.main--product-detail section.__information .__secondary h1.__title {
  font-size: 2.1rem;
}
.main.main--product-detail section.__information .c-table-dl tr th {
  width: 36%;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 599px) {
  .main.main--product-detail section.__information .c-table-dl tr th {
    text-align: left;
  }
}
.main.main--product-detail section.__information .c-table-dl tr td {
  width: 64%;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 599px) {
  .main.main--product-detail section.__information .c-table-dl tr td {
    text-align: left;
  }
}
.main.main--product-detail .p-product-set table thead tr th.__description {
  width: 45%;
}
.main.main--product-detail .p-product-set table thead tr th.__price {
  width: 27.5%;
}
.main.main--product-detail .p-product-set table thead tr th.__order {
  width: 27.5%;
}
.main.main--product-detail .p-product-set table tbody tr td {
  padding: 15px 15px;
}
.main.main--product-detail .p-product-set table tbody tr td.__description h2.__name {
  font-size: 1.6rem;
}
.main.main--product-detail .p-product-set table tbody tr td.__description .__spec {
  font-size: 1.4rem;
  margin-top: 10px;
}
.main.main--product-detail .p-product-set table tbody tr td.__price .__body .__total {
  font-size: 2.3rem;
}
@media screen and (max-width: 599px) {
  .main.main--product-detail .p-product-set table tbody tr td.__price .__body .__total {
    font-size: 1.5rem;
  }
}
.main.main--product-detail .p-product-set table tbody tr td.__price .__body .__detail {
  font-size: 1.4rem;
}
.main.main--product-detail .c-button-submit {
  transition: all 300ms;
}
@media screen and (max-width: 599px) {
  .main.main--product-detail .c-button-submit {
    font-size: 1.4rem;
    width: 250px;
    height: 40px;
    max-width: 100%;
  }
}
.main.main--product-detail .c-button-submit:hover {
  opacity: 1;
  transition: all 300ms;
  background: #fff;
  border: 1px solid #52c3f1;
  color: #52c3f1;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.txt_green {
  color: #75BC6C;
}

@media screen and (min-width: 1280px) {
  .body-page-detail-1column .wrapper .__inner {
    max-width: 1100px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 959px) {
  .main.main--page-detail-1column section:not(.__heading),
.main.main--page-detail-2column section:not(.__heading) {
    padding: 0 1em;
  }
}
.recycle_ttl {
  font-size: 26px;
  color: #75BC6C;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .recycle_ttl {
    overflow: hidden;
  }
}
@media screen and (max-width: 599px) {
  .recycle_ttl {
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
  }
}
.recycle_ttl h2 {
  position: relative;
  display: inline-block;
}
.recycle_ttl h2::before {
  content: "";
  top: 50%;
  left: -20px;
  width: 150px;
  height: 2px;
  background: #75BC6C;
  position: absolute;
  margin-top: -1px;
  transform: translateX(-100%);
}
.recycle_ttl h2::after {
  content: "";
  top: 50%;
  right: -20px;
  width: 150px;
  height: 2px;
  background: #75BC6C;
  position: absolute;
  margin-top: -1px;
  transform: translateX(100%);
}

.recycle_ttl02 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #75BC6C;
}

.recycle_ttl03 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #75BC6C;
  border-bottom: 2px solid #75BC6C;
  padding-bottom: 5px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .recycle_ttl03 {
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
  }
}

.btn_list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .btn_list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .btn_list {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .btn_list {
    display: block;
  }
}
.btn_list.last {
  margin-bottom: 0;
}
.btn_list li {
  max-width: 240px;
  width: 100%;
  margin-right: 20px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .btn_list li {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .btn_list li {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    margin-bottom: 20px;
  }
}
.btn_list li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .btn_list li:last-child {
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .btn_list li:last-child {
    margin-right: auto;
  }
}
.btn_list li a {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  background: #75BC6C;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #75BC6C;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .btn_list li a {
    font-size: 16px;
  }
}
.btn_list li a:hover {
  background: #fff;
  transition: all 300ms ease;
  color: #75BC6C;
}

#recycle .recycle_head {
  border: 4px solid #75BC6C;
  border-radius: 30px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_head {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_head {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 20px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_head {
    display: block;
    padding-left: 20px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
#recycle .recycle_head_blk {
  max-width: 620px;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_head_blk {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_head_blk {
    margin-bottom: 20px;
  }
}
#recycle .recycle_head_blk::before {
  background: url(https://files.bcart.jp/replus-d/uploads/renewal/recycle/ico_ufo_green.png);
  background-size: 100%;
  content: "";
  height: 60px;
  position: absolute;
  right: 0;
  top: -45px;
  transform: translate(100%);
  width: 80px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_head_blk::before {
    bottom: -50px;
    right: 90px;
    top: auto;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_head_blk::before {
    bottom: -50px;
    right: 90px;
    top: auto;
  }
}
#recycle .recycle_head_blk > p:nth-of-type(1) {
  color: #75BC6C;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.135em;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_head_blk > p:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_head_blk > p:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_head_blk > p:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
#recycle .recycle_head_blk > p:nth-of-type(2) {
  font-size: 104px;
  font-weight: bold;
  color: #75BC6C;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_head_blk > p:nth-of-type(2) {
    font-size: 80px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_head_blk > p:nth-of-type(2) {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_head_blk > p:nth-of-type(2) {
    font-size: 53px;
    margin-bottom: 10px;
  }
}
#recycle .recycle_head_blk h1 {
  font-size: 104px;
  font-weight: bold;
  color: #75BC6C;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_head_blk h1 {
    font-size: 80px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_head_blk h1 {
    font-size: 53px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_head_blk h1 {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
#recycle .recycle_head_blk ul {
  display: flex;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_head_blk ul {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_head_blk ul {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_head_blk ul {
    display: block;
  }
}
#recycle .recycle_head_blk ul li {
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  color: #75BC6C;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_head_blk ul li {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_head_blk ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_head_blk ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#recycle .recycle_head_blk ul li div {
  margin-right: 10px;
}
#recycle .recycle_head_blk ul li:first-child {
  margin-right: 25px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_head_blk ul li:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_head_blk ul li:first-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_head_blk ul li p {
    margin-top: 5px;
  }
}
#recycle .recycle_head_blk ul li img {
  width: 35px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_head_blk ul li img {
    width: 28px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_head_blk ul li img {
    width: 28px;
  }
}
#recycle .recycle_head_blk02 {
  max-width: 320px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_head_blk02 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_head_blk02 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
#recycle .recycle_head_blk02 .recycle_head_ico {
  width: 146px;
  margin-right: 40px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_head_blk02 .recycle_head_ico {
    width: 120px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_head_blk02 .recycle_head_ico {
    margin-left: auto;
    margin-right: auto;
    width: 105px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_head_blk02 .recycle_head_ico {
    margin-left: auto;
    margin-right: auto;
    width: 105px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_head_blk02 .recycle_head_logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_head_blk02 .recycle_head_logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_head_blk02 .recycle_head_logo_g {
    margin-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_head_blk02 .recycle_head_logo_g {
    margin-right: 30px;
  }
}
#recycle .recycle_head_blk02 .recycle_head_logo_g img {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#recycle .recycle_head_blk02 .recycle_head_logo_g > p {
  font-size: 16px;
  color: #75BC6C;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_head_blk02 .recycle_head_logo_g > p {
    font-size: 14px;
  }
}
#recycle .recycle_head_blk02 .recycle_head_txt {
  line-height: 1.4;
  margin-top: 50px;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_head_blk02 .recycle_head_txt {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_head_blk02 .recycle_head_txt {
    margin-top: 0;
  }
}
#recycle .recycle_head_blk02 .recycle_head_txt::before {
  content: "";
  width: 21px;
  height: 5px;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background: #75BC6C;
  margin-top: 5px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_head_blk02 .recycle_head_txt::before {
    left: -15px;
    top: 50%;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_head_blk02 .recycle_head_txt::before {
    left: -15px;
    top: 50%;
  }
}
#recycle .recycle_head_blk02 .recycle_head_txt::after {
  content: "";
  width: 21px;
  height: 5px;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  background: #75BC6C;
  margin-top: 5px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_head_blk02 .recycle_head_txt::after {
    left: -15px;
    top: 50%;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_head_blk02 .recycle_head_txt::after {
    left: -15px;
    top: 50%;
  }
}
#recycle .recycle_head_blk02 .recycle_head_txt p {
  font-size: 28px;
  color: #75BC6C;
  font-weight: bold;
  text-align: center;
}
#recycle .recycle_head_blk02 .recycle_head_txt p span {
  font-size: 16px;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_head_blk02 .recycle_head_txt p span {
    font-size: 14px;
  }
}
#recycle .btn_list {
  margin-bottom: 80px;
}
#recycle .btn_list.last {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_point {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
#recycle .recycle_point .recycle_lead {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 16px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point .recycle_lead {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  #recycle .recycle_point .recycle_lead br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point .recycle_lead {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
#recycle .recycle_point .recycle_list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point .recycle_list {
    display: block;
    margin-top: 30px;
  }
}
#recycle .recycle_point .recycle_list li {
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point .recycle_list li {
    max-width: 100%;
    width: 32%;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point .recycle_list li {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
#recycle .recycle_point .recycle_list li:first-child div img {
  width: 128px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point .recycle_list li:first-child div img {
    width: 70px;
  }
}
#recycle .recycle_point .recycle_list li:nth-child(2) div img {
  width: 170px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point .recycle_list li:nth-child(2) div img {
    width: 100px;
  }
}
#recycle .recycle_point .recycle_list li:nth-child(3) div img {
  width: 100px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point .recycle_list li:nth-child(3) div img {
    width: 60px;
  }
}
#recycle .recycle_point .recycle_list li div {
  width: 300px;
  height: 300px;
  background: #DBEDD9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_point .recycle_list li div {
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point .recycle_list li div {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}
#recycle .recycle_point .recycle_list li h3 {
  font-size: 20px;
  text-align: center;
  color: #75BC6C;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point .recycle_list li h3 {
    font-size: 18px;
  }
}
#recycle .recycle_point .recycle_list li p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point .recycle_list li p {
    text-align: left;
  }
  #recycle .recycle_point .recycle_list li p br {
    display: none;
  }
}
#recycle .recycle_point_step {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_point_step {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point_step {
    max-width: 516px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point_step {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
#recycle .recycle_point_step_obj {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid #75BC6C;
  background: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_point_step_obj {
    margin-top: -25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point_step_obj {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point_step_obj {
    width: 140px;
    height: 140px;
  }
}
#recycle .recycle_point_step_obj .ico_logo {
  margin-right: 30px;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point_step_obj .ico_logo {
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point_step_obj .ico_logo {
    margin-right: 20px;
  }
}
#recycle .recycle_point_step_obj .ico_logo::before {
  background: #75bc6c;
  content: "";
  height: 5px;
  right: -5px;
  position: absolute;
  top: 50%;
  width: 21px;
  transform: translate(100%, -50%) rotate(45deg);
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point_step_obj .ico_logo::before {
    width: 11px;
    height: 3px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point_step_obj .ico_logo::before {
    width: 11px;
    height: 3px;
  }
}
#recycle .recycle_point_step_obj .ico_logo::after {
  background: #75bc6c;
  content: "";
  height: 5px;
  right: -5px;
  position: absolute;
  top: 50%;
  width: 21px;
  transform: translate(100%, -50%) rotate(-45deg);
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point_step_obj .ico_logo::after {
    width: 11px;
    height: 3px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point_step_obj .ico_logo::after {
    width: 11px;
    height: 3px;
  }
}
#recycle .recycle_point_step_obj .ico_logo img {
  width: 95px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point_step_obj .ico_logo img {
    width: 65px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point_step_obj .ico_logo img {
    width: 48px;
  }
}
#recycle .recycle_point_step_obj .ico_recycle img {
  width: 77px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point_step_obj .ico_recycle img {
    width: 55px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point_step_obj .ico_recycle img {
    width: 38px;
  }
}
#recycle .recycle_point_step ul {
  display: flex;
  flex-wrap: wrap;
}
#recycle .recycle_point_step ul li {
  background: #DBEDD9;
  max-width: 530px;
  width: 100%;
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 30px 30px 20px;
  position: relative;
  border-radius: 20px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_point_step ul li {
    max-width: 100%;
    width: 46%;
    margin-right: 8%;
    margin-bottom: 8%;
    border-radius: 10px;
    padding: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point_step ul li {
    max-width: 100%;
    width: 46%;
    margin-right: 8%;
    margin-bottom: 8%;
    border-radius: 10px;
    padding: 10px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point_step ul li {
    max-width: 100%;
    width: 46%;
    margin-right: 8%;
    margin-bottom: 8%;
    border-radius: 10px;
    padding: 15px 10px 15px;
    min-height: 164px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point_step ul li:first-child {
    display: flex;
    flex-direction: column;
  }
  #recycle .recycle_point_step ul li:first-child h3 {
    order: 2;
  }
  #recycle .recycle_point_step ul li:first-child img {
    order: 1;
  }
}
#recycle .recycle_point_step ul li:first-child::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #75BC6C;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translate(100%, -50%);
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_point_step ul li:first-child::before {
    right: -28px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point_step ul li:first-child::before {
    border-width: 15px 0 15px 12px;
    right: -10px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point_step ul li:nth-child(2) {
    display: flex;
    flex-direction: column;
  }
  #recycle .recycle_point_step ul li:nth-child(2) h3 {
    order: 2;
  }
  #recycle .recycle_point_step ul li:nth-child(2) img {
    order: 1;
  }
}
#recycle .recycle_point_step ul li:nth-child(2)::before {
  border-color: #75bc6c transparent transparent;
  border-style: solid;
  border-width: 20px 25px 0;
  content: "";
  height: 0;
  position: absolute;
  left: 140px;
  bottom: -12px;
  transform: translate(100%, 100%);
  width: 0;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_point_step ul li:nth-child(2)::before {
    bottom: -28px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point_step ul li:nth-child(2)::before {
    border-width: 12px 15px 0;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: -15px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point_step ul li:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
#recycle .recycle_point_step ul li:nth-child(3)::before {
  border-color: transparent transparent #75bc6c;
  border-style: solid;
  border-width: 0 25px 20px;
  content: "";
  height: 0;
  position: absolute;
  right: 140px;
  top: -12px;
  transform: translate(-100%, -100%);
  width: 0;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_point_step ul li:nth-child(3)::before {
    top: -20px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point_step ul li:nth-child(3)::before {
    border-width: 0 15px 12px;
    left: auto;
    right: 50%;
    transform: translate(50%, -50%);
    top: -14px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point_step ul li:nth-child(4) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
#recycle .recycle_point_step ul li:nth-child(4)::before {
  border-color: transparent #75bc6c transparent transparent;
  border-style: solid;
  border-width: 25px 20px 25px 0;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  transform: translate(-100%, -50%);
  width: 0;
  top: 50%;
  margin-top: 20px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_point_step ul li:nth-child(4)::before {
    left: -28px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point_step ul li:nth-child(4)::before {
    border-width: 15px 12px 15px 0;
    left: -10px;
  }
}
#recycle .recycle_point_step ul li:nth-child(even) {
  margin-right: 0;
}
#recycle .recycle_point_step ul li:nth-child(even) h3 {
  text-align: right;
}
#recycle .recycle_point_step ul li:nth-child(even) img {
  display: block;
  margin-left: auto;
}
#recycle .recycle_point_step ul li h3 {
  font-size: 24px;
  color: #75BC6C;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point_step ul li h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point_step ul li h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
#recycle .recycle_point_step ul li img {
  max-width: 358px;
  width: 100%;
}
#recycle .recycle_point .contents_flow {
  margin-top: 40px;
  position: relative;
  margin-bottom: 80px;
  background: #DBEDD9;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point .contents_flow {
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 80px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point .contents_flow {
    margin-bottom: 50px;
  }
}
#recycle .recycle_point .contents_flow--list--item {
  position: relative;
  align-items: center;
  display: flex;
  max-width: 718px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}
#recycle .recycle_point .contents_flow--list--item:last-child .contents_flow--list--item--step::before {
  content: none;
}
#recycle .recycle_point .contents_flow--list--item:last-child .contents_flow--list--item--txt::before {
  content: none;
}
#recycle .recycle_point .contents_flow--list--item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point .contents_flow--list--item {
    display: block;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point .contents_flow--list--item {
    width: 90%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle .recycle_point .contents_flow--list--item {
    width: 90%;
  }
}
#recycle .recycle_point .contents_flow--list--item--step {
  background: #75BC6C;
  color: #fff;
  text-align: center;
  width: 240px;
  height: 100px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  position: relative;
}
#recycle .recycle_point .contents_flow--list--item--step::before {
  border-color: #75bc6c transparent transparent;
  border-style: solid;
  border-width: 16px 20px 0;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  bottom: -25px;
  transform: translateY(100%);
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point .contents_flow--list--item--step::before {
    content: none;
  }
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point .contents_flow--list--item--step {
    width: auto;
    height: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle .recycle_point .contents_flow--list--item--step {
    min-width: 240px;
  }
}
#recycle .recycle_point .contents_flow--list--item--step div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#recycle .recycle_point .contents_flow--list--item--step div p {
  font-size: 15px;
}
#recycle .recycle_point .contents_flow--list--item--step div h3 {
  font-size: 18px;
}
#recycle .recycle_point .contents_flow--list--item--step div h3 span {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point .contents_flow--list--item--step div h3 {
    font-size: 18px;
  }
  #recycle .recycle_point .contents_flow--list--item--step div h3 span {
    font-size: 15px;
  }
}
#recycle .recycle_point .contents_flow--list--item--txt {
  font-size: 14px;
  text-align: left;
  margin-left: 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point .contents_flow--list--item--txt {
    padding-bottom: 25px;
  }
  #recycle .recycle_point .contents_flow--list--item--txt::before {
    border-color: #75bc6c transparent transparent;
    border-style: solid;
    border-width: 16px 20px 0;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 50%);
    width: 0;
  }
}
#recycle .recycle_point .contents_flow--list--item--txt span {
  color: #75BC6C;
}
@media screen and (max-width: 599px) {
  #recycle .recycle_point .contents_flow--list--item--txt {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 15px;
  }
}

#recycle_about .recycle_ttl02 {
  margin-bottom: 25px;
}
#recycle_about .btn_list {
  margin-bottom: 60px;
}
#recycle_about .recycle_ttl03 {
  margin-bottom: 50px;
}
#recycle_about .recycle_about_sec {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_about .recycle_about_sec {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec {
    margin-top: 40px;
  }
}
#recycle_about .recycle_about_sec_flx {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec_flx {
    display: block;
  }
}
#recycle_about .recycle_about_sec_flx_blk {
  width: 140px;
  height: 140px;
  background: #DBEDD9;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 35px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_about .recycle_about_sec_flx_blk {
    min-width: 110px;
    max-width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec_flx_blk {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
#recycle_about .recycle_about_sec_flx_blk img {
  width: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_about .recycle_about_sec_flx_blk img {
    width: 40px;
  }
}
#recycle_about .recycle_about_sec_flx_blk02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#recycle_about .recycle_about_sec_flx_blk02 h3 {
  font-size: 20px;
  color: #75bc6c;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec_flx_blk02 h3 {
    text-align: center;
  }
}
#recycle_about .recycle_about_sec_flx_blk02 p {
  font-size: 16px;
}
#recycle_about .recycle_about_sec02 {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_about .recycle_about_sec02 {
    width: 90%;
  }
}
#recycle_about .recycle_about_sec02_flx {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec02_flx {
    display: block;
  }
}
#recycle_about .recycle_about_sec02_flx_blk {
  width: 140px;
  height: 140px;
  background: #DBEDD9;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 35px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_about .recycle_about_sec02_flx_blk {
    min-width: 110px;
    max-width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec02_flx_blk {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
#recycle_about .recycle_about_sec02_flx_blk img {
  width: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_about .recycle_about_sec02_flx_blk img {
    width: 70px;
  }
}
#recycle_about .recycle_about_sec02_flx_blk02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#recycle_about .recycle_about_sec02_flx_blk02 h3 {
  font-size: 20px;
  color: #75bc6c;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec02_flx_blk02 h3 {
    text-align: center;
  }
}
#recycle_about .recycle_about_sec02_flx_blk02 p {
  font-size: 16px;
}
#recycle_about .recycle_about_sec03 {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_about .recycle_about_sec03 {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec03 {
    margin-bottom: 80px;
  }
}
#recycle_about .recycle_about_sec03_flx {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec03_flx {
    display: block;
  }
}
#recycle_about .recycle_about_sec03_flx_blk {
  width: 140px;
  height: 140px;
  background: #DBEDD9;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 35px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_about .recycle_about_sec03_flx_blk {
    min-width: 110px;
    max-width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec03_flx_blk {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
#recycle_about .recycle_about_sec03_flx_blk img {
  width: 46px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#recycle_about .recycle_about_sec03_flx_blk02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#recycle_about .recycle_about_sec03_flx_blk02 h3 {
  font-size: 20px;
  color: #75bc6c;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec03_flx_blk02 h3 {
    text-align: center;
  }
}
#recycle_about .recycle_about_sec03_flx_blk02 p {
  font-size: 16px;
}
#recycle_about .recycle_about_sec03 .recycle_about_subttl {
  text-align: center;
  margin-bottom: 30px;
}
#recycle_about .recycle_about_sec03 .recycle_about_subttl span {
  font-size: 18px;
  color: #fff;
  background: #75bc6c;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
}
#recycle_about .recycle_about_sec03 > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_about .recycle_about_sec03 > ul {
    max-width: 515px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec03 > ul {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
#recycle_about .recycle_about_sec03 > ul li {
  max-width: 230px;
  width: 100%;
  margin-right: 55px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_about .recycle_about_sec03 > ul li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec03 > ul li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
  }
}
#recycle_about .recycle_about_sec03 > ul li::before {
  border-color: transparent transparent transparent #75BC6C;
  border-style: solid;
  border-width: 20px 0 20px 16px;
  content: "";
  height: 0;
  position: absolute;
  right: -20px;
  top: 50%;
  width: 0;
  transform: translate(100%, 50%);
  margin-top: -30px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_about .recycle_about_sec03 > ul li::before {
    border-width: 8px 0 8px 7px;
    margin-top: 10px;
    right: -10px;
  }
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec03 > ul li::before {
    border-width: 8px 0 8px 7px;
    margin-top: 10px;
    right: -6px;
  }
}
#recycle_about .recycle_about_sec03 > ul li:nth-child(4), #recycle_about .recycle_about_sec03 > ul li:nth-child(5), #recycle_about .recycle_about_sec03 > ul li:nth-child(6) {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_about .recycle_about_sec03 > ul li:nth-child(4)::before, #recycle_about .recycle_about_sec03 > ul li:nth-child(5)::before, #recycle_about .recycle_about_sec03 > ul li:nth-child(6)::before {
    margin-top: -20px;
  }
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec03 > ul li:nth-child(4)::before, #recycle_about .recycle_about_sec03 > ul li:nth-child(5)::before, #recycle_about .recycle_about_sec03 > ul li:nth-child(6)::before {
    margin-top: -20px;
  }
}
#recycle_about .recycle_about_sec03 > ul li:nth-child(3n) {
  margin-right: 0;
}
#recycle_about .recycle_about_sec03 > ul li:nth-child(3n)::before {
  content: none;
}
#recycle_about .recycle_about_sec03 > ul li p {
  margin-bottom: 15px;
  text-align: center;
}
#recycle_about .recycle_about_sec03 > ul li p span {
  font-size: 16px;
  color: #75bc6c;
  border: 1px solid #75bc6c;
  display: inline-block;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#recycle_about .recycle_about_sec03 > ul li img {
  border: 2px solid #75bc6c;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec03 > ul li img {
    border-radius: 10px;
    border: 1px solid #75bc6c;
  }
}
#recycle_about .recycle_about_sec03_card {
  background: #DBEDD9;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec03_card {
    margin: 0 calc(50% - 50vw);
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
}
#recycle_about .recycle_about_sec03_card_txt {
  margin-bottom: 30px;
  font-size: 16px;
}
#recycle_about .recycle_about_sec03_card_txt span {
  color: #75BC6C;
}
#recycle_about .recycle_about_sec03_card_subttl {
  margin-bottom: 30px;
  text-align: center;
}
#recycle_about .recycle_about_sec03_card_subttl span {
  font-size: 16px;
  color: #75bc6c;
  border: 1px solid #75bc6c;
  display: inline-block;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#recycle_about .recycle_about_sec03_card ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec03_card ul {
    display: block;
  }
}
#recycle_about .recycle_about_sec03_card ul li:nth-child(1) {
  max-width: 262px;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_about .recycle_about_sec03_card ul li:nth-child(1) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec03_card ul li:nth-child(1) {
    max-width: 230px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
#recycle_about .recycle_about_sec03_card ul li:nth-child(2) {
  max-width: 408px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #recycle_about .recycle_about_sec03_card ul li:nth-child(2) {
    max-width: 335px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

#recycle_faq .recycle_ttl02 {
  margin-bottom: 25px;
}
#recycle_faq .btn_list {
  margin-bottom: 60px;
}
#recycle_faq .btn_list:nth-last-child(1) {
  margin-top: 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  #recycle_faq .btn_list:nth-last-child(1) {
    margin-top: 60px;
  }
}
#recycle_faq .recycle_ttl03 {
  margin-bottom: 50px;
}
#recycle_faq .recycle_faq_ttl {
  color: #75bc6c;
  font-size: 20px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding-left: 20px;
  position: relative;
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_faq .recycle_faq_ttl {
    width: 90%;
  }
}
#recycle_faq .recycle_faq_ttl::before {
  content: "";
  width: 8px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background: #75BC6C;
}
#recycle_faq dl {
  border: 1px solid #75BC6C;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_faq dl {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  #recycle_faq dl {
    width: auto;
    margin-bottom: 20px;
  }
}
#recycle_faq dl dt {
  display: flex;
  min-height: 76px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  #recycle_faq dl dt {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#recycle_faq dl dt.open::before {
  content: "";
  transform: translateY(-50%) rotate(-45deg);
  transition: all 300ms ease;
}
#recycle_faq dl dt.open::after {
  content: "";
  transform: translateY(-50%) rotate(45deg);
  transition: all 300ms ease;
}
#recycle_faq dl dt::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 38px;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: #333333;
  transition: all 300ms ease;
}
#recycle_faq dl dt::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 38px;
  transform: translateY(-50%) rotate(90deg);
  width: 20px;
  height: 2px;
  background: #333333;
  transition: all 300ms ease;
}
#recycle_faq dl dt p {
  color: #75BC6C;
  font-weight: bold;
  padding-top: 5px;
  font-size: 40px;
  font-family: "Poppins";
}
@media screen and (max-width: 599px) {
  #recycle_faq dl dt p {
    font-size: 30px;
    padding-top: 10px;
  }
}
#recycle_faq dl dt .l-faq_ttl {
  font-size: 20px;
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 20px;
  padding-right: 40px;
  letter-spacing: 0.05em;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #recycle_faq dl dt .l-faq_ttl {
    font-size: 18px;
    padding-top: 18px;
    padding-left: 10px;
    padding-bottom: 18px;
  }
}
#recycle_faq dl dd {
  position: relative;
  overflow: hidden;
  height: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  transition: all 300ms ease;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  #recycle_faq dl dd {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#recycle_faq dl dd.open {
  border-top: 1px dashed #707070;
  transition: all 300ms ease;
}
#recycle_faq dl dd p {
  color: #75bc6c;
  font-weight: bold;
  padding-top: 5px;
  font-size: 40px;
  font-family: "Poppins";
}
@media screen and (max-width: 599px) {
  #recycle_faq dl dd p {
    font-size: 30px;
    padding-top: 10px;
  }
}
#recycle_faq dl dd .l-faq_answer {
  font-size: 15px;
  padding-top: 24px;
  padding-bottom: 38px;
  padding-left: 20px;
  padding-right: 40px;
  width: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  #recycle_faq dl dd .l-faq_answer {
    padding-top: 18px;
    padding-left: 10px;
    padding-bottom: 18px;
  }
}
#recycle_faq dl dd .l-faq_answer .mb15 {
  margin-bottom: 15px;
}
#recycle_faq dl dd .l-faq_answer a {
  text-decoration: underline;
}
#recycle_faq dl dd .l-faq_answer a.tel {
  text-decoration: none;
}

.l-postage .heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .l-postage .heading {
    margin-bottom: 25px;
  }
}
.l-postage_ttl {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #e92d35;
  padding-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .l-postage_ttl {
    font-size: 22px;
    text-align: left;
  }
}
.l-postage_list {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #D81A22;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  margin-bottom: 35px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .l-postage_list {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .l-postage_list {
    width: auto;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.l-postage_list.l-postage_list02 {
  border: 1px solid #52C3F1;
}
.l-postage_list.l-postage_list02 > p {
  background: #52C3F1;
}
.l-postage_list.l-postage_list02 .l-postage_list_ico {
  width: 110px;
  top: 55px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-postage_list.l-postage_list02 .l-postage_list_ico {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .l-postage_list.l-postage_list02 .l-postage_list_ico {
    width: 100px;
  }
}
.l-postage_list_ico {
  width: 100px;
  right: 40px;
  top: 40px;
  position: absolute;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-postage_list_ico {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .l-postage_list_ico {
    position: static;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    margin-bottom: 10px;
  }
}
.l-postage_list h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .l-postage_list h2 {
    font-size: 1.8rem;
  }
}
.l-postage_list > p {
  background: #D81A22;
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  display: inline-block;
  margin-bottom: 20px;
}
.l-postage_list ul li {
  font-size: 1.6rem;
  display: flex;
  margin-bottom: 12px;
}
.l-postage_list ul li.txt_green {
  font-size: 1.4rem;
}
.l-postage_list ul li:last-child {
  margin-bottom: 0;
}
.l-postage_list ul li img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 8px;
}
.l-postage_step {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}
@media screen and (max-width: 599px) {
  .l-postage_step {
    display: block;
    margin-top: 110px;
  }
}
.l-postage_step dl {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .l-postage_step dl {
    max-width: 100%;
    width: 100%;
  }
}
.l-postage_step dl:nth-child(1) {
  max-width: 272px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .l-postage_step dl:nth-child(1) {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .l-postage_step dl:last-child {
    margin-top: 100px;
  }
}
.l-postage_step dl:last-child dt {
  background: #52C3F1;
}
.l-postage_step dl:last-child dt img {
  width: 110px;
}
.l-postage_step dl:last-child dd ol li .l-postage_ico {
  background: #D9ECF4;
}
.l-postage_step dl:last-child dd ol li .l-postage_ico::before {
  border: 1px dotted #52C3F1;
}
.l-postage_step dl dt {
  text-align: center;
  max-width: 272px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  background: #D81A22;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-height: 40px;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .l-postage_step dl dt {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    min-height: 35px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.l-postage_step dl dt img {
  position: absolute;
  width: 70px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 39px;
}
@media screen and (max-width: 599px) {
  .l-postage_step dl dt img {
    bottom: 34px;
  }
}
.l-postage_step dl dd {
  max-width: 272px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .l-postage_step dl dd {
    max-width: 300px;
  }
}
.l-postage_step dl dd ol li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .l-postage_step dl dd ol li {
    margin-bottom: 20px;
  }
}
.l-postage_step dl dd ol li:nth-child(2) .l-postage_ico img {
  width: 35px;
}
.l-postage_step dl dd ol li:last-child .l-postage_ico::before {
  content: none;
}
.l-postage_step dl dd ol li .l-postage_ico {
  min-width: 80px;
  min-height: 80px;
  background: #F4DEDF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
}
.l-postage_step dl dd ol li .l-postage_ico::before {
  content: "";
  position: absolute;
  width: 2px;
  border: 1px dotted #D81A22;
  bottom: 0;
  left: 50%;
  transform: rotate(180deg) translateY(-100%);
  height: 35px;
}
.l-postage_step dl dd ol li .l-postage_ico img {
  width: 40px;
}
.l-postage_step dl dd ol li .l-postage_txt p:first-child {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .l-postage_step dl dd ol li .l-postage_txt p:first-child {
    font-size: 1.8rem;
  }
}
.l-postage_step dl dd ol li .l-postage_txt p:last-child {
  font-size: 2rem;
  font-weight: bold;
  width: 230px;
}
@media screen and (max-width: 599px) {
  .l-postage_step dl dd ol li .l-postage_txt p:last-child {
    font-size: 1.8rem;
  }
}

#recycle_sdgs {
  margin: 0 calc(50% - 50vw);
}
#recycle_sdgs .recycle_ttl02 {
  margin-bottom: 25px;
}
#recycle_sdgs .btn_list {
  margin-bottom: 60px;
}
#recycle_sdgs .btn_list:nth-last-child(1) {
  margin-top: 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  #recycle_sdgs .btn_list:nth-last-child(1) {
    margin-top: 60px;
  }
}
#recycle_sdgs .recycle_ttl03 {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #recycle_sdgs .recycle_ttl03 {
    margin-bottom: 30px;
  }
}
#recycle_sdgs .l-mv_sdgs {
  background: #EDEDED;
  padding-top: 70px;
  padding-bottom: 230px;
  position: relative;
  margin-bottom: 80px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle_sdgs .l-mv_sdgs {
    overflow: hidden;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_sdgs .l-mv_sdgs {
    overflow: hidden;
  }
}
@media screen and (max-width: 599px) {
  #recycle_sdgs .l-mv_sdgs {
    padding-bottom: 130px;
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
#recycle_sdgs .l-mv_sdgs::before {
  content: "";
  background: url(https://files.bcart.jp/replus-d/uploads/renewal/recycle/sdgs/sdgs_obj03.png) no-repeat;
  background-position: center;
  width: 1057px;
  height: 138px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 30;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  #recycle_sdgs .l-mv_sdgs::before {
    background: url(https://files.bcart.jp/replus-d/uploads/renewal/recycle/sdgs/sdgs_obj03_sp.png) no-repeat;
    background-position: center;
    background-size: 100%;
    width: 335px;
    height: 58px;
    bottom: 30px;
  }
}
#recycle_sdgs .l-mv_sdgs_ttl {
  text-align: center;
}
#recycle_sdgs .l-mv_sdgs_ttl_catch {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
#recycle_sdgs .l-mv_sdgs_ttl_heading {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  #recycle_sdgs .l-mv_sdgs_ttl_heading {
    width: 333px;
  }
}
#recycle_sdgs .l-mv_sdgs_ttl_catch02 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
#recycle_sdgs .l-mv_sdgs_ttl_catch03 {
  font-size: 16px;
  font-weight: bold;
}
#recycle_sdgs .l-mv_sdgs_ttl_obj {
  width: 243px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  #recycle_sdgs .l-mv_sdgs_ttl_obj {
    width: 198px;
    margin-bottom: 25px;
  }
}
#recycle_sdgs .l-sdgs {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 65px;
}
@media screen and (max-width: 599px) {
  #recycle_sdgs .l-sdgs {
    padding-bottom: 40px;
  }
}
#recycle_sdgs .l-sdgs .recycle_ttl {
  margin-bottom: 20px;
}
#recycle_sdgs .l-sdgs_blk {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle_sdgs .l-sdgs_blk {
    overflow: hidden;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_sdgs .l-sdgs_blk {
    overflow: hidden;
  }
}
@media screen and (max-width: 599px) {
  #recycle_sdgs .l-sdgs_blk {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    min-height: auto;
    padding-bottom: 35px;
    margin-bottom: 60px;
  }
}
#recycle_sdgs .l-sdgs_blk::before {
  content: "";
  background: url(https://files.bcart.jp/replus-d/uploads/renewal/recycle/sdgs/sdgs_obj.png) no-repeat;
  width: 911px;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  #recycle_sdgs .l-sdgs_blk::before {
    width: 410px;
    height: 135px;
    margin-left: -80px;
    bottom: 20px;
  }
}
#recycle_sdgs .l-sdgs_blk p {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 35px;
  position: relative;
  z-index: 10;
}
#recycle_sdgs .l-sdgs_blk p:last-child {
  margin-bottom: 0;
}
#recycle_sdgs .l-sdgs_list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle_sdgs .l-sdgs_list ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_sdgs .l-sdgs_list ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #recycle_sdgs .l-sdgs_list ul {
    display: block;
  }
}
#recycle_sdgs .l-sdgs_list ul li {
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #recycle_sdgs .l-sdgs_list ul li {
    width: 32%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_sdgs .l-sdgs_list ul li {
    width: 32%;
  }
}
@media screen and (max-width: 599px) {
  #recycle_sdgs .l-sdgs_list ul li {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
#recycle_sdgs .l-sdgs_list ul li img {
  border-radius: 20px;
  margin-bottom: 12px;
}
#recycle_sdgs .l-sdgs_list ul li h3 {
  text-align: center;
  font-size: 20px;
  color: #75BC6C;
  margin-bottom: 10px;
}
#recycle_sdgs .l-sdgs_list ul li p {
  font-size: 16px;
  line-height: 1.5;
}
#recycle_sdgs .l-active {
  margin-bottom: 70px;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#recycle_sdgs .l-active .recycle_ttl {
  margin-bottom: 25px;
}
#recycle_sdgs .l-active .heading_lead {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #recycle_sdgs .l-active .heading_lead {
    text-align: left;
  }
}
#recycle_sdgs .l-active_txt {
  text-align: center;
  line-height: 2;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_sdgs .l-active_txt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
#recycle_sdgs .l-active_list {
  position: relative;
  margin-bottom: 55px;
}
@media screen and (max-width: 599px) {
  #recycle_sdgs .l-active_list {
    margin-bottom: 30px;
  }
}
#recycle_sdgs .l-active_list::before {
  content: "";
  background: url(https://files.bcart.jp/replus-d/uploads/renewal/recycle/sdgs/sdgs_obj04.png) no-repeat;
  width: 750px;
  height: 414px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 599px) {
  #recycle_sdgs .l-active_list::before {
    width: 355px;
    height: 195px;
    bottom: 30px;
  }
}
#recycle_sdgs .l-active_list ul {
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #recycle_sdgs .l-active_list ul {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  #recycle_sdgs .l-active_list ul {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
#recycle_sdgs .l-active_list ul li {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
@media screen and (max-width: 599px) {
  #recycle_sdgs .l-active_list ul li {
    display: block;
  }
}
#recycle_sdgs .l-active_list ul li:last-child {
  margin-bottom: 0;
}
#recycle_sdgs .l-active_list ul li img {
  display: block;
  max-width: 200px;
  width: 100%;
  margin-right: 50px;
}
@media screen and (max-width: 599px) {
  #recycle_sdgs .l-active_list ul li img {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
}
#recycle_sdgs .l-active_list ul li h3 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #recycle_sdgs .l-active_list ul li h3 {
    font-size: 24px;
  }
}
#recycle_sdgs .l-active_list ul li p {
  font-size: 16px;
}
#recycle_sdgs .l-active .l-active_txt02 {
  line-height: 2;
  font-size: 20px;
  text-align: center;
  color: #75BC6C;
  position: relative;
  z-index: 1;
}

.txt_red {
  color: #D81A22;
}

.txt_blue {
  color: #52C3F1;
}

.txt_white {
  color: #fff;
}

.fwb {
  font-weight: bold;
}

.cat_ttl {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: 2px solid #E92D35;
  padding-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .cat_ttl {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 30px;
  }
}

.cat_ttl02 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .cat_ttl02 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 30px;
  }
}
.cat_ttl02 > span {
  position: relative;
}
@media screen and (max-width: 599px) {
  .cat_ttl02 > span {
    background: #fff;
    display: inline-block;
  }
}
.cat_ttl02 > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 150px;
  height: 2px;
  background: #E92D35;
  transform: translateX(-100%);
  margin-top: -1px;
}
.cat_ttl02 > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 150px;
  height: 2px;
  background: #E92D35;
  transform: translateX(100%);
  margin-top: -1px;
}

.cat_ttl03 {
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
}
.cat_ttl03 span {
  position: relative;
}
.cat_ttl03 span::before {
  content: "";
  background: url(http://info.replus-rental.com/wp-content/themes/replus-rental/images/works/ico_ttl_deco.png) no-repeat;
  width: 40px;
  height: 23px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(-100%, -50%);
}
.cat_ttl03 span::after {
  content: "";
  background: url(http://info.replus-rental.com/wp-content/themes/replus-rental/images/works/ico_ttl_deco.png) no-repeat;
  width: 40px;
  height: 23px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(100%, -50%);
}

.l-works {
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .l-works {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .l-works .heading_lead {
    text-align: left;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-works_slider {
  margin-top: 50px;
  display: -ms-grid;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .l-works_slider {
    margin-top: 30px;
  }
}
.l-works_slider_wrap {
  display: flex;
  overflow: hidden;
}
.l-works_slider_list {
  display: flex;
  align-items: center;
  list-style: none;
}
.l-works_slider_list_left {
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.l-works_slider_item {
  padding-left: 20px;
  padding-right: 20px;
  width: 12.5vw;
  border: 1px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .l-works_slider_item {
    width: 16.6666666667vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-works_slider_item {
    width: 25vw;
  }
}
@media screen and (max-width: 599px) {
  .l-works_slider_item {
    width: 50vw;
  }
}
.l-works_slider_item > img {
  width: 100%;
}
.l-works_slider02 {
  display: -ms-grid;
  overflow: hidden;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .l-works_slider02 {
    margin-bottom: 20px;
  }
}
.l-works_slider02_wrap {
  display: flex;
  overflow: hidden;
}
.l-works_slider02_list {
  display: flex;
  align-items: center;
  list-style: none;
}
.l-works_slider02_list_left {
  -webkit-animation: infinity-scroll-right 60s infinite linear 0.5s both;
          animation: infinity-scroll-right 60s infinite linear 0.5s both;
}
.l-works_slider02_item {
  padding-left: 20px;
  padding-right: 20px;
  width: 12.5vw;
  border: 1px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .l-works_slider02_item {
    width: 16.6666666667vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-works_slider02_item {
    width: 25vw;
  }
}
@media screen and (max-width: 599px) {
  .l-works_slider02_item {
    width: 50vw;
  }
}
.l-works_slider02_item > img {
  width: 100%;
}
.l-works_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .l-works_list {
    width: 90%;
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-works_list {
    width: 90%;
    max-width: 465px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .l-works_list {
    max-width: 335px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-works_list li {
  max-width: 200px;
  width: 100%;
  margin-right: 25px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .l-works_list li {
    margin-right: 2%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-works_list li {
    margin-right: 2%;
    max-width: 148px;
  }
}
@media screen and (max-width: 599px) {
  .l-works_list li {
    max-width: 100px;
    width: 100px;
    margin-right: 17px;
    margin-bottom: 20px;
  }
}
.l-works_list li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .l-works_list li:nth-child(5n) {
    margin-right: 2%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-works_list li:nth-child(5n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 599px) {
  .l-works_list li:nth-child(5n) {
    margin-right: 17px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .l-works_list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-works_list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .l-works_list li:nth-child(3n) {
    margin-right: 0;
  }
}
.l-works_list li img {
  display: block;
  margin-bottom: 10px;
}
.l-works_list li p {
  font-size: 16px;
  font-weight: bold;
}
.l-works_ex {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-works_ex {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .l-works_ex {
    display: block;
    margin-bottom: 50px;
  }
}
.l-works_ex_blk {
  max-width: 430px;
  width: 100%;
  margin-right: 75px;
  border: 1px solid #D81A22;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .l-works_ex_blk {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    margin-bottom: 25px;
    max-width: 100%;
  }
}
.l-works_ex_blk:last-child {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .l-works_ex_blk:last-child {
    margin-right: 20px;
  }
}
.l-works_ex_blk dt {
  background: #D81A22;
  color: #fff;
  font-size: 20px;
  text-align: center;
  min-height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.l-works_ex_blk dd {
  padding: 30px;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .l-works_ex_blk dd {
    font-size: 16px;
    padding: 20px;
  }
}
.l-works_ex_blk dd ul li {
  margin-bottom: 12px;
}
.l-works_ex_blk dd ul li:last-child {
  margin-bottom: 0;
}
.l-works_ex_blk dd ul li span {
  color: #D81A22;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .l-works_ex_blk dd ul li span {
    font-size: 14px;
    margin-right: 5px;
  }
}
.l-works_ex_blk.l-works_ex_blk02 {
  border: 1px solid #6FC0E0;
  overflow: hidden;
}
.l-works_ex_blk.l-works_ex_blk02 dt {
  background: #6FC0E0;
}
.l-works_ex_blk.l-works_ex_blk02 dd ul li span {
  color: #6FC0E0;
}
.l-works_ex_koma, .l-works_ex_price {
  margin-top: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .l-works_ex_koma, .l-works_ex_price {
    margin-top: 40px;
  }
}
.l-works_ex_koma .l-works_ex_blk, .l-works_ex_price .l-works_ex_blk {
  max-width: 800px;
}
.l-works_ex_koma .l-works_ex_blk dd ul, .l-works_ex_price .l-works_ex_blk dd ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .l-works_ex_koma .l-works_ex_blk dd ul, .l-works_ex_price .l-works_ex_blk dd ul {
    display: block;
  }
}
.l-works_ex_koma .l-works_ex_blk dd ul li, .l-works_ex_price .l-works_ex_blk dd ul li {
  padding-right: 35px;
}
@media screen and (max-width: 599px) {
  .l-works_ex_koma .l-works_ex_blk dd ul li, .l-works_ex_price .l-works_ex_blk dd ul li {
    padding-right: 0;
  }
}

.l-article .heading02 {
  margin-bottom: 35px;
}
@media screen and (max-width: 599px) {
  .l-article .heading02 {
    margin-bottom: 25px;
  }
}
.l-article .swiper_pos {
  position: relative;
  max-width: 1105px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: -30px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .l-article .swiper_pos {
    width: 90%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-article .swiper_pos {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .l-article .swiper_pos {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 25px;
    margin-bottom: -50px;
  }
}
.l-article .swiper_pos .swiper {
  padding: 5px 5px 90px;
  /* ページネーション移動 */
  /* ページネーションの余白 */
  /* ページネーションのサイズと色 */
  /* 画像サイズ調整 */
}
.l-article .swiper_pos .swiper .swiper-horizontal > .swiper-pagination-bullets,
.l-article .swiper_pos .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.l-article .swiper_pos .swiper .swiper-pagination-custom,
.l-article .swiper_pos .swiper .swiper-pagination-fraction {
  bottom: 50px;
}
.l-article .swiper_pos .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.l-article .swiper_pos .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px 0;
}
@media screen and (max-width: 599px) {
  .l-article .swiper_pos .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.l-article .swiper_pos .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px 0;
  }
}
.l-article .swiper_pos .swiper .swiper-pagination-bullet {
  background: #DEDEDE;
  height: 6px;
  width: 40px;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .l-article .swiper_pos .swiper .swiper-pagination-bullet {
    height: 4px;
    width: 25px;
  }
}
.l-article .swiper_pos .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D81A22;
}
.l-article .swiper_pos .swiper .swiper-slide img {
  height: auto;
  width: 100%;
}
.l-article .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #D81A22;
  border-radius: 50%;
  right: -25px;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-article .swiper-button-next {
    width: 45px;
    height: 45px;
    transform: translateY(-90%);
  }
}
@media screen and (max-width: 599px) {
  .l-article .swiper-button-next {
    width: 45px;
    height: 45px;
    right: 10px;
    transform: translateY(-90%);
  }
}
.l-article .swiper-button-next::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 20px;
  border-color: transparent transparent transparent #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  margin-bottom: 3px;
  margin-left: 3px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-article .swiper-button-next::after {
    border-width: 10px 0 10px 14px;
  }
}
@media screen and (max-width: 599px) {
  .l-article .swiper-button-next::after {
    border-width: 10px 0 10px 14px;
  }
}
.l-article .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #D81A22;
  border-radius: 50%;
  left: -25px;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-article .swiper-button-prev {
    width: 45px;
    height: 45px;
    transform: translateY(-90%);
  }
}
@media screen and (max-width: 599px) {
  .l-article .swiper-button-prev {
    width: 45px;
    height: 45px;
    left: 10px;
    transform: translateY(-90%);
  }
}
.l-article .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 20px 13px 0;
  border-color: transparent #fff transparent transparent;
  margin-bottom: 3px;
  margin-left: -3px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-article .swiper-button-prev::after {
    border-width: 10px 14px 10px 0;
  }
}
@media screen and (max-width: 599px) {
  .l-article .swiper-button-prev::after {
    border-width: 10px 14px 10px 0;
  }
}
.l-article .article_list {
  max-width: 1105px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l-article .article_list_item {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
.l-article .article_list_item .l-article_thumb {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .l-article .article_list_item .l-article_thumb {
    margin-bottom: 15px;
  }
}
.l-article .article_list_item .l-article_inner {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.l-article .article_list_item .l-article_inner .l-article_ttl {
  font-size: 20px;
  margin-bottom: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 60px;
}
.l-article .article_list_item .l-article_inner .l-article_desc {
  font-size: 16px;
  margin-bottom: 5px;
}
.l-article .article_list_item .l-article_inner .l-article_price {
  font-size: 16px;
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .genre .l-article,
.koma .l-article,
.price .l-article,
.voice .l-article {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .genre .l-article,
.koma .l-article,
.price .l-article,
.voice .l-article {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.genre .l-article .article_list,
.koma .l-article .article_list,
.price .l-article .article_list,
.voice .l-article .article_list {
  display: flex;
  flex-wrap: wrap;
}
.genre .l-article .article_list_item,
.koma .l-article .article_list_item,
.price .l-article .article_list_item,
.voice .l-article .article_list_item {
  max-width: 350px;
  width: 100%;
  margin-right: 25px;
  margin-bottom: 40px;
  background: #fff;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .genre .l-article .article_list_item,
.koma .l-article .article_list_item,
.price .l-article .article_list_item,
.voice .l-article .article_list_item {
    max-width: 100%;
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .genre .l-article .article_list_item,
.koma .l-article .article_list_item,
.price .l-article .article_list_item,
.voice .l-article .article_list_item {
    max-width: 100%;
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 599px) {
  .genre .l-article .article_list_item,
.koma .l-article .article_list_item,
.price .l-article .article_list_item,
.voice .l-article .article_list_item {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.genre .l-article .article_list_item:nth-of-type(3n),
.koma .l-article .article_list_item:nth-of-type(3n),
.price .l-article .article_list_item:nth-of-type(3n),
.voice .l-article .article_list_item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .genre .l-article .article_list_item:nth-of-type(3n),
.koma .l-article .article_list_item:nth-of-type(3n),
.price .l-article .article_list_item:nth-of-type(3n),
.voice .l-article .article_list_item:nth-of-type(3n) {
    margin-right: 20px;
  }
}

.genre .heading02 {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .genre .heading02 {
    margin-top: 40px;
  }
}

.pagenavi_info {
  text-align: center;
  margin-bottom: 20px;
}

.pager {
  font-size: 12px;
  text-align: center;
}
.pager .wp-pagenavi {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .pager .wp-pagenavi.wp-pagenavi02 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .pager .wp-pagenavi.wp-pagenavi02 .prevpostslink {
    width: 49%;
  }
  .pager .wp-pagenavi.wp-pagenavi02 .prevpostslink a {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .pager .wp-pagenavi.wp-pagenavi02 .nextpostslink {
    width: 49%;
  }
  .pager .wp-pagenavi.wp-pagenavi02 .nextpostslink a {
    width: 100%;
  }
}
.pager .wp-pagenavi > span {
  display: inline-block;
  padding: 10px 10px;
  border: 1px solid #ccc;
  font-weight: normal;
  margin-right: 5px;
}
.pager .wp-pagenavi > div.prevpostslink a {
  display: inline-block;
  padding: 10px 10px;
  border: 1px solid #ccc;
  font-weight: normal;
  margin-right: 5px;
}
.pager .wp-pagenavi > div.prevpostslink a::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  padding-right: 1em;
}
.pager .wp-pagenavi > div.prevpostslink a::after {
  content: "前へ";
  font-weight: bold;
}
.pager .wp-pagenavi > div.prevpostslink a:hover {
  text-decoration: none;
  background: #f2f2f2;
}
.pager .wp-pagenavi > div.nextpostslink a {
  display: inline-block;
  padding: 10px 10px;
  border: 1px solid #ccc;
  font-weight: normal;
  margin-right: 5px;
}
.pager .wp-pagenavi > div.nextpostslink a::before {
  content: "次へ";
  font-weight: bold;
}
.pager .wp-pagenavi > div.nextpostslink a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-left: 1em;
}
.pager .wp-pagenavi > div.nextpostslink a:hover {
  text-decoration: none;
  background: #f2f2f2;
}
.pager .page-numbers {
  display: inline-block;
  padding: 10px 10px;
  border: 1px solid #ccc;
  font-weight: normal;
  margin-left: 1px;
  margin-right: 1px;
}
.pager .page-numbers:hover {
  background: #f2f2f2;
}
.pager .page-numbers.current {
  font-weight: bold;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
}
.pager .page-numbers.prev::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  padding-right: 1em;
}
.pager .page-numbers.prev::after {
  content: "前へ";
  font-weight: bold;
}
.pager .page-numbers.prev:hover {
  background: #f2f2f2;
}
.pager .page-numbers.next::before {
  content: "次へ";
  font-weight: bold;
}
.pager .page-numbers.next::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-left: 1em;
}
.pager .page-numbers.next:hover {
  background: #f2f2f2;
}

.backbtn {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .backbtn {
    margin-top: 40px;
  }
}
.backbtn a {
  max-width: 240px;
  width: 100%;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  background: #52c3f1;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #52c3f1;
}
.backbtn a:hover {
  background: #fff;
  color: #fff;
  opacity: 1;
  color: #52c3f1;
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .l-works_detail {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-works_detail {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .l-works_detail {
    width: auto;
  }
}
.l-works_detail_ttl {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #e92d35;
  padding-bottom: 8px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-works_detail_ttl {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .l-works_detail_ttl {
    font-size: 22px;
    text-align: left;
  }
}
.l-works_detail_ttl img {
  min-width: 40px;
  width: 40px;
}
.l-works_detail_thumb {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .l-works_detail_thumb {
    margin-bottom: 10px;
  }
}
.l-works_detail_thumb img {
  width: 100%;
}
.l-works_detail_img {
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .l-works_detail_img {
    max-width: 335px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-works_detail_img li {
  max-width: 200px;
  margin-right: 25px;
  margin-bottom: 15px;
}
.l-works_detail_img li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .l-works_detail_img li:nth-child(5n) {
    margin-right: 2%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-works_detail_img li:nth-child(5n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 599px) {
  .l-works_detail_img li:nth-child(5n) {
    margin-right: 5px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .l-works_detail_img li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-works_detail_img li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .l-works_detail_img li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .l-works_detail_img li {
    max-width: 100%;
    width: 23.5%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-works_detail_img li {
    max-width: 100%;
    width: 23.5%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 599px) {
  .l-works_detail_img li {
    max-width: 100%;
    width: 80px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.l-works_detail table {
  width: 100%;
  border: 2px solid #D81A22;
  border-collapse: collapse;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .l-works_detail table {
    margin-bottom: 30px;
    border: 1px solid #D81A22;
  }
}
.l-works_detail table tr th {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #d81a22;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 244px;
}
@media screen and (max-width: 599px) {
  .l-works_detail table tr th {
    display: block;
    width: 100%;
    font-size: 16px;
    background: #F4DEDF;
    border: 1px solid #D81A22;
  }
}
.l-works_detail table tr td {
  font-weight: bold;
  font-size: 18px;
  border: 2px solid #D81A22;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 599px) {
  .l-works_detail table tr td {
    display: block;
    width: 100%;
    font-size: 16px;
    border: 1px solid #D81A22;
  }
}
.l-works_detail_comment {
  padding-left: 25px;
  margin-bottom: 15px;
}
.l-works_detail_comment_txt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  position: relative;
}
.l-works_detail_comment_txt::before {
  content: "▶";
  position: absolute;
  left: -25px;
  top: 0;
  color: #D81A22;
}
.l-works_detail_comment_txt02 {
  font-size: 16px;
}
.l-works_detail_naiyo {
  border: 2px solid #d81a22;
  padding: 30px;
  margin-bottom: 45px;
}
@media screen and (max-width: 599px) {
  .l-works_detail_naiyo {
    padding: 20px;
    margin-bottom: 10px;
  }
}
.l-works_detail_naiyo_txt {
  font-size: 18px;
  color: #fff;
  background: #d81a22;
  width: 110px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.l-works_detail_naiyo_txt02 {
  font-size: 16px;
}

.blog_heading {
  border-bottom: 1px solid #E92D35;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .blog_heading {
    margin-bottom: 10px;
  }
}
.blog_heading .blog_subttl {
  font-weight: bold;
  font-size: 12px;
}

.category_list li {
  font-size: 12px;
  color: #fff;
  background: #d81a22;
  display: inline-block;
  text-align: center;
  padding: 3px 15px;
  margin-bottom: 8px;
  margin-right: 8px;
}
.category_list li a {
  color: #fff;
}

.searchform {
  position: relative;
}
.searchform input[type=text] {
  border: 1px solid #707070;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  color: #908F8F;
}
@media screen and (max-width: 599px) {
  .searchform input[type=text] {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }
}
.searchform input[type=submit] {
  margin: 0;
  position: absolute;
  right: 10px;
  background: url(http://info.replus-rental.com/wp-content/themes/replus-rental/images/blog/ico_search_gray.png) no-repeat;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .searchform input[type=submit] {
    right: 20px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .l-blog_page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-blog_page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .l-blog_page {
    width: auto;
  }
}
.l-blog_page .blog_pager {
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-blog_page .blog_pager {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .l-blog_page .blog_pager {
    display: none;
  }
}
.l-blog_page .blog_pager.blog_pager01 {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-blog_page .blog_pager.blog_pager01 {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .l-blog_page .blog_pager.blog_pager01 {
    display: block;
    margin-bottom: 30px;
  }
}
.l-blog_page_flx {
  padding-top: 50px;
  display: flex;
  position: relative;
  justify-content: space-between;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-blog_page_flx {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .l-blog_page_flx {
    display: block;
    padding-top: 10px;
  }
}
.l-blog_page_flx_blk {
  max-width: 800px;
  width: 100%;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .l-blog_page_flx_blk {
    width: 75%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-blog_page_flx_blk {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-blog_page_flx_blk_img {
  margin-bottom: 15px;
}
.l-blog_page_flx_blk_img img {
  width: 100%;
}
.l-blog_page_flx_blk_content {
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .l-blog_page_flx_blk_content {
    margin-bottom: 60px;
  }
}
.l-blog_page_flx_blk_content p {
  line-height: 2;
  font-size: 16px;
}
.l-blog_page_flx_blk_content p a {
  text-decoration: underline;
}
.l-blog_page_flx_blk_content .pager,
.l-blog_page_flx_blk_content .backbtn02 {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-blog_page_flx_blk_content .pager,
.l-blog_page_flx_blk_content .backbtn02 {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .l-blog_page_flx_blk_content .pager,
.l-blog_page_flx_blk_content .backbtn02 {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .l-blog_page_flx_blk_content .backbtn02 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-blog_page_flx_blk_content .pager {
    display: block !important;
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .l-blog_page_flx_blk_content .pager {
    display: block !important;
    margin-top: 20px;
  }
}
.l-blog_page_flx_list {
  max-width: 800px;
  width: 100%;
}
.l-blog_page_flx_list_item {
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .l-blog_page_flx_list_item {
    width: 75%;
  }
}
@media screen and (max-width: 599px) {
  .l-blog_page_flx_list_item {
    margin-bottom: 30px;
  }
}
.l-blog_page_flx_list_item_link {
  display: flex;
}
@media screen and (max-width: 599px) {
  .l-blog_page_flx_list_item_link {
    display: block;
  }
}
.l-blog_page_flx_list_item_link_img {
  max-width: 332px;
  width: 100%;
  margin-right: 30px;
}
@media screen and (max-width: 599px) {
  .l-blog_page_flx_list_item_link_img {
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 100%;
    position: relative;
  }
}
.l-blog_page_flx_list_item_link_img img {
  width: 100%;
}
.l-blog_page_flx_list_item_link_img .category_list {
  display: none;
}
@media screen and (max-width: 599px) {
  .l-blog_page_flx_list_item_link_img .category_list {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0);
  }
  .l-blog_page_flx_list_item_link_img .category_list li {
    margin-bottom: 0;
  }
}
.l-blog_page_flx_list_item_link_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .l-blog_page_flx_list_item_link_txt .category_list {
    display: none;
  }
}
.l-blog_page_flx_list_item_link_txt h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .l-blog_page_flx_list_item_link_txt h2 {
    font-size: 16px;
    margin-bottom: 2px;
  }
}
.l-blog_page_flx_list_item_link_txt time {
  font-weight: bold;
  font-size: 14px;
}
.l-blog_page_flx_list .blog_pager {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-blog_page_flx_list .blog_pager {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .l-blog_page_flx_list .blog_pager {
    display: block;
  }
}
.l-blog_page_flx_side {
  max-width: 200px;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  height: 100%;
  margin-top: -170px;
  padding-top: 170px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-blog_page_flx_side {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
@media screen and (max-width: 599px) {
  .l-blog_page_flx_side {
    max-width: 100%;
    position: static;
  }
}
.l-blog_page_flx_side_list {
  margin-bottom: 35px;
}
@media screen and (max-width: 599px) {
  .l-blog_page_flx_side_list {
    margin-bottom: 30px;
  }
}
.l-blog_page_flx_side_archive {
  font-size: 16px;
}
.l-blog_page_flx_side_archive li {
  margin-bottom: 5px;
}
.l-blog_page_flx_side_archive li span {
  font-size: 14px;
}

.single_ttl {
  font-size: 20px;
  font-weight: bold;
  border-top: 2px solid #D81A22;
  border-bottom: 2px solid #D81A22;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
  padding-right: 30px;
}

.single_ttl02 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}
.single_ttl02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #D81A22;
}

.single_list {
  font-size: 16px;
  padding-left: 35px;
}
.single_list li {
  position: relative;
  line-height: 1.8;
}
.single_list li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 16px;
  transform: translateY(-50%);
  left: -15px;
  border-radius: 50%;
  background: #D81A22;
}
@media screen and (max-width: 599px) {
  .single_list li::before {
    top: 14px;
  }
}

.single_check_ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  position: relative;
  margin-left: 20px;
}
.single_check_ttl::before {
  content: "▶";
  position: absolute;
  left: -20px;
  top: 0;
  color: #D81A22;
}

.single_check_ttl02 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  position: relative;
  margin-left: 30px;
}
@media screen and (max-width: 599px) {
  .single_check_ttl02 {
    font-size: 18px;
  }
}
.single_check_ttl02::before {
  content: "◆";
  position: absolute;
  left: -30px;
  top: 0;
  color: #D81A22;
}

.l-blog_page_detail h1 {
  border-bottom: 2px solid #e92d35;
  font-size: 25px;
  padding-bottom: 8px;
  font-weight: bold;
  margin-bottom: 15px;
  max-width: 800px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .l-blog_page_detail h1 {
    width: 75%;
  }
}
@media screen and (max-width: 599px) {
  .l-blog_page_detail h1 {
    margin: 0 calc(50% - 50vw) 30px;
    width: 100vw;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}
.l-blog_page_detail_head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.l-blog_page_detail_head time {
  font-weight: bold;
}
.l-blog_page_detail_head .category_list li {
  margin-bottom: 0;
}
.l-blog_page_detail .l-blog_page_flx {
  padding-top: 0;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-blog_page_detail .pager {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .l-blog_page_detail .pager {
    display: none;
  }
}

.l-blog_page #ez-toc-container {
  background: #fff;
  border-radius: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  border: 1px solid #D81A22;
  overflow: hidden;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .l-blog_page #ez-toc-container {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
}
.l-blog_page #ez-toc-container nav ul li a::before {
  font-weight: bold;
}
.l-blog_page #ez-toc-container .ez-toc-title-container {
  text-align: center;
  background: #D81A22;
  color: #fff;
  font-size: 20px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .l-blog_page #ez-toc-container .ez-toc-title-container {
    width: auto;
  }
}
.l-blog_page #ez-toc-container a:visited {
  color: #333333;
}
.l-blog_page #ez-toc-container a.ez-toc-link.ez-toc-heading-1 {
  font-size: 16px;
  margin-bottom: 15px;
}
.l-blog_page #ez-toc-container a.ez-toc-link.ez-toc-heading-1::before {
  color: #D81A22;
}
.l-blog_page #ez-toc-container a.ez-toc-link.ez-toc-heading-2 {
  font-size: 14px;
  margin-bottom: 5px;
}
.l-blog_page #ez-toc-container a.ez-toc-link.ez-toc-heading-3 {
  font-size: 14px;
  margin-bottom: 5px;
}
.l-blog_page #ez-toc-container a.ez-toc-link.ez-toc-heading-4 {
  font-size: 14px;
  margin-bottom: 5px;
}
.l-blog_page #ez-toc-container a.ez-toc-link.ez-toc-heading-5 {
  font-size: 14px;
  margin-bottom: 5px;
}
.l-blog_page #ez-toc-container a.ez-toc-link.ez-toc-heading-6 {
  font-size: 14px;
  margin-bottom: 5px;
}

.body-page-detail-1column .__heading {
  display: none;
}
@media screen and (min-width: 1280px) {
  .body-page-detail-1column .wrapper .__inner {
    max-width: 1100px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 599px) {
  #replus_g {
    margin-top: 20px;
    margin-left: 1em;
    margin-right: 1em;
  }
}
#replus_g .replus_ttl {
  font-size: 26px;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .replus_ttl {
    overflow: hidden;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .replus_ttl {
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
  }
}
#replus_g .replus_ttl h2 {
  position: relative;
  display: inline-block;
  letter-spacing: 0.15em;
}
#replus_g .replus_ttl h2::before {
  content: "";
  top: 50%;
  left: -20px;
  width: 150px;
  height: 2px;
  background: #E92D35;
  position: absolute;
  margin-top: -1px;
  transform: translateX(-100%);
}
#replus_g .replus_ttl h2::after {
  content: "";
  top: 50%;
  right: -20px;
  width: 150px;
  height: 2px;
  background: #E92D35;
  position: absolute;
  margin-top: -1px;
  transform: translateX(100%);
}
#replus_g .recycle_head {
  border: 4px solid #E92D35;
  border-radius: 30px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 50px;
  padding-top: 25px;
  position: relative;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #replus_g .recycle_head {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .recycle_head {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 20px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .recycle_head {
    display: block;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
#replus_g .recycle_head_blk {
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .recycle_head_blk {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .recycle_head_blk {
    margin-bottom: 20px;
  }
}
#replus_g .recycle_head_blk > p:nth-of-type(1) {
  color: #E92D35;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.135em;
  margin-bottom: 15px;
  position: relative;
  max-width: 476px;
}
#replus_g .recycle_head_blk > p:nth-of-type(1)::before {
  background: url(https://files.bcart.jp/replus-d/uploads/renewal/replus-g/ico_ufo_red.png);
  background-size: 100%;
  content: "";
  height: 60px;
  position: absolute;
  right: 8px;
  top: -35px;
  transform: translate(100%);
  width: 80px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #replus_g .recycle_head_blk > p:nth-of-type(1)::before {
    right: 100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .recycle_head_blk > p:nth-of-type(1)::before {
    bottom: -50px;
    right: 90px;
    top: auto;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .recycle_head_blk > p:nth-of-type(1)::before {
    bottom: -50px;
    right: 90px;
    top: auto;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #replus_g .recycle_head_blk > p:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .recycle_head_blk > p:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .recycle_head_blk > p:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
#replus_g .recycle_head_blk > p:nth-of-type(2) {
  font-size: 13px;
  color: #E92D35;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.125em;
}
#replus_g .recycle_head_blk h1 {
  font-size: 104px;
  font-weight: bold;
  color: #E92D35;
  line-height: 1;
  margin-bottom: 20px;
  margin-left: 100px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #replus_g .recycle_head_blk h1 {
    font-size: 80px;
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .recycle_head_blk h1 {
    font-size: 53px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .recycle_head_blk h1 {
    font-size: 53px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
#replus_g .recycle_head_blk ul {
  display: flex;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #replus_g .recycle_head_blk ul {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .recycle_head_blk ul {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .recycle_head_blk ul {
    display: block;
  }
}
#replus_g .recycle_head_blk ul li {
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  color: #E92D35;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #replus_g .recycle_head_blk ul li {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .recycle_head_blk ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .recycle_head_blk ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#replus_g .recycle_head_blk ul li div {
  margin-right: 10px;
}
#replus_g .recycle_head_blk ul li:first-child {
  margin-right: 30px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .recycle_head_blk ul li:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .recycle_head_blk ul li:first-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #replus_g .recycle_head_blk ul li p {
    margin-top: 5px;
  }
}
#replus_g .recycle_head_blk ul li img {
  width: 35px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .recycle_head_blk ul li img {
    width: 28px;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .recycle_head_blk ul li img {
    width: 28px;
  }
}
#replus_g .recycle_head_bg {
  width: 270px;
  position: absolute;
  top: 20px;
  right: 80px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #replus_g .recycle_head_bg {
    right: 30px;
    width: 190px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .recycle_head_bg {
    position: static;
    width: 166px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .recycle_head_bg {
    position: static;
    width: 166px;
    margin-left: auto;
    margin-right: auto;
  }
}
#replus_g .graphic_sec {
  margin-bottom: 75px;
}
#replus_g .graphic_sec .replus_ttl {
  margin-bottom: 25px;
}
#replus_g .graphic_sec_lead {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec_lead {
    text-align: left;
  }
}
#replus_g .graphic_sec ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec ul {
    display: block;
  }
}
#replus_g .graphic_sec ul li {
  max-width: 530px;
  width: 100%;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #replus_g .graphic_sec ul li {
    width: 48%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .graphic_sec ul li {
    width: 48%;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec ul li {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
#replus_g .graphic_sec ul li img {
  display: block;
  margin-bottom: 15px;
}
#replus_g .graphic_sec ul li p {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.12em;
}
#replus_g .graphic_sec02 {
  margin-bottom: 80px;
}
#replus_g .graphic_sec02 .replus_ttl {
  margin-bottom: 25px;
}
#replus_g .graphic_sec02 h3 {
  font-size: 20px;
  position: relative;
  padding-left: 20px;
  color: #D81A22;
  margin-bottom: 30px;
}
#replus_g .graphic_sec02 h3::before {
  content: "";
  background: #D81A22;
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 8px;
}
#replus_g .graphic_sec02_list {
  margin-bottom: 60px;
}
#replus_g .graphic_sec02_list_flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .graphic_sec02_list_flx {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec02_list_flx {
    display: block;
  }
}
#replus_g .graphic_sec02_list_flx_img {
  max-width: 530px;
  width: 100%;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #replus_g .graphic_sec02_list_flx_img {
    max-width: 100%;
    width: 48%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .graphic_sec02_list_flx_img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec02_list_flx_img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#replus_g .graphic_sec02_list_flx_img img {
  margin-bottom: 10px;
}
#replus_g .graphic_sec02_list_flx_img p {
  text-align: center;
  font-size: 16px;
}
#replus_g .graphic_sec02_list_flx_data {
  max-width: 530px;
  width: 100%;
  border: 1px solid #D81A22;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #replus_g .graphic_sec02_list_flx_data {
    max-width: 100%;
    width: 48%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .graphic_sec02_list_flx_data {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec02_list_flx_data {
    max-width: 100%;
  }
}
#replus_g .graphic_sec02_list_flx_data dl {
  display: flex;
  font-size: 18px;
  text-align: center;
  line-height: 1.27;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #replus_g .graphic_sec02_list_flx_data dl {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec02_list_flx_data dl {
    font-size: 12px;
  }
}
#replus_g .graphic_sec02_list_flx_data dl dt {
  max-width: 246px;
  width: 100%;
  border-bottom: 1px solid #D81A22;
  min-height: 66px;
  color: #D81A22;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .graphic_sec02_list_flx_data dl dt {
    max-width: 100%;
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec02_list_flx_data dl dt {
    max-width: 100%;
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec02_list_flx_data dl dt small {
    font-size: 10px;
    display: block;
    margin-top: 5px;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec02_list_flx_data dl dt {
    min-height: 60px;
  }
}
#replus_g .graphic_sec02_list_flx_data dl dd {
  max-width: 284px;
  width: 100%;
  background: #D81A22;
  color: #fff;
  border-bottom: 1px solid #fff;
  min-height: 66px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .graphic_sec02_list_flx_data dl dd {
    max-width: 100%;
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec02_list_flx_data dl dd {
    max-width: 100%;
    width: 50%;
    font-size: 14px;
    min-height: 60px;
  }
}
#replus_g .graphic_sec02_list_flx_data dl:last-child dt {
  border-bottom: none;
}
#replus_g .graphic_sec02_list_flx_data dl:last-child dd {
  border-bottom: 1px solid #D81A22;
}
#replus_g .graphic_sec02 .graphic_sec02_list02 {
  margin-bottom: 40px;
}
#replus_g .graphic_sec02 .graphic_sec02_list02 h3 {
  color: #52C3F1;
}
#replus_g .graphic_sec02 .graphic_sec02_list02 h3::before {
  background: #52C3F1;
}
#replus_g .graphic_sec02 .graphic_sec02_list02 .graphic_sec02_list_flx .graphic_sec02_list_flx_data {
  border: 1px solid #52C3F1;
}
#replus_g .graphic_sec02 .graphic_sec02_list02 .graphic_sec02_list_flx .graphic_sec02_list_flx_data dl dt {
  color: #52c3f1;
  border-bottom: 1px solid #52C3F1;
}
#replus_g .graphic_sec02 .graphic_sec02_list02 .graphic_sec02_list_flx .graphic_sec02_list_flx_data dl dd {
  background: #52C3F1;
}
#replus_g .graphic_sec02 .graphic_sec02_list02 .graphic_sec02_list_flx .graphic_sec02_list_flx_data dl:last-child dt {
  border-bottom: none;
}
#replus_g .graphic_sec02 .graphic_sec02_list02 .graphic_sec02_list_flx .graphic_sec02_list_flx_data dl:last-child dd {
  border-bottom: 1px solid #52C3F1;
}
#replus_g .graphic_sec02 .graphic_sec02_btn a {
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
  font-size: 18px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #52c3f1;
  border-radius: 30px;
  border: 1px solid #52C3F1;
  transition: all 300ms ease;
}
#replus_g .graphic_sec02 .graphic_sec02_btn a:hover {
  background: #fff;
  color: #52C3F1;
  transition: all 300ms ease;
}
#replus_g .graphic_sec03 {
  margin-bottom: 80px;
}
#replus_g .graphic_sec03 .replus_ttl {
  margin-bottom: 50px;
}
#replus_g .graphic_sec03_flx {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .graphic_sec03_flx {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec03_flx {
    display: none;
  }
}
#replus_g .graphic_sec03_flx h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#replus_g .graphic_sec03_flx_list {
  max-width: 350px;
  width: 100%;
  margin-right: 25px;
}
#replus_g .graphic_sec03_flx_list:last-child {
  margin-right: 0;
}
#replus_g .graphic_sec03_flx_list ul {
  position: relative;
}
#replus_g .graphic_sec03_flx_list ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #000;
}
#replus_g .graphic_sec03_flx_list ul li {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
#replus_g .graphic_sec03_flx_list ul li:last-child {
  margin-bottom: 0;
}
#replus_g .graphic_sec03_flx_list.graphic_sec03_flx_list01 h3 {
  color: #D81A22;
}
#replus_g .graphic_sec03_flx_list.graphic_sec03_flx_list01 ul::before {
  content: "";
  background: #52C3F1;
}
#replus_g .graphic_sec03_flx_list.graphic_sec03_flx_list01 ul li {
  background: #D81A22;
  color: #fff;
}
#replus_g .graphic_sec03_flx_list.graphic_sec03_flx_list02 ul li {
  background: #fff;
  border: 1px solid #707070;
}
#replus_g .graphic_sec03_flx_list.graphic_sec03_flx_list03 h3 {
  color: #52C3F1;
}
#replus_g .graphic_sec03_flx_list.graphic_sec03_flx_list03 ul::before {
  content: "";
  background: #D81A22;
}
#replus_g .graphic_sec03_flx_list.graphic_sec03_flx_list03 ul li {
  background: #52C3F1;
  color: #fff;
}
#replus_g .graphic_sec03_flx_sp {
  margin-bottom: 40px;
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .graphic_sec03_flx_sp {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec03_flx_sp {
    display: block;
  }
}
#replus_g .graphic_sec03_flx_sp h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #D81A22;
}
#replus_g .graphic_sec03_flx_sp_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#replus_g .graphic_sec03_flx_sp_list ul {
  position: relative;
  max-width: 100%;
  width: 48%;
}
#replus_g .graphic_sec03_flx_sp_list ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #000;
}
#replus_g .graphic_sec03_flx_sp_list ul li {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
  font-weight: bold;
  text-align: center;
}
#replus_g .graphic_sec03_flx_sp_list ul li:last-child {
  margin-bottom: 0;
}
#replus_g .graphic_sec03_flx_sp_list ul li.flex_direction {
  display: flex;
  flex-direction: column;
}
#replus_g .graphic_sec03_flx_sp_list ul li.flex_direction small {
  font-size: 10px;
}
#replus_g .graphic_sec03_flx_sp_list ul:nth-child(1) li {
  background: #fff;
  border: 1px solid #707070;
}
#replus_g .graphic_sec03_flx_sp_list ul:nth-child(2)::before {
  background: #52C3F1;
}
#replus_g .graphic_sec03_flx_sp_list ul:nth-child(2) li {
  font-size: 14px;
  color: #fff;
  background: #D81A22;
  border: 1px solid #D81A22;
}
#replus_g .graphic_sec03 .graphic_sec03_flx_sp02 h3 {
  color: #52C3F1;
}
#replus_g .graphic_sec03 .graphic_sec03_flx_sp02 ul:nth-child(2) li {
  background: #52C3F1;
  border: 1px solid #52C3F1;
}
#replus_g .graphic_sec04 {
  margin-bottom: 55px;
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec04 {
    margin-bottom: 75px;
  }
}
#replus_g .graphic_sec04 .replus_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec04 .replus_ttl {
    margin-bottom: 40px;
  }
}
#replus_g .graphic_sec04_inr {
  padding-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 45px;
  border: 2px solid #D81A22;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .graphic_sec04_inr {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec04_inr {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
#replus_g .graphic_sec04_inr dl {
  margin-bottom: 40px;
}
#replus_g .graphic_sec04_inr dl:last-child {
  margin-bottom: 0;
}
#replus_g .graphic_sec04_inr dl dt {
  font-size: 20px;
  border-bottom: 1px solid #333333;
  padding-bottom: 3px;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec04_inr dl dt {
    line-height: 1.2;
  }
}
#replus_g .graphic_sec04_inr dl dt span:nth-child(1) {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec04_inr dl dt span:nth-child(1) {
    display: block;
  }
}
#replus_g .graphic_sec04_inr dl dt span:nth-child(2) {
  color: #E92D35;
}
#replus_g .graphic_sec04_inr dl dd {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec04_inr dl dd {
    line-height: 1.5;
  }
}
#replus_g .graphic_sec04_inr dl dd ul li {
  margin-bottom: 27px;
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec04_inr dl dd ul li {
    margin-bottom: 15px;
  }
}
#replus_g .graphic_sec04_inr dl dd ul li:last-child {
  margin-bottom: 0;
}
#replus_g .graphic_sec04_inr dl dd.graphic_sec04_flx {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec04_inr dl dd.graphic_sec04_flx {
    display: block;
  }
}
#replus_g .graphic_sec04_inr dl dd.graphic_sec04_flx .graphic_sec04_flx_blk {
  max-width: 590px;
  width: 100%;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #replus_g .graphic_sec04_inr dl dd.graphic_sec04_flx .graphic_sec04_flx_blk {
    width: 48%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .graphic_sec04_inr dl dd.graphic_sec04_flx .graphic_sec04_flx_blk {
    width: 48%;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec04_inr dl dd.graphic_sec04_flx .graphic_sec04_flx_blk {
    margin-bottom: 20px;
  }
}
#replus_g .graphic_sec04_inr dl dd.graphic_sec04_flx .graphic_sec04_flx_blk small {
  margin-top: 5px;
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec04_inr dl dd.graphic_sec04_flx .graphic_sec04_flx_blk small {
    margin-bottom: 15px;
  }
}
#replus_g .graphic_sec04_inr dl dd.graphic_sec04_flx .graphic_sec04_flx_blk02 {
  max-width: 375px;
  width: 100%;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #replus_g .graphic_sec04_inr dl dd.graphic_sec04_flx .graphic_sec04_flx_blk02 {
    width: 48%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .graphic_sec04_inr dl dd.graphic_sec04_flx .graphic_sec04_flx_blk02 {
    width: 48%;
  }
}
#replus_g .graphic_sec04_inr dl dd.graphic_sec04_flx .graphic_sec04_flx_blk02 p {
  margin-top: 3px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .graphic_sec04_inr dl dd.graphic_sec04_flx .graphic_sec04_flx_blk02 p {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec04_inr dl dd.graphic_sec04_flx .graphic_sec04_flx_blk02 p {
    font-size: 14px;
    margin-top: 10px;
  }
}
#replus_g .graphic_sec04_inr dl dd .graphic_sec04_flx02 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #replus_g .graphic_sec04_inr dl dd .graphic_sec04_flx02 {
    max-width: 854px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .graphic_sec04_inr dl dd .graphic_sec04_flx02 {
    max-width: 495px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec04_inr dl dd .graphic_sec04_flx02 {
    display: block;
  }
}
#replus_g .graphic_sec04_inr dl dd .graphic_sec04_flx02 .graphic_sec04_flx02_blk02 {
  max-width: 470px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #replus_g .graphic_sec04_inr dl dd .graphic_sec04_flx02 .graphic_sec04_flx02_blk02 {
    width: 48%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .graphic_sec04_inr dl dd .graphic_sec04_flx02 .graphic_sec04_flx02_blk02 {
    width: 48%;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec04_inr dl dd .graphic_sec04_flx02 .graphic_sec04_flx02_blk02:nth-child(1) {
    margin-bottom: 60px;
  }
}
#replus_g .graphic_sec04_inr dl dd .graphic_sec04_flx02 .graphic_sec04_flx02_blk02:nth-child(1)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 16px;
  border-color: transparent transparent transparent #E92D35;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  margin-right: -22px;
  z-index: 10;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #replus_g .graphic_sec04_inr dl dd .graphic_sec04_flx02 .graphic_sec04_flx02_blk02:nth-child(1)::before {
    margin-right: -11px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .graphic_sec04_inr dl dd .graphic_sec04_flx02 .graphic_sec04_flx02_blk02:nth-child(1)::before {
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #E92D35;
    margin-right: -5px;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec04_inr dl dd .graphic_sec04_flx02 .graphic_sec04_flx02_blk02:nth-child(1)::before {
    content: none;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec04_inr dl dd .graphic_sec04_flx02 .graphic_sec04_flx02_blk02:nth-child(1)::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 20px 0 20px;
    border-color: #E92D35 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    margin-bottom: -50px;
  }
}
#replus_g .graphic_sec04_inr dl dd .graphic_sec04_flx02 .graphic_sec04_flx02_blk02 p {
  margin-top: 3px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #replus_g .graphic_sec04_inr dl dd .graphic_sec04_flx02 .graphic_sec04_flx02_blk02 p {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec04_inr dl dd .graphic_sec04_flx02 .graphic_sec04_flx02_blk02 p {
    font-size: 14px;
    margin-top: 10px;
  }
}
#replus_g .graphic_sec05 {
  margin-bottom: 55px;
}
#replus_g .graphic_sec05 .replus_ttl {
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec05 .koma .l-article .article_list_item {
    margin-left: 0;
    margin-right: 0;
  }
}
#replus_g .graphic_sec06 {
  margin-bottom: 55px;
}
#replus_g .graphic_sec06 .replus_ttl {
  margin-bottom: 35px;
}
#replus_g .graphic_sec06 p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #replus_g .graphic_sec06 p {
    text-align: left;
  }
}
#replus_g .graphic_sec06_btn a {
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
  font-size: 18px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #52c3f1;
  border-radius: 30px;
  border: 1px solid #52C3F1;
  transition: all 300ms ease;
}
#replus_g .graphic_sec06_btn a:hover {
  background: #fff;
  color: #52C3F1;
  transition: all 300ms ease;
}
/*# sourceMappingURL=rv_custom.css.map */